]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: describe support for command \utilde
[lyx.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  {\setboolean{undertilde}{true}}
110  {\setboolean{undertilde}{false}}
111
112 % check for package eurosym
113 % used for the Euro symbol
114 \newboolean{eurosym}
115 \IfFileExists{eurosym.sty}
116  {\usepackage[gennarrow]{eurosym}
117   \setboolean{eurosym}{true}}
118  {\setboolean{eurosym}{false}}
119
120 % check for package braket
121 % used for physical vectors
122 \newboolean{braket}
123 \IfFileExists{braket.sty}
124  {\usepackage{braket}
125   \setboolean{braket}{true}}
126  {\setboolean{braket}{false}}
127
128 % check for package cancel
129 \newboolean{cancel}
130 \IfFileExists{cancel.sty}
131  {\setboolean{cancel}{true}}
132  {\setboolean{cancel}{false}}
133
134 % check for package upgreek
135 \newboolean{upgreek}
136 \IfFileExists{upgreek.sty}
137  {\usepackage{upgreek}
138   \setboolean{upgreek}{true}}
139  {\setboolean{upgreek}{false}}
140 \end_preamble
141 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
142 \use_default_options false
143 \maintain_unincluded_children false
144 \language spanish
145 \language_package default
146 \inputencoding auto
147 \fontencoding global
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_math auto
152 \font_default_family default
153 \use_non_tex_fonts false
154 \font_sc false
155 \font_osf false
156 \font_sf_scale 100
157 \font_tt_scale 100
158 \graphics default
159 \default_output_format default
160 \output_sync 0
161 \bibtex_command default
162 \index_command default
163 \paperfontsize 12
164 \spacing single
165 \use_hyperref true
166 \pdf_title "Manual detallado de Matemáticas en LyX"
167 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
168 \pdf_subject "LyX-documentation about math"
169 \pdf_keywords "LyX, Mathed"
170 \pdf_bookmarks true
171 \pdf_bookmarksnumbered true
172 \pdf_bookmarksopen true
173 \pdf_bookmarksopenlevel 1
174 \pdf_breaklinks false
175 \pdf_pdfborder false
176 \pdf_colorlinks true
177 \pdf_backref false
178 \pdf_pdfusetitle false
179 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
180 \papersize a4paper
181 \use_geometry false
182 \use_package amsmath 2
183 \use_package amssymb 2
184 \use_package cancel 1
185 \use_package esint 1
186 \use_package mathdots 1
187 \use_package mathtools 0
188 \use_package mhchem 1
189 \use_package stackrel 0
190 \use_package stmaryrd 0
191 \use_package undertilde 1
192 \cite_engine basic
193 \cite_engine_type default
194 \biblio_style plain
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \justification true
200 \use_refstyle 0
201 \notefontcolor #0000ff
202 \index Índice
203 \shortcut idx
204 \color #008000
205 \end_index
206 \secnumdepth 4
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language french
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle plain
214 \bullet 1 0 6 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \html_math_output 0
220 \html_css_as_file 0
221 \html_be_strict false
222 \end_header
223
224 \begin_body
225
226 \begin_layout Title
227 Manual detallado de
228 \begin_inset Newline newline
229 \end_inset
230
231 Matemáticas en LyX
232 \end_layout
233
234 \begin_layout Author
235 por el Equipo LyX
236 \begin_inset Foot
237 status collapsed
238
239 \begin_layout Plain Layout
240 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
241  lista de correo de documentación de LyX
242 \family typewriter
243
244 \begin_inset CommandInset href
245 LatexCommand href
246 name "lyx-docs@lists.lyx.org"
247 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Plain Layout
261 autor: Uwe Stöhr, traducción: Ignacio García
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274 Versión 2.1.x
275 \end_layout
276
277 \begin_layout Standard
278 \begin_inset CommandInset toc
279 LatexCommand tableofcontents
280
281 \end_inset
282
283
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset Note Note
288 status open
289
290 \begin_layout Plain Layout
291 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
292  paquetes LaTeX 
293 \series bold
294 braket, cancel, eurosym, mathdots, mhchem, undertilde
295 \series default
296  y 
297 \series bold
298 was
299 \series default
300 .
301  Si
302 \series bold
303  
304 \series default
305 no están instalados también puedes exportar el documento pero las secciones
306  en que se requieren dichos paquetes no aparecerán en la salida.
307  
308 \series bold
309 mhchem
310 \series default
311  es una excepción: si no está instalado no se puede exportar este archivo.
312 \end_layout
313
314 \begin_layout Plain Layout
315 La última versión PDF de este documento está disponible en:
316 \begin_inset Newline newline
317 \end_inset
318
319
320 \series bold
321 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
322 \end_layout
323
324 \end_inset
325
326
327 \begin_inset Newpage newpage
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Section
334 Introducción
335 \end_layout
336
337 \begin_layout Standard
338 Este documento explica las características matemáticas de LyX y además es
339  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
340  Las explicaciones están diseñadas para el uso de comandos.
341  Por consiguiente es preciso que hayas leído la sección 
342 \emph on
343 Ecuaciones matemáticas
344 \emph default
345  de la 
346 \emph on
347 Guía del usuario
348 \emph default
349 .
350 \end_layout
351
352 \begin_layout Standard
353 La mayoría de caracteres y muchas estructuras explicadas en este manual
354  también son accesibles mediante el menú 
355 \family sans
356 Insertar\SpecialChar \menuseparator
357 Ecuación
358 \family default
359  o la barra de herramientas
360 \family sans
361  Ecuaciones
362 \family default
363 .
364  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
365  mucho más rápido usar comandos que la barra de herramientas.
366  Por tanto este manual está enfocado al uso de comandos, aunque también
367  se mencionan los botones correspondientes de las barras de herramientas
368  cuando están disponibles.
369 \end_layout
370
371 \begin_layout Standard
372 Si no se especifica lo contrario los comandos sólo están disponibles dentro
373  de las fórmulas.
374  Para poder usar todos los comandos explicados en este documento, debe usarse
375  la opción 
376 \family sans
377 Usar el paquete de ecuaciones AMS
378 \family default
379  en la configuración del documento (menú 
380 \family sans
381 Documento\SpecialChar \menuseparator
382 Configuración\SpecialChar \menuseparator
383 Opciones de ecuación
384 \family default
385 )
386 \begin_inset Foot
387 status collapsed
388
389 \begin_layout Plain Layout
390 La opción 
391 \family sans
392 Usar el paquete de ecuaciones AMS automáticamente
393 \family default
394  sólo usa ecuaciones 
395 \begin_inset ERT
396 status collapsed
397
398 \begin_layout Plain Layout
399
400
401 \backslash
402 AmS 
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset space ~
409 \end_inset
410
411  si las estructuras matemáticas son soportadas por LyX.
412 \end_layout
413
414 \end_inset
415
416 .
417 \end_layout
418
419 \begin_layout Standard
420 Este documento no recoge todos los comandos de ecuaciones 
421 \begin_inset ERT
422 status collapsed
423
424 \begin_layout Plain Layout
425
426
427 \backslash
428 AmS 
429 \end_layout
430
431 \end_inset
432
433
434 \begin_inset Foot
435 status collapsed
436
437 \begin_layout Plain Layout
438 En el archivo 
439 \family sans
440
441 \begin_inset CommandInset href
442 LatexCommand href
443 name "amsguide.ps"
444 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
445
446 \end_inset
447
448
449 \family default
450 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
451  lista con todos los comandos de ecuaciones 
452 \begin_inset ERT
453 status collapsed
454
455 \begin_layout Plain Layout
456
457
458 \backslash
459 AmS 
460 \end_layout
461
462 \end_inset
463
464 .
465 \end_layout
466
467 \end_inset
468
469  por razones de claridad.
470 \end_layout
471
472 \begin_layout Section
473 Instrucciones generales
474 \end_layout
475
476 \begin_layout Standard
477 Para crear una ecuación en línea
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Ecuación ! en línea
483 \end_layout
484
485 \end_inset
486
487  insertada en una línea de texto, teclea una de las combinaciones 
488 \family sans
489 Ctrl+M, Alt+C M, Alt+M M
490 \family default
491  o pulsa el botón 
492 \begin_inset Graphics
493         filename ../../images/math-mode.png
494         scale 85
495
496 \end_inset
497
498  de la barra de herramientas.
499 \begin_inset Newline newline
500 \end_inset
501
502 Para crear una ecuación en estilo presentación
503 \begin_inset Index idx
504 status collapsed
505
506 \begin_layout Plain Layout
507 Ecuación ! presentada
508 \end_layout
509
510 \end_inset
511
512 , que se verá más grande y en su propio párrafo, teclea
513 \family sans
514  
515 \family default
516 una de estas combinaciones: 
517 \family sans
518 Ctrl+Mayúsculas+M, Alt+M D.
519 \end_layout
520
521 \begin_layout Standard
522 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
523  dentro de la ecuación y teclea
524 \family sans
525  Ctrl+M, Alt+C M, Alt+M M 
526 \family default
527 o usa el menú 
528 \family sans
529 Editar\SpecialChar \menuseparator
530 Ecuación\SpecialChar \menuseparator
531 Cambiar tipo de ecuación
532 \family default
533 .
534  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
535 \end_layout
536
537 \begin_layout Standard
538 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
539  presentada, escribe el comando 
540 \series bold
541
542 \backslash
543 displaystyle
544 \series default
545
546 \begin_inset Index idx
547 status collapsed
548
549 \begin_layout Plain Layout
550 Comandos ! D ! 
551 \backslash
552 displaystyle
553 \end_layout
554
555 \end_inset
556
557  en la ecuación y pulsa espacio.
558  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
559  de la ecuación.
560 \end_layout
561
562 \begin_layout Standard
563 En los cuadros sólo se permiten ecuaciones en línea.
564 \end_layout
565
566 \begin_layout Standard
567 Las barras 
568 \family sans
569 Ecuaciones
570 \family default
571  y 
572 \family sans
573 Paneles de ecuaciones 
574 \family default
575 se pueden visualizar mediante el menú 
576 \family sans
577 Ver\SpecialChar \menuseparator
578 Barras de herramientas
579 \family default
580 .
581  Si ahí pulsas en 
582 \begin_inset Quotes fld
583 \end_inset
584
585 Ecuaciones
586 \begin_inset Quotes frd
587 \end_inset
588
589  y/o en 
590 \begin_inset Quotes fld
591 \end_inset
592
593 Paneles de ecuaciones
594 \begin_inset Quotes frd
595 \end_inset
596
597 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
598  estado se visualiza en el menú de las barras de herramientas con una marca.
599  Si en este estado pulsas de nuevo sobre 
600 \begin_inset Quotes fld
601 \end_inset
602
603 Ecuaciones
604 \begin_inset Quotes frd
605 \end_inset
606
607  y/o 
608 \begin_inset Quotes fld
609 \end_inset
610
611 Paneles de ecuaciones
612 \begin_inset Quotes frd
613 \end_inset
614
615  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
616  de una ecuación; este estado se indica añadiendo a las entradas del menú
617  la palabra 
618 \begin_inset Quotes fld
619 \end_inset
620
621 (auto)
622 \begin_inset Quotes frd
623 \end_inset
624
625 .
626  
627 \end_layout
628
629 \begin_layout Standard
630 El modo TeX
631 \begin_inset Index idx
632 status collapsed
633
634 \begin_layout Plain Layout
635 T@TeX ! modo
636 \end_layout
637
638 \end_inset
639
640  se inicia pulsando el botón 
641 \begin_inset Graphics
642         filename ../../images/ert-insert.png
643         scale 85
644
645 \end_inset
646
647  de la barra de herramientas o con el menú 
648 \family sans
649 Insertar\SpecialChar \menuseparator
650 Código Te
651 \begin_inset ERT
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 {}
657 \end_layout
658
659 \end_inset
660
661 X
662 \family default
663 , (atajo 
664 \family sans
665 Ctrl+L
666 \family default
667 ).
668 \begin_inset Note Note
669 status collapsed
670
671 \begin_layout Plain Layout
672 En LyX hay tres 
673 \begin_inset Quotes fld
674 \end_inset
675
676 nombres propios
677 \begin_inset Quotes frd
678 \end_inset
679
680  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
681  LaTeX y LyX.
682 \end_layout
683
684 \begin_layout Plain Layout
685 Para evitar que estas palabras sean reconocidas como tales nombres propios,
686  se inserta un par de llaves TeX.
687  
688 \end_layout
689
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 Para cambiar el preámbulo LaTeX
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 LaTeX, preámbulo
702 \end_layout
703
704 \end_inset
705
706 , usa el menú 
707 \family sans
708 Documento\SpecialChar \menuseparator
709 Configuración\SpecialChar \menuseparator
710 Preámbulo LaT
711 \begin_inset ERT
712 status collapsed
713
714 \begin_layout Plain Layout
715
716 {}
717 \end_layout
718
719 \end_inset
720
721 eX
722 \family default
723 .
724 \end_layout
725
726 \begin_layout Standard
727 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
728  multilínea, se pueden usar los menús 
729 \family sans
730 Editar\SpecialChar \menuseparator
731 Ecuación
732 \family default
733  y 
734 \family sans
735 Editar\SpecialChar \menuseparator
736 Filas y columnas
737 \family default
738  o la barra de herramientas de 
739 \family sans
740 Cuadro
741 \family default
742 .
743  Cuando las líneas y columnas se intercambian mediante el menú, la columna
744  o línea en la que está se cambia con la columna de la derecha o con la
745  línea de abajo, respectivamente.
746  Si el cursor está en la última columna o fila, el cambio se hace con la
747  columna de la izquierda o la línea de arriba.
748 \end_layout
749
750 \begin_layout Standard
751 Para escribir texto en fórmulas se usa 
752 \emph on
753 texto de ecuaciones
754 \emph default
755
756 \begin_inset Index idx
757 status collapsed
758
759 \begin_layout Plain Layout
760 Texto ! en ecuaciones
761 \end_layout
762
763 \end_inset
764
765 .
766 \begin_inset Foot
767 status collapsed
768
769 \begin_layout Plain Layout
770 Para ecuaciones multilínea se usa el comando 
771 \series bold
772
773 \backslash
774 intertext
775 \series default
776 , véase
777 \begin_inset space ~
778 \end_inset
779
780
781 \begin_inset CommandInset ref
782 LatexCommand ref
783 reference "sub:Texto-en-multilínea"
784
785 \end_inset
786
787 .
788 \end_layout
789
790 \end_inset
791
792  Este modo se inicia con el atajo 
793 \family sans
794 Alt+M
795 \begin_inset space ~
796 \end_inset
797
798 M
799 \family default
800  o
801 \family sans
802  Ctrl+M
803 \family default
804  o insertando el comando 
805 \series bold
806
807 \backslash
808 text
809 \series default
810
811 \begin_inset Index idx
812 status collapsed
813
814 \begin_layout Plain Layout
815 Comandos ! T ! 
816 \backslash
817 text
818 \end_layout
819
820 \end_inset
821
822 .
823  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
824  partes de la ecuación que se ven en azul.
825  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
826 a de otras partes de la fórmula.
827 \end_layout
828
829 \begin_layout Subsection*
830 Esquema de comandos
831 \end_layout
832
833 \begin_layout Standard
834 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
835  siguiente esquema:
836 \end_layout
837
838 \begin_layout Standard
839
840 \series bold
841
842 \backslash
843 nombre_del_comando[argumento opcional]{argumento requerido}
844 \end_layout
845
846 \begin_layout Standard
847 Un comando empieza siempre por una barra inversa, 
848 \begin_inset Quotes fld
849 \end_inset
850
851
852 \series bold
853
854 \backslash
855
856 \series default
857
858 \begin_inset Quotes frd
859 \end_inset
860
861 .
862  Para omitir argumentos opcionales, quita también los corchetes asociados.
863  En este documento, las llaves que encierran los argumentos requeridos se
864  denominan llaves TeX
865 \begin_inset Index idx
866 status collapsed
867
868 \begin_layout Plain Layout
869 T@TeX ! llaves
870 \end_layout
871
872 \end_inset
873
874 .
875  Si en una ecuación añades una llave de apertura al nombre de un comando,
876  LyX crea automáticamente una llave TeX.
877  En todos los demás casos las llaves TeX se crean en las ecuaciones con
878  el comando 
879 \series bold
880
881 \backslash
882 {
883 \series default
884 .
885  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
886  que se muestran en azul.
887  En modo TeX no hace falta comando para poner llaves TeX.
888  Las llaves TeX no aparecen en la salida.
889 \end_layout
890
891 \begin_layout Standard
892 En el caso de comandos sin argumentos, como los comandos para símbolos que
893  se introducen en modo TeX, 
894 \emph on
895 siempre
896 \emph default
897  debe teclearse un espacio tras el comando para finalizarlo.
898  Este espacio no aparece en la salida.
899  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
900  de un espacio protegido en texto normal.
901 \end_layout
902
903 \begin_layout Standard
904 Un espacio protegido se inserta con 
905 \family sans
906 Ctrl+Espacio
907 \family default
908 .
909 \end_layout
910
911 \begin_layout Subsection*
912 Explicación de la sintaxis
913 \end_layout
914
915 \begin_layout Itemize
916 El símbolo 
917 \begin_inset space \textvisiblespace{}
918 \end_inset
919
920  indica que hay que teclear un espacio.
921 \end_layout
922
923 \begin_layout Itemize
924 Una flecha como 
925 \begin_inset Formula $\rightarrow$
926 \end_inset
927
928  indica el uso de la correspondiente tecla de flecha.
929  La tecla 
930 \family sans
931 Tab
932 \family default
933  se puede usar a menudo en vez de 
934 \begin_inset Formula $\rightarrow$
935 \end_inset
936
937  y 
938 \begin_inset Formula $\downarrow$
939 \end_inset
940
941 , y 
942 \family sans
943 Mayús+Tab
944 \family default
945  en vez de 
946 \begin_inset Formula $\leftarrow$
947 \end_inset
948
949  y 
950 \begin_inset Formula $\uparrow$
951 \end_inset
952
953 .
954 \end_layout
955
956 \begin_layout Subsection*
957 Unidades disponibles
958 \end_layout
959
960 \begin_layout Standard
961 \align center
962 \begin_inset Float table
963 placement H
964 wide false
965 sideways false
966 status open
967
968 \begin_layout Plain Layout
969 \align center
970 \begin_inset Caption Standard
971
972 \begin_layout Plain Layout
973 \begin_inset CommandInset label
974 LatexCommand label
975 name "tab:Unidades-disponibles"
976
977 \end_inset
978
979 Unidades disponibles
980 \end_layout
981
982 \end_inset
983
984
985 \end_layout
986
987 \begin_layout Plain Layout
988 \align center
989 \begin_inset Tabular
990 <lyxtabular version="3" rows="13" columns="2">
991 <features rotate="0" tabularvalignment="middle">
992 <column alignment="center" valignment="top">
993 <column alignment="center" valignment="top">
994 <row>
995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
996 \begin_inset Text
997
998 \begin_layout Plain Layout
999 Unidad
1000 \end_layout
1001
1002 \end_inset
1003 </cell>
1004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1005 \begin_inset Text
1006
1007 \begin_layout Plain Layout
1008 Nombre / Descripción
1009 \end_layout
1010
1011 \end_inset
1012 </cell>
1013 </row>
1014 <row>
1015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Plain Layout
1019 mm
1020 \end_layout
1021
1022 \end_inset
1023 </cell>
1024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1025 \begin_inset Text
1026
1027 \begin_layout Plain Layout
1028 Milímetro
1029 \end_layout
1030
1031 \end_inset
1032 </cell>
1033 </row>
1034 <row>
1035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Plain Layout
1039 cm
1040 \end_layout
1041
1042 \end_inset
1043 </cell>
1044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1045 \begin_inset Text
1046
1047 \begin_layout Plain Layout
1048 Centímetro
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 </row>
1054 <row>
1055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 in
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1065 \begin_inset Text
1066
1067 \begin_layout Plain Layout
1068 Pulgada (1
1069 \begin_inset space \thinspace{}
1070 \end_inset
1071
1072 in = 2,54
1073 \begin_inset space \thinspace{}
1074 \end_inset
1075
1076 cm)
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 </row>
1082 <row>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 pt
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 Punto (72.27
1097 \begin_inset space \thinspace{}
1098 \end_inset
1099
1100 pt = 1
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 in)
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 pc
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Pica (1
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 pc = 12
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pt)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 sp
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Punto escalado (65536
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 sp = 1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pt)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 bp
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Punto grande (72
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 bp = 1
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 in)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 dd
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 Didot (1
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 dd 
1213 \begin_inset Formula $\approx$
1214 \end_inset
1215
1216  0.376
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 mm)
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 </row>
1226 <row>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 cc
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 Cicero (1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 cc = 12
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 dd)
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 </row>
1254 <row>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 ex
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268 Altura de la letra 
1269 \begin_inset Quotes fld
1270 \end_inset
1271
1272
1273 \emph on
1274 x
1275 \emph default
1276
1277 \begin_inset Quotes frd
1278 \end_inset
1279
1280  en la tipografía actual
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 </row>
1286 <row>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 em
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 Anchura de la letra 
1301 \begin_inset Quotes fld
1302 \end_inset
1303
1304
1305 \emph on
1306 M
1307 \emph default
1308
1309 \begin_inset Quotes frd
1310 \end_inset
1311
1312  en la tipografía actual
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 mu
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 Unidad matemática (1
1333 \begin_inset space \thinspace{}
1334 \end_inset
1335
1336 mu = 
1337 \begin_inset Formula $\nicefrac{1}{18}$
1338 \end_inset
1339
1340
1341 \begin_inset space \thinspace{}
1342 \end_inset
1343
1344 em)
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 </row>
1350 </lyxtabular>
1351
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \end_inset
1358
1359
1360 \end_layout
1361
1362 \begin_layout Standard
1363 \align center
1364 \begin_inset Newpage newpage
1365 \end_inset
1366
1367
1368 \end_layout
1369
1370 \begin_layout Section
1371 Funciones básicas
1372 \end_layout
1373
1374 \begin_layout Subsection
1375 Exponentes
1376 \begin_inset Index idx
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 Exponentes
1381 \end_layout
1382
1383 \end_inset
1384
1385  e índices
1386 \begin_inset Index idx
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 Indices@Índices
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 Superíndices|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Exponentes
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 Subíndices|see
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 {
1439 \end_layout
1440
1441 \end_inset
1442
1443 Índices
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 }
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \end_layout
1461
1462 \begin_layout Standard
1463 Los subíndices se componen con un guión bajo 
1464 \begin_inset Quotes fld
1465 \end_inset
1466
1467 _
1468 \begin_inset Quotes frd
1469 \end_inset
1470
1471  o con el botón de la barra de herramientas de ecuaciones 
1472 \begin_inset Graphics
1473         filename ../../images/math-subscript.png
1474         scale 85
1475
1476 \end_inset
1477
1478 , los superíndices con un circunflejo 
1479 \begin_inset Quotes fld
1480 \end_inset
1481
1482 ^
1483 \begin_inset Quotes frd
1484 \end_inset
1485
1486  o con el botón de la barra de herramientas de ecuaciones 
1487 \begin_inset Graphics
1488         filename ../../images/math-superscript.png
1489         scale 85
1490
1491 \end_inset
1492
1493 .
1494 \end_layout
1495
1496 \begin_layout Standard
1497 \noindent
1498 \align center
1499 \begin_inset Tabular
1500 <lyxtabular version="3" rows="4" columns="2">
1501 <features rotate="0" tabularvalignment="middle">
1502 <column alignment="center" valignment="top">
1503 <column alignment="center" valignment="top">
1504 <row>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 Comando
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 Resultado
1519 \begin_inset Note Note
1520 status open
1521
1522 \begin_layout Plain Layout
1523
1524 \series bold
1525
1526 \backslash
1527 raisebox
1528 \series default
1529  sólo se usa como espaciador.
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 </row>
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 B_V
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 \begin_inset Formula $B_{V}$
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B^V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^
1592 \begin_inset space \textvisiblespace{}
1593 \end_inset
1594
1595 A
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 </lyxtabular>
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \begin_layout Standard
1621 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1622  caso acentuará las vocales y no servirá para entrar en modo exponente.
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 Dependiendo de la configuración del teclado esto puede suceder también con
1628  otros caracteres además de las vocales.
1629 \end_layout
1630
1631 \end_inset
1632
1633  Para conseguir exponentes en estos casos debes pulsar 
1634 \family sans
1635 Espacio
1636 \family default
1637  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1638  
1639 \end_layout
1640
1641 \begin_layout Subsection
1642 Fracciones
1643 \begin_inset CommandInset label
1644 LatexCommand label
1645 name "sub:Fracciones"
1646
1647 \end_inset
1648
1649
1650 \begin_inset Index idx
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 Fracciones
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663 Las fracciones se generan con el comando 
1664 \series bold
1665
1666 \backslash
1667 frac
1668 \series default
1669
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Comandos ! F ! 
1675 \backslash
1676 frac
1677 \end_layout
1678
1679 \end_inset
1680
1681  o con el botón 
1682 \begin_inset Graphics
1683         filename ../../images/math/frac.png
1684         scale 50
1685
1686 \end_inset
1687
1688  de la barra de herramientas.
1689  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1690  fracción está en línea o en estilo presentación.
1691  Con el botón 
1692 \begin_inset Graphics
1693         filename ../../images/math/frac-square.png
1694         scale 85
1695
1696 \end_inset
1697
1698 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1699  de fracciones.
1700 \end_layout
1701
1702 \begin_layout Standard
1703 Con el comando 
1704 \series bold
1705
1706 \backslash
1707 dfrac
1708 \series default
1709
1710 \begin_inset Index idx
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 Comandos ! D ! 
1715 \backslash
1716 dfrac
1717 \end_layout
1718
1719 \end_inset
1720
1721  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1722  presentación.
1723  Con 
1724 \series bold
1725
1726 \backslash
1727 tfrac
1728 \series default
1729
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 Comandos ! T ! 
1735 \backslash
1736 tfrac
1737 \end_layout
1738
1739 \end_inset
1740
1741  la fracción tiene siempre el tamaño del estilo en línea.
1742  Un ejemplo:
1743 \end_layout
1744
1745 \begin_layout Standard
1746 Una línea con la fracción 
1747 \begin_inset Formula $\frac{1}{2}$
1748 \end_inset
1749
1750  creada con el comando 
1751 \series bold
1752
1753 \backslash
1754 frac
1755 \series default
1756 .
1757  
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Una línea con la fracción 
1762 \begin_inset Formula $\dfrac{1}{2}$
1763 \end_inset
1764
1765  creada con el comando 
1766 \series bold
1767
1768 \backslash
1769 dfrac
1770 \series default
1771 .
1772 \end_layout
1773
1774 \begin_layout Standard
1775 \noindent
1776 \align center
1777 \begin_inset Tabular
1778 <lyxtabular version="3" rows="4" columns="2">
1779 <features rotate="0" tabularvalignment="middle">
1780 <column alignment="center" valignment="top">
1781 <column alignment="center" valignment="top">
1782 <row>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 Comando
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796 Resultado
1797 \begin_inset Note Note
1798 status collapsed
1799
1800 \begin_layout Plain Layout
1801
1802 \series bold
1803
1804 \backslash
1805 raisebox
1806 \series default
1807  se usa sólo como espaciador
1808 \end_layout
1809
1810 \end_inset
1811
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 </row>
1818 <row>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \backslash
1825 frac
1826 \begin_inset space \textvisiblespace{}
1827 \end_inset
1828
1829 A
1830 \begin_inset Formula $\downarrow$
1831 \end_inset
1832
1833 B
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \backslash
1858 dfrac
1859 \begin_inset space \textvisiblespace{}
1860 \end_inset
1861
1862 A
1863 \begin_inset Formula $\downarrow$
1864 \end_inset
1865
1866 B
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1876 \end_inset
1877
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 <row>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \backslash
1891 dfrac
1892 \begin_inset space \textvisiblespace{}
1893 \end_inset
1894
1895 e^
1896 \backslash
1897 frac
1898 \begin_inset space \textvisiblespace{}
1899 \end_inset
1900
1901 1
1902 \begin_inset Formula $\downarrow$
1903 \end_inset
1904
1905 2
1906 \begin_inset Formula $\downarrow$
1907 \end_inset
1908
1909 3
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1919 \end_inset
1920
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 </row>
1927 </lyxtabular>
1928
1929 \end_inset
1930
1931
1932 \begin_inset VSpace bigskip
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Standard
1939 Para fracciones anidadas se puede usar el comando 
1940 \series bold
1941
1942 \backslash
1943 cfrac
1944 \series default
1945
1946 \begin_inset Index idx
1947 status collapsed
1948
1949 \begin_layout Plain Layout
1950 Comandos ! C ! 
1951 \backslash
1952 cfrac
1953 \end_layout
1954
1955 \end_inset
1956
1957 .
1958  Un ejemplo:
1959 \begin_inset VSpace -3mm
1960 \end_inset
1961
1962
1963 \end_layout
1964
1965 \begin_layout Standard
1966 \begin_inset Formula 
1967 \begin{align*}
1968 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1969 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1970 \end{align*}
1971
1972 \end_inset
1973
1974
1975 \end_layout
1976
1977 \begin_layout Standard
1978 El comando para el ejemplo de arriba es:
1979 \end_layout
1980
1981 \begin_layout Standard
1982
1983 \series bold
1984
1985 \backslash
1986 cfrac
1987 \begin_inset space \textvisiblespace{}
1988 \end_inset
1989
1990 A
1991 \begin_inset Formula $\downarrow$
1992 \end_inset
1993
1994 B+
1995 \backslash
1996 cfrac
1997 \begin_inset space \textvisiblespace{}
1998 \end_inset
1999
2000 C+
2001 \backslash
2002 cfrac
2003 \begin_inset space \textvisiblespace{}
2004 \end_inset
2005
2006 E
2007 \begin_inset Formula $\downarrow$
2008 \end_inset
2009
2010 F
2011 \begin_inset Formula $\downarrow$
2012 \end_inset
2013
2014 D
2015 \end_layout
2016
2017 \begin_layout Standard
2018 \begin_inset VSpace medskip
2019 \end_inset
2020
2021
2022 \end_layout
2023
2024 \begin_layout Standard
2025
2026 \series bold
2027
2028 \backslash
2029 cfrac
2030 \series default
2031  compone la fracción siempre en el tamaño del estilo presentación, también
2032  cuando es parte de otra fracción.
2033 \end_layout
2034
2035 \begin_layout Standard
2036 Es posible especificar la alineación del numerador.
2037  El comando 
2038 \series bold
2039
2040 \backslash
2041 cfracleft
2042 \series default
2043  se usa para alinearlo a la izquierda, el comando 
2044 \series bold
2045
2046 \backslash
2047 cfracright
2048 \series default
2049  para alinearlo a la derecha, 
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055  centra el numerador.
2056 \end_layout
2057
2058 \begin_layout Standard
2059 Estas fracciones muestran las distintas alineaciones:
2060 \end_layout
2061
2062 \begin_layout Standard
2063
2064 \series bold
2065 \begin_inset Formula 
2066 \[
2067 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2068 \]
2069
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 \noindent
2077 \begin_inset Note Greyedout
2078 status open
2079
2080 \begin_layout Plain Layout
2081
2082 \series bold
2083 Nota
2084 \series default
2085
2086 \series bold
2087
2088 \backslash
2089 cfracleft
2090 \series default
2091  y
2092 \series bold
2093  
2094 \backslash
2095 cfracright
2096 \series default
2097  no son comandos LaTeX reales sino sustituciones del comando 
2098 \series bold
2099
2100 \backslash
2101 cfrac[posición del numerador]{numerador}{denominador}
2102 \series default
2103  .
2104  Por tanto no puedes usarlos código TeX.
2105 \end_layout
2106
2107 \end_inset
2108
2109
2110 \begin_inset VSpace medskip
2111 \end_inset
2112
2113
2114 \end_layout
2115
2116 \begin_layout Standard
2117 Muchas veces es adecuado combinar 
2118 \series bold
2119
2120 \backslash
2121 cfrac
2122 \series default
2123  y 
2124 \series bold
2125
2126 \backslash
2127 frac
2128 \series default
2129 :
2130 \begin_inset Formula 
2131 \[
2132 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2133 \]
2134
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 Para componer fracciones en línea con raya de fracción inclinada puedes
2142  usar el comando 
2143 \series bold
2144
2145 \backslash
2146 nicefrac
2147 \series default
2148
2149 \begin_inset Index idx
2150 status collapsed
2151
2152 \begin_layout Plain Layout
2153 Comandos ! N ! 
2154 \backslash
2155 nicefrac
2156 \end_layout
2157
2158 \end_inset
2159
2160
2161 \begin_inset Formula $\nicefrac{5}{31}$
2162 \end_inset
2163
2164  Hay además el comando 
2165 \series bold
2166
2167 \backslash
2168 unitfracthree
2169 \series default
2170  que permite escribir una fracción en combinación con un número: 
2171 \begin_inset Formula $\unitfrac[2]{1}{3}$
2172 \end_inset
2173
2174
2175 \end_layout
2176
2177 \begin_layout Standard
2178 \begin_inset Note Greyedout
2179 status open
2180
2181 \begin_layout Plain Layout
2182
2183 \series bold
2184 Nota
2185 \series default
2186
2187 \series bold
2188
2189 \backslash
2190 unitfracthree
2191 \series default
2192  no es un comando LaTeX auténtico, sino un equivalente al comando
2193 \begin_inset Newline newline
2194 \end_inset
2195
2196
2197 \series bold
2198
2199 \backslash
2200 unitfrac[número]{numerador}{denominador}
2201 \series default
2202  .
2203  Por tanto no puedes usarlo en código TeX.
2204 \end_layout
2205
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 En la 
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "sub:Fracciones-personalizadas"
2216
2217 \end_inset
2218
2219  se explica cómo componer fracciones personalizadas en las que la raya de
2220  fracción se puede cambiar.
2221 \end_layout
2222
2223 \begin_layout Standard
2224 \begin_inset Newpage newpage
2225 \end_inset
2226
2227
2228 \end_layout
2229
2230 \begin_layout Subsection
2231 Raíces
2232 \begin_inset Index idx
2233 status collapsed
2234
2235 \begin_layout Plain Layout
2236 Raíces
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 Las raíces cuadradas se componen con 
2246 \series bold
2247
2248 \backslash
2249 sqrt
2250 \series default
2251
2252 \begin_inset Index idx
2253 status collapsed
2254
2255 \begin_layout Plain Layout
2256 Comandos ! S ! 
2257 \backslash
2258 sqrt
2259 \end_layout
2260
2261 \end_inset
2262
2263  o con el botón 
2264 \begin_inset Graphics
2265         filename ../../images/math/sqrt.png
2266         scale 85
2267
2268 \end_inset
2269
2270  de la barra de ecuaciones; todas las demás raíces con el comando 
2271 \series bold
2272
2273 \backslash
2274 root
2275 \series default
2276
2277 \begin_inset Index idx
2278 status collapsed
2279
2280 \begin_layout Plain Layout
2281 Comandos ! R ! 
2282 \backslash
2283 root
2284 \end_layout
2285
2286 \end_inset
2287
2288  o con el botón 
2289 \begin_inset Graphics
2290         filename ../../images/math/root.png
2291         scale 85
2292
2293 \end_inset
2294
2295 .
2296 \end_layout
2297
2298 \begin_layout Standard
2299 \noindent
2300 \align center
2301 \begin_inset Tabular
2302 <lyxtabular version="3" rows="3" columns="2">
2303 <features rotate="0" tabularvalignment="middle">
2304 <column alignment="center" valignment="top">
2305 <column alignment="center" valignment="top">
2306 <row>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 Comando
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320 Resultado
2321 \begin_inset Note Note
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325
2326 \series bold
2327
2328 \backslash
2329 raisebox
2330 \series default
2331  se usa sólo como espaciador
2332 \end_layout
2333
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \end_inset
2340 </cell>
2341 </row>
2342 <row>
2343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347
2348 \backslash
2349 sqrt
2350 \begin_inset space \textvisiblespace{}
2351 \end_inset
2352
2353 A-B
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 </row>
2371 <row>
2372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2373 \begin_inset Text
2374
2375 \begin_layout Plain Layout
2376
2377 \backslash
2378 root
2379 \begin_inset space \textvisiblespace{}
2380 \end_inset
2381
2382 3
2383 \begin_inset Formula $\downarrow$
2384 \end_inset
2385
2386 A-B
2387 \end_layout
2388
2389 \end_inset
2390 </cell>
2391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Plain Layout
2395 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 </row>
2404 </lyxtabular>
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \begin_layout Standard
2412 Una raíz cuadrada se compone también con 
2413 \series bold
2414
2415 \backslash
2416 root
2417 \series default
2418  dejando vacío el campo del índice.
2419 \end_layout
2420
2421 \begin_layout Standard
2422 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2423  la raíz: 
2424 \begin_inset Formula $\sqrt[\beta]{B}$
2425 \end_inset
2426
2427
2428 \begin_inset Newline newline
2429 \end_inset
2430
2431 La 
2432 \begin_inset Formula $\beta$
2433 \end_inset
2434
2435  toca la raíz.
2436  Para evitar esto se usan los comandos 
2437 \series bold
2438
2439 \backslash
2440 leftroot
2441 \series default
2442
2443 \begin_inset Index idx
2444 status collapsed
2445
2446 \begin_layout Plain Layout
2447 Comandos ! L ! 
2448 \backslash
2449 leftroot
2450 \end_layout
2451
2452 \end_inset
2453
2454  y 
2455 \series bold
2456
2457 \backslash
2458 uproot
2459 \series default
2460
2461 \begin_inset Index idx
2462 status collapsed
2463
2464 \begin_layout Plain Layout
2465 Comandos ! U ! 
2466 \backslash
2467 uproot
2468 \end_layout
2469
2470 \end_inset
2471
2472  con el esquema siguiente:
2473 \end_layout
2474
2475 \begin_layout Standard
2476
2477 \series bold
2478
2479 \backslash
2480 leftroot{distancia}
2481 \series default
2482  y 
2483 \series bold
2484
2485 \backslash
2486 uproot{distancia}
2487 \end_layout
2488
2489 \begin_layout Standard
2490 Distancia es el número de Puntos Grandes (
2491 \begin_inset Quotes fld
2492 \end_inset
2493
2494 Big Points
2495 \begin_inset Quotes frd
2496 \end_inset
2497
2498 , unidad bp; 
2499 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2500 \end_inset
2501
2502 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2503  Los comandos se escriben en el índice.
2504  Así, el comando:
2505 \begin_inset Newline newline
2506 \end_inset
2507
2508
2509 \series bold
2510
2511 \backslash
2512 root
2513 \backslash
2514 leftroot{-1
2515 \begin_inset Formula $\to$
2516 \end_inset
2517
2518
2519 \backslash
2520 uproot{2
2521 \begin_inset Formula $\to$
2522 \end_inset
2523
2524
2525 \backslash
2526 beta
2527 \begin_inset space \textvisiblespace{}
2528 \end_inset
2529
2530
2531 \begin_inset Formula $\to$
2532 \end_inset
2533
2534 B
2535 \begin_inset Newline newline
2536 \end_inset
2537
2538
2539 \series default
2540 genera una fórmula correctamente tipografiada: 
2541 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Subsection
2548 Coeficientes de un binomio
2549 \begin_inset Index idx
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553 Binomios
2554 \end_layout
2555
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \begin_layout Standard
2562 Los coeficientes de un binomio se insertan con el comando 
2563 \series bold
2564
2565 \backslash
2566 binom
2567 \series default
2568
2569 \begin_inset Index idx
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 Comandos ! B ! 
2574 \backslash
2575 binom
2576 \end_layout
2577
2578 \end_inset
2579
2580  o con el submenú del botón 
2581 \begin_inset Graphics
2582         filename ../../images/math/frac-square.png
2583         scale 85
2584
2585 \end_inset
2586
2587 de la barra de herramientas de ecuaciones.
2588  Como en las fracciones, además de 
2589 \series bold
2590
2591 \backslash
2592 binom
2593 \series default
2594  hay los comandos 
2595 \series bold
2596
2597 \backslash
2598 dbinom
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Comandos ! D ! 
2606 \backslash
2607 dbinom
2608 \end_layout
2609
2610 \end_inset
2611
2612  y 
2613 \series bold
2614
2615 \backslash
2616 tbinom
2617 \series default
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Comandos ! T ! 
2624 \backslash
2625 tbinom
2626 \end_layout
2627
2628 \end_inset
2629
2630 .
2631  Para otros delimitadores de coeficientes de un binomio hay los comandos
2632  
2633 \series bold
2634
2635 \backslash
2636 brace
2637 \series default
2638
2639 \begin_inset Index idx
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 Comandos ! B ! 
2644 \backslash
2645 brace
2646 \end_layout
2647
2648 \end_inset
2649
2650  y 
2651 \series bold
2652
2653 \backslash
2654 brack
2655 \series default
2656
2657 \begin_inset Index idx
2658 status collapsed
2659
2660 \begin_layout Plain Layout
2661 Comandos ! B ! 
2662 \backslash
2663 brack
2664 \end_layout
2665
2666 \end_inset
2667
2668 .
2669 \end_layout
2670
2671 \begin_layout Standard
2672 \noindent
2673 \align center
2674 \begin_inset Tabular
2675 <lyxtabular version="3" rows="6" columns="2">
2676 <features rotate="0" tabularvalignment="middle">
2677 <column alignment="center" valignment="top">
2678 <column alignment="center" valignment="top">
2679 <row>
2680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684 Comando
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Plain Layout
2693 Resultado
2694 \begin_inset Note Note
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698
2699 \series bold
2700
2701 \backslash
2702 raisebox
2703 \series default
2704  se usa sólo como espaciador
2705 \end_layout
2706
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 </row>
2715 <row>
2716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Plain Layout
2720
2721 \backslash
2722 binom
2723 \begin_inset space \textvisiblespace{}
2724 \end_inset
2725
2726 A
2727 \begin_inset Formula $\downarrow$
2728 \end_inset
2729
2730 B
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 </row>
2748 <row>
2749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753
2754 \backslash
2755 dbinom
2756 \begin_inset space \textvisiblespace{}
2757 \end_inset
2758
2759 A
2760 \begin_inset Formula $\downarrow$
2761 \end_inset
2762
2763 B
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 <row>
2782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786
2787 \backslash
2788 tbinom
2789 \begin_inset space \textvisiblespace{}
2790 \end_inset
2791
2792 A
2793 \begin_inset Formula $\downarrow$
2794 \end_inset
2795
2796 B
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row>
2815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \backslash
2821 brack
2822 \begin_inset space \textvisiblespace{}
2823 \end_inset
2824
2825 A
2826 \begin_inset Formula $\downarrow$
2827 \end_inset
2828
2829 B
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \backslash
2854 brace
2855 \begin_inset space \textvisiblespace{}
2856 \end_inset
2857
2858 A
2859 \begin_inset Formula $\downarrow$
2860 \end_inset
2861
2862 B
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 </row>
2880 </lyxtabular>
2881
2882 \end_inset
2883
2884
2885 \begin_inset Newpage newpage
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \begin_layout Subsection
2892 Diferenciaciones de casos
2893 \begin_inset Index idx
2894 status collapsed
2895
2896 \begin_layout Plain Layout
2897 Casos
2898 \end_layout
2899
2900 \end_inset
2901
2902
2903 \end_layout
2904
2905 \begin_layout Standard
2906 \noindent
2907 \align center
2908 \begin_inset Tabular
2909 <lyxtabular version="3" rows="3" columns="2">
2910 <features rotate="0" tabularvalignment="middle">
2911 <column alignment="center" valignment="top">
2912 <column alignment="center" valignment="top">
2913 <row>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 Comando
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927 Resultado
2928 \end_layout
2929
2930 \end_inset
2931 </cell>
2932 </row>
2933 <row>
2934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Plain Layout
2938
2939 \backslash
2940 cases
2941 \begin_inset space \textvisiblespace{}
2942 \end_inset
2943
2944 A
2945 \begin_inset Formula $\to$
2946 \end_inset
2947
2948 B>0
2949 \begin_inset Index idx
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953 Comandos ! C ! 
2954 \backslash
2955 cases
2956 \end_layout
2957
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969 \begin_inset Formula $\begin{cases}
2970 A & B>0\end{cases}$
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row>
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \backslash
2986 cases
2987 \begin_inset space \textvisiblespace{}
2988 \end_inset
2989
2990
2991 \family sans
2992 Ctrl+Entrar
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 \begin_inset Formula $\begin{cases}
3002 A & \textrm{para }x>0\\
3003 B & \textrm{para }x=0
3004 \end{cases}$
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 </lyxtabular>
3014
3015 \end_inset
3016
3017
3018 \end_layout
3019
3020 \begin_layout Standard
3021 Después de insertar 
3022 \series bold
3023
3024 \backslash
3025 cases
3026 \series default
3027  o usar el botón 
3028 \begin_inset Graphics
3029         filename ../../images/math/cases.png
3030         scale 85
3031
3032 \end_inset
3033
3034  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3035 \family sans
3036 Ctrl+Entrar
3037 \family default
3038  o con el botón
3039 \family sans
3040  
3041 \family default
3042
3043 \begin_inset Graphics
3044         filename ../../images/tabular-feature_append-row.png
3045         scale 85
3046
3047 \end_inset
3048
3049  de la barra de cuadros.
3050 \end_layout
3051
3052 \begin_layout Standard
3053 El comando 
3054 \series bold
3055
3056 \backslash
3057 cases
3058 \series default
3059  también está disponible en el menú 
3060 \family sans
3061 Insertar\SpecialChar \menuseparator
3062 Ecuación\SpecialChar \menuseparator
3063 Entorno casos
3064 \family default
3065 .
3066 \end_layout
3067
3068 \begin_layout Subsection
3069 Negaciones
3070 \begin_inset Index idx
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074 Negaciones
3075 \end_layout
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Standard
3083 Con el comando 
3084 \series bold
3085
3086 \backslash
3087 not
3088 \series default
3089
3090 \begin_inset Index idx
3091 status collapsed
3092
3093 \begin_layout Plain Layout
3094 Comandos ! N ! 
3095 \backslash
3096 not
3097 \end_layout
3098
3099 \end_inset
3100
3101  todo carácter se puede mostrar cancelado.
3102  Los caracteres son casi tachados con una barra inclinada.
3103 \end_layout
3104
3105 \begin_layout Standard
3106 \noindent
3107 \align center
3108 \begin_inset Tabular
3109 <lyxtabular version="3" rows="4" columns="2">
3110 <features rotate="0" tabularvalignment="middle">
3111 <column alignment="center" valignment="top">
3112 <column alignment="center" valignment="top">
3113 <row>
3114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 Comando
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127 Resultado
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 <row>
3134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \backslash
3140 not=
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 \begin_inset Formula $\not=$
3150 \end_inset
3151
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 </row>
3158 <row>
3159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \backslash
3165 not 
3166 \backslash
3167 le
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176 \begin_inset Formula $\not\le$
3177 \end_inset
3178
3179
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 </row>
3185 <row>
3186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \backslash
3192 not 
3193 \backslash
3194 parallel
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 \begin_inset Formula $\not\parallel$
3204 \end_inset
3205
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 </lyxtabular>
3213
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \begin_layout Standard
3220 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3221  Por tanto para algunas negaciones hay comandos especiales (véase 
3222 \begin_inset CommandInset ref
3223 LatexCommand ref
3224 reference "sub:Símbolos-matemáticos"
3225
3226 \end_inset
3227
3228  y 
3229 \begin_inset CommandInset ref
3230 LatexCommand ref
3231 reference "sec:Relaciones"
3232
3233 \end_inset
3234
3235 ).
3236 \end_layout
3237
3238 \begin_layout Subsection
3239 Espacios reservados 
3240 \begin_inset CommandInset label
3241 LatexCommand label
3242 name "sub:Espacios-reservados"
3243
3244 \end_inset
3245
3246
3247 \begin_inset Index idx
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 Espacios reservados
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \begin_inset Index idx
3258 status collapsed
3259
3260 \begin_layout Plain Layout
3261 Química ! isótopos
3262 \end_layout
3263
3264 \end_inset
3265
3266
3267 \begin_inset Index idx
3268 status collapsed
3269
3270 \begin_layout Plain Layout
3271 Isótopos|see
3272 \begin_inset ERT
3273 status collapsed
3274
3275 \begin_layout Plain Layout
3276
3277 {
3278 \end_layout
3279
3280 \end_inset
3281
3282 Química
3283 \begin_inset ERT
3284 status collapsed
3285
3286 \begin_layout Plain Layout
3287
3288 }
3289 \end_layout
3290
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \end_inset
3297
3298
3299 \end_layout
3300
3301 \begin_layout Standard
3302 En la presentación de, p.
3303 \begin_inset space \thinspace{}
3304 \end_inset
3305
3306 e., isótopos,
3307 \begin_inset Foot
3308 status collapsed
3309
3310 \begin_layout Plain Layout
3311 Más sobre símbolos químicos en 
3312 \begin_inset CommandInset ref
3313 LatexCommand ref
3314 reference "sub:Símbolos-y-ecuaciones-químicas"
3315
3316 \end_inset
3317
3318
3319 \end_layout
3320
3321 \end_inset
3322
3323  surge el problema siguiente:
3324 \end_layout
3325
3326 \begin_layout Standard
3327 \noindent
3328 \align center
3329 \begin_inset Tabular
3330 <lyxtabular version="3" rows="2" columns="2">
3331 <features rotate="0" tabularvalignment="middle">
3332 <column alignment="center" valignment="top">
3333 <column alignment="center" valignment="top">
3334 <row>
3335 <cell alignment="center" valignment="top" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 Índices generados con sub- y superíndices:
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell alignment="center" valignment="top" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3349 \end_inset
3350
3351
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 </row>
3357 <row>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Índices correctos:
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3372 \end_inset
3373
3374
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 </row>
3380 </lyxtabular>
3381
3382 \end_inset
3383
3384
3385 \begin_inset Note Note
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391
3392 \backslash
3393 raisebox
3394 \series default
3395  se usa sólo como espaciador
3396 \end_layout
3397
3398 \end_inset
3399
3400
3401 \end_layout
3402
3403 \begin_layout Standard
3404 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3405  del índice más largo.
3406  Para evitarlo está el comando 
3407 \series bold
3408
3409 \backslash
3410 phantom
3411 \series default
3412
3413 \begin_inset Index idx
3414 status collapsed
3415
3416 \begin_layout Plain Layout
3417 Comandos ! P ! 
3418 \backslash
3419 phantom
3420 \end_layout
3421
3422 \end_inset
3423
3424  o el botón 
3425 \begin_inset space ~
3426 \end_inset
3427
3428
3429 \begin_inset Graphics
3430         filename ../../images/math/phantom.png
3431         scale 85
3432
3433 \end_inset
3434
3435  del submenú de espacios en ecuaciones
3436 \begin_inset Foot
3437 status collapsed
3438
3439 \begin_layout Plain Layout
3440 Botón 
3441 \begin_inset Graphics
3442         filename ../../images/math/space.png
3443         scale 85
3444
3445 \end_inset
3446
3447  de la barra de ecuaciones
3448 \end_layout
3449
3450 \end_inset
3451
3452 , que genera uno o más espacios reservados.
3453  Al insertar 
3454 \series bold
3455
3456 \backslash
3457 phantom
3458 \series default
3459  aparece un pequeño marco azul con dos flechas rojas superpuestas
3460 \begin_inset Formula $\phantom{}$
3461 \end_inset
3462
3463 .
3464  Las flechas indican que se reservará un espacio equivalente a la anchura
3465  y altura totales del contenido del marco.
3466  Los espacios reservados son correspondientes al tamaño de los caracteres.
3467 \end_layout
3468
3469 \begin_layout Standard
3470 \noindent
3471 \align center
3472 \begin_inset Tabular
3473 <lyxtabular version="3" rows="4" columns="2">
3474 <features rotate="0" tabularvalignment="middle">
3475 <column alignment="center" valignment="top">
3476 <column alignment="center" valignment="top">
3477 <row>
3478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 Comando
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Resultado
3492 \begin_inset Note Note
3493 status collapsed
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498
3499 \backslash
3500 raisebox
3501 \series default
3502  se usa sólo como espaciador
3503 \end_layout
3504
3505 \end_inset
3506
3507
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row>
3514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 ^19
3519 \begin_inset space \textvisiblespace{}
3520 \end_inset
3521
3522 _
3523 \backslash
3524 phantom
3525 \begin_inset space \textvisiblespace{}
3526 \end_inset
3527
3528 1
3529 \begin_inset Formula $\rightarrow$
3530 \end_inset
3531
3532 9
3533 \begin_inset space \textvisiblespace{}
3534 \end_inset
3535
3536 F
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3546 \end_inset
3547
3548
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 ^235
3560 \begin_inset space \textvisiblespace{}
3561 \end_inset
3562
3563 _
3564 \backslash
3565 phantom
3566 \begin_inset space \textvisiblespace{}
3567 \end_inset
3568
3569 23
3570 \begin_inset Formula $\rightarrow$
3571 \end_inset
3572
3573 9
3574 \begin_inset space \textvisiblespace{}
3575 \end_inset
3576
3577 F
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \backslash
3602 Lambda^
3603 \begin_inset space \textvisiblespace{}
3604 \end_inset
3605
3606
3607 \backslash
3608 phantom
3609 \begin_inset space \textvisiblespace{}
3610 \end_inset
3611
3612 ii
3613 \begin_inset Formula $\rightarrow$
3614 \end_inset
3615
3616 t
3617 \begin_inset space \textvisiblespace{}
3618 \end_inset
3619
3620 _MMt
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3630 \end_inset
3631
3632
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 </lyxtabular>
3639
3640 \end_inset
3641
3642
3643 \end_layout
3644
3645 \begin_layout Standard
3646 Además hay los comandos 
3647 \series bold
3648
3649 \backslash
3650 vphantom
3651 \series default
3652
3653 \begin_inset Index idx
3654 status collapsed
3655
3656 \begin_layout Plain Layout
3657 Comandos ! V ! 
3658 \backslash
3659 vphantom
3660 \end_layout
3661
3662 \end_inset
3663
3664  (botón 
3665 \begin_inset space ~
3666 \end_inset
3667
3668
3669 \begin_inset Graphics
3670         filename ../../images/math/vphantom.png
3671         scale 85
3672
3673 \end_inset
3674
3675 ) y 
3676 \series bold
3677
3678 \backslash
3679 hphantom
3680 \series default
3681
3682 \begin_inset Index idx
3683 status collapsed
3684
3685 \begin_layout Plain Layout
3686 Comandos ! H ! 
3687 \backslash
3688 hphantom
3689 \end_layout
3690
3691 \end_inset
3692
3693  (botón 
3694 \begin_inset space ~
3695 \end_inset
3696
3697
3698 \begin_inset Graphics
3699         filename ../../images/math/hphantom.png
3700         scale 85
3701
3702 \end_inset
3703
3704 ).
3705  
3706 \series bold
3707
3708 \backslash
3709 hphantom
3710 \series default
3711  genera espacio en el marco sólo para la altura máxima de los caracteres,
3712  no para su anchura.
3713  
3714 \series bold
3715
3716 \backslash
3717 vphantom
3718 \series default
3719  genera espacio sólo para la anchura del contenido del marco.
3720  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3721 \end_layout
3722
3723 \begin_layout Standard
3724 Por ejemplo, 
3725 \series bold
3726
3727 \backslash
3728 vphantom
3729 \series default
3730
3731 \begin_inset space \textvisiblespace{}
3732 \end_inset
3733
3734
3735 \series bold
3736 a
3737 \backslash
3738 int
3739 \series default
3740  genera espacio de la altura del signo de la integral,
3741 \begin_inset Foot
3742 status collapsed
3743
3744 \begin_layout Plain Layout
3745 El comando 
3746 \series bold
3747
3748 \backslash
3749 int
3750 \series default
3751  genera un signo de integral, véase 
3752 \begin_inset CommandInset ref
3753 LatexCommand ref
3754 reference "sub:Operadores-grandes"
3755
3756 \end_inset
3757
3758
3759 \end_layout
3760
3761 \end_inset
3762
3763  porque este es el carácter más largo.
3764  En la 
3765 \begin_inset CommandInset ref
3766 LatexCommand ref
3767 reference "sub:Delimitadores-multilínea"
3768
3769 \end_inset
3770
3771  hay un ejemplo de aplicación.
3772 \end_layout
3773
3774 \begin_layout Standard
3775 Los espacios reservados también se pueden usar para un texto cuando se insertan
3776  mediante el menú 
3777 \family sans
3778 Insertar\SpecialChar \menuseparator
3779 Formato\SpecialChar \menuseparator
3780 Fantasma
3781 \family default
3782 :
3783 \end_layout
3784
3785 \begin_layout Standard
3786 Esto es una frase.
3787 \begin_inset Newline newline
3788 \end_inset
3789
3790
3791 \begin_inset Phantom Phantom
3792 status open
3793
3794 \begin_layout Plain Layout
3795 Esto
3796 \end_layout
3797
3798 \end_inset
3799
3800  es una frase.
3801 \end_layout
3802
3803 \begin_layout Subsection
3804 Líneas
3805 \begin_inset Index idx
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809 Lineas@Líneas
3810 \end_layout
3811
3812 \end_inset
3813
3814
3815 \begin_inset Index idx
3816 status collapsed
3817
3818 \begin_layout Plain Layout
3819 Ecuación ! sub- o superrayada
3820 \end_layout
3821
3822 \end_inset
3823
3824
3825 \end_layout
3826
3827 \begin_layout Standard
3828 \noindent
3829 \align center
3830 \begin_inset Tabular
3831 <lyxtabular version="3" rows="4" columns="2">
3832 <features rotate="0" tabularvalignment="middle">
3833 <column alignment="center" valignment="top">
3834 <column alignment="center" valignment="top">
3835 <row>
3836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 Comando
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Resultado
3850 \begin_inset Note Note
3851 status collapsed
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856
3857 \backslash
3858 raisebox
3859 \series default
3860  se usa sólo como espaciador
3861 \end_layout
3862
3863 \end_inset
3864
3865
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \backslash
3878 overline
3879 \begin_inset space \textvisiblespace{}
3880 \end_inset
3881
3882 A+B
3883 \begin_inset Index idx
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887 Comandos ! O ! 
3888 \backslash
3889 overline
3890 \end_layout
3891
3892 \end_inset
3893
3894
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3904 \end_inset
3905
3906
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \backslash
3919 underline
3920 \begin_inset space \textvisiblespace{}
3921 \end_inset
3922
3923 A+B
3924 \begin_inset Index idx
3925 status collapsed
3926
3927 \begin_layout Plain Layout
3928 Comandos ! U ! 
3929 \backslash
3930 underline
3931 \end_layout
3932
3933 \end_inset
3934
3935
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3945 \end_inset
3946
3947
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958
3959 \backslash
3960 overline
3961 \begin_inset space \textvisiblespace{}
3962 \end_inset
3963
3964
3965 \backslash
3966 underline
3967 \begin_inset space \textvisiblespace{}
3968 \end_inset
3969
3970 A+B
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3980 \end_inset
3981
3982
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 </lyxtabular>
3989
3990 \end_inset
3991
3992
3993 \end_layout
3994
3995 \begin_layout Standard
3996 En el último ejemplo es indiferente poner primero 
3997 \series bold
3998
3999 \backslash
4000 overline
4001 \series default
4002  o 
4003 \series bold
4004
4005 \backslash
4006 underline
4007 \series default
4008 .
4009 \end_layout
4010
4011 \begin_layout Standard
4012 Para poner doble subrayado, p.
4013 \begin_inset space \thinspace{}
4014 \end_inset
4015
4016 e.
4017  en resultados, se usa 
4018 \series bold
4019
4020 \backslash
4021 underline
4022 \series default
4023  dos veces.
4024 \end_layout
4025
4026 \begin_layout Standard
4027 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4028 \begin_inset VSpace bigskip
4029 \end_inset
4030
4031 Se pueden crear líneas personalizadas con el comando 
4032 \series bold
4033
4034 \backslash
4035 rule
4036 \series default
4037
4038 \begin_inset Index idx
4039 status collapsed
4040
4041 \begin_layout Plain Layout
4042 Comandos ! R ! 
4043 \backslash
4044 rule
4045 \end_layout
4046
4047 \end_inset
4048
4049  con el esquema siguiente:
4050 \end_layout
4051
4052 \begin_layout Standard
4053
4054 \series bold
4055
4056 \backslash
4057 rule[hueco vertical]{longitud}{grosor}
4058 \end_layout
4059
4060 \begin_layout Standard
4061 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4062  si el valor es negativo).
4063  Las unidades disponibles para los valores están listadas en
4064 \begin_inset space ~
4065 \end_inset
4066
4067
4068 \begin_inset CommandInset ref
4069 LatexCommand ref
4070 reference "tab:Unidades-disponibles"
4071
4072 \end_inset
4073
4074 .
4075  A continuación hay dos ejemplos de líneas creadas con los comandos
4076 \series bold
4077
4078 \begin_inset Newline newline
4079 \end_inset
4080
4081
4082 \backslash
4083 rule[-2ex]{3cm}{2pt}
4084 \series default
4085  y 
4086 \series bold
4087
4088 \backslash
4089 rule{2cm}{1pt}
4090 \series default
4091 :
4092 \end_layout
4093
4094 \begin_layout Standard
4095 Esto es una frase 
4096 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4097 \end_inset
4098
4099  con dos líneas.
4100 \end_layout
4101
4102 \begin_layout Standard
4103
4104 \series bold
4105
4106 \backslash
4107 rule
4108 \series default
4109  también se puede usar para texto insertando una línea mediante el menú
4110  
4111 \family sans
4112 Insertar\SpecialChar \menuseparator
4113 Formato\SpecialChar \menuseparator
4114 Línea horizontal
4115 \family default
4116 :
4117 \end_layout
4118
4119 \begin_layout Standard
4120 Esto es una frase 
4121 \begin_inset CommandInset line
4122 LatexCommand rule
4123 offset "0.5ex"
4124 width "3cm"
4125 height "1pt"
4126
4127 \end_inset
4128
4129  con una línea insertada.
4130 \end_layout
4131
4132 \begin_layout Subsection
4133 Puntos
4134 \begin_inset CommandInset label
4135 LatexCommand label
4136 name "sub:Puntos"
4137
4138 \end_inset
4139
4140
4141 \begin_inset Index idx
4142 status collapsed
4143
4144 \begin_layout Plain Layout
4145 Puntos
4146 \end_layout
4147
4148 \end_inset
4149
4150
4151 \end_layout
4152
4153 \begin_layout Standard
4154 Hay distintos tipos de puntos disponibles.
4155 \begin_inset Foot
4156 status open
4157
4158 \begin_layout Plain Layout
4159 En la barra de herramientas de ecuaciones, en el panel del botón 
4160 \begin_inset Graphics
4161         filename ../../images/math/ldots.png
4162         scale 85
4163
4164 \end_inset
4165
4166 .
4167 \end_layout
4168
4169 \end_inset
4170
4171  Para continuación en enumeraciones se usan puntos bajos, (
4172 \series bold
4173
4174 \backslash
4175 ldots
4176 \series default
4177
4178 \begin_inset Index idx
4179 status collapsed
4180
4181 \begin_layout Plain Layout
4182 Comandos ! L ! 
4183 \backslash
4184 ldots
4185 \end_layout
4186
4187 \end_inset
4188
4189 ), mientras que para operaciones se usan puntos centrados a la misma altura
4190  que los operadores, (
4191 \series bold
4192
4193 \backslash
4194 cdots
4195 \series default
4196
4197 \begin_inset Index idx
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201 Comandos ! C ! 
4202 \backslash
4203 cdots
4204 \end_layout
4205
4206 \end_inset
4207
4208 ).
4209  Si se usa el comando 
4210 \series bold
4211
4212 \backslash
4213 dots
4214 \series default
4215
4216 \begin_inset Index idx
4217 status collapsed
4218
4219 \begin_layout Plain Layout
4220 Comandos ! D ! 
4221 \backslash
4222 dots
4223 \end_layout
4224
4225 \end_inset
4226
4227 , LaTeX decide el tipo a usar en función del carácter siguiente.
4228 \end_layout
4229
4230 \begin_layout Standard
4231 \align center
4232 \begin_inset Tabular
4233 <lyxtabular version="3" rows="9" columns="2">
4234 <features rotate="0" tabularvalignment="middle">
4235 <column alignment="center" valignment="top" width="0pt">
4236 <column alignment="center" valignment="top" width="0pt">
4237 <row>
4238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Comando
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Resultado
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 A_1
4263 \begin_inset space \textvisiblespace{}
4264 \end_inset
4265
4266 ,
4267 \backslash
4268 dots
4269 \begin_inset space \textvisiblespace{}
4270 \end_inset
4271
4272 ,A_n
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 \begin_inset Formula $A_{1},\dots,A_{n}$
4282 \end_inset
4283
4284
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 </row>
4290 <row>
4291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 A_1
4296 \begin_inset space \textvisiblespace{}
4297 \end_inset
4298
4299 +
4300 \backslash
4301 dots
4302 \begin_inset space \textvisiblespace{}
4303 \end_inset
4304
4305 +A_n
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 \begin_inset Formula $A_{1}+\dots+A_{n}$
4315 \end_inset
4316
4317
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 A_1
4329 \begin_inset space \textvisiblespace{}
4330 \end_inset
4331
4332 ,
4333 \backslash
4334 ldots
4335 \begin_inset space \textvisiblespace{}
4336 \end_inset
4337
4338 ,A_n
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 \begin_inset Formula $A_{1},\ldots,A_{n}$
4348 \end_inset
4349
4350
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 A_1
4362 \begin_inset space \textvisiblespace{}
4363 \end_inset
4364
4365 +
4366 \backslash
4367 cdots
4368 \begin_inset space \textvisiblespace{}
4369 \end_inset
4370
4371 +A_n
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4381 \end_inset
4382
4383
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \backslash
4396 vdots
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 \begin_inset Formula $\vdots$
4406 \end_inset
4407
4408
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 </row>
4414 <row>
4415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419
4420 \backslash
4421 ddots
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 \begin_inset Formula $\ddots$
4431 \end_inset
4432
4433
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444
4445 \backslash
4446 iddots
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 \begin_inset Formula $\iddots$
4456 \end_inset
4457
4458
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 Matriz
4470 \begin_inset space \thinspace{}
4471 \end_inset
4472
4473 3×3 con los distintos puntos
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 \begin_inset Formula $\begin{array}{ccc}
4483 A_{11} & \cdots & A_{1m}\\
4484 \vdots & \ddots & \vdots\\
4485 A_{n1} & \cdots & A_{nm}
4486 \end{array}$
4487 \end_inset
4488
4489
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 </lyxtabular>
4496
4497 \end_inset
4498
4499
4500 \end_layout
4501
4502 \begin_layout Standard
4503 Los puntos suspensivos disponibles en el menú 
4504 \family sans
4505 Insertar\SpecialChar \menuseparator
4506 Carácter especial
4507 \family default
4508  son 
4509 \series bold
4510
4511 \backslash
4512 ldots
4513 \series default
4514 .
4515 \end_layout
4516
4517 \begin_layout Standard
4518 \begin_inset VSpace medskip
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \begin_layout Standard
4525 Para usar 
4526 \series bold
4527
4528 \backslash
4529 iddots
4530 \series default
4531 , hay que marcar una de las opciones 
4532 \family sans
4533 Usar paquete mathdots (automáticamente)
4534 \family default
4535  en las 
4536 \family sans
4537 Opciones de ecuación
4538 \family default
4539  de la configuración del documento.
4540 \begin_inset Newline newline
4541 \end_inset
4542
4543 La opción 
4544 \family sans
4545 Usar paquete mathdots
4546 \family default
4547  mejorará el aspecto de todos los puntos en los documentos si su estilo
4548  o tamaño de tipografía no son los predeterminados.
4549 \end_layout
4550
4551 \begin_layout Standard
4552 \begin_inset VSpace medskip
4553 \end_inset
4554
4555 Hay puntos específicos para matrices que se extienden por varias columnas.
4556  Se generan con el comando 
4557 \series bold
4558
4559 \backslash
4560 hdotsfor
4561 \series default
4562
4563 \begin_inset Index idx
4564 status collapsed
4565
4566 \begin_layout Plain Layout
4567 Comandos ! H ! 
4568 \backslash
4569 hdotsfor
4570 \end_layout
4571
4572 \end_inset
4573
4574 , que tiene el siguiente esquema:
4575 \end_layout
4576
4577 \begin_layout Standard
4578
4579 \series bold
4580
4581 \backslash
4582 hdotsfor[distancia]{número de columnas}
4583 \end_layout
4584
4585 \begin_layout Standard
4586 Número de columnas especifica cuántas columnas deben abarcarse.
4587  Distancia es un factor para la separación entre los puntos.
4588 \end_layout
4589
4590 \begin_layout Standard
4591 En la siguiente matriz se ha insertado el comando 
4592 \series bold
4593
4594 \backslash
4595 hdotsfor[2]{4}
4596 \series default
4597  en el primer recuadro de la segunda línea para obtener puntos separados
4598  una distancia equivalente a dos veces la del comando 
4599 \series bold
4600
4601 \backslash
4602 dots
4603 \series default
4604 .
4605 \begin_inset Formula 
4606 \[
4607 \left(\begin{array}{cccc}
4608 A & B & C & D\\
4609 \hdotsfor[2]{4}\\
4610 q & w & e & r
4611 \end{array}\right)
4612 \]
4613
4614 \end_inset
4615
4616
4617 \end_layout
4618
4619 \begin_layout Standard
4620 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4621  de lo contrario se producen errores de LaTeX.
4622 \end_layout
4623
4624 \begin_layout Standard
4625 \begin_inset VSpace bigskip
4626 \end_inset
4627
4628
4629 \end_layout
4630
4631 \begin_layout Standard
4632 Además, con el comando 
4633 \series bold
4634
4635 \backslash
4636 dotfill
4637 \series default
4638
4639 \begin_inset Index idx
4640 status collapsed
4641
4642 \begin_layout Plain Layout
4643 Comandos ! D ! 
4644 \backslash
4645 dotfill
4646 \end_layout
4647
4648 \end_inset
4649
4650  puedes completar con puntos una línea.
4651  El efecto de este tipo de comandos es como el de 
4652 \series bold
4653
4654 \backslash
4655 hfill
4656 \series default
4657 , véase 
4658 \begin_inset CommandInset ref
4659 LatexCommand ref
4660 reference "sub:Espacio-variable"
4661
4662 \end_inset
4663
4664 .
4665 \end_layout
4666
4667 \begin_layout Standard
4668 Por ejemplo el comando 
4669 \series bold
4670 A
4671 \backslash
4672 dotfill
4673 \series default
4674
4675 \begin_inset space \textvisiblespace{}
4676 \end_inset
4677
4678
4679 \series bold
4680 B
4681 \series default
4682  genera
4683 \end_layout
4684
4685 \begin_layout Standard
4686 \begin_inset Formula $A\dotfill B$
4687 \end_inset
4688
4689
4690 \end_layout
4691
4692 \begin_layout Standard
4693 Un comando análogo a 
4694 \series bold
4695
4696 \backslash
4697 dotfill
4698 \series default
4699  para rellenar con una línea es 
4700 \series bold
4701
4702 \backslash
4703 hrulefill
4704 \series default
4705
4706 \begin_inset Index idx
4707 status collapsed
4708
4709 \begin_layout Plain Layout
4710 Comandos ! H ! 
4711 \backslash
4712 hrulefill
4713 \end_layout
4714
4715 \end_inset
4716
4717 :
4718 \end_layout
4719
4720 \begin_layout Standard
4721 \begin_inset Formula $A\hrulefill B$
4722 \end_inset
4723
4724
4725 \end_layout
4726
4727 \begin_layout Standard
4728 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4729 \end_layout
4730
4731 \begin_layout Section
4732 Matrices
4733 \begin_inset CommandInset label
4734 LatexCommand label
4735 name "sec:Matrices"
4736
4737 \end_inset
4738
4739
4740 \begin_inset Index idx
4741 status collapsed
4742
4743 \begin_layout Plain Layout
4744 Matrices
4745 \end_layout
4746
4747 \end_inset
4748
4749
4750 \end_layout
4751
4752 \begin_layout Standard
4753 Se pueden insertar con el botón 
4754 \begin_inset Graphics
4755         filename ../../images/dialog-show_mathmatrix.png
4756         scale 85
4757
4758 \end_inset
4759
4760  de la barra de ecuaciones o con el menú 
4761 \family sans
4762 Insertar\SpecialChar \menuseparator
4763 Ecuación\SpecialChar \menuseparator
4764 Matriz
4765 \family default
4766 .
4767  Aparece una ventana en la que se pide el número de filas y columnas, la
4768  alineación y la decoración.
4769  La alineación vertical sólo es relevante para matrices en línea:
4770 \end_layout
4771
4772 \begin_layout Standard
4773 Esta primera matriz tiene alineación superior 
4774 \begin_inset Formula $\begin{array}[t]{cccc}
4775 A & D & G & J\\
4776 B & E & H & K\\
4777 D & F & I & L
4778 \end{array}$
4779 \end_inset
4780
4781  , la segunda alineación central 
4782 \begin_inset Formula $\begin{array}{cccc}
4783 A & D & G & J\\
4784 B & E & H & K\\
4785 D & F & I & L
4786 \end{array}$
4787 \end_inset
4788
4789  , y la tercera alineación inferior 
4790 \begin_inset Formula $\begin{array}[b]{cccc}
4791 A & D & G & J\\
4792 B & E & H & K\\
4793 D & F & I & L
4794 \end{array}$
4795 \end_inset
4796
4797 .
4798 \end_layout
4799
4800 \begin_layout Standard
4801 La alineación horizontal especifica cómo deben alinearse las entradas de
4802  la columna.
4803  Se determina mediante una letra para cada columna.
4804  
4805 \emph on
4806 l
4807 \emph default
4808  indica alineación a la izquierda, 
4809 \emph on
4810 c
4811 \emph default
4812  alineación centrada y 
4813 \emph on
4814 r
4815 \emph default
4816  alineación a la derecha.
4817  Por ejemplo, para componer una matriz
4818 \begin_inset space ~
4819 \end_inset
4820
4821 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4822  centradas y la última a la derecha, se anota 
4823 \series bold
4824 lccr
4825 \series default
4826  en la alineación horizontal.
4827  Normalmente todas las columnas de una matriz están centradas, por tanto
4828  el valor por omisión es 
4829 \series bold
4830 c
4831 \series default
4832  para todas ellas.
4833 \end_layout
4834
4835 \begin_layout Standard
4836 Alineación horizontal:
4837 \end_layout
4838
4839 \begin_layout Standard
4840
4841 \series bold
4842 lll
4843 \series default
4844  : 
4845 \begin_inset Formula $\begin{array}{lll}
4846 10000 & D & G\\
4847 B & 10000 & H\\
4848 C & F & 10000
4849 \end{array}$
4850 \end_inset
4851
4852  , 
4853 \series bold
4854 ccc 
4855 \series default
4856
4857 \begin_inset Formula $\begin{array}{ccc}
4858 10000 & D & G\\
4859 B & 10000 & H\\
4860 C & F & 10000
4861 \end{array}$
4862 \end_inset
4863
4864  
4865 \series bold
4866 ,
4867 \series default
4868  
4869 \series bold
4870 rrr 
4871 \series default
4872
4873 \begin_inset Formula $\begin{array}{rrr}
4874 10000 & D & G\\
4875 B & 10000 & H\\
4876 C & F & 10000
4877 \end{array}$
4878 \end_inset
4879
4880
4881 \end_layout
4882
4883 \begin_layout Standard
4884 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4885  botones 
4886 \begin_inset Graphics
4887         filename ../../images/tabular-feature_append-row.png
4888         scale 85
4889
4890 \end_inset
4891
4892
4893 \begin_inset Graphics
4894         filename ../../images/tabular-feature_delete-row.png
4895         scale 85
4896
4897 \end_inset
4898
4899 , etc.
4900  de la barra de ecuaciones o el menú 
4901 \family sans
4902 Editar\SpecialChar \menuseparator
4903 Filas y columnas
4904 \family default
4905 .
4906  También se pueden añadir filas nuevas con 
4907 \family sans
4908 Ctrl+Entrar
4909 \family default
4910 .
4911 \end_layout
4912
4913 \begin_layout Standard
4914 \begin_inset VSpace bigskip
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \begin_layout Standard
4921 La 
4922 \family sans
4923 Decoración
4924 \family default
4925  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4926  Alternativamente, se pueden generar paréntesis con los comandos 
4927 \series bold
4928
4929 \backslash
4930 left
4931 \series default
4932
4933 \begin_inset Index idx
4934 status collapsed
4935
4936 \begin_layout Plain Layout
4937 Comandos ! L ! 
4938 \backslash
4939 left
4940 \end_layout
4941
4942 \end_inset
4943
4944  y 
4945 \series bold
4946
4947 \backslash
4948 right
4949 \series default
4950
4951 \begin_inset Index idx
4952 status collapsed
4953
4954 \begin_layout Plain Layout
4955 Comandos ! R ! 
4956 \backslash
4957 right
4958 \end_layout
4959
4960 \end_inset
4961
4962  (atajo 
4963 \family sans
4964 Alt+M
4965 \begin_inset space ~
4966 \end_inset
4967
4968 Paréntesis
4969 \family default
4970 ), véase 
4971 \begin_inset CommandInset ref
4972 LatexCommand ref
4973 reference "sub:Tamaño-automático-de"
4974
4975 \end_inset
4976
4977 , o usando los comandos siguientes:
4978 \end_layout
4979
4980 \begin_layout Standard
4981 \begin_inset VSpace medskip
4982 \end_inset
4983
4984
4985 \end_layout
4986
4987 \begin_layout Standard
4988 \begin_inset space \hfill{}
4989 \end_inset
4990
4991
4992 \begin_inset Tabular
4993 <lyxtabular version="3" rows="4" columns="2">
4994 <features rotate="0" tabularvalignment="middle">
4995 <column alignment="center" valignment="top">
4996 <column alignment="center" valignment="top">
4997 <row>
4998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Comando
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Resultado
5012 \begin_inset Note Note
5013 status collapsed
5014
5015 \begin_layout Plain Layout
5016
5017 \series bold
5018
5019 \backslash
5020 raisebox
5021 \series default
5022  se usa sólo como espaciador
5023 \end_layout
5024
5025 \end_inset
5026
5027
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 </row>
5033 <row>
5034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \backslash
5040 bmatrix
5041 \begin_inset space \textvisiblespace{}
5042 \end_inset
5043
5044 2
5045 \series bold
5046 ×
5047 \series default
5048 2
5049 \begin_inset space \thinspace{}
5050 \end_inset
5051
5052 matriz
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5062 0 & \textrm{-}\mathrm{i}\\
5063 \mathrm{i} & 0
5064 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5065 \end_inset
5066
5067
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row>
5074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \backslash
5080 Bmatrix
5081 \begin_inset space \textvisiblespace{}
5082 \end_inset
5083
5084 2×2
5085 \begin_inset space \thinspace{}
5086 \end_inset
5087
5088 matriz
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5098 0 & \textrm{-}\mathrm{i}\\
5099 \mathrm{i} & 0
5100 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5101 \end_inset
5102
5103
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \backslash
5116 pmatrix
5117 \begin_inset space \textvisiblespace{}
5118 \end_inset
5119
5120 2
5121 \series bold
5122 ×
5123 \series default
5124 2
5125 \begin_inset space \thinspace{}
5126 \end_inset
5127
5128 matriz
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5138 0 & \textrm{-}\mathrm{i}\\
5139 \mathrm{i} & 0
5140 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 </lyxtabular>
5150
5151 \end_inset
5152
5153
5154 \begin_inset space \hfill{}
5155 \end_inset
5156
5157
5158 \begin_inset Tabular
5159 <lyxtabular version="3" rows="4" columns="2">
5160 <features rotate="0" tabularvalignment="middle">
5161 <column alignment="center" valignment="top">
5162 <column alignment="center" valignment="top">
5163 <row>
5164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 Comando
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Resultado
5178 \begin_inset Note Note
5179 status collapsed
5180
5181 \begin_layout Plain Layout
5182
5183 \series bold
5184
5185 \backslash
5186 raisebox
5187 \series default
5188  se usa sólo como espaciador
5189 \end_layout
5190
5191 \end_inset
5192
5193
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \backslash
5206 vmatrix
5207 \begin_inset space \textvisiblespace{}
5208 \end_inset
5209
5210 2
5211 \series bold
5212 ×
5213 \series default
5214 2
5215 \begin_inset space \thinspace{}
5216 \end_inset
5217
5218 matriz
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5228 0 & \textrm{-}\mathrm{i}\\
5229 \mathrm{i} & 0
5230 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5231 \end_inset
5232
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \backslash
5246 Vmatrix
5247 \begin_inset space \textvisiblespace{}
5248 \end_inset
5249
5250 2
5251 \series bold
5252 ×
5253 \series default
5254 2
5255 \begin_inset space \thinspace{}
5256 \end_inset
5257
5258 matriz
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5268 0 & \textrm{-}\mathrm{i}\\
5269 \mathrm{i} & 0
5270 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 </row>
5279 <row>
5280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284
5285 \backslash
5286 matrix
5287 \begin_inset space \textvisiblespace{}
5288 \end_inset
5289
5290 2
5291 \series bold
5292 ×
5293 \series default
5294 2
5295 \begin_inset space \thinspace{}
5296 \end_inset
5297
5298 matriz
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5308 0 & \textrm{-}\mathrm{i}\\
5309 \mathrm{i} & 0
5310 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 </lyxtabular>
5320
5321 \end_inset
5322
5323
5324 \begin_inset space \hfill{}
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \begin_layout Standard
5331 \begin_inset VSpace medskip
5332 \end_inset
5333
5334
5335 \end_layout
5336
5337 \begin_layout Standard
5338 Cuando se inserta p.
5339 \begin_inset space \thinspace{}
5340 \end_inset
5341
5342 e.
5343 \begin_inset space ~
5344 \end_inset
5345
5346
5347 \series bold
5348
5349 \backslash
5350 vmatrix
5351 \series default
5352 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5353  la matriz.
5354 \begin_inset Newline newline
5355 \end_inset
5356
5357 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5358  vertical.
5359 \end_layout
5360
5361 \begin_layout Standard
5362 \begin_inset VSpace bigskip
5363 \end_inset
5364
5365
5366 \end_layout
5367
5368 \begin_layout Standard
5369 Como todas las ecuaciones multilínea son matrices, la longitud 
5370 \series bold
5371
5372 \backslash
5373 arraycolsep
5374 \series default
5375
5376 \begin_inset Index idx
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380 Comandos ! A ! 
5381 \backslash
5382 arraycolsep
5383 \end_layout
5384
5385 \end_inset
5386
5387 , que se describe en 
5388 \begin_inset CommandInset ref
5389 LatexCommand ref
5390 reference "sub:Separación-de-columnas"
5391
5392 \end_inset
5393
5394 , también se puede usar para cambiar la separación de las columnas en una
5395  matriz.
5396  Para cambiar la separación de las filas, se usa el comando 
5397 \series bold
5398
5399 \backslash
5400 arraystretch
5401 \series default
5402
5403 \begin_inset Index idx
5404 status collapsed
5405
5406 \begin_layout Plain Layout
5407 Comandos ! A ! 
5408 \backslash
5409 arraystretch
5410 \end_layout
5411
5412 \end_inset
5413
5414  de la siguiente manera:
5415 \end_layout
5416
5417 \begin_layout Standard
5418
5419 \series bold
5420
5421 \backslash
5422 renewcommand{
5423 \backslash
5424 arraystretch}{factor de separación}
5425 \begin_inset Index idx
5426 status collapsed
5427
5428 \begin_layout Plain Layout
5429 Comandos ! R ! 
5430 \backslash
5431 renewcommand
5432 \end_layout
5433
5434 \end_inset
5435
5436
5437 \end_layout
5438
5439 \begin_layout Standard
5440 El comando 
5441 \series bold
5442
5443 \backslash
5444 renewcommand
5445 \series default
5446  asigna el factor de separación al comando predefinido 
5447 \series bold
5448
5449 \backslash
5450 arraystretch
5451 \series default
5452 .
5453  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5454  Además, éste se usa para todas las matrices siguientes.
5455  Para volver a la separación original, asigna factor 1 a 
5456 \series bold
5457
5458 \backslash
5459 arraystretch
5460 \series default
5461 .
5462 \end_layout
5463
5464 \begin_layout Standard
5465 Para poner matrices en línea se usa el comando 
5466 \series bold
5467
5468 \backslash
5469 smallmatrix
5470 \series default
5471
5472 \begin_inset Index idx
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476 Comandos ! S ! 
5477 \backslash
5478 smallmatrix
5479 \end_layout
5480
5481 \end_inset
5482
5483 .
5484  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5485  se inserta la matriz.
5486  
5487 \end_layout
5488
5489 \begin_layout Standard
5490 Esto es una matriz 
5491 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5492 C & D
5493 \end{smallmatrix}\right)$
5494 \end_inset
5495
5496  en línea.
5497 \end_layout
5498
5499 \begin_layout Section
5500 Delimitadores
5501 \begin_inset Index idx
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505 Delimitadores
5506 \end_layout
5507
5508 \end_inset
5509
5510
5511 \end_layout
5512
5513 \begin_layout Subsection
5514 Delimitadores verticales
5515 \begin_inset Index idx
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519 Delimitadores ! verticales
5520 \end_layout
5521
5522 \end_inset
5523
5524
5525 \end_layout
5526
5527 \begin_layout Standard
5528 \begin_inset space \hfill{}
5529 \end_inset
5530
5531
5532 \begin_inset Tabular
5533 <lyxtabular version="3" rows="9" columns="2">
5534 <features rotate="0" tabularvalignment="middle">
5535 <column alignment="center" valignment="top" width="0pt">
5536 <column alignment="center" valignment="top" width="0pt">
5537 <row>
5538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 Comando
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 Resultado
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 (
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 \begin_inset Formula $($
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 {
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $\{$
5595 \end_inset
5596
5597
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 [
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 \begin_inset Formula $[$
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631
5632 \backslash
5633 langle
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 \begin_inset Formula $\langle$
5643 \end_inset
5644
5645
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656
5657 \backslash
5658 lceil
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 \begin_inset Formula $\lceil$
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \backslash
5683 lfloor
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 \begin_inset Formula $\lfloor$
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 </row>
5701 <row>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 /
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Formula $/$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 |
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 \begin_inset Formula $|$
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 </lyxtabular>
5748
5749 \end_inset
5750
5751
5752 \begin_inset space \hfill{}
5753 \end_inset
5754
5755
5756 \begin_inset Tabular
5757 <lyxtabular version="3" rows="9" columns="2">
5758 <features rotate="0" tabularvalignment="middle">
5759 <column alignment="center" valignment="top" width="0pt">
5760 <column alignment="center" valignment="top" width="0pt">
5761 <row>
5762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 Comando
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 Resultado
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 )
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 \begin_inset Formula $)$
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 }
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $\}$
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 ]
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $]$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855
5856 \backslash
5857 rangle
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 \begin_inset Formula $\rangle$
5867 \end_inset
5868
5869
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 </row>
5875 <row>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880
5881 \backslash
5882 rceil
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 \begin_inset Formula $\rceil$
5892 \end_inset
5893
5894
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 </row>
5900 <row>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905
5906 \backslash
5907 rfloor
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 \begin_inset Formula $\rfloor$
5917 \end_inset
5918
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 </row>
5925 <row>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930
5931 \backslash
5932
5933 \backslash
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 \begin_inset Formula $\backslash$
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957
5958 \backslash
5959 |
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 \begin_inset Formula $\|$
5969 \end_inset
5970
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 </row>
5977 </lyxtabular>
5978
5979 \end_inset
5980
5981
5982 \begin_inset space \hfill{}
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 \begin_inset Note Greyedout
5990 status open
5991
5992 \begin_layout Plain Layout
5993
5994 \series bold
5995 Nota
5996 \series default
5997 : En modo TeX hay que usar el comando 
5998 \series bold
5999
6000 \backslash
6001 textbackslash
6002 \series default
6003
6004 \begin_inset Index idx
6005 status collapsed
6006
6007 \begin_layout Plain Layout
6008 Comandos ! T ! 
6009 \backslash
6010 textbackslash
6011 \end_layout
6012
6013 \end_inset
6014
6015  para la barra invertida, porque si no el comando 
6016 \series bold
6017
6018 \backslash
6019
6020 \backslash
6021
6022 \series default
6023  genera un salto de línea.
6024 \end_layout
6025
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Standard
6032 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6033  descritos en las dos subsecciones siguientes.
6034  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6035  < y > en vez de los comandos 
6036 \series bold
6037
6038 \backslash
6039 langle
6040 \series default
6041  y 
6042 \series bold
6043
6044 \backslash
6045 rangle
6046 \series default
6047 .
6048  
6049 \end_layout
6050
6051 \begin_layout Subsubsection
6052 Tamaño manual de los delimitadores
6053 \begin_inset CommandInset label
6054 LatexCommand label
6055 name "sub:Tamaño-manual-de"
6056
6057 \end_inset
6058
6059
6060 \begin_inset Index idx
6061 status collapsed
6062
6063 \begin_layout Plain Layout
6064 Delimitadores ! tamaño manual
6065 \end_layout
6066
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \begin_layout Standard
6073 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6074  LaTeX 
6075 \series bold
6076
6077 \backslash
6078 big
6079 \series default
6080
6081 \begin_inset Index idx
6082 status collapsed
6083
6084 \begin_layout Plain Layout
6085 Comandos ! B ! 
6086 \backslash
6087 big
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \series bold
6094
6095 \backslash
6096 Big
6097 \series default
6098
6099 \series bold
6100
6101 \backslash
6102 bigg
6103 \series default
6104 , y 
6105 \series bold
6106
6107 \backslash
6108 Bigg
6109 \series default
6110 .
6111  
6112 \series bold
6113
6114 \backslash
6115 big
6116 \series default
6117  indica el tamaño menor y 
6118 \series bold
6119
6120 \backslash
6121 Bigg
6122 \series default
6123  el mayor.
6124 \end_layout
6125
6126 \begin_layout Standard
6127 Estos comandos se usan para resaltar niveles de delimitación:
6128 \end_layout
6129
6130 \begin_layout Standard
6131 \noindent
6132 \align center
6133 \begin_inset Tabular
6134 <lyxtabular version="3" rows="2" columns="2">
6135 <features rotate="0" tabularvalignment="middle">
6136 <column alignment="center" valignment="top">
6137 <column alignment="center" valignment="top">
6138 <row>
6139 <cell alignment="center" valignment="top" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 todos los delimitadores de igual tamaño:
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 así tiene mejor aspecto:
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 </lyxtabular>
6185
6186 \end_inset
6187
6188
6189 \begin_inset Note Note
6190 status collapsed
6191
6192 \begin_layout Plain Layout
6193
6194 \series bold
6195
6196 \backslash
6197 raisebox
6198 \series default
6199  se usa sólo como espaciador
6200 \end_layout
6201
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \begin_layout Standard
6208 Para la segunda expresión se ha empleado el comando 
6209 \series bold
6210
6211 \backslash
6212 Big((A+B)(A-B)
6213 \backslash
6214 Big)^
6215 \series default
6216
6217 \begin_inset space \textvisiblespace{}
6218 \end_inset
6219
6220
6221 \series bold
6222 C
6223 \series default
6224 .
6225 \end_layout
6226
6227 \begin_layout Standard
6228 He aquí una visión conjunta de todos los tamaños y delimitadores:
6229 \end_layout
6230
6231 \begin_layout Standard
6232 \noindent
6233 \align center
6234
6235 \backslash
6236 Bigg(
6237 \backslash
6238 exp
6239 \backslash
6240 bigg<
6241 \backslash
6242 Big[
6243 \backslash
6244 big{
6245 \backslash
6246 ln(3x)
6247 \backslash
6248 big}^2
6249 \begin_inset space \textvisiblespace{}
6250 \end_inset
6251
6252
6253 \backslash
6254 sen(x)
6255 \backslash
6256 Big]^
6257 \begin_inset space \textvisiblespace{}
6258 \end_inset
6259
6260 A
6261 \begin_inset space \textvisiblespace{}
6262 \end_inset
6263
6264
6265 \backslash
6266 bigg>
6267 \backslash
6268 Bigg)^0,5
6269 \begin_inset Formula 
6270 \[
6271 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6272 \]
6273
6274 \end_inset
6275
6276
6277 \end_layout
6278
6279 \begin_layout Standard
6280 Además de los comandos 
6281 \series bold
6282
6283 \backslash
6284 big
6285 \series default
6286  hay la variante 
6287 \series bold
6288
6289 \backslash
6290 bigm
6291 \series default
6292
6293 \begin_inset Index idx
6294 status collapsed
6295
6296 \begin_layout Plain Layout
6297 Comandos ! B ! 
6298 \backslash
6299 bigm
6300 \end_layout
6301
6302 \end_inset
6303
6304 , que añade un poco más de espacio entre el delimitador y su contenido,
6305  y la variante 
6306 \series bold
6307
6308 \backslash
6309 bigl
6310 \series default
6311 -
6312 \series bold
6313
6314 \backslash
6315 bigr
6316 \series default
6317
6318 \begin_inset Index idx
6319 status collapsed
6320
6321 \begin_layout Plain Layout
6322 Comandos ! B ! 
6323 \backslash
6324 bigl - 
6325 \backslash
6326 bigr
6327 \end_layout
6328
6329 \end_inset
6330
6331 , que no añade espacio adicional.
6332  La 
6333 \emph on
6334 l
6335 \emph default
6336  al final del comando 
6337 \series bold
6338
6339 \backslash
6340 bigl 
6341 \series default
6342 es para el delimitador izquierdo, la 
6343 \emph on
6344 r
6345 \emph default
6346  es para el delimitador derecho.
6347  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6348  apertura o de cierre.
6349 \end_layout
6350
6351 \begin_layout Standard
6352 En el siguiente cuadro hay una comparación de las variantes:
6353 \end_layout
6354
6355 \begin_layout Standard
6356 \noindent
6357 \align center
6358 \begin_inset Tabular
6359 <lyxtabular version="3" rows="5" columns="2">
6360 <features rotate="0" tabularvalignment="middle">
6361 <column alignment="center" valignment="top">
6362 <column alignment="center" valignment="top">
6363 <row>
6364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 Comando
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 Resultado
6378 \begin_inset Note Note
6379 status collapsed
6380
6381 \begin_layout Plain Layout
6382
6383 \series bold
6384
6385 \backslash
6386 raisebox
6387 \series default
6388  se usa sólo como espaciador
6389 \end_layout
6390
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404
6405 \backslash
6406 Bigm(
6407 \backslash
6408 bigm(
6409 \backslash
6410 ln(3x)
6411 \backslash
6412 bigm)^2
6413 \series bold
6414
6415 \begin_inset space \textvisiblespace{}
6416 \end_inset
6417
6418
6419 \series default
6420
6421 \backslash
6422 Bigm)
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 Big(
6448 \backslash
6449 big(
6450 \backslash
6451 ln(3x)
6452 \backslash
6453 big)^2
6454 \series bold
6455
6456 \begin_inset space \textvisiblespace{}
6457 \end_inset
6458
6459
6460 \series default
6461
6462 \backslash
6463 Big)
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6473 \end_inset
6474
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 </row>
6481 <row>
6482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486
6487 \backslash
6488 Bigl(
6489 \backslash
6490 bigl(
6491 \backslash
6492 ln(3x)
6493 \backslash
6494 bigr)^2
6495 \series bold
6496
6497 \begin_inset space \textvisiblespace{}
6498 \end_inset
6499
6500
6501 \series default
6502
6503 \backslash
6504 Bigr)
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 </row>
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527
6528 \backslash
6529 bigl)
6530 \backslash
6531 ln(3x)
6532 \backslash
6533 bigr(
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6543 \end_inset
6544
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 </row>
6551 </lyxtabular>
6552
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \begin_layout Subsubsection
6559 Tamaño automático de los delimitadores
6560 \begin_inset CommandInset label
6561 LatexCommand label
6562 name "sub:Tamaño-automático-de"
6563
6564 \end_inset
6565
6566
6567 \begin_inset Index idx
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Delimitadores ! tamaño automático
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Standard
6580 Se pueden insertar delimitadores de tamaño variable con los comandos 
6581 \series bold
6582
6583 \backslash
6584 left
6585 \series default
6586
6587 \begin_inset Index idx
6588 status collapsed
6589
6590 \begin_layout Plain Layout
6591 Comandos ! L ! 
6592 \backslash
6593 left
6594 \end_layout
6595
6596 \end_inset
6597
6598  y 
6599 \series bold
6600
6601 \backslash
6602 right
6603 \series default
6604
6605 \begin_inset Index idx
6606 status collapsed
6607
6608 \begin_layout Plain Layout
6609 Comandos ! R ! 
6610 \backslash
6611 right
6612 \end_layout
6613
6614 \end_inset
6615
6616  o con el botón de la barra de ecuaciones 
6617 \begin_inset Graphics
6618         filename ../../images/dialog-show_mathdelimiter.png
6619         scale 85
6620
6621 \end_inset
6622
6623 .
6624  El delimitador deseado se debe insertar directamente detrás de 
6625 \series bold
6626
6627 \backslash
6628 left
6629 \series default
6630  y 
6631 \series bold
6632
6633 \backslash
6634 right
6635 \series default
6636 .
6637  El tamaño se calculará automáticamente después para la salida.
6638  
6639 \end_layout
6640
6641 \begin_layout Standard
6642 \noindent
6643 \align center
6644 delimitador normal: El comando 
6645 \series bold
6646
6647 \backslash
6648 ln(
6649 \backslash
6650 frac
6651 \series default
6652
6653 \begin_inset space \textvisiblespace{}
6654 \end_inset
6655
6656
6657 \series bold
6658 A
6659 \begin_inset Formula $\downarrow$
6660 \end_inset
6661
6662 C
6663 \series default
6664
6665 \begin_inset space \textvisiblespace{}
6666 \end_inset
6667
6668
6669 \series bold
6670 )
6671 \series default
6672  genera
6673 \begin_inset Formula 
6674 \[
6675 \ln(\frac{A}{C})
6676 \]
6677
6678 \end_inset
6679
6680
6681 \end_layout
6682
6683 \begin_layout Standard
6684 \noindent
6685 \align center
6686 delimitador multilínea: El comando 
6687 \series bold
6688
6689 \backslash
6690 ln
6691 \backslash
6692 left(
6693 \backslash
6694 frac
6695 \series default
6696
6697 \begin_inset space \textvisiblespace{}
6698 \end_inset
6699
6700
6701 \series bold
6702 A
6703 \begin_inset Formula $\downarrow$
6704 \end_inset
6705
6706 C
6707 \series default
6708
6709 \begin_inset space \textvisiblespace{}
6710 \end_inset
6711
6712
6713 \series bold
6714
6715 \backslash
6716 right)
6717 \series default
6718  genera
6719 \begin_inset Formula 
6720 \[
6721 \ln\left(\frac{A}{C}\right)
6722 \]
6723
6724 \end_inset
6725
6726
6727 \end_layout
6728
6729 \begin_layout Standard
6730 En lugar de 
6731 \series bold
6732
6733 \backslash
6734 left
6735 \series default
6736  y 
6737 \series bold
6738
6739 \backslash
6740 right
6741 \series default
6742  se puede usar el atajo 
6743 \family sans
6744 Alt+M
6745 \begin_inset space ~
6746 \end_inset
6747
6748 Corchete
6749 \family default
6750 .
6751  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6752  real del delimitador y además se genera el correspondiente delimitador
6753  de cierre.
6754 \begin_inset Newline newline
6755 \end_inset
6756
6757 El comando para el último ejemplo sería 
6758 \series bold
6759
6760 \backslash
6761 ln Alt+M
6762 \series default
6763  
6764 \series bold
6765 (
6766 \backslash
6767 frac
6768 \begin_inset space \textvisiblespace{}
6769 \end_inset
6770
6771 A
6772 \begin_inset Formula $\downarrow$
6773 \end_inset
6774
6775
6776 \end_layout
6777
6778 \begin_layout Standard
6779 Para omitir uno de los dos delimitadores se inserta un punto.
6780  Por ejemplo, el comando 
6781 \series bold
6782
6783 \backslash
6784 left.
6785 \backslash
6786 frac
6787 \series default
6788
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792
6793 \series bold
6794 A
6795 \begin_inset Formula $\downarrow$
6796 \end_inset
6797
6798 B
6799 \series default
6800
6801 \begin_inset space \textvisiblespace{}
6802 \end_inset
6803
6804
6805 \series bold
6806
6807 \backslash
6808 right}
6809 \series default
6810  da lugar a:
6811 \begin_inset Formula 
6812 \[
6813 \left.\frac{A}{B}\right\} 
6814 \]
6815
6816 \end_inset
6817
6818
6819 \end_layout
6820
6821 \begin_layout Standard
6822 LyX convertirá los comandos 
6823 \series bold
6824
6825 \backslash
6826 left
6827 \series default
6828  y 
6829 \series bold
6830
6831 \backslash
6832 right
6833 \series default
6834  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6835  omitido aparecerá como línea de trazos.
6836  
6837 \begin_inset VSpace bigskip
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \begin_layout Standard
6844 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6845  de LaTeX, el comando 
6846 \series bold
6847
6848 \backslash
6849 middle
6850 \series default
6851
6852 \begin_inset Index idx
6853 status collapsed
6854
6855 \begin_layout Plain Layout
6856 Comandos ! M ! 
6857 \backslash
6858 middle
6859 \end_layout
6860
6861 \end_inset
6862
6863  está también disponible para todos los delimitadores y límites.
6864  Con este comando la altura del siguiente carácter se adapta a la de los
6865  delimitadores circundantes, lo que es necesario, p.
6866 \begin_inset space \thinspace{}
6867 \end_inset
6868
6869 e., para vectores cuánticos: 
6870 \begin_inset Formula 
6871 \[
6872 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6873 \]
6874
6875 \end_inset
6876
6877
6878 \end_layout
6879
6880 \begin_layout Standard
6881 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6882  en
6883 \begin_inset space ~
6884 \end_inset
6885
6886
6887 \begin_inset CommandInset ref
6888 LatexCommand ref
6889 reference "sub:Vectores-cuánticos"
6890
6891 \end_inset
6892
6893 .
6894 \end_layout
6895
6896 \begin_layout Subsection
6897 Delimitadores horizontales
6898 \begin_inset Index idx
6899 status collapsed
6900
6901 \begin_layout Plain Layout
6902 Delimitadores ! horizontales
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \begin_layout Standard
6911 \noindent
6912 \align center
6913 \begin_inset Tabular
6914 <lyxtabular version="3" rows="4" columns="2">
6915 <features rotate="0" tabularvalignment="middle">
6916 <column alignment="center" valignment="top">
6917 <column alignment="center" valignment="top">
6918 <row>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 Comando
6924 \begin_inset Note Note
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928
6929 \series bold
6930
6931 \backslash
6932 raisebox
6933 \series default
6934  se usa sólo como espaciador
6935 \end_layout
6936
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 Resultado
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 <row>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 \begin_inset ERT
6960 status collapsed
6961
6962 \begin_layout Plain Layout
6963
6964
6965 \backslash
6966 raisebox{2.3mm}{
6967 \end_layout
6968
6969 \end_inset
6970
6971
6972 \backslash
6973 overbrace
6974 \begin_inset space \textvisiblespace{}
6975 \end_inset
6976
6977 A+B
6978 \begin_inset space \textvisiblespace{}
6979 \end_inset
6980
6981 ^
6982 \begin_inset space \textvisiblespace{}
6983 \end_inset
6984
6985 3
6986 \begin_inset ERT
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990
6991 }
6992 \end_layout
6993
6994 \end_inset
6995
6996
6997 \begin_inset Index idx
6998 status collapsed
6999
7000 \begin_layout Plain Layout
7001 Comandos ! O ! 
7002 \backslash
7003 overbrace
7004 \end_layout
7005
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 \begin_inset Formula $\overbrace{A+B}^{3}$
7018 \end_inset
7019
7020
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 </row>
7026 <row>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 \begin_inset ERT
7032 status collapsed
7033
7034 \begin_layout Plain Layout
7035
7036
7037 \backslash
7038 raisebox{-2.2mm}{
7039 \end_layout
7040
7041 \end_inset
7042
7043
7044 \backslash
7045 underbrace
7046 \begin_inset space \textvisiblespace{}
7047 \end_inset
7048
7049 A+B
7050 \begin_inset space \textvisiblespace{}
7051 \end_inset
7052
7053 _5
7054 \begin_inset ERT
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058
7059 }
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \begin_inset Index idx
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069 Comandos ! U ! 
7070 \backslash
7071 underbrace
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 \begin_inset Formula $\underbrace{A+B}_{5}$
7086 \end_inset
7087
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099
7100 \backslash
7101 overbrace
7102 \begin_inset space \textvisiblespace{}
7103 \end_inset
7104
7105
7106 \backslash
7107 underbrace
7108 \begin_inset space \textvisiblespace{}
7109 \end_inset
7110
7111 A+B_w
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115
7116 \begin_inset space \textvisiblespace{}
7117 \end_inset
7118
7119 _7
7120 \begin_inset space \textvisiblespace{}
7121 \end_inset
7122
7123
7124 \begin_inset space \textvisiblespace{}
7125 \end_inset
7126
7127 ^
7128 \begin_inset space \textvisiblespace{}
7129 \end_inset
7130
7131 C
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 </row>
7149 </lyxtabular>
7150
7151 \end_inset
7152
7153
7154 \end_layout
7155
7156 \begin_layout Standard
7157 En el último ejemplo no importa en qué orden se introducen los comandos
7158  
7159 \series bold
7160
7161 \backslash
7162 overbrace
7163 \series default
7164  y 
7165 \series bold
7166
7167 \backslash
7168 underbrace
7169 \series default
7170 .
7171 \begin_inset VSpace bigskip
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \begin_layout Standard
7178 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7179  multilínea, como se describe en
7180 \begin_inset space ~
7181 \end_inset
7182
7183
7184 \begin_inset CommandInset ref
7185 LatexCommand ref
7186 reference "sec:Ecuaciones-multilínea"
7187
7188 \end_inset
7189
7190 :
7191 \begin_inset Formula 
7192 \begin{eqnarray*}
7193 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7194  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7195 \end{eqnarray*}
7196
7197 \end_inset
7198
7199 En la primera fila se insertan la ecuación y la primera llave.
7200  Aquí es importante insertar el comando de espacio
7201 \begin_inset Foot
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205 Los comandos para espacios se explican en 
7206 \begin_inset CommandInset ref
7207 LatexCommand ref
7208 reference "sub:Espacio-predefinido"
7209
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \end_inset
7216
7217  
7218 \series bold
7219
7220 \backslash
7221 :
7222 \series default
7223  antes de la primera
7224 \series bold
7225  
7226 \series default
7227
7228 \begin_inset Formula $d$
7229 \end_inset
7230
7231 , porque la llave que termina detrás de 
7232 \begin_inset Formula $q$
7233 \end_inset
7234
7235  impide que el siguiente 
7236 \begin_inset Quotes fld
7237 \end_inset
7238
7239 +
7240 \begin_inset Quotes frd
7241 \end_inset
7242
7243  esté rodeado de espacio.
7244 \begin_inset Foot
7245 status collapsed
7246
7247 \begin_layout Plain Layout
7248 Debido a que la llave no es considerada como carácter, véase 
7249 \begin_inset CommandInset ref
7250 LatexCommand ref
7251 reference "sub:Operadores-binarios"
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \end_inset
7259
7260  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7261  de 
7262 \begin_inset Formula $b$
7263 \end_inset
7264
7265  se inserta antes el comando 
7266 \series bold
7267
7268 \backslash
7269 hphantom{gggg+
7270 \backslash
7271 :}
7272 \series default
7273 .
7274 \begin_inset Foot
7275 status collapsed
7276
7277 \begin_layout Plain Layout
7278 Más sobre 
7279 \series bold
7280
7281 \backslash
7282 hphantom
7283 \series default
7284  en 
7285 \begin_inset CommandInset ref
7286 LatexCommand ref
7287 reference "sub:Espacios-reservados"
7288
7289 \end_inset
7290
7291
7292 \end_layout
7293
7294 \end_inset
7295
7296  Ese espacio es necesario porque el signo 
7297 \begin_inset Quotes fld
7298 \end_inset
7299
7300 +
7301 \begin_inset Quotes frd
7302 \end_inset
7303
7304  va seguido de un espacio en la ecuación.
7305  La llave se coloca bajo el comando 
7306 \series bold
7307
7308 \backslash
7309 hphantom{bbqq+dddd}
7310 \series default
7311 .
7312  
7313 \end_layout
7314
7315 \begin_layout Standard
7316 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7317  ejemplo:
7318 \begin_inset ERT
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323
7324 \backslash
7325 setlength{
7326 \backslash
7327 jot}{-6pt}
7328 \end_layout
7329
7330 \end_inset
7331
7332
7333 \begin_inset Formula 
7334 \begin{eqnarray*}
7335  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7336 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7337 \end{eqnarray*}
7338
7339 \end_inset
7340
7341
7342 \begin_inset ERT
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346
7347
7348 \backslash
7349 setlength{
7350 \backslash
7351 jot}{3pt}
7352 \end_layout
7353
7354 \end_inset
7355
7356 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7357  anterior, con la diferencia de que la llave está encima.
7358  La segunda fila contiene la ecuación junto con la segunda llave.
7359  Para evitar que haya demasiado espacio entre la llave superior en la primera
7360  fila y la ecuación hay que reducirlo.
7361  Esto no es fácil de hacer debido a un fallo de LyX.
7362 \begin_inset Foot
7363 status collapsed
7364
7365 \begin_layout Plain Layout
7366 \begin_inset CommandInset href
7367 LatexCommand href
7368 name "LyX-bug #1505"
7369 target "http://www.lyx.org/trac/ticket/1505"
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \end_inset
7377
7378  Una solución es cambiar la separación global de filas en la ecuación, 
7379 \series bold
7380
7381 \backslash
7382 jot
7383 \series default
7384
7385 \begin_inset Index idx
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389 Comandos ! J ! 
7390 \backslash
7391 jot
7392 \end_layout
7393
7394 \end_inset
7395
7396 , en -6
7397 \begin_inset space \thinspace{}
7398 \end_inset
7399
7400 pt insertando antes de la ecuación el comando 
7401 \series bold
7402
7403 \backslash
7404 setlength{
7405 \backslash
7406 jot}{-6pt}
7407 \series default
7408  en modo TeX.
7409  Después de la ecuación se vuelve al valor normal 3
7410 \begin_inset space \thinspace{}
7411 \end_inset
7412
7413 pt de 
7414 \series bold
7415
7416 \backslash
7417 jot
7418 \series default
7419  usando el mismo comando.
7420  Más información sobre separación de filas en ecuaciones en
7421 \begin_inset space ~
7422 \end_inset
7423
7424
7425 \begin_inset CommandInset ref
7426 LatexCommand ref
7427 reference "sub:Separación-de-líneas"
7428
7429 \end_inset
7430
7431 .
7432 \end_layout
7433
7434 \begin_layout Section
7435 Flechas
7436 \begin_inset Index idx
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440 Flechas
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \begin_layout Standard
7449 Las flechas se pueden insertar con el botón 
7450 \begin_inset Graphics
7451         filename ../../images/math/leftarrow.png
7452         scale 85
7453
7454 \end_inset
7455
7456  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7457  siguientes.
7458 \end_layout
7459
7460 \begin_layout Subsection
7461 Flechas horizontales
7462 \begin_inset Index idx
7463 status collapsed
7464
7465 \begin_layout Plain Layout
7466 Flechas ! horizontales
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \end_layout
7473
7474 \begin_layout Standard
7475 \begin_inset space \hfill{}
7476 \end_inset
7477
7478
7479 \begin_inset Tabular
7480 <lyxtabular version="3" rows="8" columns="2">
7481 <features rotate="0" tabularvalignment="middle">
7482 <column alignment="center" valignment="top" width="0pt">
7483 <column alignment="center" valignment="top" width="0pt">
7484 <row>
7485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 Comando
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 Resultado
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 </row>
7504 <row>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509
7510 \backslash
7511 gets
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 \begin_inset Formula $\gets$
7521 \end_inset
7522
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 </row>
7529 <row>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534
7535 \backslash
7536 Leftarrow
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 \begin_inset Formula $\Leftarrow$
7546 \end_inset
7547
7548
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 </row>
7554 <row>
7555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559
7560 \backslash
7561 longleftarrow
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 \begin_inset Formula $\longleftarrow$
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 </row>
7579 <row>
7580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \backslash
7586 Longleftarrow
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595 \begin_inset Formula $\Longleftarrow$
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 </row>
7604 <row>
7605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609
7610 \backslash
7611 leftharpoonup
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 \begin_inset Formula $\leftharpoonup$
7621 \end_inset
7622
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \backslash
7636 leftharpoondown
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 \begin_inset Formula $\leftharpoondown$
7646 \end_inset
7647
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row>
7655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \backslash
7661 hookleftarrow
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 \begin_inset Formula $\hookleftarrow$
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 </lyxtabular>
7680
7681 \end_inset
7682
7683
7684 \begin_inset space \hfill{}
7685 \end_inset
7686
7687
7688 \begin_inset Tabular
7689 <lyxtabular version="3" rows="8" columns="2">
7690 <features rotate="0" tabularvalignment="middle">
7691 <column alignment="center" valignment="top" width="0pt">
7692 <column alignment="center" valignment="top" width="0pt">
7693 <row>
7694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 Comando
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 Resultado
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 <row>
7714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \backslash
7720 to
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 \begin_inset Formula $\to$
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row>
7739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \backslash
7745 Rightarrow
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 \begin_inset Formula $\Rightarrow$
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 </row>
7763 <row>
7764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \backslash
7770 longrightarrow
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 \begin_inset Formula $\longrightarrow$
7780 \end_inset
7781
7782
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row>
7789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \backslash
7795 Longrightarrow
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 \begin_inset Formula $\Longrightarrow$
7805 \end_inset
7806
7807
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 </row>
7813 <row>
7814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \backslash
7820 rightharpoonup
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 \begin_inset Formula $\rightharpoonup$
7830 \end_inset
7831
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \backslash
7845 rightharpoondown
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 \begin_inset Formula $\rightharpoondown$
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \backslash
7870 hookrightarrow
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 \begin_inset Formula $\hookrightarrow$
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 </lyxtabular>
7889
7890 \end_inset
7891
7892
7893 \begin_inset space \hfill{}
7894 \end_inset
7895
7896
7897 \end_layout
7898
7899 \begin_layout Standard
7900 \begin_inset space \hfill{}
7901 \end_inset
7902
7903
7904 \begin_inset Tabular
7905 <lyxtabular version="3" rows="6" columns="2">
7906 <features rotate="0" tabularvalignment="middle">
7907 <column alignment="center" valignment="top" width="0pt">
7908 <column alignment="center" valignment="top" width="0pt">
7909 <row>
7910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 Comando
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Resultado
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row>
7930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \backslash
7936 leftrightarrow
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 \begin_inset Formula $\leftrightarrow$
7946 \end_inset
7947
7948
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959
7960 \backslash
7961 Leftrightarrow
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 \begin_inset Formula $\Leftrightarrow$
7971 \end_inset
7972
7973
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \backslash
7986 longleftrightarrow
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 \begin_inset Formula $\longleftrightarrow$
7996 \end_inset
7997
7998
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \backslash
8011 Longleftrightarrow
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 \begin_inset Formula $\Longleftrightarrow$
8021 \end_inset
8022
8023
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \backslash
8036 rightleftharpoons
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 \begin_inset Formula $\rightleftharpoons$
8046 \end_inset
8047
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 </lyxtabular>
8055
8056 \end_inset
8057
8058
8059 \begin_inset space \hspace{}
8060 \length 25pt
8061 \end_inset
8062
8063
8064 \begin_inset space \hfill{}
8065 \end_inset
8066
8067
8068 \begin_inset Tabular
8069 <lyxtabular version="3" rows="5" columns="2">
8070 <features rotate="0" tabularvalignment="middle">
8071 <column alignment="center" valignment="top" width="0pt">
8072 <column alignment="center" valignment="top" width="0pt">
8073 <row>
8074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Comando
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Resultado
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \backslash
8100 mapsto
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 \begin_inset Formula $\mapsto$
8110 \end_inset
8111
8112
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \backslash
8125 longmapsto
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 \begin_inset Formula $\longmapsto$
8135 \end_inset
8136
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \backslash
8150 leadsto
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 \begin_inset Formula $\leadsto$
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 dasharrow
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\dasharrow$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 </lyxtabular>
8194
8195 \end_inset
8196
8197
8198 \begin_inset space \hfill{}
8199 \end_inset
8200
8201
8202 \begin_inset VSpace medskip
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \begin_layout Standard
8209 Las flechas que se utilizan como acentos, p.
8210 \begin_inset space \thinspace{}
8211 \end_inset
8212
8213 e.
8214  en vectores, se describen en 
8215 \begin_inset CommandInset ref
8216 LatexCommand ref
8217 reference "sec:Acentos"
8218
8219 \end_inset
8220
8221 .
8222  
8223 \begin_inset VSpace bigskip
8224 \end_inset
8225
8226
8227 \end_layout
8228
8229 \begin_layout Standard
8230 Además hay las flechas etiquetadas
8231 \begin_inset Index idx
8232 status collapsed
8233
8234 \begin_layout Plain Layout
8235 Flechas ! etiquetadas
8236 \end_layout
8237
8238 \end_inset
8239
8240  
8241 \series bold
8242
8243 \backslash
8244 xleftarrow
8245 \series default
8246
8247 \begin_inset Index idx
8248 status collapsed
8249
8250 \begin_layout Plain Layout
8251 Comandos ! X ! 
8252 \backslash
8253 xleftarrow
8254 \end_layout
8255
8256 \end_inset
8257
8258  y 
8259 \series bold
8260
8261 \backslash
8262 xrightarrow
8263 \series default
8264
8265 \begin_inset Index idx
8266 status collapsed
8267
8268 \begin_layout Plain Layout
8269 Comandos ! X ! 
8270 \backslash
8271 xrightarrow
8272 \begin_inset ERT
8273 status collapsed
8274
8275 \begin_layout Plain Layout
8276
8277
8278 \backslash
8279 vspace{4mm}
8280 \end_layout
8281
8282 \end_inset
8283
8284
8285 \end_layout
8286
8287 \end_inset
8288
8289 .
8290  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8291  con dos marcos azules donde se puede insertar la etiqueta.
8292  La longitud de la flecha se adapta a la anchura de la etiqueta.
8293 \end_layout
8294
8295 \begin_layout Standard
8296 \noindent
8297 \align center
8298 \begin_inset Tabular
8299 <lyxtabular version="3" rows="3" columns="2">
8300 <features rotate="0" tabularvalignment="middle">
8301 <column alignment="center" valignment="top">
8302 <column alignment="center" valignment="top">
8303 <row>
8304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Comando
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Resultado
8318 \begin_inset Note Note
8319 status collapsed
8320
8321 \begin_layout Plain Layout
8322
8323 \series bold
8324
8325 \backslash
8326 raisebox
8327 \series default
8328  se usa sólo como espaciador
8329 \end_layout
8330
8331 \end_inset
8332
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 F(a)
8345 \backslash
8346 xleftarrow
8347 \begin_inset space \textvisiblespace{}
8348 \end_inset
8349
8350 x=a
8351 \begin_inset Formula $\downarrow$
8352 \end_inset
8353
8354 x>0
8355 \begin_inset Formula $\to$
8356 \end_inset
8357
8358 F(x)
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8368 \end_inset
8369
8370
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 F(x)
8382 \backslash
8383 xrightarrow
8384 \begin_inset space \textvisiblespace{}
8385 \end_inset
8386
8387 x=a
8388 \begin_inset Formula $\downarrow$
8389 \end_inset
8390
8391 x>0
8392 \begin_inset Formula $\to$
8393 \end_inset
8394
8395 F(a)
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 </lyxtabular>
8414
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \begin_layout Subsection
8421 Flechas verticales y diagonales
8422 \begin_inset Index idx
8423 status collapsed
8424
8425 \begin_layout Plain Layout
8426 Flechas ! diagonales
8427 \end_layout
8428
8429 \end_inset
8430
8431
8432 \begin_inset Index idx
8433 status collapsed
8434
8435 \begin_layout Plain Layout
8436 Flechas ! verticales
8437 \end_layout
8438
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \begin_layout Standard
8445 \begin_inset space \hfill{}
8446 \end_inset
8447
8448
8449 \begin_inset Tabular
8450 <lyxtabular version="3" rows="7" columns="2">
8451 <features rotate="0" tabularvalignment="middle">
8452 <column alignment="center" valignment="top" width="0pt">
8453 <column alignment="center" valignment="top" width="0pt">
8454 <row>
8455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Comando
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Resultado
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 uparrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\uparrow$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 Uparrow
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\Uparrow$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 updownarrow
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\updownarrow$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \backslash
8556 Updownarrow
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 \begin_inset Formula $\Updownarrow$
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \backslash
8581 Downarrow
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 \begin_inset Formula $\Downarrow$
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \backslash
8606 downarrow
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 \begin_inset Formula $\downarrow$
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 </lyxtabular>
8625
8626 \end_inset
8627
8628
8629 \begin_inset space \hfill{}
8630 \end_inset
8631
8632
8633 \begin_inset Tabular
8634 <lyxtabular version="3" rows="5" columns="2">
8635 <features rotate="0" tabularvalignment="middle">
8636 <column alignment="center" valignment="top" width="0pt">
8637 <column alignment="center" valignment="top" width="0pt">
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Comando
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Resultado
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \backslash
8665 nearrow
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\nearrow$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \backslash
8690 searrow
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 \begin_inset Formula $\searrow$
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \backslash
8715 swarrow
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 \begin_inset Formula $\swarrow$
8725 \end_inset
8726
8727
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \backslash
8740 nwarrow
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 \begin_inset Formula $\nwarrow$
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 </lyxtabular>
8759
8760 \end_inset
8761
8762
8763 \begin_inset space \hfill{}
8764 \end_inset
8765
8766
8767 \end_layout
8768
8769 \begin_layout Standard
8770 \begin_inset VSpace medskip
8771 \end_inset
8772
8773
8774 \end_layout
8775
8776 \begin_layout Standard
8777 Las flechas verticales también se pueden usar como delimitadores junto con
8778  los comandos descritos en
8779 \begin_inset space ~
8780 \end_inset
8781
8782
8783 \begin_inset CommandInset ref
8784 LatexCommand ref
8785 reference "sub:Tamaño-manual-de"
8786
8787 \end_inset
8788
8789  y 
8790 \begin_inset CommandInset ref
8791 LatexCommand ref
8792 reference "sub:Tamaño-automático-de"
8793
8794 \end_inset
8795
8796 .
8797 \end_layout
8798
8799 \begin_layout Standard
8800 \noindent
8801 \align center
8802 \begin_inset Newpage newpage
8803 \end_inset
8804
8805
8806 \end_layout
8807
8808 \begin_layout Section
8809 Acentos
8810 \begin_inset CommandInset label
8811 LatexCommand label
8812 name "sec:Acentos"
8813
8814 \end_inset
8815
8816
8817 \begin_inset Index idx
8818 status collapsed
8819
8820 \begin_layout Plain Layout
8821 Acentos
8822 \end_layout
8823
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \begin_layout Standard
8830 Los acentos se pueden insertar con el botón 
8831 \begin_inset Graphics
8832         filename ../../images/math/hat.png
8833         scale 85
8834
8835 \end_inset
8836
8837  o mediante los comandos listados en las siguientes subsecciones.
8838 \end_layout
8839
8840 \begin_layout Subsection
8841 Acentos para un carácter
8842 \begin_inset ERT
8843 status collapsed
8844
8845 \begin_layout Plain Layout
8846
8847
8848 \backslash
8849 texorpdfstring{
8850 \end_layout
8851
8852 \end_inset
8853
8854
8855 \begin_inset Foot
8856 status collapsed
8857
8858 \begin_layout Plain Layout
8859 Para acentos en texto, véase 
8860 \begin_inset CommandInset ref
8861 LatexCommand ref
8862 reference "sub:Acentos-en-texto"
8863
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \end_inset
8870
8871
8872 \begin_inset ERT
8873 status collapsed
8874
8875 \begin_layout Plain Layout
8876
8877 }{}
8878 \end_layout
8879
8880 \end_inset
8881
8882
8883 \begin_inset Note Note
8884 status collapsed
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889
8890 \backslash
8891 texorpdfstring
8892 \series default
8893  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
8894 \end_layout
8895
8896 \begin_layout Plain Layout
8897 Más sobre 
8898 \series bold
8899
8900 \backslash
8901 texorpdfstring
8902 \series default
8903  en la sección 
8904 \begin_inset CommandInset ref
8905 LatexCommand ref
8906 reference "sub:Ecuaciones-en-encabezados"
8907
8908 \end_inset
8909
8910 .
8911 \end_layout
8912
8913 \end_inset
8914
8915
8916 \begin_inset CommandInset label
8917 LatexCommand label
8918 name "sub:Acentos-para-un"
8919
8920 \end_inset
8921
8922
8923 \begin_inset Index idx
8924 status collapsed
8925
8926 \begin_layout Plain Layout
8927 Acentos ! para un carácter
8928 \end_layout
8929
8930 \end_inset
8931
8932
8933 \end_layout
8934
8935 \begin_layout Standard
8936 \begin_inset space \hfill{}
8937 \end_inset
8938
8939
8940 \begin_inset Tabular
8941 <lyxtabular version="3" rows="8" columns="2">
8942 <features rotate="0" tabularvalignment="middle">
8943 <column alignment="center" valignment="top" width="0pt">
8944 <column alignment="center" valignment="top" width="0pt">
8945 <row>
8946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Comando
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Resultado
8960 \begin_inset Note Note
8961 status collapsed
8962
8963 \begin_layout Plain Layout
8964
8965 \series bold
8966
8967 \backslash
8968 raisebox
8969 \series default
8970  se usa sólo como espaciador
8971 \end_layout
8972
8973 \end_inset
8974
8975
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \backslash
8988 dot
8989 \begin_inset space \textvisiblespace{}
8990 \end_inset
8991
8992 A
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \backslash
9017 ddot
9018 \begin_inset space \textvisiblespace{}
9019 \end_inset
9020
9021 A
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \backslash
9046 dddot
9047 \begin_inset space \textvisiblespace{}
9048 \end_inset
9049
9050 A
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9060 \end_inset
9061
9062
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \backslash
9075 ddddot
9076 \begin_inset space \textvisiblespace{}
9077 \end_inset
9078
9079 A
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9089 \end_inset
9090
9091
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \backslash
9104 vec
9105 \begin_inset space \textvisiblespace{}
9106 \end_inset
9107
9108 A
9109 \begin_inset Index idx
9110 status collapsed
9111
9112 \begin_layout Plain Layout
9113 Vectores
9114 \end_layout
9115
9116 \end_inset
9117
9118
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \backslash
9143 bar
9144 \begin_inset space \textvisiblespace{}
9145 \end_inset
9146
9147 A
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9157 \end_inset
9158
9159
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row>
9166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \backslash
9172 mathring
9173 \begin_inset space \textvisiblespace{}
9174 \end_inset
9175
9176 A
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 </lyxtabular>
9195
9196 \end_inset
9197
9198
9199 \begin_inset space \hfill{}
9200 \end_inset
9201
9202
9203 \begin_inset Tabular
9204 <lyxtabular version="3" rows="7" columns="2">
9205 <features rotate="0" tabularvalignment="middle">
9206 <column alignment="center" valignment="top" width="0pt">
9207 <column alignment="center" valignment="top" width="0pt">
9208 <row>
9209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Comando
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 Resultado
9223 \begin_inset Note Note
9224 status collapsed
9225
9226 \begin_layout Plain Layout
9227
9228 \series bold
9229
9230 \backslash
9231 raisebox
9232 \series default
9233  se usa sólo como espaciador
9234 \end_layout
9235
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 tilde
9252 \begin_inset space \textvisiblespace{}
9253 \end_inset
9254
9255 A
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9265 \end_inset
9266
9267
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \backslash
9280 hat
9281 \begin_inset space \textvisiblespace{}
9282 \end_inset
9283
9284 A
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \backslash
9309 check
9310 \begin_inset space \textvisiblespace{}
9311 \end_inset
9312
9313 A
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9323 \end_inset
9324
9325
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \backslash
9338 acute
9339 \begin_inset space \textvisiblespace{}
9340 \end_inset
9341
9342 A
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \backslash
9367 grave
9368 \begin_inset space \textvisiblespace{}
9369 \end_inset
9370
9371 A
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9381 \end_inset
9382
9383
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \backslash
9396 breve
9397 \begin_inset space \textvisiblespace{}
9398 \end_inset
9399
9400 A
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9410 \end_inset
9411
9412
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 </row>
9418 </lyxtabular>
9419
9420 \end_inset
9421
9422
9423 \begin_inset space \hfill{}
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \begin_layout Standard
9430 \begin_inset VSpace bigskip
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \begin_layout Standard
9437 En ecuaciones se pueden insertar acentos como 
9438 \begin_inset Quotes fld
9439 \end_inset
9440
9441 é
9442 \begin_inset Quotes frd
9443 \end_inset
9444
9445  directamente.
9446  LyX los transformará al comando de acento correspondiente.
9447  Para poner diéresis
9448 \begin_inset Index idx
9449 status collapsed
9450
9451 \begin_layout Plain Layout
9452 Dieresis@Diéresis
9453 \end_layout
9454
9455 \end_inset
9456
9457  es mejor insertar comillas antes de la vocal.
9458  Estos dos caracteres son considerados por LaTeX como 
9459 \emph on
9460 un solo
9461 \emph default
9462  carácter si la parte de la ecuación con la diéresis se marca en idioma
9463  alemán.
9464 \begin_inset Foot
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468 O algún otro idioma que use acentos, p.
9469 \begin_inset space \thinspace{}
9470 \end_inset
9471
9472 e.
9473  catalán.
9474  Aunque esto no funciona en español por algún conflicto con el estilo 
9475 \series bold
9476 spanish
9477 \series default
9478  de 
9479 \series bold
9480 babel
9481 \series default
9482 , no es necesario: se puede escribir 
9483 \begin_inset Formula $ï$
9484 \end_inset
9485
9486  en una ecuación igual que se hace en texto normal, ï.
9487  (
9488 \emph on
9489 N.
9490 \begin_inset space \thinspace{}
9491 \end_inset
9492
9493 del t.
9494 \emph default
9495 )
9496 \end_layout
9497
9498 \end_inset
9499
9500  A diferencia de 
9501 \series bold
9502
9503 \backslash
9504 ddot
9505 \series default
9506 , con este método se generan diéresis 
9507 \begin_inset Quotes fld
9508 \end_inset
9509
9510 reales
9511 \begin_inset Quotes frd
9512 \end_inset
9513
9514 , como se demuestra en el siguiente ejemplo:
9515 \begin_inset VSpace -2mm
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 \noindent
9523 \align center
9524 \begin_inset Tabular
9525 <lyxtabular version="3" rows="3" columns="2">
9526 <features rotate="0" tabularvalignment="middle">
9527 <column alignment="center" valignment="top">
9528 <column alignment="center" valignment="top">
9529 <row>
9530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Comando
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Resultado
9544 \begin_inset Note Note
9545 status collapsed
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550
9551 \backslash
9552 raisebox
9553 \series default
9554  se usa sólo como espaciador.
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 <row>
9566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 ï
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 \begin_inset Formula $ï$
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \backslash
9595 ddot
9596 \begin_inset space \textvisiblespace{}
9597 \end_inset
9598
9599 i
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9609 \end_inset
9610
9611
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 </lyxtabular>
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Standard
9625 Otra ventaja frente a 
9626 \series bold
9627
9628 \backslash
9629 ddot
9630 \series default
9631  es que la diéresis puede convertirse directamente a texto matemático, porque
9632  los anteriores comandos para acentos 
9633 \emph on
9634 no están permitidos en texto matemático
9635 \emph default
9636 .
9637  Para convertir un carácter acentuado a texto matemático, se debe convertir
9638  sólo el carácter bajo el acento.
9639  Esto también se aplica para otras conversiones, p.
9640 \begin_inset space \thinspace{}
9641 \end_inset
9642
9643 e.
9644 \begin_inset space ~
9645 \end_inset
9646
9647 cursiva o negrita.
9648 \end_layout
9649
9650 \begin_layout Standard
9651 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
9652 \end_layout
9653
9654 \begin_layout Standard
9655 \begin_inset VSpace bigskip
9656 \end_inset
9657
9658
9659 \end_layout
9660
9661 \begin_layout Standard
9662
9663 \lang english
9664 LyX also supports a tilde under the character if the LaTeX-package
9665 \lang spanish
9666  
9667 \series bold
9668 undertilde
9669 \series default
9670
9671 \begin_inset Index idx
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675 Paquetes ! undertilde
9676 \end_layout
9677
9678 \end_inset
9679
9680  
9681 \lang english
9682 is installed on your system:
9683 \end_layout
9684
9685 \begin_layout Standard
9686 \begin_inset ERT
9687 status collapsed
9688
9689 \begin_layout Plain Layout
9690
9691
9692 \backslash
9693 ifundertilde 
9694 \end_layout
9695
9696 \end_inset
9697
9698
9699 \begin_inset Note Note
9700 status open
9701
9702 \begin_layout Plain Layout
9703 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
9704 \series bold
9705 undertilde
9706 \series default
9707  está instalado.
9708 \end_layout
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \begin_layout Standard
9716 \noindent
9717 \align center
9718 \begin_inset Tabular
9719 <lyxtabular version="3" rows="2" columns="2">
9720 <features rotate="0" tabularvalignment="middle">
9721 <column alignment="center" valignment="top" width="0pt">
9722 <column alignment="center" valignment="top" width="0pt">
9723 <row>
9724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Comando
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 Resultado
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \backslash
9750 utilde
9751 \begin_inset space \textvisiblespace{}
9752 \end_inset
9753
9754 A
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9764 \end_inset
9765
9766
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 </lyxtabular>
9773
9774 \end_inset
9775
9776
9777 \end_layout
9778
9779 \begin_layout Standard
9780 \begin_inset ERT
9781 status collapsed
9782
9783 \begin_layout Plain Layout
9784
9785
9786 \backslash
9787 else
9788 \end_layout
9789
9790 \end_inset
9791
9792
9793 \begin_inset Note Note
9794 status open
9795
9796 \begin_layout Plain Layout
9797 Lo que sigue se verá en la salida si el paquete LaTeX 
9798 \series bold
9799 undertilde
9800 \series default
9801  no está instalado:
9802 \end_layout
9803
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \begin_layout Standard
9810 Debes instalar el paquete LaTeX 
9811 \series bold
9812 undertilde
9813 \series default
9814  para ver en la salida el resto de esta subsección.
9815 \end_layout
9816
9817 \begin_layout Standard
9818 \begin_inset ERT
9819 status collapsed
9820
9821 \begin_layout Plain Layout
9822
9823
9824 \backslash
9825 fi
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \begin_layout Subsection
9834 Acentos para varios caracteres
9835 \begin_inset Index idx
9836 status collapsed
9837
9838 \begin_layout Plain Layout
9839 Acentos ! en varios caracteres
9840 \end_layout
9841
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \begin_layout Standard
9848 \begin_inset space \hfill{}
9849 \end_inset
9850
9851
9852 \begin_inset Tabular
9853 <lyxtabular version="3" rows="5" columns="2">
9854 <features rotate="0" tabularvalignment="middle">
9855 <column alignment="center" valignment="top" width="0pt">
9856 <column alignment="center" valignment="top" width="0pt">
9857 <row>
9858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 Comando
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 Resultado
9872 \begin_inset Note Note
9873 status collapsed
9874
9875 \begin_layout Plain Layout
9876
9877 \series bold
9878
9879 \backslash
9880 raisebox
9881 \series default
9882  se usa sólo como espaciador
9883 \end_layout
9884
9885 \end_inset
9886
9887
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 <row>
9894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \backslash
9900 overleftarrow
9901 \begin_inset space \textvisiblespace{}
9902 \end_inset
9903
9904 A=B
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9914 \end_inset
9915
9916
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \backslash
9929 underleftarrow
9930 \begin_inset space \textvisiblespace{}
9931 \end_inset
9932
9933 A=B
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9943 \end_inset
9944
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row>
9952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \backslash
9958 overleftrightarrow
9959 \begin_inset space \textvisiblespace{}
9960 \end_inset
9961
9962 A=B
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9972 \end_inset
9973
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row>
9981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \backslash
9987 underleftrightarrow
9988 \begin_inset space \textvisiblespace{}
9989 \end_inset
9990
9991 A=B
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10001 \end_inset
10002
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 </lyxtabular>
10010
10011 \end_inset
10012
10013
10014 \begin_inset space \hfill{}
10015 \end_inset
10016
10017
10018 \begin_inset Tabular
10019 <lyxtabular version="3" rows="5" columns="2">
10020 <features rotate="0" tabularvalignment="middle">
10021 <column alignment="center" valignment="top" width="0pt">
10022 <column alignment="center" valignment="top" width="0pt">
10023 <row>
10024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 Comando
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 Resultado
10038 \begin_inset Note Note
10039 status collapsed
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044
10045 \backslash
10046 raisebox
10047 \series default
10048  se usa sólo como espaciador
10049 \end_layout
10050
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 overrightarrow
10067 \begin_inset space \textvisiblespace{}
10068 \end_inset
10069
10070 A=B
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10080 \end_inset
10081
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row>
10089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \backslash
10095 underrightarrow
10096 \begin_inset space \textvisiblespace{}
10097 \end_inset
10098
10099 A=B
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row>
10118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \backslash
10124 widetilde
10125 \begin_inset space \textvisiblespace{}
10126 \end_inset
10127
10128 A=B
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10138 \end_inset
10139
10140
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \backslash
10153 widehat
10154 \begin_inset space \textvisiblespace{}
10155 \end_inset
10156
10157 A=B
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 </lyxtabular>
10176
10177 \end_inset
10178
10179
10180 \begin_inset space \hfill{}
10181 \end_inset
10182
10183
10184 \end_layout
10185
10186 \begin_layout Standard
10187 \begin_inset VSpace medskip
10188 \end_inset
10189
10190
10191 \end_layout
10192
10193 \begin_layout Standard
10194 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10195  Pero los acentos 
10196 \series bold
10197
10198 \backslash
10199 widetilde
10200 \series default
10201  y 
10202 \series bold
10203
10204 \backslash
10205 widehat
10206 \series default
10207  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10208  ejemplo:
10209 \begin_inset Formula 
10210 \[
10211 \widetilde{A+B=C-D}
10212 \]
10213
10214 \end_inset
10215
10216
10217 \end_layout
10218
10219 \begin_layout Standard
10220 Con los comandos 
10221 \series bold
10222
10223 \backslash
10224 overset
10225 \series default
10226
10227 \begin_inset Index idx
10228 status collapsed
10229
10230 \begin_layout Plain Layout
10231 Comandos ! O ! 
10232 \backslash
10233 overset
10234 \end_layout
10235
10236 \end_inset
10237
10238  y 
10239 \series bold
10240
10241 \backslash
10242 underset
10243 \series default
10244
10245 \begin_inset Index idx
10246 status collapsed
10247
10248 \begin_layout Plain Layout
10249 Comandos ! U ! 
10250 \backslash
10251 underset
10252 \end_layout
10253
10254 \end_inset
10255
10256 , descritos en la subsección anterior, también se pueden acentuar varios
10257  caracteres.
10258  El comando 
10259 \series bold
10260
10261 \backslash
10262 underset
10263 \begin_inset space \textvisiblespace{}
10264 \end_inset
10265
10266 A=B
10267 \begin_inset Formula $\downarrow$
10268 \end_inset
10269
10270 ***
10271 \series default
10272  da:
10273 \begin_inset Formula 
10274 \[
10275 \underset{***}{A=B}
10276 \]
10277
10278 \end_inset
10279
10280
10281 \end_layout
10282
10283 \begin_layout Section
10284 Espacios
10285 \begin_inset CommandInset label
10286 LatexCommand label
10287 name "sec:Espacio"
10288
10289 \end_inset
10290
10291
10292 \begin_inset Index idx
10293 status collapsed
10294
10295 \begin_layout Plain Layout
10296 Espacio ! horizontal
10297 \end_layout
10298
10299 \end_inset
10300
10301
10302 \end_layout
10303
10304 \begin_layout Subsection
10305 Espacio predefinido
10306 \begin_inset CommandInset label
10307 LatexCommand label
10308 name "sub:Espacio-predefinido"
10309
10310 \end_inset
10311
10312
10313 \begin_inset Index idx
10314 status collapsed
10315
10316 \begin_layout Plain Layout
10317 Espacio ! horizontal ! predefinido
10318 \end_layout
10319
10320 \end_inset
10321
10322
10323 \end_layout
10324
10325 \begin_layout Standard
10326 A veces es necesario insertar espacio horizontal en una ecuación.
10327  Esto se hace insertando un espacio protegido (atajo 
10328 \family sans
10329 Ctrl+Espacio
10330 \family default
10331 ).
10332  Aparece un 
10333 \begin_inset Quotes fld
10334 \end_inset
10335
10336
10337 \color black
10338
10339 \begin_inset space \textvisiblespace{}
10340 \end_inset
10341
10342
10343 \color inherit
10344
10345 \begin_inset Quotes frd
10346 \end_inset
10347
10348 , y pulsando 
10349 \family sans
10350 Espacio
10351 \family default
10352  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10353  espacio.
10354  También se pueden insertar espacios mediante el botón 
10355 \begin_inset Graphics
10356         filename ../../images/math/space.png
10357         scale 85
10358
10359 \end_inset
10360
10361  de la barra de ecuaciones o con comandos especiales.
10362  Independientemente del comando insertado, se puede seleccionar un nuevo
10363  tamaño pulsando acto seguido 
10364 \family sans
10365 Espacio.
10366  
10367 \end_layout
10368
10369 \begin_layout Standard
10370 \noindent
10371 \align center
10372 \begin_inset VSpace -5mm
10373 \end_inset
10374
10375
10376 \begin_inset Tabular
10377 <lyxtabular version="3" rows="3" columns="7">
10378 <features rotate="0" tabularvalignment="middle">
10379 <column alignment="center" valignment="middle" width="6.8cm">
10380 <column alignment="center" valignment="top">
10381 <column alignment="center" valignment="top">
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 <row>
10387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Comando
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \backslash
10402 ,
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \backslash
10413 :
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \backslash
10424 ;
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \backslash
10435 quad
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \backslash
10446 qquad
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \backslash
10457 !
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row>
10464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Número de pulsaciones de 
10469 \family sans
10470 Espacio
10471 \family default
10472  tras insertar el espacio protegido
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 0
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 1
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 2
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 3
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 4
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 5
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Resultado
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 \begin_inset Formula $A\, B$
10547 \end_inset
10548
10549
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 \begin_inset Formula $A\: B$
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 \begin_inset Formula $A\; B$
10571 \end_inset
10572
10573
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 \begin_inset Formula $A\quad B$
10583 \end_inset
10584
10585
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 \begin_inset Formula $A\qquad B$
10595 \end_inset
10596
10597
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 \begin_inset Formula $A\! B$
10607 \end_inset
10608
10609
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 </lyxtabular>
10616
10617 \end_inset
10618
10619
10620 \end_layout
10621
10622 \begin_layout Standard
10623 El último tamaño parece no generar espacio.
10624  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
10625  negativo.
10626  Hay otros dos espacios negativos:
10627 \end_layout
10628
10629 \begin_layout Standard
10630 \align center
10631 \begin_inset Tabular
10632 <lyxtabular version="3" rows="3" columns="3">
10633 <features rotate="0" tabularvalignment="middle">
10634 <column alignment="center" valignment="middle" width="6.8cm">
10635 <column alignment="center" valignment="top" width="0pt">
10636 <column alignment="center" valignment="top" width="0pt">
10637 <row>
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Comando
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \backslash
10653 negmedspace
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \backslash
10664 negthickspace
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 </row>
10670 <row>
10671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 Número de pulsaciones de 
10676 \family sans
10677 Espacio
10678 \family default
10679  tras insertar el espacio protegido
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 6
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 7
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 Resultado
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 \begin_inset Formula $A\negmedspace B$
10718 \end_inset
10719
10720
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 \begin_inset Formula $A\negthickspace B$
10730 \end_inset
10731
10732
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 </lyxtabular>
10739
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \begin_layout Standard
10746 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
10747  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
10748  para operadores suma: 
10749 \end_layout
10750
10751 \begin_layout Standard
10752 \noindent
10753 \align center
10754 \begin_inset Tabular
10755 <lyxtabular version="3" rows="3" columns="2">
10756 <features rotate="0" tabularvalignment="middle">
10757 <column alignment="center" valignment="top">
10758 <column alignment="center" valignment="top">
10759 <row>
10760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 Comando
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 Resultado
10774 \begin_inset Note Note
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778
10779 \series bold
10780
10781 \backslash
10782 raisebox
10783 \series default
10784  se usa sólo como espaciador
10785 \end_layout
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \backslash
10802 sum
10803 \backslash
10804 sum
10805 \begin_inset space \textvisiblespace{}
10806 \end_inset
10807
10808 f_kl
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \backslash
10833 sum
10834 \backslash
10835 negmedspace
10836 \backslash
10837 sum
10838 \begin_inset space \textvisiblespace{}
10839 \end_inset
10840
10841 f_kl
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10851 \end_inset
10852
10853
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 </lyxtabular>
10860
10861 \end_inset
10862
10863
10864 \end_layout
10865
10866 \begin_layout Standard
10867 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
10868  Para suprimirlos, el signo igual se coloca entre llaves TeX.
10869  El siguiente ejemplo lo ilustra:
10870 \end_layout
10871
10872 \begin_layout Standard
10873 \noindent
10874 \align center
10875 \begin_inset Tabular
10876 <lyxtabular version="3" rows="2" columns="2">
10877 <features rotate="0" tabularvalignment="middle">
10878 <column alignment="center" valignment="top">
10879 <column alignment="center" valignment="top">
10880 <row>
10881 <cell alignment="center" valignment="top" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 ecuación normal
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 \begin_inset Formula $A=B$
10895 \end_inset
10896
10897
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 \begin_inset Note Note
10909 status collapsed
10910
10911 \begin_layout Plain Layout
10912
10913 \series bold
10914
10915 \backslash
10916 raisebox
10917 \series default
10918  se usa sólo como espaciador
10919 \end_layout
10920
10921 \end_inset
10922
10923
10924 \begin_inset Formula $\raisebox{5mm}{}$
10925 \end_inset
10926
10927 ecuación sin espacio
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 <cell alignment="center" valignment="top" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936 \begin_inset Formula $A{=}B$
10937 \end_inset
10938
10939
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 </row>
10945 </lyxtabular>
10946
10947 \end_inset
10948
10949
10950 \end_layout
10951
10952 \begin_layout Standard
10953 El comando para la segunda ecuación es: 
10954 \series bold
10955 A
10956 \backslash
10957 {=
10958 \begin_inset Formula $\rightarrow$
10959 \end_inset
10960
10961 B
10962 \series default
10963  
10964 \begin_inset VSpace bigskip
10965 \end_inset
10966
10967
10968 \end_layout
10969
10970 \begin_layout Standard
10971 Para las unidades físicas hacen falta espacios, porque entre el valor y
10972  su unidad se pone un espacio más pequeño que el normal.
10973  Para unidades en el texto se inserta con el menú 
10974 \family sans
10975 Insertar\SpecialChar \menuseparator
10976 Formato\SpecialChar \menuseparator
10977 Espacio
10978 \begin_inset space ~
10979 \end_inset
10980
10981 delgado
10982 \family default
10983  (atajo 
10984 \family sans
10985 Ctrl+Mayúscula+Espacio
10986 \family default
10987 ).
10988 \end_layout
10989
10990 \begin_layout Standard
10991 Un ejemplo para visualizar la diferencia:
10992 \end_layout
10993
10994 \begin_layout Standard
10995 \begin_inset Tabular
10996 <lyxtabular version="3" rows="2" columns="2">
10997 <features rotate="0" tabularvalignment="middle">
10998 <column alignment="center" valignment="top">
10999 <column alignment="left" valignment="top">
11000 <row>
11001 <cell alignment="center" valignment="top" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 24 kW
11006 \begin_inset Formula $\cdot$
11007 \end_inset
11008
11009 h
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 espacio entre valor y unidad 
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 24
11030 \begin_inset space \thinspace{}
11031 \end_inset
11032
11033 kW
11034 \begin_inset Formula $\cdot$
11035 \end_inset
11036
11037 h
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 espacio delgado entre valor y unidad
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 </lyxtabular>
11053
11054 \end_inset
11055
11056
11057 \end_layout
11058
11059 \begin_layout Subsection
11060 Espacio variable
11061 \begin_inset ERT
11062 status collapsed
11063
11064 \begin_layout Plain Layout
11065
11066
11067 \backslash
11068 texorpdfstring{
11069 \end_layout
11070
11071 \end_inset
11072
11073
11074 \begin_inset Foot
11075 status collapsed
11076
11077 \begin_layout Plain Layout
11078 Para espacio vertical en ecuaciones véase 
11079 \begin_inset CommandInset ref
11080 LatexCommand ref
11081 reference "sub:Separación-de-líneas"
11082
11083 \end_inset
11084
11085
11086 \end_layout
11087
11088 \end_inset
11089
11090
11091 \begin_inset ERT
11092 status collapsed
11093
11094 \begin_layout Plain Layout
11095
11096 }{}
11097 \end_layout
11098
11099 \end_inset
11100
11101
11102 \begin_inset Note Note
11103 status collapsed
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11109  PDF.
11110 \end_layout
11111
11112 \begin_layout Plain Layout
11113 Más sobre 
11114 \backslash
11115 texorpdfstring en la sección 
11116 \begin_inset CommandInset ref
11117 LatexCommand ref
11118 reference "sub:Ecuaciones-en-encabezados"
11119
11120 \end_inset
11121
11122 .
11123 \end_layout
11124
11125 \end_inset
11126
11127
11128 \begin_inset CommandInset label
11129 LatexCommand label
11130 name "sub:Espacio-variable"
11131
11132 \end_inset
11133
11134
11135 \begin_inset Index idx
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Espacio ! horizontal ! variable
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \end_layout
11146
11147 \begin_layout Standard
11148 En LyX se puede insertar espacio con una longitud definida con el comando
11149  
11150 \series bold
11151
11152 \backslash
11153 hspace
11154 \series default
11155
11156 \begin_inset Index idx
11157 status collapsed
11158
11159 \begin_layout Plain Layout
11160 Comandos ! H ! 
11161 \backslash
11162 hspace
11163 \end_layout
11164
11165 \end_inset
11166
11167 .
11168  Aparece un 
11169 \begin_inset Quotes fld
11170 \end_inset
11171
11172
11173 \color black
11174
11175 \begin_inset space \textvisiblespace{}
11176 \end_inset
11177
11178
11179 \color inherit
11180
11181 \begin_inset Quotes frd
11182 \end_inset
11183
11184  largo.
11185  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11186 \begin_inset Quotes fld
11187 \end_inset
11188
11189
11190 \color black
11191
11192 \begin_inset space \textvisiblespace{}
11193 \end_inset
11194
11195
11196 \color inherit
11197
11198 \begin_inset Quotes frd
11199 \end_inset
11200
11201 .
11202  La longitud también puede ser negativa.
11203  Para insertar en una ecuación tanto espacio como esté disponible se usa
11204  el comando 
11205 \series bold
11206
11207 \backslash
11208 hfill
11209 \series default
11210
11211 \begin_inset Index idx
11212 status collapsed
11213
11214 \begin_layout Plain Layout
11215 Comandos ! H ! 
11216 \backslash
11217 hfill
11218 \end_layout
11219
11220 \end_inset
11221
11222 .
11223 \begin_inset VSpace -1mm
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Standard
11230 \noindent
11231 \align center
11232 \begin_inset Tabular
11233 <lyxtabular version="3" rows="4" columns="2">
11234 <features rotate="0" tabularvalignment="middle">
11235 <column alignment="center" valignment="top">
11236 <column alignment="center" valignment="top">
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 Comando (
11243 \backslash
11244 hspace longitud)
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 Resultado
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 A=B
11265 \backslash
11266 hspace
11267 \begin_inset space \textvisiblespace{}
11268 \end_inset
11269
11270
11271 \begin_inset Formula $\to$
11272 \end_inset
11273
11274 A
11275 \backslash
11276 not=C (3
11277 \begin_inset space \thinspace{}
11278 \end_inset
11279
11280 cm)
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 A
11304 \backslash
11305 hspace
11306 \begin_inset space \textvisiblespace{}
11307 \end_inset
11308
11309
11310 \begin_inset Formula $\to$
11311 \end_inset
11312
11313 A
11314 \backslash
11315 not=A (-1
11316 \begin_inset space \thinspace{}
11317 \end_inset
11318
11319 mm)
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 <row>
11338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 A=A
11343 \backslash
11344 hfill
11345 \begin_inset space \textvisiblespace{}
11346 \end_inset
11347
11348 B=B
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 \begin_inset Formula $A=A\hfill B=B$
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 </row>
11366 </lyxtabular>
11367
11368 \end_inset
11369
11370
11371 \end_layout
11372
11373 \begin_layout Standard
11374 En el último ejemplo el espacio disponible viene dado por la entrada más
11375  larga de columna en el cuadro.
11376  En una ecuación en línea el espacio depende de la longitud de la línea
11377  en la que se inserta 
11378 \series bold
11379
11380 \backslash
11381 hfill
11382 \series default
11383 .
11384  Así, cuando la línea ocupa toda la anchura no se creará espacio.
11385  
11386 \series bold
11387
11388 \backslash
11389 hfill
11390 \series default
11391  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
11392 \series bold
11393 Sangrado
11394 \series default
11395 .
11396  (Los estilos de ecuaciones se explican en
11397 \begin_inset space ~
11398 \end_inset
11399
11400
11401 \begin_inset CommandInset ref
11402 LatexCommand ref
11403 reference "sec:Estilos-de-ecuación"
11404
11405 \end_inset
11406
11407 ).
11408 \end_layout
11409
11410 \begin_layout Standard
11411 Además de 
11412 \series bold
11413
11414 \backslash
11415 hfill
11416 \series default
11417  hay los comandos 
11418 \series bold
11419
11420 \backslash
11421 dotfill
11422 \series default
11423  y 
11424 \series bold
11425
11426 \backslash
11427 hrulefill
11428 \series default
11429  que llenan el espacio con un patrón, véase un ejemplo en
11430 \begin_inset space ~
11431 \end_inset
11432
11433
11434 \begin_inset CommandInset ref
11435 LatexCommand ref
11436 reference "sub:Puntos"
11437
11438 \end_inset
11439
11440 .
11441 \end_layout
11442
11443 \begin_layout Standard
11444 Para texto se puede insertar espacio variable con el menú 
11445 \family sans
11446 Insertar\SpecialChar \menuseparator
11447 Formato\SpecialChar \menuseparator
11448 Espacio
11449 \begin_inset space ~
11450 \end_inset
11451
11452 horizontal
11453 \family default
11454 :
11455 \end_layout
11456
11457 \begin_layout Standard
11458 En esta línea hay un espacio
11459 \begin_inset space \hspace{}
11460 \length 2cm
11461 \end_inset
11462
11463 de 2
11464 \begin_inset space \thinspace{}
11465 \end_inset
11466
11467 cm.
11468 \end_layout
11469
11470 \begin_layout Standard
11471 En esta línea hay un
11472 \begin_inset space \hfill{}
11473 \end_inset
11474
11475 espacio máximo.
11476 \end_layout
11477
11478 \begin_layout Subsection
11479 Espacio adicional en ecuaciones en línea
11480 \begin_inset Index idx
11481 status collapsed
11482
11483 \begin_layout Plain Layout
11484 Espacio ! adicional en línea
11485 \end_layout
11486
11487 \end_inset
11488
11489
11490 \end_layout
11491
11492 \begin_layout Standard
11493 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
11494  
11495 \series bold
11496
11497 \backslash
11498 mathsurround
11499 \series default
11500
11501 \begin_inset Index idx
11502 status collapsed
11503
11504 \begin_layout Plain Layout
11505 Comandos ! M ! 
11506 \backslash
11507 mathsurround
11508 \end_layout
11509
11510 \end_inset
11511
11512 .
11513  El valor de una longitud se establece con el comando 
11514 \series bold
11515
11516 \backslash
11517 setlength
11518 \series default
11519
11520 \begin_inset Index idx
11521 status collapsed
11522
11523 \begin_layout Plain Layout
11524 Comandos ! S ! 
11525 \backslash
11526 setlength
11527 \end_layout
11528
11529 \end_inset
11530
11531  según el siguiente esquema:
11532 \end_layout
11533
11534 \begin_layout Standard
11535
11536 \series bold
11537
11538 \backslash
11539 setlength{nombre de la longitud}{valor}
11540 \end_layout
11541
11542 \begin_layout Standard
11543 Para poner a 
11544 \series bold
11545
11546 \backslash
11547 mathsurround
11548 \series default
11549  un valor de 5
11550 \begin_inset space \thinspace{}
11551 \end_inset
11552
11553 mm, se inserta el comando
11554 \end_layout
11555
11556 \begin_layout Standard
11557
11558 \series bold
11559
11560 \backslash
11561 setlength{
11562 \backslash
11563 mathsurround}{5mm}
11564 \end_layout
11565
11566 \begin_layout Standard
11567 en modo TeX.
11568  Se establecerá un espacio de 5
11569 \begin_inset space \thinspace{}
11570 \end_inset
11571
11572 mm alrededor de todas las ecuaciones en línea:
11573 \begin_inset ERT
11574 status collapsed
11575
11576 \begin_layout Plain Layout
11577
11578
11579 \backslash
11580 setlength{
11581 \backslash
11582 mathsurround}{5mm}
11583 \end_layout
11584
11585 \end_inset
11586
11587
11588 \end_layout
11589
11590 \begin_layout Standard
11591 En esta línea hay una ecuación 
11592 \begin_inset Formula $A=B$
11593 \end_inset
11594
11595  rodeada por espacios de 5
11596 \begin_inset space \thinspace{}
11597 \end_inset
11598
11599 mm.
11600 \begin_inset ERT
11601 status collapsed
11602
11603 \begin_layout Plain Layout
11604
11605
11606 \backslash
11607 setlength{
11608 \backslash
11609 mathsurround}{0mm}
11610 \end_layout
11611
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \begin_layout Standard
11618 Para volver al espacio predeterminado, 
11619 \series bold
11620
11621 \backslash
11622 mathsurround
11623 \series default
11624  se restablece al valor 0
11625 \begin_inset space \thinspace{}
11626 \end_inset
11627
11628 pt.
11629 \end_layout
11630
11631 \begin_layout Section
11632 Marcos y bordes
11633 \begin_inset Index idx
11634 status collapsed
11635
11636 \begin_layout Plain Layout
11637 Marcos
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \begin_layout Standard
11646 Los marcos para texto se describen en el capítulo 
11647 \emph on
11648 Marcos
11649 \emph default
11650  del manual 
11651 \emph on
11652 Objetos insertados
11653 \emph default
11654 .
11655 \end_layout
11656
11657 \begin_layout Subsection
11658 Marcos con bordes
11659 \begin_inset CommandInset label
11660 LatexCommand label
11661 name "sub:Marcos-con-bordes"
11662
11663 \end_inset
11664
11665
11666 \begin_inset Index idx
11667 status collapsed
11668
11669 \begin_layout Plain Layout
11670 Marcos ! con bordes
11671 \end_layout
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \begin_layout Standard
11679 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
11680 \series bold
11681
11682 \backslash
11683 fbox
11684 \series default
11685
11686 \begin_inset Index idx
11687 status collapsed
11688
11689 \begin_layout Plain Layout
11690 Comandos ! F ! 
11691 \backslash
11692 fbox
11693 \end_layout
11694
11695 \end_inset
11696
11697  y 
11698 \series bold
11699
11700 \backslash
11701 boxed
11702 \series default
11703
11704 \begin_inset Index idx
11705 status collapsed
11706
11707 \begin_layout Plain Layout
11708 Comandos ! B ! 
11709 \backslash
11710 boxed
11711 \end_layout
11712
11713 \end_inset
11714
11715 .
11716 \end_layout
11717
11718 \begin_layout Standard
11719 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
11720  azul en un marco donde se introducen partes de una ecuación.
11721  Para 
11722 \series bold
11723
11724 \backslash
11725 fbox
11726 \series default
11727  hay que generar una ecuación adicional con 
11728 \family sans
11729 Ctrl+M
11730 \family default
11731  dentro del recuadro, porque si no el contenido del mismo sería considerado
11732  texto matemático.
11733  Si se usa 
11734 \series bold
11735
11736 \backslash
11737 boxed
11738 \series default
11739  la nueva ecuación se genera automáticamente dentro del marco.
11740 \end_layout
11741
11742 \begin_layout Standard
11743 El comando 
11744 \series bold
11745
11746 \backslash
11747 fbox
11748 \series default
11749  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
11750  ecuación tendría siempre el tamaño del texto.
11751  Por otra parte, 
11752 \series bold
11753
11754 \backslash
11755 fboxed
11756 \series default
11757  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
11758  siempre el tamaño de una ecuación presentada.
11759 \end_layout
11760
11761 \begin_layout Standard
11762 El comando 
11763 \series bold
11764
11765 \backslash
11766 framebox
11767 \series default
11768
11769 \begin_inset Index idx
11770 status collapsed
11771
11772 \begin_layout Plain Layout
11773 Comandos ! F ! 
11774 \backslash
11775 framebox
11776 \end_layout
11777
11778 \end_inset
11779
11780  es una extensión de 
11781 \series bold
11782
11783 \backslash
11784 fbox
11785 \series default
11786 , que permite especificar además la anchura del marco y la alineación.
11787  
11788 \series bold
11789
11790 \backslash
11791 framebox
11792 \series default
11793  se usa con el siguiente esquema: 
11794 \end_layout
11795
11796 \begin_layout Standard
11797
11798 \series bold
11799
11800 \backslash
11801 framebox[anchura del marco][posición]{contenido del cuadro}
11802 \end_layout
11803
11804 \begin_layout Standard
11805 La posición puede ser 
11806 \emph on
11807 l
11808 \emph default
11809  o 
11810 \emph on
11811 r
11812 \emph default
11813
11814 \emph on
11815 l
11816 \emph default
11817  alinea la ecuación a la izquierda del marcro, 
11818 \emph on
11819 r
11820 \emph default
11821  la alinea a la derecha.
11822  Si no se da posición la ecuación será centrada.
11823 \begin_inset Newline newline
11824 \end_inset
11825
11826 Si no se pone anchura tampoco puede darse posición.
11827  En este caso la anchura del borde se ajusta al contenido del cuadro, como
11828  con 
11829 \series bold
11830
11831 \backslash
11832 fbox
11833 \series default
11834 .
11835  
11836 \end_layout
11837
11838 \begin_layout Standard
11839 Cuando se inserta el comando 
11840 \series bold
11841
11842 \backslash
11843 framebox
11844 \series default
11845  aparece un recuadro con tres marcos azules.
11846  Los dos primeros marcos están encerrados entre corchetes e indican los
11847  dos argumentos opcionales.
11848  El tercer marco es para partes de la ecuación, como para 
11849 \series bold
11850
11851 \backslash
11852 fbox
11853 \series default
11854 .
11855 \end_layout
11856
11857 \begin_layout Standard
11858 \noindent
11859 \align center
11860 \begin_inset Tabular
11861 <lyxtabular version="3" rows="5" columns="2">
11862 <features rotate="0" tabularvalignment="middle">
11863 <column alignment="center" valignment="top">
11864 <column alignment="center" valignment="top">
11865 <row>
11866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 Comando
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 Resultado
11880 \begin_inset Note Note
11881 status collapsed
11882
11883 \begin_layout Plain Layout
11884
11885 \series bold
11886
11887 \backslash
11888 raisebox
11889 \series default
11890  se usa sólo como espaciador
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 </row>
11901 <row>
11902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906
11907 \backslash
11908 fbox
11909 \begin_inset space \textvisiblespace{}
11910 \end_inset
11911
11912
11913 \family sans
11914 Ctrl+M
11915 \family default
11916  
11917 \backslash
11918 int
11919 \begin_inset space \textvisiblespace{}
11920 \end_inset
11921
11922 A=B
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945
11946 \backslash
11947 boxed
11948 \begin_inset space \textvisiblespace{}
11949 \end_inset
11950
11951
11952 \backslash
11953 int
11954 \begin_inset space \textvisiblespace{}
11955 \end_inset
11956
11957 A=B
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 </row>
11975 <row>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 A+
11981 \backslash
11982 fbox
11983 \begin_inset space \textvisiblespace{}
11984 \end_inset
11985
11986 B
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 </row>
12004 <row>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009
12010 \backslash
12011 framebox
12012 \begin_inset space \textvisiblespace{}
12013 \end_inset
12014
12015 20mm
12016 \begin_inset Formula $\to$
12017 \end_inset
12018
12019
12020 \begin_inset Formula $\to$
12021 \end_inset
12022
12023
12024 \family sans
12025 Ctrl+M
12026 \family default
12027  
12028 \backslash
12029 frac
12030 \begin_inset space \textvisiblespace{}
12031 \end_inset
12032
12033 A
12034 \begin_inset Formula $\downarrow$
12035 \end_inset
12036
12037 B
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 \begin_inset Formula $\raisebox{6mm}{}$
12047 \end_inset
12048
12049
12050 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12051 \end_inset
12052
12053
12054 \begin_inset Formula $\raisebox{-4mm}{}$
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 </lyxtabular>
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Standard
12071 El grosor del borde también se puede ajustar.
12072  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12073  la fórmula:
12074 \end_layout
12075
12076 \begin_layout Standard
12077
12078 \series bold
12079
12080 \backslash
12081 fboxrule
12082 \series default
12083  
12084 \series bold
12085
12086 \begin_inset Quotes fld
12087 \end_inset
12088
12089 grosor
12090 \begin_inset Quotes frd
12091 \end_inset
12092
12093
12094 \series default
12095  
12096 \series bold
12097
12098 \backslash
12099 fboxsep
12100 \series default
12101  
12102 \series bold
12103
12104 \begin_inset Quotes fld
12105 \end_inset
12106
12107 distancia
12108 \begin_inset Quotes frd
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Standard
12115 \begin_inset Quotes fld
12116 \end_inset
12117
12118 distancia
12119 \begin_inset Quotes frd
12120 \end_inset
12121
12122  especifica la distancia mínima entre el borde y el primer carácter en el
12123  cuadro.
12124  Un ejemplo de esto es la siguiente ecuación enmarcada:
12125 \begin_inset ERT
12126 status collapsed
12127
12128 \begin_layout Plain Layout
12129
12130
12131 \backslash
12132 fboxrule 2mm 
12133 \backslash
12134 fboxsep 3mm
12135 \end_layout
12136
12137 \end_inset
12138
12139
12140 \begin_inset Formula 
12141 \[
12142 \boxed{A+B=C}
12143 \]
12144
12145 \end_inset
12146
12147
12148 \end_layout
12149
12150 \begin_layout Standard
12151 Delante de esta ecuación se han insertado los comandos
12152 \end_layout
12153
12154 \begin_layout Standard
12155
12156 \series bold
12157
12158 \backslash
12159 fboxrule
12160 \series default
12161  
12162 \series bold
12163 2mm
12164 \series default
12165  
12166 \series bold
12167
12168 \backslash
12169 fboxsep
12170 \series default
12171  
12172 \series bold
12173 3mm
12174 \end_layout
12175
12176 \begin_layout Standard
12177 en modo TeX.
12178  Los valores dados se usan para todos los marcos siguientes.
12179 \end_layout
12180
12181 \begin_layout Standard
12182 Para volver al tamaño estándar del marco se inserta el comando
12183 \end_layout
12184
12185 \begin_layout Standard
12186
12187 \series bold
12188
12189 \backslash
12190 fboxrule
12191 \series default
12192  
12193 \series bold
12194 0.4pt
12195 \series default
12196  
12197 \series bold
12198
12199 \backslash
12200 fboxsep
12201 \series default
12202  
12203 \series bold
12204 3pt
12205 \series default
12206
12207 \begin_inset ERT
12208 status collapsed
12209
12210 \begin_layout Plain Layout
12211
12212
12213 \backslash
12214 fboxrule 0.4pt 
12215 \backslash
12216 fboxsep 3pt
12217 \end_layout
12218
12219 \end_inset
12220
12221
12222 \end_layout
12223
12224 \begin_layout Standard
12225 en modo TeX antes de la ecuación siguiente.
12226 \end_layout
12227
12228 \begin_layout Subsection
12229 Marcos sin bordes
12230 \begin_inset CommandInset label
12231 LatexCommand label
12232 name "sub:Marcos-sin-bordes"
12233
12234 \end_inset
12235
12236
12237 \begin_inset Index idx
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241 Marcos ! sin borde
12242 \end_layout
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 Para marcos sin borde hay los comandos: 
12251 \series bold
12252
12253 \backslash
12254 mbox
12255 \series default
12256
12257 \begin_inset Index idx
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261 Comandos ! M ! 
12262 \backslash
12263 mbox
12264 \end_layout
12265
12266 \end_inset
12267
12268
12269 \series bold
12270
12271 \backslash
12272 makebox
12273 \series default
12274
12275 \begin_inset Index idx
12276 status collapsed
12277
12278 \begin_layout Plain Layout
12279 Comandos ! M ! 
12280 \backslash
12281 makebox
12282 \end_layout
12283
12284 \end_inset
12285
12286  y 
12287 \series bold
12288
12289 \backslash
12290 raisebox
12291 \series default
12292
12293 \begin_inset Index idx
12294 status collapsed
12295
12296 \begin_layout Plain Layout
12297 Comandos ! R ! 
12298 \backslash
12299 raisebox
12300 \end_layout
12301
12302 \end_inset
12303
12304 .
12305 \end_layout
12306
12307 \begin_layout Standard
12308 Con 
12309 \series bold
12310
12311 \backslash
12312 raisebox
12313 \series default
12314  se puede poner un marco subíndice o superíndice, pero a diferencia de los
12315  normales, los caracteres en el marco mantienen su tamaño de tipografía.
12316  
12317 \series bold
12318
12319 \backslash
12320 raisebox
12321 \series default
12322  se usa con el siguiente esquema: 
12323 \end_layout
12324
12325 \begin_layout Standard
12326
12327 \series bold
12328
12329 \backslash
12330 raisebox{altura}{contenido del marco}
12331 \end_layout
12332
12333 \begin_layout Standard
12334 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
12335  extra, como con 
12336 \series bold
12337
12338 \backslash
12339 fbox
12340 \series default
12341 .
12342  
12343 \begin_inset Note Greyedout
12344 status open
12345
12346 \begin_layout Plain Layout
12347
12348 \series bold
12349 Nota
12350 \series default
12351 : Para
12352 \series bold
12353  
12354 \backslash
12355 raisebox
12356 \series default
12357  se ha creado esta ecuación extra tecleando 
12358 \family sans
12359 Ctrl+M
12360 \family default
12361  dos veces en vez de una porque LyX aún no soporta 
12362 \series bold
12363
12364 \backslash
12365 raisebox
12366 \series default
12367  directamente.
12368 \end_layout
12369
12370 \end_inset
12371
12372
12373 \end_layout
12374
12375 \begin_layout Standard
12376 \align center
12377 \begin_inset Tabular
12378 <lyxtabular version="3" rows="4" columns="2">
12379 <features rotate="0" tabularvalignment="middle">
12380 <column alignment="center" valignment="top">
12381 <column alignment="center" valignment="top">
12382 <row>
12383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12384 \begin_inset Text
12385
12386 \begin_layout Plain Layout
12387 Comando
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 Resultado
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 </row>
12402 <row>
12403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407 H
12408 \backslash
12409 raisebox{2mm
12410 \begin_inset Formula $\to$
12411 \end_inset
12412
12413
12414 \backslash
12415 {al
12416 \begin_inset Formula $\to$
12417 \end_inset
12418
12419  lo
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12425 \begin_inset Text
12426
12427 \begin_layout Plain Layout
12428 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12429 \end_inset
12430
12431
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 </row>
12437 <row>
12438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442 H
12443 \backslash
12444 raisebox{-2mm
12445 \begin_inset Formula $\to$
12446 \end_inset
12447
12448
12449 \backslash
12450 {al
12451 \begin_inset Formula $\to$
12452 \end_inset
12453
12454 lo
12455 \end_layout
12456
12457 \end_inset
12458 </cell>
12459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 </row>
12472 <row>
12473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 A=
12478 \backslash
12479 raisebox{-2mm
12480 \begin_inset Formula $\to$
12481 \end_inset
12482
12483
12484 \backslash
12485 {
12486 \family sans
12487 Ctrl+M Ctrl+M
12488 \family default
12489  
12490 \backslash
12491 sqrt
12492 \begin_inset space \textvisiblespace{}
12493 \end_inset
12494
12495
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12505 \end_inset
12506
12507
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 </row>
12513 </lyxtabular>
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 El comando 
12522 \series bold
12523
12524 \backslash
12525 mbox
12526 \series default
12527  es equivalente a 
12528 \series bold
12529
12530 \backslash
12531 fbox
12532 \series default
12533  y 
12534 \series bold
12535
12536 \backslash
12537 makebox
12538 \series default
12539  es equivalente a 
12540 \series bold
12541
12542 \backslash
12543 framebox
12544 \series default
12545 , con la diferencia de que no hay marco.
12546 \end_layout
12547
12548 \begin_layout Subsection
12549 Marcos coloreados
12550 \begin_inset CommandInset label
12551 LatexCommand label
12552 name "sub:Marcos-coloreados"
12553
12554 \end_inset
12555
12556
12557 \begin_inset Index idx
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561 Marcos ! coloreados
12562 \end_layout
12563
12564 \end_inset
12565
12566
12567 \end_layout
12568
12569 \begin_layout Standard
12570 Para poder usar todos los comandos explicados en esta sección hay que cargar
12571  en el preámbulo LaTeX el paquete LaTeX 
12572 \series bold
12573 color
12574 \series default
12575
12576 \begin_inset Foot
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580 El paquete LaTeX 
12581 \series bold
12582 color
12583 \series default
12584  forma parte de toda distribución LaTeX estándar.
12585 \end_layout
12586
12587 \end_inset
12588
12589
12590 \begin_inset Index idx
12591 status collapsed
12592
12593 \begin_layout Plain Layout
12594 Paquetes ! color
12595 \end_layout
12596
12597 \end_inset
12598
12599 , con la línea
12600 \begin_inset Foot
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604 Cuando hay texto coloreado con un color predefinido en alguna parte del
12605  documento, LyX carga automáticamente el paquete LaTeX 
12606 \series bold
12607 color
12608 \series default
12609 .
12610  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
12611  origina problemas.
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \begin_inset Note Note
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
12622  en el preámbulo LaTeX.
12623 \end_layout
12624
12625 \end_inset
12626
12627
12628 \end_layout
12629
12630 \begin_layout Standard
12631
12632 \series bold
12633
12634 \backslash
12635 usepackage{color}
12636 \begin_inset VSpace medskip
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \begin_layout Standard
12643 Para colorear marcos se usa el comando 
12644 \series bold
12645
12646 \backslash
12647 colorbox
12648 \series default
12649
12650 \begin_inset Index idx
12651 status collapsed
12652
12653 \begin_layout Plain Layout
12654 Comandos ! C ! 
12655 \backslash
12656 colorbox
12657 \end_layout
12658
12659 \end_inset
12660
12661  con el siguiente esquema:
12662 \end_layout
12663
12664 \begin_layout Standard
12665
12666 \series bold
12667
12668 \backslash
12669 colorbox{color}{contenido del marco}
12670 \end_layout
12671
12672 \begin_layout Standard
12673 El contenido del marco puede ser otro marco, y también un 
12674 \backslash
12675
12676 \series bold
12677 colorbox
12678 \series default
12679  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
12680  Si el marco debe contener una ecuación debe crearse una ecuación extra,
12681  como con 
12682 \series bold
12683
12684 \backslash
12685 raisebox
12686 \series default
12687 .
12688 \begin_inset Foot
12689 status collapsed
12690
12691 \begin_layout Plain Layout
12692 Esto también se aplica para el comando 
12693 \series bold
12694
12695 \backslash
12696 fcolorbox
12697 \series default
12698 .
12699 \end_layout
12700
12701 \end_inset
12702
12703  
12704 \end_layout
12705
12706 \begin_layout Standard
12707 Se puede elegir uno de los siguientes colores predefinidos:
12708 \end_layout
12709
12710 \begin_layout Standard
12711
12712 \series bold
12713 black
12714 \series default
12715
12716 \series bold
12717 blue
12718 \series default
12719
12720 \series bold
12721 cyan
12722 \series default
12723
12724 \series bold
12725 green
12726 \series default
12727
12728 \series bold
12729 magenta
12730 \series default
12731
12732 \series bold
12733 red
12734 \series default
12735
12736 \series bold
12737 white
12738 \series default
12739
12740 \series bold
12741 yellow
12742 \end_layout
12743
12744 \begin_layout Standard
12745 \align center
12746 \begin_inset Tabular
12747 <lyxtabular version="3" rows="4" columns="2">
12748 <features rotate="0" tabularvalignment="middle">
12749 <column alignment="center" valignment="top">
12750 <column alignment="center" valignment="top">
12751 <row>
12752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 Comando
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 Resultado
12766 \begin_inset Note Note
12767 status collapsed
12768
12769 \begin_layout Plain Layout
12770
12771 \series bold
12772
12773 \backslash
12774 raisebox
12775 \series default
12776  se usa sólo como espaciador
12777 \end_layout
12778
12779 \end_inset
12780
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 </row>
12787 <row>
12788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792
12793 \backslash
12794 colorbox{yellow
12795 \begin_inset Formula $\to$
12796 \end_inset
12797
12798
12799 \backslash
12800 {A=B
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 </row>
12818 <row>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823
12824 \backslash
12825 colorbox{green
12826 \begin_inset Formula $\to$
12827 \end_inset
12828
12829
12830 \backslash
12831 {
12832 \backslash
12833 fbox
12834 \begin_inset space \textvisiblespace{}
12835 \end_inset
12836
12837 A=B
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12847 \end_inset
12848
12849
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 <row>
12856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860
12861 \backslash
12862 fbox
12863 \begin_inset space \textvisiblespace{}
12864 \end_inset
12865
12866
12867 \backslash
12868 colorbox{green
12869 \begin_inset Formula $\to$
12870 \end_inset
12871
12872
12873 \backslash
12874 {
12875 \family sans
12876 Ctrl+M Ctrl+M
12877 \family default
12878  
12879 \backslash
12880 int
12881 \begin_inset space \textvisiblespace{}
12882 \end_inset
12883
12884 C=D
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12894 \end_inset
12895
12896
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 </lyxtabular>
12903
12904 \end_inset
12905
12906
12907 \end_layout
12908
12909 \begin_layout Standard
12910
12911 \series bold
12912
12913 \backslash
12914 colorbox
12915 \series default
12916  sólo colorea el marco pero no los caracteres.
12917  Para colorear todos los caracteres se selecciona toda la ecuación y se
12918  elige un color en el diálogo 
12919 \family sans
12920 Estilo
12921 \begin_inset space ~
12922 \end_inset
12923
12924 del
12925 \begin_inset space ~
12926 \end_inset
12927
12928 texto
12929 \family default
12930 .
12931  El diálogo puede abrirse con el botón 
12932 \begin_inset Graphics
12933         filename ../../images/dialog-show_character.png
12934         scale 85
12935
12936 \end_inset
12937
12938  de la barra de herramientas o con el menú 
12939 \family sans
12940 Editar\SpecialChar \menuseparator
12941 Estilo
12942 \begin_inset space ~
12943 \end_inset
12944
12945 del
12946 \begin_inset space ~
12947 \end_inset
12948
12949 texto\SpecialChar \menuseparator
12950 Personalizado
12951 \family default
12952 .
12953  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
12954  Si el número de la ecuación debe tener otro color que el de los caracteres
12955  de la ecuación, el color debe cambiarse dentro de la ecuación.
12956 \end_layout
12957
12958 \begin_layout Standard
12959 Un ejemplo:
12960 \color red
12961
12962 \begin_inset Formula 
12963 \begin{equation}
12964 {\color{red}\int A=B}\label{eq:rojo}
12965 \end{equation}
12966
12967 \end_inset
12968
12969
12970 \color green
12971
12972 \begin_inset Formula 
12973 \begin{equation}
12974 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
12975 \end{equation}
12976
12977 \end_inset
12978
12979
12980 \end_layout
12981
12982 \begin_layout Standard
12983 La ecuación 
12984 \begin_inset CommandInset ref
12985 LatexCommand eqref
12986 reference "eq:rojo"
12987
12988 \end_inset
12989
12990  está toda coloreada en rojo.
12991 \begin_inset Newline newline
12992 \end_inset
12993
12994 La ecuación 
12995 \begin_inset CommandInset ref
12996 LatexCommand eqref
12997 reference "eq:rojoverde"
12998
12999 \end_inset
13000
13001  se ha coloreado en primer lugar toda en verde para colorear el número de
13002  la ecuación.
13003  Posteriormente se han coloreado en rojo los caracteres.
13004 \family sans
13005
13006 \begin_inset VSpace bigskip
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \begin_layout Standard
13013 Para colorear diferente el borde y el marcose usa el comando 
13014 \series bold
13015
13016 \backslash
13017 fcolorbox
13018 \series default
13019
13020 \begin_inset Index idx
13021 status collapsed
13022
13023 \begin_layout Plain Layout
13024 Comandos ! F ! 
13025 \backslash
13026 fcolorbox
13027 \end_layout
13028
13029 \end_inset
13030
13031  con el siguiente esquema:
13032 \end_layout
13033
13034 \begin_layout Standard
13035
13036 \series bold
13037
13038 \backslash
13039 fcolorbox{color del borde}{color}{contenido del marco}
13040 \end_layout
13041
13042 \begin_layout Standard
13043 Así pues 
13044 \series bold
13045
13046 \backslash
13047 fcolorbox
13048 \series default
13049  es una extensión del comando 
13050 \series bold
13051
13052 \backslash
13053 colorbox
13054 \series default
13055 .
13056  La anchura del borde se establece, como para 
13057 \series bold
13058
13059 \backslash
13060 framebox
13061 \series default
13062 , con 
13063 \series bold
13064
13065 \backslash
13066 fboxrule
13067 \series default
13068  y 
13069 \series bold
13070
13071 \backslash
13072 fboxsep
13073 \series default
13074 .
13075  Un ejemplo:
13076 \begin_inset ERT
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080
13081
13082 \backslash
13083 fboxrule 1mm 
13084 \backslash
13085 fboxsep 1mm
13086 \end_layout
13087
13088 \end_inset
13089
13090
13091 \begin_inset Formula 
13092 \[
13093 \fcolorbox{cyan}{magenta}{A=B}
13094 \]
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Standard
13102 \begin_inset ERT
13103 status collapsed
13104
13105 \begin_layout Plain Layout
13106
13107
13108 \backslash
13109 fboxrule 0.4pt 
13110 \backslash
13111 fboxsep 3pt
13112 \end_layout
13113
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \begin_layout Standard
13120 Esta ecuación se ha compuesto con el comando
13121 \begin_inset Newline newline
13122 \end_inset
13123
13124
13125 \series bold
13126
13127 \backslash
13128 fcolorbox{cyan
13129 \begin_inset Formula $\to$
13130 \end_inset
13131
13132
13133 \backslash
13134 {magenta
13135 \begin_inset Formula $\to$
13136 \end_inset
13137
13138
13139 \backslash
13140 {A=B
13141 \end_layout
13142
13143 \begin_layout Standard
13144 \begin_inset VSpace bigskip
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \begin_layout Standard
13151 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13152 \end_layout
13153
13154 \begin_layout Standard
13155 Por ejemplo, se puede definir el color 
13156 \begin_inset Quotes fld
13157 \end_inset
13158
13159
13160 \series bold
13161 verdeoscuro
13162 \series default
13163
13164 \begin_inset Quotes frd
13165 \end_inset
13166
13167  con la línea de preámbulo LaTeX:
13168 \end_layout
13169
13170 \begin_layout Standard
13171
13172 \series bold
13173
13174 \backslash
13175 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13176 \series default
13177
13178 \begin_inset Index idx
13179 status collapsed
13180
13181 \begin_layout Plain Layout
13182 Comandos ! D ! 
13183 \backslash
13184 definecolor
13185 \end_layout
13186
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \begin_layout Standard
13193
13194 \series bold
13195 cmyk
13196 \series default
13197  es el espacio de color referido a los colores 
13198 \series bold
13199 cyan
13200 \series default
13201
13202 \series bold
13203 magenta
13204 \series default
13205
13206 \series bold
13207 yellow
13208 \series default
13209  y 
13210 \series bold
13211 black
13212 \series default
13213 .
13214  Los cuatro números separados por coma son el factor de cuota para los colores
13215  correspondientes del espacio de color.
13216  Los factores pueden estar en el rango 0-1.
13217  En vez de 
13218 \series bold
13219 cmyk
13220 \series default
13221  se puede usar el espacio de color 
13222 \series bold
13223 rgb
13224 \series default
13225 , que se refiere a 
13226 \series bold
13227 red
13228 \series default
13229
13230 \series bold
13231 green
13232 \series default
13233  y 
13234 \series bold
13235 blue
13236 \series default
13237 , así pues en este caso hay tres factores de cuota para los correspondientes
13238  colores.
13239  Además hay el espacio de color 
13240 \series bold
13241 gray
13242 \series default
13243  con un factor de cuota para el valor gris.
13244 \end_layout
13245
13246 \begin_layout Standard
13247 Como ejemplo he aquí un marco con el nuevo color definido 
13248 \series bold
13249 verdeoscuro
13250 \series default
13251  y los caracteres en color amarillo:
13252 \color black
13253
13254 \begin_inset Formula 
13255 \begin{equation}
13256 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
13257 \end{equation}
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Standard
13265 Los colores personalizados también se pueden usar para texto con la ayuda
13266  del comando 
13267 \series bold
13268
13269 \backslash
13270 textcolor
13271 \series default
13272
13273 \begin_inset Index idx
13274 status collapsed
13275
13276 \begin_layout Plain Layout
13277 Texto ! coloreado
13278 \end_layout
13279
13280 \end_inset
13281
13282
13283 \end_layout
13284
13285 \begin_layout Standard
13286 \begin_inset ERT
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290
13291
13292 \backslash
13293 textcolor{verdeoscuro}{
13294 \end_layout
13295
13296 \end_inset
13297
13298 Esta frase en 
13299 \begin_inset Quotes fld
13300 \end_inset
13301
13302 verdeoscuro
13303 \begin_inset Quotes frd
13304 \end_inset
13305
13306 .
13307 \begin_inset ERT
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311
13312 }
13313 \end_layout
13314
13315 \end_inset
13316
13317
13318 \end_layout
13319
13320 \begin_layout Standard
13321
13322 \series bold
13323
13324 \backslash
13325 textcolor
13326 \series default
13327
13328 \begin_inset Index idx
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332 Comandos ! T ! 
13333 \backslash
13334 textcolor
13335 \end_layout
13336
13337 \end_inset
13338
13339  se usa con el esquema 
13340 \series bold
13341
13342 \backslash
13343 textcolor{color}{caracteres a colorear}
13344 \series default
13345 .
13346 \end_layout
13347
13348 \begin_layout Subsection
13349 Marcos de párrafo
13350 \begin_inset CommandInset label
13351 LatexCommand label
13352 name "sub:Marcos-de-párrafo"
13353
13354 \end_inset
13355
13356
13357 \begin_inset Index idx
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361 Marcos ! para párrafos
13362 \end_layout
13363
13364 \end_inset
13365
13366
13367 \end_layout
13368
13369 \begin_layout Standard
13370 Un marco que puede contener varias líneas y párrafos, denominado marco de
13371  párrafo (parbox), se puede generar con el menú 
13372 \family sans
13373 Insertar\SpecialChar \menuseparator
13374 Marco
13375 \family default
13376  o con el botón 
13377 \begin_inset Graphics
13378         filename ../../images/box-insert.png
13379         scale 85
13380
13381 \end_inset
13382
13383  de la barra de herramientas.
13384 \end_layout
13385
13386 \begin_layout Standard
13387 El siguiente ejemplo muestra un marco de párrafo en línea:
13388 \begin_inset VSpace medskip
13389 \end_inset
13390
13391 Esta línea contiene 
13392 \begin_inset Box Boxed
13393 position "c"
13394 hor_pos "c"
13395 has_inner_box 1
13396 inner_pos "c"
13397 use_parbox 1
13398 use_makebox 0
13399 width "5cm"
13400 special "none"
13401 height "1in"
13402 height_special "totalheight"
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406 Esto es un marco de párrafo.
13407  Tiene exactamente 5
13408 \begin_inset space \thinspace{}
13409 \end_inset
13410
13411 cm de largo y además puede contener ecuaciones: 
13412 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13413 \end_inset
13414
13415
13416 \end_layout
13417
13418 \end_inset
13419
13420
13421 \begin_inset space ~
13422 \end_inset
13423
13424  un marco de párrafo.
13425 \begin_inset VSpace medskip
13426 \end_inset
13427
13428 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
13429  Surge un diálogo con las propiedades del marco.
13430  En este caso: 
13431 \emph on
13432 Decoración
13433 \emph default
13434 : Marco rectangular, 
13435 \emph on
13436 marco interior
13437 \emph default
13438 : Párrafo, 
13439 \emph on
13440 Ancho
13441 \emph default
13442 : 5
13443 \begin_inset space \thinspace{}
13444 \end_inset
13445
13446 cm, 
13447 \emph on
13448 Alineación Vertical
13449 \emph default
13450  
13451 \emph on
13452 marco
13453 \emph default
13454 : Medio.
13455 \end_layout
13456
13457 \begin_layout Standard
13458 \begin_inset VSpace medskip
13459 \end_inset
13460
13461 En LaTeX, un marco de párrafo se inserta con el comando 
13462 \series bold
13463
13464 \backslash
13465 parbox
13466 \series default
13467
13468 \begin_inset Index idx
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472 Comandos ! P ! 
13473 \backslash
13474 parbox
13475 \end_layout
13476
13477 \end_inset
13478
13479  con el esquema siguiente:
13480 \end_layout
13481
13482 \begin_layout Standard
13483
13484 \series bold
13485
13486 \backslash
13487 parbox[posición]{anchura}{contenido}
13488 \end_layout
13489
13490 \begin_layout Standard
13491 Son posibles las posiciones 
13492 \emph on
13493 b
13494 \emph default
13495  y 
13496 \emph on
13497 t
13498 \emph default
13499
13500 \emph on
13501 b
13502 \emph default
13503  por 
13504 \begin_inset Quotes fld
13505 \end_inset
13506
13507 bottom
13508 \begin_inset Quotes frd
13509 \end_inset
13510
13511  (abajo), que alinea la última línea del marco con el texto de alrededor.
13512  Con 
13513 \emph on
13514 t
13515 \emph default
13516 , por 
13517 \begin_inset Quotes fld
13518 \end_inset
13519
13520 top
13521 \begin_inset Quotes frd
13522 \end_inset
13523
13524  (arriba), la alineación se hace con la primera línea.
13525  Si no se da posición, el marco se centrará verticalmente, véase la sección
13526  
13527 \emph on
13528 Marcos
13529 \emph default
13530  del manual 
13531 \emph on
13532 Objetos insertados
13533 \emph default
13534  para ejemplos.
13535 \end_layout
13536
13537 \begin_layout Standard
13538 \begin_inset VSpace bigskip
13539 \end_inset
13540
13541 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
13542  ponerse en un marco de párrafo.
13543  Para ello se inserta el comando
13544 \begin_inset Newline newline
13545 \end_inset
13546
13547
13548 \series bold
13549
13550 \backslash
13551 fbox{
13552 \backslash
13553 parbox{
13554 \backslash
13555 linewidth-2
13556 \backslash
13557 fboxsep-2
13558 \backslash
13559 fboxrule}{
13560 \begin_inset Newline newline
13561 \end_inset
13562
13563
13564 \series default
13565 en modo TeX delante de la ecuación.
13566  Aquí 
13567 \series bold
13568
13569 \backslash
13570 linewidth
13571 \series default
13572
13573 \begin_inset Index idx
13574 status collapsed
13575
13576 \begin_layout Plain Layout
13577 Comandos ! L ! 
13578 \backslash
13579 linewidth
13580 \begin_inset ERT
13581 status open
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 vspace{5mm}
13588 \end_layout
13589
13590 \end_inset
13591
13592
13593 \end_layout
13594
13595 \end_inset
13596
13597  es la anchura de línea establecida para el documento.
13598  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
13599  anchura dos veces la separación del marco y el grosor.
13600  Como LyX no lo hace automáticamente debido a un fallo,
13601 \begin_inset Foot
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605 \begin_inset CommandInset href
13606 LatexCommand href
13607 name "LyX-bug #4483"
13608 target "http://www.lyx.org/trac/ticket/4483"
13609
13610 \end_inset
13611
13612
13613 \end_layout
13614
13615 \end_inset
13616
13617  hay que usar modo TeX.
13618  Para poder multiplicar y restar en los argumentos hay que cargar en el
13619  preámbulo LaTeX el paquete LaTeX 
13620 \series bold
13621 calc
13622 \series default
13623 ,
13624 \begin_inset Foot
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629 \series bold
13630 calc
13631 \series default
13632  es parte de toda instalación LaTeX estándar.
13633 \end_layout
13634
13635 \end_inset
13636
13637
13638 \begin_inset Index idx
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642 Paquetes ! calc
13643 \end_layout
13644
13645 \end_inset
13646
13647  con la línea
13648 \end_layout
13649
13650 \begin_layout Standard
13651
13652 \series bold
13653
13654 \backslash
13655 usepackage{calc}
13656 \end_layout
13657
13658 \begin_layout Standard
13659 Detrás de la ecuación se cierran ambos marcos con 
13660 \series bold
13661 }}
13662 \series default
13663  en modo TeX.
13664  Aquí hay un ejemplo:
13665 \begin_inset ERT
13666 status collapsed
13667
13668 \begin_layout Plain Layout
13669
13670
13671 \backslash
13672 fboxsep 5mm 
13673 \backslash
13674 fboxrule 5mm
13675 \end_layout
13676
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \begin_layout Standard
13683 \begin_inset ERT
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687
13688
13689 \backslash
13690 fbox{
13691 \backslash
13692 parbox{
13693 \backslash
13694 linewidth-2
13695 \backslash
13696 fboxsep-2
13697 \backslash
13698 fboxrule}{
13699 \end_layout
13700
13701 \end_inset
13702
13703
13704 \begin_inset Formula 
13705 \begin{equation}
13706 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13707 \end{equation}
13708
13709 \end_inset
13710
13711
13712 \end_layout
13713
13714 \begin_layout Standard
13715 \begin_inset ERT
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719
13720 }}
13721 \end_layout
13722
13723 \end_inset
13724
13725
13726 \begin_inset ERT
13727 status collapsed
13728
13729 \begin_layout Plain Layout
13730
13731
13732 \backslash
13733 fboxrule 0.4pt 
13734 \backslash
13735 fboxsep 3pt
13736 \end_layout
13737
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \begin_layout Standard
13744 \begin_inset VSpace medskip
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \begin_layout Standard
13751 Como se ha usado el marco de párrafo como argumento de 
13752 \series bold
13753
13754 \backslash
13755 fbox
13756 \series default
13757 , en este caso no hay diferencia entre 
13758 \series bold
13759
13760 \backslash
13761 fbox
13762 \series default
13763  y 
13764 \series bold
13765
13766 \backslash
13767 boxed
13768 \series default
13769 .
13770  
13771 \end_layout
13772
13773 \begin_layout Standard
13774 \begin_inset VSpace bigskip
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \begin_layout Standard
13781 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
13782  Para hacerlo, se usa 
13783 \series bold
13784
13785 \backslash
13786 parbox
13787 \series default
13788  en combinación con el comando 
13789 \series bold
13790
13791 \backslash
13792 tag
13793 \series default
13794 .
13795  (Véase más sobre 
13796 \series bold
13797
13798 \backslash
13799 tag
13800 \series default
13801  en 
13802 \begin_inset CommandInset ref
13803 LatexCommand ref
13804 reference "sub:Numeración-personalizada"
13805
13806 \end_inset
13807
13808 ).
13809 \end_layout
13810
13811 \begin_layout Standard
13812 Un ejemplo de ecuación comentada con 
13813 \series bold
13814
13815 \backslash
13816 parbox
13817 \series default
13818 :
13819 \end_layout
13820
13821 \begin_layout Standard
13822 \begin_inset ERT
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826
13827
13828 \backslash
13829 [5x-7b=3b
13830 \backslash
13831 tag*{
13832 \backslash
13833 parbox{5cm}{
13834 \end_layout
13835
13836 \end_inset
13837
13838 Esto es una descripción.
13839  Está claramente separada de la ecuación y es multilínea.
13840 \begin_inset ERT
13841 status collapsed
13842
13843 \begin_layout Plain Layout
13844
13845 }}
13846 \backslash
13847 ]
13848 \end_layout
13849
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \begin_layout Standard
13856 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
13857  no soporta el comando 
13858 \series bold
13859
13860 \backslash
13861 parbox
13862 \series default
13863  en ecuaciones.
13864  La ecuación se compone con la siguiente secuencia de comandos:
13865 \end_layout
13866
13867 \begin_layout Standard
13868 El comando 
13869 \series bold
13870
13871 \backslash
13872 [5x-7b=3b
13873 \backslash
13874 tag*
13875 \backslash
13876 {
13877 \backslash
13878 parbox{5cm}{
13879 \series default
13880  se inserta en modo TeX.
13881 \begin_inset Foot
13882 status collapsed
13883
13884 \begin_layout Plain Layout
13885 Si se usa el estilo de ecuación 
13886 \series bold
13887 Sangrado
13888 \series default
13889
13890 \series bold
13891
13892 \backslash
13893 tag*
13894 \backslash
13895
13896 \series default
13897  se puede reemplazar por 
13898 \series bold
13899
13900 \backslash
13901 hfill
13902 \series default
13903 .
13904  (Véanse los estilos de ecuación en 
13905 \begin_inset CommandInset ref
13906 LatexCommand ref
13907 reference "sec:Estilos-de-ecuación"
13908
13909 \end_inset
13910
13911 ).
13912 \end_layout
13913
13914 \end_inset
13915
13916  Después sigue la descripción en texto normal, y por último 
13917 \series bold
13918 }}
13919 \backslash
13920 ]
13921 \series default
13922  en modo TeX.
13923  Aquí los comandos 
13924 \series bold
13925
13926 \backslash
13927 [
13928 \series default
13929  y 
13930 \series bold
13931
13932 \backslash
13933 ]
13934 \series default
13935  crean una ecuación presentada.
13936 \end_layout
13937
13938 \begin_layout Standard
13939 Las ventajas de 
13940 \series bold
13941
13942 \backslash
13943 parbox
13944 \series default
13945  pueden verse en este ejemplo que se ha 
13946 \begin_inset Quotes fld
13947 \end_inset
13948
13949 comentado
13950 \begin_inset Quotes frd
13951 \end_inset
13952
13953  usando el modo texto matemático:
13954 \begin_inset Formula 
13955 \[
13956 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
13957 \]
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Section
13965 Operadores
13966 \begin_inset Index idx
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970 Operadores
13971 \end_layout
13972
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \begin_layout Subsection
13979 Operadores grandes
13980 \begin_inset CommandInset label
13981 LatexCommand label
13982 name "sub:Operadores-grandes"
13983
13984 \end_inset
13985
13986
13987 \begin_inset Index idx
13988 status collapsed
13989
13990 \begin_layout Plain Layout
13991 Operadores ! grandes
13992 \end_layout
13993
13994 \end_inset
13995
13996
13997 \begin_inset Index idx
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001 Sumatorios
14002 \end_layout
14003
14004 \end_inset
14005
14006
14007 \begin_inset Index idx
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011 Integrales
14012 \end_layout
14013
14014 \end_inset
14015
14016
14017 \end_layout
14018
14019 \begin_layout Standard
14020 Para poder usar todos los comandos de integrales listados aquí, debe estar
14021  marcada la opción 
14022 \family sans
14023 Usar paquete esint automáticamente
14024 \family default
14025  en el apartado 
14026 \family sans
14027 Opciones de ecuación
14028 \family default
14029  de la configuración del documento.
14030  
14031 \end_layout
14032
14033 \begin_layout Standard
14034 \begin_inset space \hfill{}
14035 \end_inset
14036
14037
14038 \begin_inset Tabular
14039 <lyxtabular version="3" rows="11" columns="2">
14040 <features rotate="0" tabularvalignment="middle">
14041 <column alignment="center" valignment="top" width="0pt">
14042 <column alignment="center" valignment="top" width="0pt">
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 Comando
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 Resultado
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 </row>
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068
14069 \backslash
14070 int
14071 \begin_inset Index idx
14072 status collapsed
14073
14074 \begin_layout Plain Layout
14075 Comandos ! I ! 
14076 \backslash
14077 int
14078 \end_layout
14079
14080 \end_inset
14081
14082
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14088 \begin_inset Text
14089
14090 \begin_layout Plain Layout
14091 \begin_inset Formula $\int$
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 </row>
14100 <row>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105
14106 \backslash
14107 oint
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 \begin_inset Formula $\oint$
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 <row>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130
14131 \backslash
14132 ointctrclockwise
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 \begin_inset Formula $\ointctrclockwise$
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 </row>
14150 <row>
14151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14152 \begin_inset Text
14153
14154 \begin_layout Plain Layout
14155
14156 \backslash
14157 ointclockwise
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 \begin_inset Formula $\ointclockwise$
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 <row>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180
14181 \backslash
14182 sqint
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 \begin_inset Formula $\sqint$
14192 \end_inset
14193
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 <row>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205
14206 \backslash
14207 fint
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216  
14217 \begin_inset Formula $\fint$
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 </row>
14226 <row>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231
14232 \backslash
14233 landupint
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242  
14243 \begin_inset Formula $\landupint$
14244 \end_inset
14245
14246
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 </row>
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257
14258 \backslash
14259 landdownint
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268  
14269 \begin_inset Formula $\landdownint$
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 <row>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \backslash
14285 bigcap
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Formula $\bigcap$
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 </row>
14303 <row>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308
14309 \backslash
14310 bigcup
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 \begin_inset Formula $\bigcup$
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 </row>
14328 </lyxtabular>
14329
14330 \end_inset
14331
14332
14333 \begin_inset space \hfill{}
14334 \end_inset
14335
14336
14337 \begin_inset Tabular
14338 <lyxtabular version="3" rows="11" columns="2">
14339 <features rotate="0" tabularvalignment="middle">
14340 <column alignment="center" valignment="top" width="0pt">
14341 <column alignment="center" valignment="top" width="0pt">
14342 <row>
14343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 Comando
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 Resultado
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 </row>
14362 <row>
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367
14368 \backslash
14369 sum
14370 \begin_inset Index idx
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374 Comandos ! S ! 
14375 \backslash
14376 sum
14377 \end_layout
14378
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 \begin_inset Formula $\sum$
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \backslash
14406 prod
14407 \begin_inset Index idx
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411 Comandos ! P ! 
14412 \backslash
14413 prod
14414 \end_layout
14415
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 \begin_inset Formula $\prod$
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 </row>
14436 <row>
14437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Plain Layout
14441
14442 \backslash
14443 coprod
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452 \begin_inset Formula $\coprod$
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 </row>
14461 <row>
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466
14467 \backslash
14468 bigodot
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 \begin_inset Formula $\bigodot$
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 <row>
14487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491
14492 \backslash
14493 bigotimes
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 \begin_inset Formula $\bigotimes$
14503 \end_inset
14504
14505
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 <row>
14512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \backslash
14518 bigoplus
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 \begin_inset Formula $\bigoplus$
14528 \end_inset
14529
14530
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 </row>
14536 <row>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541
14542 \backslash
14543 bigwedge
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 \begin_inset Formula $\bigwedge$
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 </row>
14561 <row>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566
14567 \backslash
14568 bigvee
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577 \begin_inset Formula $\bigvee$
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 </row>
14586 <row>
14587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591
14592 \backslash
14593 bigsqcup
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 \begin_inset Formula $\bigsqcup$
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616
14617 \backslash
14618 biguplus
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 \begin_inset Formula $\biguplus$
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 </row>
14636 </lyxtabular>
14637
14638 \end_inset
14639
14640
14641 \begin_inset space \hfill{}
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648 Todos los operadores grandes se pueden insertar con el botón 
14649 \begin_inset Graphics
14650         filename ../../images/math/intop.png
14651         scale 85
14652
14653 \end_inset
14654
14655  de la barra de ecuaciones.
14656 \end_layout
14657
14658 \begin_layout Standard
14659 Estos operadores son llamados grandes porque son mayores que los operadores
14660  binarios de aspecto semejante.
14661  Todos los operadores grandes pueden tener límites, como se describe en
14662  la subsección siguiente.
14663 \end_layout
14664
14665 \begin_layout Standard
14666 Para todos los operadores de integral hay una segunda versión disponible,
14667  terminando en 
14668 \series bold
14669 op
14670 \series default
14671
14672 \series bold
14673
14674 \backslash
14675 intop
14676 \series default
14677
14678 \series bold
14679
14680 \backslash
14681 ointop
14682 \series default
14683  etc.
14684  Estos operadores difieren de 
14685 \series bold
14686
14687 \backslash
14688 int
14689 \series default
14690 , etc., en el estilo en que se presentan los límites, véase
14691 \series bold
14692  
14693 \series default
14694
14695 \begin_inset CommandInset ref
14696 LatexCommand ref
14697 reference "sub:Límites-de-operadores"
14698
14699 \end_inset
14700
14701 .
14702 \end_layout
14703
14704 \begin_layout Subsubsection*
14705 Sugerencias para las integrales
14706 \end_layout
14707
14708 \begin_layout Standard
14709 La letra 
14710 \emph on
14711 d
14712 \emph default
14713  en una integral es un operador, por consiguiente debe escribirse en redonda.
14714  Esto se hace resaltando la 
14715 \emph on
14716 d
14717 \emph default
14718  y usando el atajo de teclado 
14719 \family sans
14720 Alt+C
14721 \begin_inset space ~
14722 \end_inset
14723
14724 R
14725 \family default
14726 .
14727 \begin_inset Foot
14728 status collapsed
14729
14730 \begin_layout Plain Layout
14731 véase estilos de letras en 
14732 \begin_inset CommandInset ref
14733 LatexCommand ref
14734 reference "sub:Estilos-de-tipografías"
14735
14736 \end_inset
14737
14738  
14739 \end_layout
14740
14741 \end_inset
14742
14743  Delante de la 
14744 \emph on
14745 d
14746 \emph default
14747  se inserta un espacio delgado, como es habitual en los operadores.
14748  Un ejemplo:
14749 \end_layout
14750
14751 \begin_layout Standard
14752 incorrecto: 
14753 \begin_inset Formula $\int A(x)dx$
14754 \end_inset
14755
14756
14757 \begin_inset Newline newline
14758 \end_inset
14759
14760
14761 \begin_inset Phantom HPhantom
14762 status open
14763
14764 \begin_layout Plain Layout
14765 in
14766 \end_layout
14767
14768 \end_inset
14769
14770 correcto: 
14771 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Para integrales múltiples hay los siguientes comandos:
14779 \begin_inset VSpace medskip
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Standard
14786 \begin_inset space \hfill{}
14787 \end_inset
14788
14789
14790 \begin_inset Tabular
14791 <lyxtabular version="3" rows="4" columns="2">
14792 <features rotate="0" tabularvalignment="middle">
14793 <column alignment="center" valignment="top">
14794 <column alignment="center" valignment="top">
14795 <row>
14796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 Comando
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 Resultado
14810 \begin_inset Note Note
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814
14815 \series bold
14816
14817 \backslash
14818 raisebox
14819 \series default
14820  se usa sólo como espaciador
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 </row>
14831 <row>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836
14837 \backslash
14838 iint
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 </row>
14856 <row>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \backslash
14863 oiint
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 </row>
14881 <row>
14882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886
14887 \backslash
14888 sqiint
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 </row>
14906 </lyxtabular>
14907
14908 \end_inset
14909
14910
14911 \begin_inset space \hfill{}
14912 \end_inset
14913
14914
14915 \begin_inset Tabular
14916 <lyxtabular version="3" rows="4" columns="2">
14917 <features rotate="0" tabularvalignment="middle">
14918 <column alignment="center" valignment="top">
14919 <column alignment="center" valignment="top">
14920 <row>
14921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 Comando
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 Resultado
14935 \begin_inset Note Note
14936 status collapsed
14937
14938 \begin_layout Plain Layout
14939
14940 \series bold
14941
14942 \backslash
14943 raisebox
14944 \series default
14945  se usa sólo como espaciador
14946 \end_layout
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row>
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961
14962 \backslash
14963 iiint
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 </row>
14981 <row>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986
14987 \backslash
14988 iiiint
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 <row>
15007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011
15012 \backslash
15013 dotsint
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 </lyxtabular>
15032
15033 \end_inset
15034
15035
15036 \begin_inset space \hfill{}
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Subsection
15043 Límites de operadores
15044 \begin_inset CommandInset label
15045 LatexCommand label
15046 name "sub:Límites-de-operadores"
15047
15048 \end_inset
15049
15050
15051 \begin_inset Index idx
15052 status collapsed
15053
15054 \begin_layout Plain Layout
15055 Operadores ! límites de
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \begin_layout Standard
15064 Los límites se crean mediante superíndices y subíndices:
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \noindent
15069 \align center
15070 \begin_inset Tabular
15071 <lyxtabular version="3" rows="2" columns="2">
15072 <features rotate="0" tabularvalignment="middle">
15073 <column alignment="center" valignment="top">
15074 <column alignment="center" valignment="top">
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 Comando
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 Resultado
15090 \begin_inset Note Note
15091 status collapsed
15092
15093 \begin_layout Plain Layout
15094
15095 \series bold
15096
15097 \backslash
15098 raisebox
15099 \series default
15100  se usa sólo como espaciador
15101 \end_layout
15102
15103 \end_inset
15104
15105
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 <row>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116
15117 \backslash
15118 prod^
15119 \backslash
15120 infty
15121 \begin_inset space \textvisiblespace{}
15122 \end_inset
15123
15124
15125 \begin_inset Formula $\to$
15126 \end_inset
15127
15128 _0
15129 \begin_inset Formula $\to$
15130 \end_inset
15131
15132 A(x)
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15142 \end_inset
15143
15144
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 </row>
15150 </lyxtabular>
15151
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \begin_layout Standard
15158 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15159  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15160 \end_layout
15161
15162 \begin_layout Standard
15163 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15164  directamente detrás del operador y se elige 
15165 \series bold
15166 Alineado
15167 \series default
15168  en el menú 
15169 \family sans
15170 Editar\SpecialChar \menuseparator
15171 Ecuación\SpecialChar \menuseparator
15172 Cambiar tipo de límites
15173 \family default
15174  (atajo 
15175 \family sans
15176 Alt+M
15177 \begin_inset space ~
15178 \end_inset
15179
15180 L
15181 \family default
15182 ).
15183  Un ejemplo:
15184 \end_layout
15185
15186 \begin_layout Standard
15187 El tipo de límites por omisión es:
15188 \begin_inset Formula 
15189 \[
15190 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15191 \]
15192
15193 \end_inset
15194
15195
15196 \end_layout
15197
15198 \begin_layout Standard
15199 Así se ven si se cambia el tipo de límites a 
15200 \series bold
15201 Alineado
15202 \series default
15203 :
15204 \begin_inset Formula 
15205 \[
15206 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15207 \]
15208
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \begin_layout Standard
15215 En integrales, excepto las que terminan en 
15216 \series bold
15217 op
15218 \series default
15219  como 
15220 \series bold
15221
15222 \backslash
15223 intop
15224 \series default
15225
15226 \series bold
15227
15228 \backslash
15229 ointop
15230 \series default
15231 , etc., los límites se colocan por omisión junto al operador.
15232  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15233  operador.
15234  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15235 \series bold
15236 Presentado
15237 \series default
15238  para poner el límite debajo:
15239 \begin_inset Formula 
15240 \begin{equation}
15241 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
15242 \end{equation}
15243
15244 \end_inset
15245
15246
15247 \begin_inset VSpace medskip
15248 \end_inset
15249
15250 Para especificar condiciones en los límites se usan los comandos 
15251 \series bold
15252
15253 \backslash
15254 subarray
15255 \series default
15256
15257 \begin_inset Index idx
15258 status collapsed
15259
15260 \begin_layout Plain Layout
15261 Comandos ! S ! 
15262 \backslash
15263 subarray
15264 \end_layout
15265
15266 \end_inset
15267
15268  y 
15269 \series bold
15270
15271 \backslash
15272 substack
15273 \series default
15274
15275 \begin_inset Index idx
15276 status collapsed
15277
15278 \begin_layout Plain Layout
15279 Comandos ! S ! 
15280 \backslash
15281 substack
15282 \end_layout
15283
15284 \end_inset
15285
15286 .
15287  Por ejemplo, para componer la expresión
15288 \begin_inset Formula 
15289 \begin{equation}
15290 \sum_{\begin{subarray}{c}
15291 0<k<1000\\
15292 \\
15293 k\,\in\,\mathbb{N}
15294 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15295 \end{equation}
15296
15297 \end_inset
15298
15299 se ha hecho lo siguiente: primero se escribe el comando 
15300 \series bold
15301
15302 \backslash
15303 sum^n
15304 \series default
15305
15306 \begin_inset space \textvisiblespace{}
15307 \end_inset
15308
15309
15310 \series bold
15311 _
15312 \series default
15313 .
15314  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
15315  se inserta el comando 
15316 \series bold
15317
15318 \backslash
15319 subarray
15320 \series default
15321
15322 \begin_inset space \textvisiblespace{}
15323 \end_inset
15324
15325 .
15326  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
15327  distintas.
15328  Cada línea nueva se crea con un salto de línea (
15329 \family sans
15330 Ctrl+Entrar
15331 \family default
15332 ).
15333  Si ahora se teclea en ella
15334 \begin_inset Newline newline
15335 \end_inset
15336
15337
15338 \series bold
15339 0<k<1000 Ctrl+Entrar
15340 \begin_inset Newline newline
15341 \end_inset
15342
15343
15344 \series default
15345 aparece debajo un nuevo marco para la línea nueva.
15346 \end_layout
15347
15348 \begin_layout Standard
15349 La alineación de las líneas puede cambiarse a la izquierda con la 
15350 \family sans
15351 barra de herramientas de cuadros
15352 \family default
15353  o con el menú 
15354 \family sans
15355 Editar\SpecialChar \menuseparator
15356 Filas y columnas
15357 \family default
15358 .
15359  Para obtener alineación derecha se inserta 
15360 \series bold
15361
15362 \backslash
15363 hfill
15364 \series default
15365
15366 \begin_inset space \textvisiblespace{}
15367 \end_inset
15368
15369  al principio de la línea.
15370 \end_layout
15371
15372 \begin_layout Standard
15373 El comando 
15374 \series bold
15375
15376 \backslash
15377 substack
15378 \series default
15379  es equivalente a 
15380 \series bold
15381
15382 \backslash
15383 subarray
15384 \series default
15385  con la diferencia de que las líneas están siempre centradas.
15386 \begin_inset VSpace bigskip
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
15394  siguientes, como en la ecuación 
15395 \begin_inset CommandInset ref
15396 LatexCommand eqref
15397 reference "eq:substack"
15398
15399 \end_inset
15400
15401 , porque éstos se colocan junto a los límites.
15402 \end_layout
15403
15404 \begin_layout Standard
15405 Para evitarlo se puede usar la siguiente macro en el preámbulo:
15406 \end_layout
15407
15408 \begin_layout Standard
15409
15410 \series bold
15411
15412 \backslash
15413 def
15414 \backslash
15415 clap#1{
15416 \backslash
15417 hbox to 0pt{
15418 \backslash
15419 hss #1
15420 \backslash
15421 hss}}
15422 \begin_inset Newline newline
15423 \end_inset
15424
15425
15426 \backslash
15427 def
15428 \backslash
15429 mathclap {
15430 \backslash
15431 mathpalette 
15432 \backslash
15433 mathclapinternal}
15434 \begin_inset Newline newline
15435 \end_inset
15436
15437
15438 \backslash
15439 def
15440 \backslash
15441 mathclapinternal #1#2{
15442 \backslash
15443 clap{$
15444 \backslash
15445 mathsurround =0pt #1{#2}$}}
15446 \end_layout
15447
15448 \begin_layout Standard
15449 En ella se define el comando 
15450 \series bold
15451
15452 \backslash
15453 mathclap
15454 \series default
15455
15456 \begin_inset Index idx
15457 status collapsed
15458
15459 \begin_layout Plain Layout
15460 Comandos ! M ! 
15461 \backslash
15462 mathclap
15463 \end_layout
15464
15465 \end_inset
15466
15467  que establece la anchura del límite en 0
15468 \begin_inset space \thinspace{}
15469 \end_inset
15470
15471 pt.
15472  El esquema del comando es:
15473 \end_layout
15474
15475 \begin_layout Standard
15476
15477 \series bold
15478
15479 \backslash
15480 mathclap{límite}
15481 \end_layout
15482
15483 \begin_layout Standard
15484 donde el límite puede consistir en varias condiciones.
15485 \end_layout
15486
15487 \begin_layout Standard
15488 Aplicado en la ecuación 
15489 \begin_inset CommandInset ref
15490 LatexCommand eqref
15491 reference "eq:substack"
15492
15493 \end_inset
15494
15495  se usa el comando
15496 \end_layout
15497
15498 \begin_layout Standard
15499
15500 \series bold
15501
15502 \backslash
15503 sum_
15504 \backslash
15505 mathclap{
15506 \backslash
15507 substack
15508 \begin_inset space \textvisiblespace{}
15509 \end_inset
15510
15511 0<k<1000 Ctrl+Entrar
15512 \end_layout
15513
15514 \begin_layout Standard
15515 para componer el límite inferior.
15516  Ahora el sumando está junto al sumatorio:
15517 \begin_inset Formula 
15518 \[
15519 \sum_{\mathclap{\substack{0<k<1000\\
15520 \\
15521 k\,\in\,\mathbb{N}
15522 }
15523 }}^{n}k^{-2}
15524 \]
15525
15526 \end_inset
15527
15528
15529 \begin_inset VSpace bigskip
15530 \end_inset
15531
15532 Cómo utilizar un límite para varios operadores se describe en la 
15533 \begin_inset CommandInset ref
15534 LatexCommand ref
15535 reference "sub:Operadores-de-usuario"
15536
15537 \end_inset
15538
15539 .
15540 \end_layout
15541
15542 \begin_layout Subsection
15543 Decoración para operadores
15544 \begin_inset Index idx
15545 status collapsed
15546
15547 \begin_layout Plain Layout
15548 Operadores ! Decoración
15549 \end_layout
15550
15551 \end_inset
15552
15553
15554 \end_layout
15555
15556 \begin_layout Standard
15557 Con los comandos 
15558 \series bold
15559
15560 \backslash
15561 overset
15562 \series default
15563
15564 \begin_inset Index idx
15565 status collapsed
15566
15567 \begin_layout Plain Layout
15568 Comandos ! O ! 
15569 \backslash
15570 overset
15571 \end_layout
15572
15573 \end_inset
15574
15575  y 
15576 \series bold
15577
15578 \backslash
15579 underset
15580 \series default
15581
15582 \begin_inset Index idx
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586 Comandos ! U ! 
15587 \backslash
15588 underset
15589 \end_layout
15590
15591 \end_inset
15592
15593  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15594  Con el comando 
15595 \series bold
15596
15597 \backslash
15598 sideset
15599 \series default
15600
15601 \begin_inset Index idx
15602 status collapsed
15603
15604 \begin_layout Plain Layout
15605 Comandos ! S ! 
15606 \backslash
15607 sideset
15608 \end_layout
15609
15610 \end_inset
15611
15612  se pueden poner caracteres delante y detrás de un operador grande.
15613  El esquema del comando es:
15614 \end_layout
15615
15616 \begin_layout Standard
15617
15618 \series bold
15619
15620 \backslash
15621 sideset{carácter
15622 \series default
15623  
15624 \series bold
15625 anterior}{carácter posterior}
15626 \end_layout
15627
15628 \begin_layout Standard
15629
15630 \series bold
15631
15632 \backslash
15633 sideset
15634 \series default
15635  siempre debe estar delante del operador.
15636  Se puede decorar con varios caracteres e incluso con otros operadores y
15637  símbolos.
15638  Para colocar con
15639 \series bold
15640  
15641 \backslash
15642 sideset
15643 \series default
15644  caracteres sólo detrás del operador grande, por ejemplo, no se escribe
15645  nada en el primer par de llaves, pero sin quitarlas.
15646  
15647 \end_layout
15648
15649 \begin_layout Standard
15650 Por ejemplo, el comando 
15651 \series bold
15652
15653 \backslash
15654 sideset{
15655 \begin_inset Formula $\to$
15656 \end_inset
15657
15658
15659 \backslash
15660 {
15661 \series default
15662 '
15663 \series bold
15664
15665 \begin_inset Formula $\to$
15666 \end_inset
15667
15668
15669 \backslash
15670 sum_k=1
15671 \begin_inset space \textvisiblespace{}
15672 \end_inset
15673
15674
15675 \series default
15676 ^
15677 \series bold
15678
15679 \begin_inset space \textvisiblespace{}
15680 \end_inset
15681
15682 n
15683 \series default
15684  genera:
15685 \begin_inset Formula 
15686 \[
15687 \sideset{}{'}\sum_{k=1}^{n}
15688 \]
15689
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \begin_layout Standard
15696 \begin_inset Note Greyedout
15697 status open
15698
15699 \begin_layout Plain Layout
15700
15701 \series bold
15702 Nota: 
15703 \backslash
15704 sideset
15705 \series default
15706  sólo se puede usar para decorar operadores grandes, no permite operadores
15707  binarios.
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716 Con 
15717 \series bold
15718
15719 \backslash
15720 overset
15721 \series default
15722  y 
15723 \series bold
15724
15725 \backslash
15726 underset
15727 \series default
15728  también se pueden decorar símbolos y caracteres.
15729  Por ejemplo el comando 
15730 \series bold
15731
15732 \backslash
15733 overset
15734 \begin_inset space \textvisiblespace{}
15735 \end_inset
15736
15737
15738 \backslash
15739 maltese
15740 \begin_inset space \textvisiblespace{}
15741 \end_inset
15742
15743
15744 \series default
15745
15746 \begin_inset Formula $\uparrow$
15747 \end_inset
15748
15749
15750 \series bold
15751 a
15752 \series default
15753  genera:
15754 \begin_inset Formula 
15755 \[
15756 \overset{a}{\maltese}
15757 \]
15758
15759 \end_inset
15760
15761
15762 \end_layout
15763
15764 \begin_layout Subsection
15765 Operadores binarios
15766 \begin_inset CommandInset label
15767 LatexCommand label
15768 name "sub:Operadores-binarios"
15769
15770 \end_inset
15771
15772
15773 \begin_inset Index idx
15774 status collapsed
15775
15776 \begin_layout Plain Layout
15777 Operadores ! binarios
15778 \end_layout
15779
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \begin_layout Standard
15786 Los operadores binarios se rodean por espacios si llevan un carácter delante
15787  o detrás.
15788 \begin_inset VSpace medskip
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \begin_layout Standard
15795 \begin_inset space \hfill{}
15796 \end_inset
15797
15798
15799 \begin_inset Tabular
15800 <lyxtabular version="3" rows="13" columns="2">
15801 <features rotate="0" tabularvalignment="middle">
15802 <column alignment="center" valignment="top" width="0pt">
15803 <column alignment="center" valignment="top" width="0pt">
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 Comando
15810 \begin_inset Note Note
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814
15815 \series bold
15816
15817 \backslash
15818 raisebox
15819 \series default
15820  se usa sólo como espaciador
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 Operador
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 <row>
15841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 +
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 \begin_inset Formula $+$
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 <row>
15864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 -
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 \begin_inset Formula $-$
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \backslash
15893 pm
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 \begin_inset Formula $\pm$
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 <row>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \backslash
15918 mp
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 \begin_inset Formula $\mp$
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 </row>
15936 <row>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941
15942 \backslash
15943 cdot
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 \begin_inset Formula $\cdot$
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 </row>
15961 <row>
15962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966
15967 \backslash
15968 times
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 \begin_inset Formula $\times$
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991
15992 \backslash
15993 div
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 \begin_inset Formula $\div$
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 </row>
16011 <row>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 \begin_inset ERT
16017 status collapsed
16018
16019 \begin_layout Plain Layout
16020
16021
16022 \backslash
16023 raisebox{-1.2mm}{
16024 \end_layout
16025
16026 \end_inset
16027
16028 *
16029 \begin_inset ERT
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033
16034 }
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 \begin_inset Formula $*$
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 </row>
16057 <row>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062
16063 \backslash
16064 star
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 \begin_inset Formula $\star$
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087
16088 \backslash
16089 circ
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 \begin_inset Formula $\circ$
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \backslash
16114 diamond
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 \begin_inset Formula $\diamond$
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 </row>
16132 <row>
16133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137
16138 \backslash
16139 bullet
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148 \begin_inset Formula $\bullet$
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 </row>
16157 </lyxtabular>
16158
16159 \end_inset
16160
16161
16162 \begin_inset space \hfill{}
16163 \end_inset
16164
16165
16166 \begin_inset Tabular
16167 <lyxtabular version="3" rows="13" columns="2">
16168 <features rotate="0" tabularvalignment="middle">
16169 <column alignment="center" valignment="top" width="0pt">
16170 <column alignment="center" valignment="top" width="0pt">
16171 <row>
16172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 Comando
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 Operador
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196
16197 \backslash
16198 nabla
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 \begin_inset Formula $\nabla$
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \backslash
16223 bigtriangledown
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 \begin_inset Formula $\bigtriangledown$
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \backslash
16248 bigtriangleup
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 \begin_inset Formula $\bigtriangleup$
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 <row>
16267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271
16272 \backslash
16273 Box
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 \begin_inset Formula $\Box$
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 </row>
16291 <row>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \backslash
16298 cap 
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 \begin_inset Formula $\cap$
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \backslash
16323 cup
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 \begin_inset Formula $\cup$
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346
16347 \backslash
16348 dagger
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 \begin_inset Formula $\dagger$
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 <row>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371
16372 \backslash
16373 ddagger
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 \begin_inset Formula $\ddagger$
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 <row>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396
16397 \backslash
16398 wr
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 \begin_inset Formula $\wr$
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \backslash
16423 bigcirc
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 \begin_inset Formula $\bigcirc$
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \backslash
16448 wedge
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 \begin_inset Formula $\wedge$
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471
16472 \backslash
16473 vee
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 \begin_inset Formula $\vee$
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 </lyxtabular>
16492
16493 \end_inset
16494
16495
16496 \begin_inset space \hfill{}
16497 \end_inset
16498
16499
16500 \begin_inset Tabular
16501 <lyxtabular version="3" rows="13" columns="2">
16502 <features rotate="0" tabularvalignment="middle">
16503 <column alignment="center" valignment="top" width="0pt">
16504 <column alignment="center" valignment="top" width="0pt">
16505 <row>
16506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 Comando
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 Operador
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 <row>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530
16531 \backslash
16532 oplus
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 \begin_inset Formula $\oplus$
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 </row>
16550 <row>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555
16556 \backslash
16557 ominus
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 \begin_inset Formula $\ominus$
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \backslash
16582 otimes
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 \begin_inset Formula $\otimes$
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605
16606 \backslash
16607 oslash
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Formula $\oslash$
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 odot
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\odot$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 amalg
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\amalg$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \backslash
16682 uplus
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\uplus$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 setminus
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\setminus$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 sqcap
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\sqcap$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 sqcup
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\sqcup$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 triangleleft
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\triangleleft$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \backslash
16807 triangleright
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $\triangleright$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 </lyxtabular>
16826
16827 \end_inset
16828
16829
16830 \begin_inset space \hfill{}
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \begin_layout Standard
16837 Todos los operadores binarios se pueden insertar también con el botón 
16838 \begin_inset Graphics
16839         filename ../../images/math/pm.png
16840         scale 85
16841
16842 \end_inset
16843
16844  de la barra de ecuaciones.
16845 \end_layout
16846
16847 \begin_layout Standard
16848 Para imprimir el operador Laplace se pueden usar 
16849 \series bold
16850
16851 \backslash
16852 Delta
16853 \series default
16854  o 
16855 \series bold
16856
16857 \backslash
16858 nabla
16859 \series default
16860 ^
16861 \series bold
16862 2
16863 \series default
16864  (
16865 \begin_inset Formula $\nabla^{2}$
16866 \end_inset
16867
16868 ) en vez de 
16869 \series bold
16870
16871 \backslash
16872 bigtriangleup
16873 \series default
16874 .
16875 \end_layout
16876
16877 \begin_layout Standard
16878 El carácter 
16879 \family sans
16880 Separador de menú
16881 \family default
16882  del menú 
16883 \family sans
16884 Insertar\SpecialChar \menuseparator
16885 Carácter especial
16886 \family default
16887  es el operador 
16888 \series bold
16889
16890 \backslash
16891 triangleright
16892 \series default
16893 .
16894 \end_layout
16895
16896 \begin_layout Subsection
16897 Operadores definidos por el usuario
16898 \begin_inset CommandInset label
16899 LatexCommand label
16900 name "sub:Operadores-de-usuario"
16901
16902 \end_inset
16903
16904
16905 \begin_inset Index idx
16906 status collapsed
16907
16908 \begin_layout Plain Layout
16909 Operadores ! personalizados
16910 \end_layout
16911
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \begin_layout Standard
16918 Con ayuda del comando 
16919 \series bold
16920
16921 \backslash
16922 DeclareMathOperator
16923 \series default
16924
16925 \begin_inset Index idx
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929 Comandos ! D ! 
16930 \backslash
16931 dbinom@
16932 \backslash
16933 DeclareMathOperator
16934 \end_layout
16935
16936 \end_inset
16937
16938  se pueden definir operadores personalizados en el preámbulo LaTeX.
16939  Su esquema es:
16940 \end_layout
16941
16942 \begin_layout Standard
16943
16944 \series bold
16945
16946 \backslash
16947 DeclareMathOperator{comando nuevo}{presentación}
16948 \end_layout
16949
16950 \begin_layout Standard
16951 Presentación puede ser un carácter o símbolo que define el aspecto del operador
16952  en la salida.
16953  Para definir un operador grande hay que añadirle un * detrás.
16954  Todos los operadores grandes personalizados pueden tener límites como se
16955  describe en 
16956 \begin_inset CommandInset ref
16957 LatexCommand ref
16958 reference "sub:Límites-de-operadores"
16959
16960 \end_inset
16961
16962 .
16963 \end_layout
16964
16965 \begin_layout Standard
16966 Por ejemplo, la línea en el preámbulo LaTeX
16967 \end_layout
16968
16969 \begin_layout Standard
16970
16971 \series bold
16972
16973 \backslash
16974 DeclareMathOperator*{
16975 \backslash
16976 Lozenge}{
16977 \backslash
16978 blacklozenge}
16979 \end_layout
16980
16981 \begin_layout Standard
16982 define el comando 
16983 \series bold
16984
16985 \backslash
16986 Lozenge
16987 \series default
16988 , que inserta un operador grande que es el símbolo blacklozenge de la 
16989 \begin_inset CommandInset ref
16990 LatexCommand ref
16991 reference "sub:Símbolos-misceláneos"
16992
16993 \end_inset
16994
16995 .
16996 \begin_inset Formula 
16997 \[
16998 \Lozenge_{n=1}^{\infty}
16999 \]
17000
17001 \end_inset
17002
17003 El comando para esta expresión es: 
17004 \series bold
17005
17006 \backslash
17007 Lozenge^
17008 \backslash
17009 infty
17010 \begin_inset Formula $\rightarrow$
17011 \end_inset
17012
17013 _n=1
17014 \begin_inset VSpace bigskip
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \begin_layout Standard
17021 Si los operadores personalizados no se van a usar varias veces en el documento,
17022  se pueden también definir con los comandos 
17023 \series bold
17024
17025 \backslash
17026 mathop
17027 \series default
17028
17029 \begin_inset Index idx
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033 Comandos ! M ! 
17034 \backslash
17035 mathop
17036 \end_layout
17037
17038 \end_inset
17039
17040  y 
17041 \series bold
17042
17043 \backslash
17044 mathbin
17045 \series default
17046
17047 \begin_inset Index idx
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051 Comandos ! M ! 
17052 \backslash
17053 mathbin
17054 \end_layout
17055
17056 \end_inset
17057
17058 , con el siguiente esquema:
17059 \end_layout
17060
17061 \begin_layout Standard
17062
17063 \series bold
17064
17065 \backslash
17066 mathop{presentación}
17067 \series default
17068  y 
17069 \series bold
17070
17071 \backslash
17072 mathbin{presentación}
17073 \end_layout
17074
17075 \begin_layout Standard
17076
17077 \series bold
17078
17079 \backslash
17080 mathop
17081 \series default
17082  define operadores grandes, 
17083 \series bold
17084
17085 \backslash
17086 mathbin
17087 \series default
17088  operadores binarios.
17089 \end_layout
17090
17091 \begin_layout Standard
17092
17093 \series bold
17094
17095 \backslash
17096 mathop
17097 \series default
17098  se puede usar, p.e., para poner un límite a varios operadores:
17099 \begin_inset Formula 
17100 \[
17101 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17102 \]
17103
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \begin_layout Standard
17110 El comando para la expresión anterior es:
17111 \begin_inset Newline newline
17112 \end_inset
17113
17114
17115 \series bold
17116
17117 \backslash
17118 mathop{
17119 \backslash
17120 sum
17121 \backslash
17122 negmedspace
17123 \backslash
17124 sum
17125 \series default
17126
17127 \begin_inset space \textvisiblespace{}
17128 \end_inset
17129
17130
17131 \series bold
17132
17133 \begin_inset Formula $\to$
17134 \end_inset
17135
17136 ^N
17137 \series default
17138
17139 \begin_inset space \textvisiblespace{}
17140 \end_inset
17141
17142
17143 \series bold
17144 _i,j=1
17145 \end_layout
17146
17147 \begin_layout Standard
17148 \begin_inset Newpage newpage
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \begin_layout Section
17155 Tipografías
17156 \begin_inset Index idx
17157 status collapsed
17158
17159 \begin_layout Plain Layout
17160 Tipografías
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Subsection
17169 Estilos de tipografías
17170 \begin_inset CommandInset label
17171 LatexCommand label
17172 name "sub:Estilos-de-tipografías"
17173
17174 \end_inset
17175
17176
17177 \begin_inset Index idx
17178 status collapsed
17179
17180 \begin_layout Plain Layout
17181 Tipografías ! estilos de
17182 \end_layout
17183
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \begin_layout Standard
17190 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17191  estilos:
17192 \end_layout
17193
17194 \begin_layout Standard
17195 \begin_inset VSpace -2mm
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \begin_layout Standard
17202 \align center
17203 \begin_inset Tabular
17204 <lyxtabular version="3" rows="7" columns="3">
17205 <features rotate="0" tabularvalignment="middle">
17206 <column alignment="center" valignment="top">
17207 <column alignment="center" valignment="top">
17208 <column alignment="center" valignment="top">
17209 <row>
17210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214 Comando
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 Resultado
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 atajo
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 </row>
17238 <row>
17239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243
17244 \backslash
17245 mathbb
17246 \series bold
17247
17248 \begin_inset space \textvisiblespace{}
17249 \end_inset
17250
17251
17252 \series default
17253 ABC
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 \begin_inset Formula $\mathbb{ABC}$
17263 \end_inset
17264
17265
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274
17275 \family sans
17276 Alt+C C
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 <row>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287
17288 \backslash
17289 mathbf
17290 \series bold
17291
17292 \begin_inset space \textvisiblespace{}
17293 \end_inset
17294
17295
17296 \series default
17297 AbC
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\mathbf{AbC}$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318
17319 \family sans
17320 Ctrl+B
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 boldsymbol
17334 \series bold
17335
17336 \begin_inset space \textvisiblespace{}
17337 \end_inset
17338
17339
17340 \series default
17341 AbC
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 \begin_inset Formula $\boldsymbol{AbC}$
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362
17363 \family sans
17364 Ctrl+Alt+B , Alt+C B
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \backslash
17377 mathcal
17378 \series bold
17379
17380 \begin_inset space \textvisiblespace{}
17381 \end_inset
17382
17383
17384 \series default
17385 ABC
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 \begin_inset Formula $\mathcal{ABC}$
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \family sans
17408 Ctrl+E , Alt+C E
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 mathfrak
17422 \series bold
17423
17424 \begin_inset space \textvisiblespace{}
17425 \end_inset
17426
17427
17428 \series default
17429 AbC
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Formula $\mathfrak{AbC}$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 -
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 </row>
17456 <row>
17457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461
17462 \backslash
17463 mathscr
17464 \series bold
17465
17466 \begin_inset space \textvisiblespace{}
17467 \end_inset
17468
17469
17470 \series default
17471 AbC
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\mathscr{AbC}$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 -
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 </row>
17498 </lyxtabular>
17499
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \begin_layout Standard
17506 \align center
17507 \begin_inset Tabular
17508 <lyxtabular version="3" rows="5" columns="3">
17509 <features rotate="0" tabularvalignment="middle">
17510 <column alignment="center" valignment="top">
17511 <column alignment="center" valignment="top">
17512 <column alignment="center" valignment="top">
17513 <row>
17514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 Comando
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 Resultado
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 atajo
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \backslash
17549 mathit
17550 \series bold
17551
17552 \begin_inset space \textvisiblespace{}
17553 \end_inset
17554
17555
17556 \series default
17557 AbC
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\mathit{AbC}$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 -
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \backslash
17591 mathrm
17592 \series bold
17593
17594 \begin_inset space \textvisiblespace{}
17595 \end_inset
17596
17597
17598 \series default
17599 AbC
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 \begin_inset Formula $\mathrm{AbC}$
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620
17621 \family sans
17622 Alt+C R
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 </row>
17628 <row>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633
17634 \backslash
17635 mathsf
17636 \series bold
17637
17638 \begin_inset space \textvisiblespace{}
17639 \end_inset
17640
17641
17642 \series default
17643 AbC
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\mathsf{AbC}$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \family sans
17666 Alt+C S
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 </row>
17672 <row>
17673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677
17678 \backslash
17679 mathtt
17680 \series bold
17681
17682 \begin_inset space \textvisiblespace{}
17683 \end_inset
17684
17685
17686 \series default
17687 AbC
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696 \begin_inset Formula $\mathtt{AbC}$
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708
17709 \family sans
17710 Ctrl+Mayúsculas+P
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 </row>
17716 </lyxtabular>
17717
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \begin_layout Standard
17724 \begin_inset Note Greyedout
17725 status open
17726
17727 \begin_layout Plain Layout
17728
17729 \series bold
17730 Nota
17731 \series default
17732 : Los estilos 
17733 \series bold
17734
17735 \backslash
17736 mathbb
17737 \series default
17738  y 
17739 \series bold
17740
17741 \backslash
17742 mathcal
17743 \series default
17744  sólo se aplican a letras mayúsculas.
17745 \end_layout
17746
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \begin_layout Standard
17753 El estilo predeterminado es 
17754 \series bold
17755
17756 \backslash
17757 mathnormal
17758 \series default
17759 .
17760 \end_layout
17761
17762 \begin_layout Standard
17763 Los comandos de estilo funcionan también en estructuras matemáticas:
17764 \begin_inset Formula 
17765 \[
17766 \mathfrak{A=\frac{b}{C}}
17767 \]
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 Los caracteres en texto matemático no aparecen en un estilo tipográfico
17776  de ecuaciones sino en el estilo tipográfico de texto 
17777 \series bold
17778
17779 \backslash
17780 textrm
17781 \series default
17782 .
17783  Este estilo no se puede poner correctamente con el diálogo de estilo de
17784  texto por un fallo de LyX.
17785 \begin_inset Foot
17786 status open
17787
17788 \begin_layout Plain Layout
17789 \begin_inset CommandInset href
17790 LatexCommand href
17791 name "LyX-bug #4629"
17792 target "http://www.lyx.org/trac/ticket/4629"
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \begin_layout Standard
17805 En vez de comandos se puede usar el menú 
17806 \family sans
17807 Editar\SpecialChar \menuseparator
17808 Ecuación\SpecialChar \menuseparator
17809 Estilo del texto
17810 \family default
17811  o el botón 
17812 \begin_inset Graphics
17813         filename ../../images/math/font.png
17814         scale 85
17815
17816 \end_inset
17817
17818 .
17819 \end_layout
17820
17821 \begin_layout Subsection
17822 Ecuaciones en negrita
17823 \begin_inset CommandInset label
17824 LatexCommand label
17825 name "sub:Ecuaciones-en-negrita"
17826
17827 \end_inset
17828
17829
17830 \begin_inset Index idx
17831 status collapsed
17832
17833 \begin_layout Plain Layout
17834 Ecuación ! en negrita
17835 \end_layout
17836
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \begin_layout Standard
17843 Para poner en negrita una ecuación completa no se puede usar el comando
17844  
17845 \series bold
17846
17847 \backslash
17848 mathbf
17849 \series default
17850 , porque no funciona con minúsculas griegas.
17851  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
17852 \begin_inset Formula 
17853 \[
17854 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
17855 \]
17856
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \begin_layout Standard
17863 Para presentar la ecuación correctamente se usa el comando 
17864 \series bold
17865 boldsymbol
17866 \series default
17867 :
17868 \begin_inset Formula 
17869 \[
17870 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
17871 \]
17872
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \begin_layout Standard
17879 También es posible poner la fórmula en un 
17880 \series bold
17881 entorno boldmath
17882 \series default
17883 , que se inserta con el comando 
17884 \series bold
17885
17886 \backslash
17887 boldmath
17888 \series default
17889
17890 \begin_inset Index idx
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894 Comandos ! B ! 
17895 \backslash
17896 boldmath
17897 \end_layout
17898
17899 \end_inset
17900
17901  en modo TeX.
17902  Para finalizar el entorno se usa el comando 
17903 \series bold
17904
17905 \backslash
17906 unboldmath
17907 \series default
17908
17909 \begin_inset Index idx
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913 Comandos ! U ! 
17914 \backslash
17915 unboldmath
17916 \end_layout
17917
17918 \end_inset
17919
17920  en modo TeX.
17921 \begin_inset ERT
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925
17926
17927 \backslash
17928 boldmath
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \begin_inset Formula 
17935 \[
17936 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
17937 \]
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \begin_layout Standard
17945 \begin_inset ERT
17946 status collapsed
17947
17948 \begin_layout Plain Layout
17949
17950
17951 \backslash
17952 unboldmath
17953 \end_layout
17954
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Subsection
17961 Ecuaciones coloreadas
17962 \begin_inset Index idx
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966 Ecuación ! coloreada
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
17976  o una parte de una ecuación y usa el diálogo 
17977 \family sans
17978 Estilo del texto
17979 \family default
17980 .
17981  Aquí hay una ecuación en magenta:
17982 \begin_inset Formula 
17983 \[
17984 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17985 \]
17986
17987 \end_inset
17988
17989 También puedes definir tus propios colores como se describe en
17990 \begin_inset space ~
17991 \end_inset
17992
17993
17994 \begin_inset CommandInset ref
17995 LatexCommand ref
17996 reference "sub:Marcos-coloreados"
17997
17998 \end_inset
17999
18000 .
18001  Pueden usarse con el comando en código TeX 
18002 \series bold
18003
18004 \backslash
18005 textcolor
18006 \series default
18007
18008 \begin_inset Index idx
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012 Comandos ! T ! 
18013 \backslash
18014 textcolor
18015 \end_layout
18016
18017 \end_inset
18018
18019  según el esquema
18020 \end_layout
18021
18022 \begin_layout Standard
18023
18024 \series bold
18025
18026 \backslash
18027 textcolor{color}{caracteres o ecuación}
18028 \end_layout
18029
18030 \begin_layout Standard
18031 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18032 e en rojo:
18033 \end_layout
18034
18035 \begin_layout Standard
18036 \begin_inset ERT
18037 status collapsed
18038
18039 \begin_layout Plain Layout
18040
18041
18042 \backslash
18043 textcolor{verdeoscuro}{
18044 \end_layout
18045
18046 \end_inset
18047
18048
18049 \begin_inset Formula 
18050 \[
18051 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18052 \]
18053
18054 \end_inset
18055
18056
18057 \begin_inset ERT
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061
18062 }
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \begin_layout Standard
18071 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18072  a ecuaciones completas.
18073 \begin_inset Foot
18074 status collapsed
18075
18076 \begin_layout Plain Layout
18077 \begin_inset CommandInset href
18078 LatexCommand href
18079 name "LyX-bug #5269"
18080 target "http://www.lyx.org/trac/ticket/5269"
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \begin_layout Subsection
18093 Tamaños de tipografías
18094 \begin_inset CommandInset label
18095 LatexCommand label
18096 name "sub:Tamaños-de-tipografías"
18097
18098 \end_inset
18099
18100
18101 \begin_inset Index idx
18102 status collapsed
18103
18104 \begin_layout Plain Layout
18105 Tipografías ! tamaño
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Standard
18114 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18115  siguientes comandos de tamaño:
18116 \end_layout
18117
18118 \begin_layout Standard
18119
18120 \series bold
18121
18122 \backslash
18123 Huge
18124 \series default
18125
18126 \series bold
18127
18128 \backslash
18129 huge
18130 \series default
18131
18132 \series bold
18133
18134 \backslash
18135 LARGE
18136 \series default
18137
18138 \series bold
18139
18140 \backslash
18141 Large
18142 \series default
18143
18144 \series bold
18145
18146 \backslash
18147 large
18148 \series default
18149
18150 \series bold
18151
18152 \backslash
18153 normalsize
18154 \series default
18155
18156 \series bold
18157
18158 \backslash
18159 small
18160 \series default
18161 ,
18162 \begin_inset Newline newline
18163 \end_inset
18164
18165
18166 \series bold
18167
18168 \backslash
18169 footnotesize
18170 \series default
18171
18172 \series bold
18173
18174 \backslash
18175 scriptsize
18176 \series default
18177 , y 
18178 \series bold
18179
18180 \backslash
18181 tiny
18182 \end_layout
18183
18184 \begin_layout Standard
18185 El tamaño dado por los comandos depende del tamaño base de la tipografía
18186  en el documento, dado por el comando 
18187 \series bold
18188
18189 \backslash
18190 normalsize
18191 \series default
18192 .
18193  Los demás comandos producen tamaños menores o mayores que 
18194 \series bold
18195
18196 \backslash
18197 normalsize
18198 \series default
18199 .
18200  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18201  Si, por ejemplo, la tipografía del documento es de 12
18202 \begin_inset space \thinspace{}
18203 \end_inset
18204
18205 pt, el comando 
18206 \series bold
18207
18208 \backslash
18209 Huge
18210 \series default
18211  da el mismo tamaño que 
18212 \series bold
18213
18214 \backslash
18215 huge
18216 \series default
18217 .
18218 \end_layout
18219
18220 \begin_layout Standard
18221 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18222  a todas las ecuaciones y texto siguientes.
18223  Para volver al tamaño anterior hay que insertar el comando 
18224 \series bold
18225
18226 \backslash
18227 normalsize
18228 \series default
18229  en modo TeX detrás de la ecuación.
18230 \end_layout
18231
18232 \begin_layout Standard
18233 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18234  comandos de tamaño:
18235 \end_layout
18236
18237 \begin_layout Standard
18238 \noindent
18239 \align center
18240 \begin_inset Tabular
18241 <lyxtabular version="3" rows="5" columns="2">
18242 <features rotate="0" tabularvalignment="middle">
18243 <column alignment="center" valignment="top">
18244 <column alignment="center" valignment="top">
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 Comando
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 Resultado
18260 \begin_inset Note Note
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265 \series bold
18266
18267 \backslash
18268 raisebox
18269 \series default
18270  se usa sólo como espaciador
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 </row>
18281 <row>
18282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286
18287 \backslash
18288 displaystyle
18289 \begin_inset Index idx
18290 status collapsed
18291
18292 \begin_layout Plain Layout
18293 Comandos ! D ! 
18294 \backslash
18295 displaystyle
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 </row>
18318 <row>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323
18324 \backslash
18325 textstyle
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 <row>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \backslash
18350 scriptstyle
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 </row>
18368 <row>
18369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \backslash
18375 scriptscriptstyle
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 </lyxtabular>
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \begin_layout Standard
18401 Después de introducir estos comandos, aparece un marco azul en el que se
18402  insertan las partes de la fórmula.
18403 \end_layout
18404
18405 \begin_layout Standard
18406 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18407  para símbolos o letras en texto matemático.
18408  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18409  de texto anteriores.
18410  Todos los caracteres siguientes, hasta el final del texto matemático o
18411  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18412  Dos ejemplos:
18413 \begin_inset VSpace -2mm
18414 \end_inset
18415
18416
18417 \end_layout
18418
18419 \begin_layout Standard
18420 \begin_inset ERT
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424
18425
18426 \backslash
18427 huge
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \begin_inset Formula 
18434 \[
18435 A=\frac{B}{c}\cdot\maltese
18436 \]
18437
18438 \end_inset
18439
18440
18441 \begin_inset Formula 
18442 \[
18443 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18444 \]
18445
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Standard
18452 \begin_inset ERT
18453 status collapsed
18454
18455 \begin_layout Plain Layout
18456
18457
18458 \backslash
18459 normalsize
18460 \end_layout
18461
18462 \end_inset
18463
18464
18465 \begin_inset VSpace medskip
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \begin_layout Standard
18472 Antes de las ecuaciones se ha insertado el comando 
18473 \series bold
18474
18475 \backslash
18476 huge
18477 \series default
18478 .
18479  Para la segunda ecuación el comando es:
18480 \begin_inset Newline newline
18481 \end_inset
18482
18483
18484 \series bold
18485
18486 \backslash
18487 maltese
18488 \begin_inset space \textvisiblespace{}
18489 \end_inset
18490
18491 A Alt+M M 
18492 \backslash
18493 Large
18494 \begin_inset space \textvisiblespace{}
18495 \end_inset
18496
18497
18498 \backslash
18499 maltese
18500 \begin_inset space \textvisiblespace{}
18501 \end_inset
18502
18503
18504 \backslash
18505 textit
18506 \begin_inset space \textvisiblespace{}
18507 \end_inset
18508
18509 A
18510 \begin_inset Formula $\to$
18511 \end_inset
18512
18513
18514 \begin_inset Formula $\to$
18515 \end_inset
18516
18517
18518 \begin_inset Newline newline
18519 \end_inset
18520
18521
18522 \begin_inset space \hspace*{}
18523 \length 1cm
18524 \end_inset
18525
18526 Alt+M M 
18527 \backslash
18528 tiny
18529 \begin_inset space \textvisiblespace{}
18530 \end_inset
18531
18532
18533 \backslash
18534 maltese
18535 \begin_inset space \textvisiblespace{}
18536 \end_inset
18537
18538
18539 \backslash
18540 textit
18541 \begin_inset space \textvisiblespace{}
18542 \end_inset
18543
18544 A
18545 \end_layout
18546
18547 \begin_layout Standard
18548 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18549  el tamaño por omisión.
18550 \end_layout
18551
18552 \begin_layout Section
18553 Letras griegas
18554 \begin_inset Index idx
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558 Letras griegas
18559 \end_layout
18560
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \begin_layout Standard
18567 Las letras griegas se pueden insertar además mediante el botón 
18568 \begin_inset Graphics
18569         filename ../../images/math/alpha.png
18570         scale 85
18571
18572 \end_inset
18573
18574  de la barra de ecuaciones.
18575  Las normas internacionales de tipografía proponen que las letras griegas
18576  en ecuaciones deben escribirse en cursiva/inclinada.
18577  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18578  en redonda.
18579  Para las normas en español, véase
18580 \begin_inset space ~
18581 \end_inset
18582
18583
18584 \begin_inset CommandInset citation
18585 LatexCommand cite
18586 key "Bezos"
18587
18588 \end_inset
18589
18590 .
18591 \end_layout
18592
18593 \begin_layout Subsection
18594 Minúsculas
18595 \begin_inset Index idx
18596 status collapsed
18597
18598 \begin_layout Plain Layout
18599 Letras griegas ! minúsculas
18600 \end_layout
18601
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \begin_layout Standard
18608 \begin_inset space \hfill{}
18609 \end_inset
18610
18611
18612 \begin_inset Tabular
18613 <lyxtabular version="3" rows="11" columns="2">
18614 <features rotate="0" tabularvalignment="middle">
18615 <column alignment="center" valignment="top" width="0pt">
18616 <column alignment="center" valignment="top" width="0pt">
18617 <row>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 Comando
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 Símbolo
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 </row>
18637 <row>
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \backslash
18644 alpha
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 \begin_inset Formula $\alpha$
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \backslash
18669 beta
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 \begin_inset Formula $\beta$
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 </row>
18687 <row>
18688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692
18693 \backslash
18694 gamma
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Formula $\gamma$
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 </row>
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \backslash
18719 delta
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 \begin_inset Formula $\delta$
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \backslash
18744 epsilon
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753 \begin_inset Formula $\epsilon$
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 </row>
18762 <row>
18763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18764 \begin_inset Text
18765
18766 \begin_layout Plain Layout
18767
18768 \backslash
18769 varepsilon
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778 \begin_inset Formula $\varepsilon$
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \backslash
18794 zeta
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 \begin_inset Formula $\zeta$
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \backslash
18819 eta
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 \begin_inset Formula $\eta$
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 </row>
18837 <row>
18838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \backslash
18844 theta
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 \begin_inset Formula $\theta$
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 </row>
18862 <row>
18863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867
18868 \backslash
18869 vartheta
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 \begin_inset Formula $\vartheta$
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 </row>
18887 </lyxtabular>
18888
18889 \end_inset
18890
18891
18892 \begin_inset space \hfill{}
18893 \end_inset
18894
18895
18896 \begin_inset Tabular
18897 <lyxtabular version="3" rows="12" columns="2">
18898 <features rotate="0" tabularvalignment="middle">
18899 <column alignment="center" valignment="top" width="0pt">
18900 <column alignment="center" valignment="top" width="0pt">
18901 <row>
18902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906 Comando
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 Símbolo
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 <row>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \backslash
18928 iota
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 \begin_inset Formula $\iota$
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 <row>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \backslash
18953 kappa
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 \begin_inset Formula $\kappa$
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 </row>
18971 <row>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976
18977 \backslash
18978 varkappa
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 \begin_inset Formula $\varkappa$
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 </row>
18996 <row>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \backslash
19003 lambda
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 \begin_inset Formula $\lambda$
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 </row>
19021 <row>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026
19027 \backslash
19028 mu
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 \begin_inset Formula $\mu$
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \backslash
19053 nu
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062 \begin_inset Formula $\nu$
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 </row>
19071 <row>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076
19077 \backslash
19078 xi
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087 \begin_inset Formula $\xi$
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 <row>
19097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 o
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 \begin_inset Formula $o$
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \backslash
19126 pi
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 \begin_inset Formula $\pi$
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 </row>
19144 <row>
19145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149
19150 \backslash
19151 varpi
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 \begin_inset Formula $\varpi$
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \backslash
19176 rho
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 \begin_inset Formula $\rho$
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 </lyxtabular>
19195
19196 \end_inset
19197
19198
19199 \begin_inset space \hfill{}
19200 \end_inset
19201
19202
19203 \begin_inset Tabular
19204 <lyxtabular version="3" rows="11" columns="2">
19205 <features rotate="0" tabularvalignment="middle">
19206 <column alignment="center" valignment="top" width="0pt">
19207 <column alignment="center" valignment="top" width="0pt">
19208 <row>
19209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213 Comando
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 Símbolo
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 </row>
19228 <row>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233
19234 \backslash
19235 varrho
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Formula $\varrho$
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 <row>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \backslash
19260 sigma
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 \begin_inset Formula $\sigma$
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \backslash
19285 varsigma
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 \begin_inset Formula $\varsigma$
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \backslash
19310 tau
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula $\tau$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \backslash
19335 upsilon
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset Formula $\upsilon$
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 <row>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \backslash
19360 phi
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Formula $\phi$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \backslash
19385 varphi
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\varphi$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \backslash
19410 chi
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Formula $\chi$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row>
19429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \backslash
19435 psi
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Formula $\psi$
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458
19459 \backslash
19460 omega
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 \begin_inset Formula $\omega$
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 </row>
19478 </lyxtabular>
19479
19480 \end_inset
19481
19482
19483 \begin_inset space \hfill{}
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \begin_layout Standard
19490 \begin_inset VSpace medskip
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \begin_layout Standard
19497 Cómo escribir letras griegas especiales en redonda se explica en 
19498 \begin_inset CommandInset ref
19499 LatexCommand ref
19500 reference "sub:Griegas-en-redonda"
19501
19502 \end_inset
19503
19504 .
19505 \end_layout
19506
19507 \begin_layout Subsection
19508 Mayúsculas
19509 \begin_inset Index idx
19510 status collapsed
19511
19512 \begin_layout Plain Layout
19513 Letras griegas ! mayúsculas
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Standard
19522 \begin_inset space \hfill{}
19523 \end_inset
19524
19525
19526 \begin_inset Tabular
19527 <lyxtabular version="3" rows="7" columns="2">
19528 <features rotate="0" tabularvalignment="middle">
19529 <column alignment="center" valignment="top" width="0pt">
19530 <column alignment="center" valignment="top" width="0pt">
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 Comando
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 Símbolo
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 Gamma
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\Gamma$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 Delta
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\Delta$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \backslash
19608 Theta
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Formula $\Theta$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \backslash
19633 Lambda
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $\Lambda$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \backslash
19658 Xi
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 \begin_inset Formula $\Xi$
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 </row>
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \backslash
19683 Pi
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 \begin_inset Formula $\Pi$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 </lyxtabular>
19702
19703 \end_inset
19704
19705
19706 \begin_inset space \hfill{}
19707 \end_inset
19708
19709
19710 \begin_inset Tabular
19711 <lyxtabular version="3" rows="6" columns="2">
19712 <features rotate="0" tabularvalignment="middle">
19713 <column alignment="center" valignment="top" width="0pt">
19714 <column alignment="center" valignment="top" width="0pt">
19715 <row>
19716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 Comando
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 Símbolo
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 </row>
19735 <row>
19736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740
19741 \backslash
19742 Sigma
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 \begin_inset Formula $\Sigma$
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 </row>
19760 <row>
19761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765
19766 \backslash
19767 Upsilon
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776 \begin_inset Formula $\Upsilon$
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 </row>
19785 <row>
19786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790
19791 \backslash
19792 Phi
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801 \begin_inset Formula $\Phi$
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 </row>
19810 <row>
19811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815
19816 \backslash
19817 Psi
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 \begin_inset Formula $\Psi$
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 </row>
19835 <row>
19836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840
19841 \backslash
19842 Omega
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 \begin_inset Formula $\Omega$
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 </row>
19860 </lyxtabular>
19861
19862 \end_inset
19863
19864
19865 \begin_inset space \hfill{}
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Standard
19872 \begin_inset VSpace medskip
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \begin_layout Standard
19879 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
19880  cuando se desarrolló TeX.
19881  Para obtener mayúsculas en cursiva, inicia cada comando con 
19882 \series bold
19883 var
19884 \series default
19885 .
19886  Por ejemplo, el comando 
19887 \series bold
19888
19889 \backslash
19890 varGamma
19891 \series default
19892  genera 
19893 \begin_inset Formula $\varGamma$
19894 \end_inset
19895
19896 .
19897  Otra forma es cargar el paquete 
19898 \series bold
19899 fixmath
19900 \series default
19901
19902 \begin_inset Foot
19903 status collapsed
19904
19905 \begin_layout Plain Layout
19906
19907 \series bold
19908 fixmath
19909 \series default
19910  forma parte del paquete LaTeX 
19911 \series bold
19912 was
19913 \series default
19914
19915 \begin_inset Index idx
19916 status collapsed
19917
19918 \begin_layout Plain Layout
19919 Paquetes ! was
19920 \begin_inset ERT
19921 status collapsed
19922
19923 \begin_layout Plain Layout
19924
19925
19926 \backslash
19927 vspace{4mm}
19928 \end_layout
19929
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936
19937 .
19938 \end_layout
19939
19940 \end_inset
19941
19942
19943 \begin_inset Index idx
19944 status collapsed
19945
19946 \begin_layout Plain Layout
19947 Paquetes ! fixmath
19948 \end_layout
19949
19950 \end_inset
19951
19952  con la línea siguiente en el preámbulo LaTeX
19953 \end_layout
19954
19955 \begin_layout Standard
19956
19957 \series bold
19958
19959 \backslash
19960 usepackage{fixmath}
19961 \end_layout
19962
19963 \begin_layout Standard
19964 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
19965 ente en cursiva.
19966 \end_layout
19967
19968 \begin_layout Subsection
19969 Letras en negrita
19970 \begin_inset Index idx
19971 status collapsed
19972
19973 \begin_layout Plain Layout
19974 Letras griegas ! en negrita
19975 \end_layout
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \begin_layout Standard
19983 Las letras griegas no admiten diferentes estilos de letra como las latinas.
19984  Sólo se pueden poner en negrita con el comando 
19985 \series bold
19986
19987 \backslash
19988 boldsymbol
19989 \series default
19990
19991 \begin_inset Index idx
19992 status collapsed
19993
19994 \begin_layout Plain Layout
19995 Comandos ! B ! 
19996 \backslash
19997 boldsymbol
19998 \end_layout
19999
20000 \end_inset
20001
20002 .
20003 \end_layout
20004
20005 \begin_layout Standard
20006 \align center
20007 \begin_inset Tabular
20008 <lyxtabular version="3" rows="3" columns="2">
20009 <features rotate="0" tabularvalignment="middle">
20010 <column alignment="center" valignment="top">
20011 <column alignment="center" valignment="top">
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 Comando
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 Símbolo
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \backslash
20039 Upsilon
20040 \backslash
20041 boldsymbol
20042 \backslash
20043 Upsilon
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 theta
20069 \backslash
20070 boldsymbol
20071 \backslash
20072 theta
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081 \begin_inset Formula $\theta\boldsymbol{\theta}$
20082 \end_inset
20083
20084
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 </lyxtabular>
20091
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \begin_layout Section
20098 Símbolos
20099 \begin_inset ERT
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103
20104
20105 \backslash
20106 texorpdfstring{
20107 \end_layout
20108
20109 \end_inset
20110
20111
20112 \begin_inset Foot
20113 status collapsed
20114
20115 \begin_layout Plain Layout
20116 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20117  LaTeX en 
20118 \begin_inset CommandInset citation
20119 LatexCommand cite
20120 key "Symbols"
20121
20122 \end_inset
20123
20124 .
20125 \end_layout
20126
20127 \end_inset
20128
20129
20130 \begin_inset ERT
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134
20135 }{}
20136 \end_layout
20137
20138 \end_inset
20139
20140
20141 \begin_inset Note Note
20142 status collapsed
20143
20144 \begin_layout Plain Layout
20145
20146 \backslash
20147 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20148  PDF.
20149 \end_layout
20150
20151 \begin_layout Plain Layout
20152 Más sobre 
20153 \backslash
20154 texorpdfstring en la sección 
20155 \begin_inset CommandInset ref
20156 LatexCommand ref
20157 reference "sub:Ecuaciones-en-encabezados"
20158
20159 \end_inset
20160
20161 .
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \begin_inset Index idx
20168 status collapsed
20169
20170 \begin_layout Plain Layout
20171 Símbolos
20172 \end_layout
20173
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \begin_layout Standard
20180 Muchos de los símbolos listados en esta sección se pueden insertar además
20181  mediante los botones 
20182 \begin_inset Graphics
20183         filename ../../images/math/nabla.png
20184         scale 85
20185
20186 \end_inset
20187
20188  y 
20189 \begin_inset Graphics
20190         filename ../../images/math/digamma.png
20191         scale 85
20192
20193 \end_inset
20194
20195  de la barra de ecuaciones.
20196 \end_layout
20197
20198 \begin_layout Subsection
20199 Símbolos matemáticos
20200 \begin_inset CommandInset label
20201 LatexCommand label
20202 name "sub:Símbolos-matemáticos"
20203
20204 \end_inset
20205
20206
20207 \begin_inset Index idx
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211 Símbolos ! matemáticos
20212 \end_layout
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Standard
20220 \begin_inset space \hfill{}
20221 \end_inset
20222
20223
20224 \begin_inset Tabular
20225 <lyxtabular version="3" rows="10" columns="2">
20226 <features rotate="0" tabularvalignment="middle">
20227 <column alignment="center" valignment="top" width="0pt">
20228 <column alignment="center" valignment="top" width="0pt">
20229 <row>
20230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 Comando
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 Símbolo
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 <row>
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254
20255 \backslash
20256 neg
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 \begin_inset Formula $\neg$
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 </row>
20274 <row>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279
20280 \backslash
20281 Im
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\Im$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304
20305 \backslash
20306 Re
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Formula $\Re$
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \backslash
20331 aleph
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Formula $\aleph$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 partial
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\partial$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \backslash
20381 infty
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Formula $\infty$
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 </row>
20399 <row>
20400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \backslash
20406 wp
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 \begin_inset Formula $\wp$
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 imath
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\imath$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \backslash
20456 jmath
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\jmath$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 </lyxtabular>
20475
20476 \end_inset
20477
20478
20479 \begin_inset space \hfill{}
20480 \end_inset
20481
20482
20483 \begin_inset Tabular
20484 <lyxtabular version="3" rows="10" columns="2">
20485 <features rotate="0" tabularvalignment="middle">
20486 <column alignment="center" valignment="top" width="0pt">
20487 <column alignment="center" valignment="top" width="0pt">
20488 <row>
20489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493 Comando
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502 Símbolo
20503 \begin_inset Note Note
20504 status collapsed
20505
20506 \begin_layout Plain Layout
20507
20508 \series bold
20509
20510 \backslash
20511 raisebox
20512 \series default
20513  se usa sólo como espaciador
20514 \end_layout
20515
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 forall
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Formula $\forall$
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 <row>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \backslash
20556 exists
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 \begin_inset Formula $\exists$
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 <row>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579
20580 \backslash
20581 nexists
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 \begin_inset Formula $\nexists$
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 </row>
20599 <row>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604
20605 \backslash
20606 emptyset
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 \begin_inset Formula $\emptyset$
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 </row>
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629
20630 \backslash
20631 varnothing
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 \begin_inset Formula $\varnothing$
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \backslash
20656 dag
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 \begin_inset Formula $\dag$
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \backslash
20681 ddag
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 \begin_inset Formula $\ddag$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 </row>
20699 <row>
20700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704
20705 \backslash
20706 complement
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 \begin_inset ERT
20716 status collapsed
20717
20718 \begin_layout Plain Layout
20719
20720
20721 \backslash
20722 raisebox{-0.8mm}{
20723 \end_layout
20724
20725 \end_inset
20726
20727
20728 \begin_inset Formula $\complement$
20729 \end_inset
20730
20731
20732 \begin_inset ERT
20733 status collapsed
20734
20735 \begin_layout Plain Layout
20736
20737 }
20738 \end_layout
20739
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \backslash
20755 Bbbk
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $\Bbbk$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 </lyxtabular>
20774
20775 \end_inset
20776
20777
20778 \begin_inset space \hfill{}
20779 \end_inset
20780
20781
20782 \begin_inset Tabular
20783 <lyxtabular version="3" rows="10" columns="2">
20784 <features rotate="0" tabularvalignment="middle">
20785 <column alignment="center" valignment="top" width="0pt">
20786 <column alignment="center" valignment="top" width="0pt">
20787 <row>
20788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 Comando
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 Símbolo
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 </row>
20807 <row>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \backslash
20814 prime
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 \begin_inset Formula $\prime$
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 backprime
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\backprime$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 mho
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\mho$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 triangle
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\triangle$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \backslash
20914 angle
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 \begin_inset Formula $\angle$
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 measuredangle
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $\measuredangle$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962
20963 \backslash
20964 sphericalangle
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 \begin_inset Formula $\sphericalangle$
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 </row>
20982 <row>
20983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \backslash
20989 top
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 \begin_inset Formula $\top$
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row>
21008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012
21013 \backslash
21014 bot
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Formula $\bot$
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 </row>
21032 </lyxtabular>
21033
21034 \end_inset
21035
21036
21037 \begin_inset space \hfill{}
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \begin_layout Standard
21044 \noindent
21045 \align center
21046 \begin_inset Newpage newpage
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \begin_layout Subsection
21053 Símbolos misceláneos
21054 \begin_inset CommandInset label
21055 LatexCommand label
21056 name "sub:Símbolos-misceláneos"
21057
21058 \end_inset
21059
21060
21061 \begin_inset Index idx
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065 Símbolos ! misceláneos
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \begin_layout Standard
21074 \noindent
21075 \align center
21076 \begin_inset Tabular
21077 <lyxtabular version="3" rows="10" columns="2">
21078 <features rotate="0" tabularvalignment="middle">
21079 <column alignment="center" valignment="top" width="0pt">
21080 <column alignment="center" valignment="top" width="0pt">
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Comando
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 Símbolo
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 flat
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\flat$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \backslash
21133 natural
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 \begin_inset Formula $\natural$
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \backslash
21158 sharp
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\sharp$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 surd
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset Formula $\surd$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 <row>
21202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206
21207 \backslash
21208 checkmark
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\checkmark$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231
21232 \backslash
21233 yen
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $\yen$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256
21257 \backslash
21258 pounds
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Formula $\pounds$
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 </row>
21276 <row>
21277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 $
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Formula $\$$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row>
21300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 §
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $§$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 </lyxtabular>
21323
21324 \end_inset
21325
21326
21327 \begin_inset Tabular
21328 <lyxtabular version="3" rows="10" columns="2">
21329 <features rotate="0" tabularvalignment="middle">
21330 <column alignment="center" valignment="top">
21331 <column alignment="center" valignment="top">
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 Comando
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 Símbolo
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 hbar
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\hbar$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 hslash
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\hslash$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407
21408 \backslash
21409 clubsuit
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $\clubsuit$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 <row>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432
21433 \backslash
21434 spadesuit
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Formula $\spadesuit$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457
21458 \backslash
21459 bigstar
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\bigstar$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 blacklozenge
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\blacklozenge$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 blacktriangle
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\blacktriangle$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 blacktiangledown
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\blacktriangledown$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 bullet
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\bullet$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 </lyxtabular>
21578
21579 \end_inset
21580
21581
21582 \begin_inset Tabular
21583 <lyxtabular version="3" rows="10" columns="2">
21584 <features rotate="0" tabularvalignment="middle">
21585 <column alignment="center" valignment="top" width="0pt">
21586 <column alignment="center" valignment="top" width="0pt">
21587 <row>
21588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 Comando
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 Símbolo
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612
21613 \backslash
21614 diamondsuit
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Formula $\diamondsuit$
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 Diamond
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\Diamond$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 heartsuit
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\heartsuit$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 P
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\P$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 copyright
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\copyright$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 circledR
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\circledR$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 maltese
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\maltese$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 diagup
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\diagup$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 diagdown
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $\diagdown$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 </lyxtabular>
21833
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \begin_layout Standard
21840 \begin_inset VSpace medskip
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \begin_layout Standard
21847 Algunos símbolos pueden presentarse en distintos tamaños, véase 
21848 \begin_inset CommandInset ref
21849 LatexCommand ref
21850 reference "sub:Tamaños-de-tipografías"
21851
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \begin_layout Subsection
21858 El símbolo del euro, €
21859 \begin_inset Index idx
21860 status collapsed
21861
21862 \begin_layout Plain Layout
21863 Símbolos ! euro
21864 \end_layout
21865
21866 \end_inset
21867
21868
21869 \begin_inset Index idx
21870 status collapsed
21871
21872 \begin_layout Plain Layout
21873
21874 \backslash
21875 @
21876 \begin_inset ERT
21877 status collapsed
21878
21879 \begin_layout Plain Layout
21880
21881
21882 \backslash
21883 officialeuro
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Standard
21897 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
21898  LaTeX 
21899 \series bold
21900 eurosym
21901 \series default
21902
21903 \begin_inset Index idx
21904 status collapsed
21905
21906 \begin_layout Plain Layout
21907 Paquetes ! eurosym
21908 \end_layout
21909
21910 \end_inset
21911
21912 , y cargado en el preámbulo LaTeX con la línea
21913 \end_layout
21914
21915 \begin_layout Standard
21916
21917 \series bold
21918
21919 \backslash
21920 usepackage[gennarrow]{eurosym}
21921 \end_layout
21922
21923 \begin_layout Standard
21924 Actualmente también se puede insertar con el comando 
21925 \series bold
21926
21927 \backslash
21928 euro
21929 \series default
21930
21931 \begin_inset Index idx
21932 status collapsed
21933
21934 \begin_layout Plain Layout
21935 Comandos ! E ! 
21936 \backslash
21937 euro
21938 \end_layout
21939
21940 \end_inset
21941
21942 .
21943 \end_layout
21944
21945 \begin_layout Standard
21946 El símbolo del euro puede insertarse directamente con la tecla € en texto
21947  matemático sin tener 
21948 \series bold
21949 eurosym
21950 \series default
21951  instalado.
21952  Si 
21953 \series bold
21954 eurosym
21955 \series default
21956  está instalado, se puede insertar 
21957 \series bold
21958
21959 \backslash
21960 euro
21961 \series default
21962  en modo TeX.
21963  El símbolo oficial de la moneda se puede insertar con el comando 
21964 \series bold
21965
21966 \backslash
21967 officialeuro
21968 \series default
21969
21970 \begin_inset Index idx
21971 status collapsed
21972
21973 \begin_layout Plain Layout
21974 Comandos ! O ! 
21975 \backslash
21976 officialeuro
21977 \end_layout
21978
21979 \end_inset
21980
21981 , que sólo está disponible en modo TeX.
21982 \end_layout
21983
21984 \begin_layout Standard
21985 \begin_inset ERT
21986 status collapsed
21987
21988 \begin_layout Plain Layout
21989
21990
21991 \backslash
21992 ifeurosym
21993 \end_layout
21994
21995 \end_inset
21996
21997
21998 \begin_inset Note Note
21999 status collapsed
22000
22001 \begin_layout Plain Layout
22002 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22003  
22004 \series bold
22005 eurosym
22006 \series default
22007 .
22008 \end_layout
22009
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \begin_layout Standard
22016 Un vistazo a los diferentes símbolos del euro.
22017 \end_layout
22018
22019 \begin_layout Standard
22020 \noindent
22021 \align center
22022 \begin_inset Tabular
22023 <lyxtabular version="3" rows="4" columns="3">
22024 <features rotate="0" tabularvalignment="middle">
22025 <column alignment="center" valignment="top">
22026 <column alignment="center" valignment="top">
22027 <column alignment="center" valignment="top">
22028 <row>
22029 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 Comando
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 Símbolo
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 <row>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 ecuación
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \backslash
22073 euro
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Formula $\euro$
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 </row>
22091 <row>
22092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 texto matemático
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\mbox{€}$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 modo TeX
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 officialeuro
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset ERT
22149 status collapsed
22150
22151 \begin_layout Plain Layout
22152
22153
22154 \backslash
22155 officialeuro
22156 \end_layout
22157
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 </lyxtabular>
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \begin_layout Standard
22174 \begin_inset ERT
22175 status collapsed
22176
22177 \begin_layout Plain Layout
22178
22179
22180 \backslash
22181 else
22182 \end_layout
22183
22184 \end_inset
22185
22186
22187 \begin_inset Note Note
22188 status collapsed
22189
22190 \begin_layout Plain Layout
22191 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22192 \series bold
22193 eurosym
22194 \series default
22195 :
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \begin_layout Standard
22204 Para ver la salida completa de esta subsección debe estar instalado el paquete
22205  LaTeX 
22206 \series bold
22207 eurosym
22208 \series default
22209 .
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \begin_inset ERT
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217
22218
22219 \backslash
22220 fi
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \begin_layout Section
22229 Relaciones
22230 \begin_inset CommandInset label
22231 LatexCommand label
22232 name "sec:Relaciones"
22233
22234 \end_inset
22235
22236
22237 \begin_inset Index idx
22238 status collapsed
22239
22240 \begin_layout Plain Layout
22241 Relaciones
22242 \end_layout
22243
22244 \end_inset
22245
22246
22247 \begin_inset Index idx
22248 status collapsed
22249
22250 \begin_layout Plain Layout
22251 Comparaciones|see
22252 \begin_inset ERT
22253 status collapsed
22254
22255 \begin_layout Plain Layout
22256
22257 {
22258 \end_layout
22259
22260 \end_inset
22261
22262 Relaciones
22263 \begin_inset ERT
22264 status collapsed
22265
22266 \begin_layout Plain Layout
22267
22268 }
22269 \end_layout
22270
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \begin_layout Standard
22282 Todas las relaciones se pueden insertar también con el botón 
22283 \begin_inset Graphics
22284         filename ../../images/math/leq.png
22285         scale 85
22286
22287 \end_inset
22288
22289  de la barra de ecuaciones.
22290 \end_layout
22291
22292 \begin_layout Standard
22293 \begin_inset space \hfill{}
22294 \end_inset
22295
22296
22297 \begin_inset Tabular
22298 <lyxtabular version="3" rows="17" columns="2">
22299 <features rotate="0" tabularvalignment="middle">
22300 <column alignment="center" valignment="top" width="0pt">
22301 <column alignment="center" valignment="top" width="0pt">
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 Comando
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 Relación
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 </row>
22322 <row>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 <
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 \begin_inset Formula $<$
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 <row>
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \backslash
22352 le
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 \begin_inset Formula $\le$
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 <row>
22371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \backslash
22377 ll
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 \begin_inset Formula $\ll$
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 </row>
22395 <row>
22396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400
22401 \backslash
22402 prec
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 \begin_inset Formula $\prec$
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 </row>
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \backslash
22427 preceq
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Formula $\preceq$
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \backslash
22452 subset
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 \begin_inset Formula $\subset$
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \backslash
22477 subseteq
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 \begin_inset Formula $\subseteq$
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 </row>
22495 <row>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \backslash
22502 sqsubseteq
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $\sqsubseteq$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525
22526 \backslash
22527 in
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\in$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \backslash
22552 vdash
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\vdash$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 smile
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\smile$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \backslash
22602 lhd
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $\lhd$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \backslash
22627 unlhd
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset Formula $\unlhd$
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 <row>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \backslash
22652 gtrless
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Formula $\gtrless$
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 mid
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\mid$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 nmid
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\nmid$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 </lyxtabular>
22721
22722 \end_inset
22723
22724
22725 \begin_inset space \hfill{}
22726 \end_inset
22727
22728
22729 \begin_inset Tabular
22730 <lyxtabular version="3" rows="17" columns="2">
22731 <features rotate="0" tabularvalignment="middle">
22732 <column alignment="center" valignment="top" width="0pt">
22733 <column alignment="center" valignment="top" width="0pt">
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 Comando
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 Relación
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 </row>
22754 <row>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 =
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Formula $=$
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782
22783 \backslash
22784 not=
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 \begin_inset Formula $\not=$
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 </row>
22802 <row>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807
22808 \backslash
22809 equiv
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Formula $\equiv$
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 <row>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \backslash
22834 sim
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 \begin_inset Formula $\sim$
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 </row>
22852 <row>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \backslash
22859 simeq
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Formula $\simeq$
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 </row>
22877 <row>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \backslash
22884 approx
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 \begin_inset Formula $\approx$
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 </row>
22902 <row>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907
22908 \backslash
22909 cong
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 \begin_inset Formula $\cong$
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 </row>
22927 <row>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932
22933 \backslash
22934 bowtie
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset Formula $\bowtie$
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 <row>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \backslash
22959 notin
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Formula $\notin$
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982
22983 \backslash
22984 perp
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 \begin_inset Formula $\perp$
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 </row>
23002 <row>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007
23008 \backslash
23009 propto
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 \begin_inset Formula $\propto$
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \backslash
23034 asymp
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Formula $\asymp$
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \backslash
23059 doteq
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Formula $\doteq$
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 </row>
23077 <row>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \backslash
23084 circeq
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093 \begin_inset Formula $\circeq$
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 </row>
23102 <row>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107
23108 \backslash
23109 models
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 \begin_inset Formula $\models$
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 </row>
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132
23133 \backslash
23134 widehat=
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 \begin_inset Formula $\widehat{=}$
23144 \end_inset
23145
23146
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 </lyxtabular>
23153
23154 \end_inset
23155
23156
23157 \begin_inset space \hfill{}
23158 \end_inset
23159
23160
23161 \begin_inset Tabular
23162 <lyxtabular version="3" rows="17" columns="2">
23163 <features rotate="0" tabularvalignment="middle">
23164 <column alignment="center" valignment="top" width="0pt">
23165 <column alignment="center" valignment="top" width="0pt">
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 Comando
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 Relación
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 >
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $>$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \backslash
23216 ge
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\ge$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 <row>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239
23240 \backslash
23241 gg
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 \begin_inset Formula $\gg$
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 </row>
23259 <row>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264
23265 \backslash
23266 succ
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 \begin_inset Formula $\succ$
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 <row>
23285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289
23290 \backslash
23291 succeq
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 \begin_inset Formula $\succeq$
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 </row>
23309 <row>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314
23315 \backslash
23316 supset
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 \begin_inset Formula $\supset$
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 </row>
23334 <row>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339
23340 \backslash
23341 supseteq
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 \begin_inset Formula $\supseteq$
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \backslash
23366 sqsupseteq
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Formula $\sqsupseteq$
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389
23390 \backslash
23391 ni
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 \begin_inset Formula $\ni$
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 </row>
23409 <row>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \backslash
23416 dashv
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset Formula $\dashv$
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 frown
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset Formula $\frown$
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \backslash
23466 rhd
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\rhd$
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 </row>
23484 <row>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \backslash
23491 unrhd
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\unrhd$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \backslash
23516 lessgtr
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Formula $\lessgtr$
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 <row>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \backslash
23541 parallel
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 \begin_inset Formula $\parallel$
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564
23565 \backslash
23566 nparallel
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Formula $\nparallel$
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 </lyxtabular>
23585
23586 \end_inset
23587
23588
23589 \begin_inset space \hfill{}
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \begin_layout Standard
23596 \begin_inset VSpace medskip
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \begin_layout Standard
23603 Los caracteres 
23604 \series bold
23605
23606 \backslash
23607 lhd
23608 \series default
23609  y 
23610 \series bold
23611
23612 \backslash
23613 rhd
23614 \series default
23615  son mayores que los operadores de aspecto similar 
23616 \series bold
23617
23618 \backslash
23619 triangleleft
23620 \series default
23621  y 
23622 \series bold
23623
23624 \backslash
23625 triangleright
23626 \series default
23627 , respectivamente.
23628 \end_layout
23629
23630 \begin_layout Standard
23631 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23632 \end_layout
23633
23634 \begin_layout Standard
23635 Se pueden componer relaciones con etiquetas con el comando 
23636 \series bold
23637
23638 \backslash
23639 stackrel
23640 \series default
23641
23642 \begin_inset Index idx
23643 status collapsed
23644
23645 \begin_layout Plain Layout
23646 Comandos ! S ! 
23647 \backslash
23648 stackrel
23649 \end_layout
23650
23651 \end_inset
23652
23653 :
23654 \end_layout
23655
23656 \begin_layout Standard
23657 \align center
23658 \begin_inset Tabular
23659 <lyxtabular version="3" rows="2" columns="2">
23660 <features rotate="0" tabularvalignment="middle">
23661 <column alignment="center" valignment="top">
23662 <column alignment="center" valignment="top">
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 Comando
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 Resultado
23678 \begin_inset Note Note
23679 status collapsed
23680
23681 \begin_layout Plain Layout
23682
23683 \series bold
23684
23685 \backslash
23686 raisebox
23687 \series default
23688  se usa sólo como espaciador
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 A(r)
23705 \backslash
23706 stackrel
23707 \begin_inset space \textvisiblespace{}
23708 \end_inset
23709
23710 r
23711 \backslash
23712 to
23713 \backslash
23714 infty
23715 \begin_inset space \textvisiblespace{}
23716 \end_inset
23717
23718
23719 \begin_inset Formula $\downarrow$
23720 \end_inset
23721
23722
23723 \backslash
23724 approx
23725 \begin_inset space \textvisiblespace{}
23726 \end_inset
23727
23728
23729 \begin_inset space \textvisiblespace{}
23730 \end_inset
23731
23732 B
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 </lyxtabular>
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \begin_layout Section
23758 Funciones
23759 \end_layout
23760
23761 \begin_layout Subsection
23762 Funciones predefinidas
23763 \begin_inset CommandInset label
23764 LatexCommand label
23765 name "sub:Funciones-predefinidas"
23766
23767 \end_inset
23768
23769
23770 \begin_inset Index idx
23771 status collapsed
23772
23773 \begin_layout Plain Layout
23774 Funciones ! predefinidas
23775 \end_layout
23776
23777 \end_inset
23778
23779
23780 \begin_inset Index idx
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784 Funciones ! en español
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \begin_layout Standard
23793 En general las variables se escriben en 
23794 \emph on
23795 cursiva
23796 \emph default
23797  en expresiones matemáticas, pero no los nombres de las funciones, porque
23798  
23799 \begin_inset Formula $sen$
23800 \end_inset
23801
23802  podría confundirse con 
23803 \begin_inset Formula $s\cdot e\cdot n$
23804 \end_inset
23805
23806 .
23807  Por eso hay funciones predefinidas, que además se separan un poco del factor
23808  precedente.
23809  Se insertan como comandos con una barra inversa delante de su nombre.
23810 \end_layout
23811
23812 \begin_layout Standard
23813 \align center
23814 \begin_inset Tabular
23815 <lyxtabular version="3" rows="2" columns="4">
23816 <features rotate="0" tabularvalignment="middle">
23817 <column alignment="center" valignment="top" width="0pt">
23818 <column alignment="center" valignment="top" width="0pt">
23819 <column alignment="center" valignment="top" width="0pt">
23820 <column alignment="center" valignment="top" width="0pt">
23821 <row>
23822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 Comando
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 Resultado
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 Comando
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 Resultado
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 Asen(x)+B
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $Asen(x)+B$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 A
23886 \backslash
23887 sen(x)+B
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 \begin_inset Formula $A\sen(x)+B$
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 </row>
23905 </lyxtabular>
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \begin_layout Standard
23913 Las funciones siguientes están predefinidas:
23914 \begin_inset Foot
23915 status collapsed
23916
23917 \begin_layout Plain Layout
23918 Se han añadido los comandos equivalentes proporcionados por el estilo 
23919 \series bold
23920 spanish
23921 \series default
23922  de 
23923 \series bold
23924 babel
23925 \series default
23926 .
23927  (Estos no están disponibles en el panel de funciones).
23928  Además, en su caso, las funciones serán acentuadas automáticamente en la
23929  salida, p.
23930 \begin_inset space \thinspace{}
23931 \end_inset
23932
23933 e.
23934  
23935 \begin_inset Quotes fld
23936 \end_inset
23937
23938 lím
23939 \begin_inset Quotes frd
23940 \end_inset
23941
23942  o 
23943 \begin_inset Quotes fld
23944 \end_inset
23945
23946 máx
23947 \begin_inset Quotes frd
23948 \end_inset
23949
23950 .
23951  Más información en 
23952 \begin_inset CommandInset citation
23953 LatexCommand cite
23954 key "spanish"
23955
23956 \end_inset
23957
23958 .
23959  (
23960 \emph on
23961 N.
23962 \begin_inset space \thinspace{}
23963 \end_inset
23964
23965 del t.
23966 \emph default
23967 )
23968 \end_layout
23969
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \begin_layout Standard
23976 \begin_inset VSpace -2mm
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \begin_layout Standard
23983 \align center
23984 \begin_inset Tabular
23985 <lyxtabular version="3" rows="9" columns="7">
23986 <features rotate="0" tabularvalignment="middle">
23987 <column alignment="center" valignment="top" width="0pt">
23988 <column alignment="center" valignment="top" width="0pt">
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 <row>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 Comando
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 español
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 Comando
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 español
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 Comando
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 español
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 Comando
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 sin
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \backslash
24077 sen
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \backslash
24088 sinh
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 senh
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 arcsin
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 arcsen
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130
24131 \backslash
24132 sup
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 cos
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163
24164 \backslash
24165 cosh
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 arccos
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \backslash
24205 inf
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 </row>
24211 <row>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216
24217 \backslash
24218 tan
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \backslash
24229 tg
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238
24239 \backslash
24240 tanh
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249
24250 \backslash
24251 tgh
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260
24261 \backslash
24262 arctan
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 arctg
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282
24283 \backslash
24284 lim
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 </row>
24290 <row>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295
24296 \backslash
24297 cot
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306
24307 \backslash
24308 cotg
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317
24318 \backslash
24319 coth
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 arg
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 liminf
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 </row>
24365 <row>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \backslash
24372 sec
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \backslash
24392 min
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 deg
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 limsup
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 </row>
24438 <row>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 csc
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 cosec
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 max
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 det
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 Pr
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 </row>
24513 <row>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 ln
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 exp
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 dim
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578
24579 \backslash
24580 hom
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 </row>
24586 <row>
24587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591
24592 \backslash
24593 lg
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611
24612 \backslash
24613 log
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Plain Layout
24622
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 ker
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 gcd
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 </row>
24659 </lyxtabular>
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Standard
24667 También se pueden insertar con el botón 
24668 \begin_inset Graphics
24669         filename ../../images/math/functions.png
24670         scale 85
24671
24672 \end_inset
24673
24674  de la barra de ecuaciones.
24675 \end_layout
24676
24677 \begin_layout Subsection
24678 Funciones definidas por el usuario
24679 \begin_inset Index idx
24680 status collapsed
24681
24682 \begin_layout Plain Layout
24683 Funciones ! personalizadas
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Standard
24692 Para usar una función no predefinida, como por ejemplo la función signo,
24693  sgn(x), hay dos posibilidades:
24694 \end_layout
24695
24696 \begin_layout Itemize
24697 Define la función añadiendo al preámbulo LaTeX la línea
24698 \begin_inset Foot
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702 Más sobre 
24703 \series bold
24704
24705 \backslash
24706 DeclareMathOperator
24707 \series default
24708  en 
24709 \begin_inset CommandInset ref
24710 LatexCommand ref
24711 reference "sub:Operadores-de-usuario"
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \end_inset
24719
24720
24721 \begin_inset Newline newline
24722 \end_inset
24723
24724
24725 \begin_inset VSpace -3mm
24726 \end_inset
24727
24728
24729 \begin_inset Newline newline
24730 \end_inset
24731
24732
24733 \series bold
24734
24735 \backslash
24736 DeclareMathOperator{
24737 \backslash
24738 sgn}{sgn}
24739 \series default
24740
24741 \begin_inset Index idx
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745 Comandos ! D ! 
24746 \backslash
24747 dbinom@
24748 \backslash
24749 DeclareMathOperator
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \begin_inset Newline newline
24756 \end_inset
24757
24758
24759 \begin_inset VSpace -2mm
24760 \end_inset
24761
24762
24763 \begin_inset Newline newline
24764 \end_inset
24765
24766 Ahora la función recién definida se puede obtener con el comando 
24767 \series bold
24768
24769 \backslash
24770 sgn
24771 \series default
24772 .
24773 \end_layout
24774
24775 \begin_layout Itemize
24776 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
24777  en nuestro ejemplo las letras 
24778 \emph on
24779 sgn
24780 \emph default
24781 , y cámbialo a texto matemático.
24782  Entre el factor precedente y la función se inserta un espacio.
24783 \end_layout
24784
24785 \begin_layout Standard
24786 El resultado con ambos métodos es el mismo que con una función predefinida:
24787 \begin_inset Foot
24788 status collapsed
24789
24790 \begin_layout Plain Layout
24791 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
24792  negro.
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 \align center
24802 \begin_inset Tabular
24803 <lyxtabular version="3" rows="3" columns="2">
24804 <features rotate="0" tabularvalignment="middle">
24805 <column alignment="center" valignment="top" width="0pt">
24806 <column alignment="center" valignment="top" width="0pt">
24807 <row>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 Comando
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821 Resultado
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 </row>
24827 <row>
24828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832 A
24833 \backslash
24834 sgn(x)+B
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843 \begin_inset Formula $A\sgn(x)+B$
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 </row>
24852 <row>
24853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857 A
24858 \backslash
24859 ,
24860 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
24861 \end_inset
24862
24863 (x)+B
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 </row>
24881 </lyxtabular>
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Standard
24889 El primer método es preferible si la función se va a usar varias veces.
24890 \end_layout
24891
24892 \begin_layout Standard
24893 \noindent
24894 \align center
24895 \begin_inset Newpage newpage
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \begin_layout Subsection
24902 Límites
24903 \begin_inset Index idx
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907 Limites@Límites
24908 \end_layout
24909
24910 \end_inset
24911
24912
24913 \end_layout
24914
24915 \begin_layout Standard
24916 Para límites, además de 
24917 \series bold
24918
24919 \backslash
24920 lim
24921 \series default
24922
24923 \begin_inset Index idx
24924 status collapsed
24925
24926 \begin_layout Plain Layout
24927 Comandos ! L ! 
24928 \backslash
24929 lim
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \series bold
24936
24937 \backslash
24938 liminf
24939 \series default
24940  y 
24941 \series bold
24942
24943 \backslash
24944 limsup
24945 \series default
24946  están definidas las siguientes funciones:
24947 \series bold
24948  
24949 \end_layout
24950
24951 \begin_layout Standard
24952 \noindent
24953 \align center
24954 \begin_inset Tabular
24955 <lyxtabular version="3" rows="5" columns="2">
24956 <features rotate="0" tabularvalignment="middle">
24957 <column alignment="center" valignment="top">
24958 <column alignment="center" valignment="top">
24959 <row>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 Comando
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 Resultado
24974 \begin_inset Note Note
24975 status collapsed
24976
24977 \begin_layout Plain Layout
24978
24979 \series bold
24980
24981 \backslash
24982 raisebox
24983 \series default
24984  se usa sólo como espaciador
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \backslash
25002 varliminf
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011 \begin_inset Formula $\varliminf$
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 </row>
25020 <row>
25021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025
25026 \backslash
25027 varlimsup
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036 \begin_inset Formula $\varlimsup$
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 <row>
25046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 varprojlim
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 \begin_inset Formula $\varprojlim$
25062 \end_inset
25063
25064
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 </row>
25070 <row>
25071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075
25076 \backslash
25077 varinjlim
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086 \begin_inset Formula $\varinjlim$
25087 \end_inset
25088
25089
25090 \begin_inset Formula $\raisebox{-2.5mm}{}$
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 </row>
25099 </lyxtabular>
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Standard
25107 \begin_inset VSpace medskip
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \begin_layout Standard
25114 El límite se crea insertando un subíndice.
25115  Se imprime a la derecha junto a la función en una fórmula en línea:
25116 \end_layout
25117
25118 \begin_layout Standard
25119 \noindent
25120 \align center
25121 \begin_inset Tabular
25122 <lyxtabular version="3" rows="2" columns="2">
25123 <features rotate="0" tabularvalignment="middle">
25124 <column alignment="center" valignment="top" width="0pt">
25125 <column alignment="center" valignment="top" width="0pt">
25126 <row>
25127 <cell alignment="center" valignment="top" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131 Comando
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 \begin_inset space \hspace{}
25141 \length 1cm
25142 \end_inset
25143
25144 Resultado
25145 \begin_inset Note Note
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149
25150 \series bold
25151
25152 \backslash
25153 raisebox
25154 \series default
25155  se usa sólo como espaciador
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 </row>
25166 <row>
25167 <cell alignment="center" valignment="top" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 lim_x
25174 \backslash
25175 to
25176 \begin_inset space \textvisiblespace{}
25177 \end_inset
25178
25179 A
25180 \begin_inset space \textvisiblespace{}
25181 \end_inset
25182
25183 x=B
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 </row>
25201 </lyxtabular>
25202
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \begin_layout Standard
25209 En una ecuación presentada el límite se imprime debajo, como es habitual:
25210 \begin_inset Formula 
25211 \[
25212 \lim\limits _{x\rightarrow A}=B
25213 \]
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Subsection
25221 Función módulo
25222 \begin_inset Index idx
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226 Funciones ! módulo
25227 \end_layout
25228
25229 \end_inset
25230
25231
25232 \end_layout
25233
25234 \begin_layout Standard
25235 La función módulo es especial, porque existe en cuatro variantes.
25236 \end_layout
25237
25238 \begin_layout Standard
25239 En una ecuación presentada:
25240 \begin_inset Formula 
25241 \begin{align*}
25242 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25243 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25244 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25245 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25246 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25247 \end{align*}
25248
25249 \end_inset
25250
25251 En una ecuación en línea se pone menos espacio delante del nombre de la
25252  función para todas las variantes.
25253  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25254  siguente.
25255  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25256 \begin_inset Formula 
25257 \begin{align*}
25258 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25259 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25260 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25261 \end{align*}
25262
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \begin_layout Section
25269 Caracteres especiales
25270 \begin_inset Index idx
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274 Caracteres especiales
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Subsection
25283 Caracteres especiales en texto matemático
25284 \end_layout
25285
25286 \begin_layout Standard
25287 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25288  TeX:
25289 \end_layout
25290
25291 \begin_layout Standard
25292 \begin_inset space \hfill{}
25293 \end_inset
25294
25295
25296 \begin_inset Tabular
25297 <lyxtabular version="3" rows="8" columns="2">
25298 <features rotate="0" tabularvalignment="middle">
25299 <column alignment="block" valignment="top">
25300 <column alignment="block" valignment="top">
25301 <row>
25302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306 Comando
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315 Resultado
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 </row>
25321 <row>
25322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 oe
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337 \begin_inset Formula $\textrm{œ}$
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 </row>
25346 <row>
25347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351
25352 \backslash
25353 OE
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 \begin_inset Formula $\textrm{Œ}$
25363 \end_inset
25364
25365
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 </row>
25371 <row>
25372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376
25377 \backslash
25378 ae
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Plain Layout
25387 \begin_inset Formula $\textrm{æ}$
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 </row>
25396 <row>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \backslash
25403 AE
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412 \begin_inset Formula $\textrm{Æ}$
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 </row>
25421 <row>
25422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426
25427 \backslash
25428 aa
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437 \begin_inset Formula $\textrm{\aa}$
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 </row>
25446 <row>
25447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451
25452 \backslash
25453 AA
25454 \begin_inset Index idx
25455 status collapsed
25456
25457 \begin_layout Plain Layout
25458
25459 \backslash
25460 @
25461 \begin_inset ERT
25462 status collapsed
25463
25464 \begin_layout Plain Layout
25465
25466
25467 \backslash
25468 textrm{
25469 \backslash
25470 AA}
25471 \end_layout
25472
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 \begin_inset Formula $\textrm{Å}$
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 <row>
25499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503
25504 \backslash
25505 i
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Formula $\textrm{ı}$
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 </lyxtabular>
25524
25525 \end_inset
25526
25527
25528 \begin_inset space \hfill{}
25529 \end_inset
25530
25531
25532 \begin_inset Tabular
25533 <lyxtabular version="3" rows="8" columns="2">
25534 <features rotate="0" tabularvalignment="middle">
25535 <column alignment="block" valignment="top">
25536 <column alignment="center" valignment="top">
25537 <row>
25538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 Comando
25543 \begin_inset Note Note
25544 status collapsed
25545
25546 \begin_layout Plain Layout
25547
25548 \series bold
25549
25550 \backslash
25551 raisebox
25552 \series default
25553  se usa sólo como espaciador
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567 Resultado
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 </row>
25573 <row>
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578
25579 \backslash
25580 o
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 \begin_inset Formula $\textrm{ø}$
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 </row>
25598 <row>
25599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603
25604 \backslash
25605 O
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 \begin_inset Formula $\textrm{Ø}$
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 </row>
25623 <row>
25624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628
25629 \backslash
25630 l
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639 \begin_inset Formula $\textrm{ł}$
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 </row>
25648 <row>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653
25654 \backslash
25655 L
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Plain Layout
25664 \begin_inset Formula $\textrm{Ł}$
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 </row>
25673 <row>
25674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 !
25679 \begin_inset space \hspace{}
25680 \length 0mm
25681 \end_inset
25682
25683 `
25684 \begin_inset space \textvisiblespace{}
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696 \begin_inset Formula $\textrm{!`}$
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 </row>
25705 <row>
25706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710 ?
25711 \begin_inset space \hspace{}
25712 \length 0mm
25713 \end_inset
25714
25715 `
25716 \begin_inset space \textvisiblespace{}
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 \begin_inset Formula $\textrm{?`}$
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 </row>
25737 <row>
25738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742
25743 \backslash
25744 j
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753 \begin_inset Formula $\textrm{ȷ}$
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 </lyxtabular>
25763
25764 \end_inset
25765
25766
25767 \begin_inset space \hfill{}
25768 \end_inset
25769
25770
25771 \end_layout
25772
25773 \begin_layout Standard
25774 Los caracteres 
25775 \begin_inset Formula $\textrm{\textrm{Å}}$
25776 \end_inset
25777
25778  y 
25779 \begin_inset Formula $\textrm{\textrm{Ø}}$
25780 \end_inset
25781
25782  también se pueden insertar mediante el botón 
25783 \begin_inset Graphics
25784         filename ../../images/math/digamma.png
25785         scale 85
25786
25787 \end_inset
25788
25789  de la barra de ecuaciones.
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Los comandos 
25794 \series bold
25795 !
25796 \begin_inset space \hspace{}
25797 \length 0mm
25798 \end_inset
25799
25800 `
25801 \series default
25802  y 
25803 \series bold
25804 ?
25805 \begin_inset space \hspace{}
25806 \length 0mm
25807 \end_inset
25808
25809 `
25810 \series default
25811  son una excepción porque se pueden insertar directamente a texto en LyX.
25812  
25813 \end_layout
25814
25815 \begin_layout Subsection
25816 Acentos en texto
25817 \begin_inset CommandInset label
25818 LatexCommand label
25819 name "sub:Acentos-en-texto"
25820
25821 \end_inset
25822
25823
25824 \begin_inset Index idx
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828 Acentos ! en texto
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Standard
25837 Con los siguientes comandos se pueden acentuar todas las letras.
25838  Los comandos deben ponerse en modo TeX.
25839 \end_layout
25840
25841 \begin_layout Standard
25842 \begin_inset space \hfill{}
25843 \end_inset
25844
25845
25846 \begin_inset Tabular
25847 <lyxtabular version="3" rows="8" columns="2">
25848 <features rotate="0" tabularvalignment="middle">
25849 <column alignment="block" valignment="top">
25850 <column alignment="block" valignment="top">
25851 <row>
25852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 Comando
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865 Resultado
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row>
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876
25877 \backslash
25878
25879 \begin_inset Quotes grd
25880 \end_inset
25881
25882 e
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891 \begin_inset ERT
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895
25896
25897 \backslash
25898 "e
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 </row>
25909 <row>
25910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914
25915 \backslash
25916 `e
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 \begin_inset ERT
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929
25930
25931 \backslash
25932 `e
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 </row>
25943 <row>
25944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948
25949 \backslash
25950 ^
25951 \begin_inset space \textvisiblespace{}
25952 \end_inset
25953
25954 e
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 ^e
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988 =e
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 \begin_inset ERT
25998 status collapsed
25999
26000 \begin_layout Plain Layout
26001
26002
26003 \backslash
26004 =e
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 </row>
26015 <row>
26016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Plain Layout
26020
26021 \backslash
26022 u
26023 \begin_inset space \textvisiblespace{}
26024 \end_inset
26025
26026 e
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 \begin_inset ERT
26036 status collapsed
26037
26038 \begin_layout Plain Layout
26039
26040
26041 \backslash
26042 u e
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 </row>
26053 <row>
26054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058
26059 \backslash
26060 b
26061 \begin_inset space \textvisiblespace{}
26062 \end_inset
26063
26064 e
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 \begin_inset ERT
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077
26078
26079 \backslash
26080 b e
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 t
26099 \begin_inset space \textvisiblespace{}
26100 \end_inset
26101
26102 ee
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 t ee
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 </lyxtabular>
26130
26131 \end_inset
26132
26133
26134 \begin_inset space \hfill{}
26135 \end_inset
26136
26137
26138 \begin_inset Tabular
26139 <lyxtabular version="3" rows="8" columns="2">
26140 <features rotate="0" tabularvalignment="middle">
26141 <column alignment="block" valignment="top">
26142 <column alignment="center" valignment="top">
26143 <row>
26144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 Comando
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 Resultado
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 </row>
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168
26169 \backslash
26170 H
26171 \begin_inset space \textvisiblespace{}
26172 \end_inset
26173
26174 e
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183 \begin_inset ERT
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187
26188
26189 \backslash
26190 H e
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 'e
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 'e
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 ~e
26243 \begin_inset Index idx
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 Tilde
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 ~e
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 .e
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 .e
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 v
26321 \begin_inset space \textvisiblespace{}
26322 \end_inset
26323
26324 e
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 \begin_inset ERT
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337
26338
26339 \backslash
26340 v e
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 </row>
26351 <row>
26352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356
26357 \backslash
26358 d
26359 \begin_inset space \textvisiblespace{}
26360 \end_inset
26361
26362 e
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 d e
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 c
26397 \begin_inset space \textvisiblespace{}
26398 \end_inset
26399
26400 e
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 c e
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 </lyxtabular>
26428
26429 \end_inset
26430
26431
26432 \begin_inset space \hfill{}
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 \begin_inset VSpace medskip
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \begin_layout Standard
26446 Con el comando 
26447 \series bold
26448
26449 \backslash
26450 t
26451 \series default
26452  también se pueden acentuar dos caracteres distintos.
26453  El comando 
26454 \series bold
26455
26456 \backslash
26457 t
26458 \begin_inset space \textvisiblespace{}
26459 \end_inset
26460
26461 sz
26462 \series default
26463  genera 
26464 \begin_inset ERT
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468
26469
26470 \backslash
26471 t sz
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \begin_layout Standard
26480 Los acentos 
26481 \series bold
26482 `
26483 \series default
26484  , 
26485 \series bold
26486 '
26487 \series default
26488  y 
26489 \series bold
26490 ^
26491 \series default
26492  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26493  TeX.
26494  Lo mismo se aplica a la tilde
26495 \begin_inset Foot
26496 status collapsed
26497
26498 \begin_layout Plain Layout
26499 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26500 \end_layout
26501
26502 \end_inset
26503
26504  con 
26505 \emph on
26506 a
26507 \emph default
26508
26509 \emph on
26510 o
26511 \emph default
26512  y 
26513 \emph on
26514 n.
26515 \end_layout
26516
26517 \begin_layout Standard
26518 Los comandos 
26519 \series bold
26520
26521 \backslash
26522 b
26523 \series default
26524  , 
26525 \series bold
26526
26527 \backslash
26528 c
26529 \series default
26530  , 
26531 \series bold
26532
26533 \backslash
26534 d
26535 \series default
26536  , 
26537 \series bold
26538
26539 \backslash
26540 H
26541 \series default
26542  , 
26543 \series bold
26544
26545 \backslash
26546 t
26547 \series default
26548  , 
26549 \series bold
26550
26551 \backslash
26552 u
26553 \series default
26554  , 
26555 \series bold
26556
26557 \backslash
26558 v
26559 \series default
26560 , y acentos insertados directamente con el teclado también están disponibles
26561  en texto matemático.
26562  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26563  
26564 \begin_inset CommandInset ref
26565 LatexCommand ref
26566 reference "sub:Acentos-para-un"
26567
26568 \end_inset
26569
26570 .
26571 \end_layout
26572
26573 \begin_layout Standard
26574 \begin_inset VSpace bigskip
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 Además, con el comando 
26582 \series bold
26583
26584 \backslash
26585 textcircled
26586 \series default
26587
26588 \begin_inset Index idx
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592 Comandos ! T ! 
26593 \backslash
26594 textcircled
26595 \end_layout
26596
26597 \end_inset
26598
26599  se pueden insertar en un círculo todos los números y letras, de forma parecida
26600  al símbolo copyright.
26601 \end_layout
26602
26603 \begin_layout Standard
26604 \noindent
26605 \align center
26606 \begin_inset Tabular
26607 <lyxtabular version="3" rows="3" columns="2">
26608 <features rotate="0" tabularvalignment="middle">
26609 <column alignment="center" valignment="top">
26610 <column alignment="center" valignment="top">
26611 <row>
26612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 Comando
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 Resultado
26626 \begin_inset Note Note
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630
26631 \series bold
26632
26633 \backslash
26634 raisebox
26635 \series default
26636  se usa sólo como espaciador
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 </row>
26647 <row>
26648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652
26653 \backslash
26654 textcircled{w}
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 textcircled{w}
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 <row>
26682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686
26687 \backslash
26688 Large 
26689 \backslash
26690 textcircled{
26691 \backslash
26692 normalsize
26693 \backslash
26694 protect
26695 \backslash
26696 raisebox{-1.5pt}{W}}
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705 \begin_inset Formula $\raisebox{4.5mm}{}$
26706 \end_inset
26707
26708
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 Large 
26717 \backslash
26718 textcircled{
26719 \backslash
26720 normalsize
26721 \backslash
26722 protect
26723 \backslash
26724 raisebox{-1.5pt}W}
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \begin_inset Formula $\raisebox{-2mm}{}$
26731 \end_inset
26732
26733
26734 \end_layout
26735
26736 \end_inset
26737 </cell>
26738 </row>
26739 </lyxtabular>
26740
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \begin_layout Standard
26747 Hay que tener cuidado que el carácter se ajuste al círculo.
26748  Por eso 
26749 \series bold
26750
26751 \backslash
26752 Large
26753 \begin_inset Foot
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757 véase 
26758 \begin_inset CommandInset ref
26759 LatexCommand ref
26760 reference "sub:Tamaños-de-tipografías"
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \end_inset
26768
26769
26770 \series default
26771  especifica el tamaño del círculo.
26772  Con ayuda de 
26773 \series bold
26774
26775 \backslash
26776 raisebox
26777 \begin_inset Foot
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781 véase 
26782 \begin_inset CommandInset ref
26783 LatexCommand ref
26784 reference "sub:Marcos-sin-bordes"
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792
26793
26794 \series default
26795  se puede centrar el carácter.
26796 \end_layout
26797
26798 \begin_layout Subsection
26799 Números en estilo antiguo
26800 \begin_inset Index idx
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804 Numeros@Números ! en estilo antiguo
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \begin_layout Standard
26813 Los números en estilo antiguo o elzevirianos se componen con el comando
26814  
26815 \series bold
26816
26817 \backslash
26818 oldstylenums
26819 \series default
26820
26821 \begin_inset Index idx
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 Comandos ! O ! 
26826 \backslash
26827 oldstylenums
26828 \end_layout
26829
26830 \end_inset
26831
26832 .
26833  El comando se puede usar en ecuaciones y en modo TeX.
26834  Su esquema es:
26835 \end_layout
26836
26837 \begin_layout Standard
26838
26839 \series bold
26840
26841 \backslash
26842 oldstylenums{número}
26843 \end_layout
26844
26845 \begin_layout Standard
26846 El comando 
26847 \series bold
26848
26849 \backslash
26850 oldstylenums{0123456789}
26851 \series default
26852  genera: 
26853 \begin_inset Formula $\oldstylenums{0123456789}$
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \begin_layout Section
26860 Estilos de ecuación
26861 \begin_inset CommandInset label
26862 LatexCommand label
26863 name "sec:Estilos-de-ecuación"
26864
26865 \end_inset
26866
26867
26868 \begin_inset Index idx
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872 Ecuación ! estilos de
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \begin_layout Itemize
26881 Hay dos estilos diferentes de alineación:
26882 \end_layout
26883
26884 \begin_deeper
26885 \begin_layout Description
26886 Centrado es el estándar predefinido
26887 \end_layout
26888
26889 \begin_layout Description
26890 Sangrado para este estilo debe insertarse la opción de clase 
26891 \series bold
26892 fleqn
26893 \series default
26894  en el menú 
26895 \family sans
26896 Documento\SpecialChar \menuseparator
26897 Configuración
26898 \family default
26899  bajo 
26900 \family sans
26901 Clase de documento
26902 \end_layout
26903
26904 \begin_layout Standard
26905 Cuando se usa 
26906 \series bold
26907 Sangrado
26908 \series default
26909 , éste se puede ajustar con la longitud 
26910 \series bold
26911
26912 \backslash
26913 mathindent
26914 \series default
26915
26916 \begin_inset Index idx
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920 Comandos ! M ! 
26921 \backslash
26922 mathindent
26923 \end_layout
26924
26925 \end_inset
26926
26927 .
26928  Para 15
26929 \begin_inset space \thinspace{}
26930 \end_inset
26931
26932 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
26933 \end_layout
26934
26935 \begin_layout Standard
26936
26937 \series bold
26938
26939 \backslash
26940 setlength{
26941 \backslash
26942 mathindent}{15mm}
26943 \end_layout
26944
26945 \begin_layout Standard
26946 Si no se especifica longitud se usa el valor predeterminado de 30
26947 \begin_inset space \thinspace{}
26948 \end_inset
26949
26950 pt.
26951 \end_layout
26952
26953 \end_deeper
26954 \begin_layout Itemize
26955 Y dos estilos diferentes de numeración:
26956 \end_layout
26957
26958 \begin_deeper
26959 \begin_layout Description
26960 Derecha es el estándar predefinido
26961 \end_layout
26962
26963 \begin_layout Description
26964 Izquierda para este estilo debe insertarse la opción de clase 
26965 \series bold
26966 leqno
26967 \series default
26968  en el menú 
26969 \family sans
26970 Documento\SpecialChar \menuseparator
26971 Configuración
26972 \family default
26973  bajo 
26974 \family sans
26975 Clase de documento
26976 \end_layout
26977
26978 \end_deeper
26979 \begin_layout Standard
26980
26981 \series bold
26982 fleqn
26983 \series default
26984  y 
26985 \series bold
26986 leqno
26987 \series default
26988  también se pueden usar juntos.
26989  En ese caso se insertan ambas opciones, separadas por una coma.
26990 \end_layout
26991
26992 \begin_layout Standard
26993 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
26994  documento.
26995  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
26996  estilo 
26997 \series bold
26998 Centrado
26999 \series default
27000  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27001 \begin_inset CommandInset ref
27002 LatexCommand ref
27003 reference "sub:Entorno-flalign"
27004
27005 \end_inset
27006
27007 .
27008 \end_layout
27009
27010 \begin_layout Section
27011 Ecuaciones multilínea
27012 \begin_inset CommandInset label
27013 LatexCommand label
27014 name "sec:Ecuaciones-multilínea"
27015
27016 \end_inset
27017
27018
27019 \begin_inset Index idx
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023 Ecuación ! multilínea
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \begin_layout Subsection
27032 General
27033 \end_layout
27034
27035 \begin_layout Standard
27036 En LyX se generan nuevas líneas en una ecuación con 
27037 \family sans
27038 \series bold
27039 Ctrl+Entrar
27040 \family default
27041 \series default
27042 .
27043  Esto crea un 
27044 \series bold
27045 entorno eqnarray
27046 \series default
27047 , que se describe en
27048 \begin_inset space ~
27049 \end_inset
27050
27051
27052 \begin_inset CommandInset ref
27053 LatexCommand ref
27054 reference "sub:Entorno-eqnarray"
27055
27056 \end_inset
27057
27058  o, si se ha marcado la opción 
27059 \family sans
27060 Usar
27061 \begin_inset space ~
27062 \end_inset
27063
27064 el
27065 \begin_inset space ~
27066 \end_inset
27067
27068 paquete
27069 \begin_inset space ~
27070 \end_inset
27071
27072 de
27073 \begin_inset space ~
27074 \end_inset
27075
27076 ecuaciones
27077 \begin_inset space ~
27078 \end_inset
27079
27080 AMS
27081 \family default
27082  en la configuración del documento
27083 \family sans
27084 , un 
27085 \series bold
27086 entorno
27087 \family default
27088 \series default
27089  
27090 \series bold
27091 align
27092 \series default
27093 , que se describe en
27094 \begin_inset space ~
27095 \end_inset
27096
27097
27098 \begin_inset CommandInset ref
27099 LatexCommand ref
27100 reference "sub:Entorno-align-estándar"
27101
27102 \end_inset
27103
27104 .
27105  Se recomienda el entorno align porque proporciona una salida tipográficamente
27106  correcta en cualquier caso.
27107 \end_layout
27108
27109 \begin_layout Standard
27110 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27111  el menú 
27112 \family sans
27113 Insertar\SpecialChar \menuseparator
27114 Ecuación
27115 \family default
27116 .
27117  En las siguientes secciones se describen estos entornos.
27118 \end_layout
27119
27120 \begin_layout Standard
27121 En todos los entornos de ecuación multilínea la combinación 
27122 \family sans
27123 Ctrl+Entrar
27124 \family default
27125  genera una línea nueva.
27126  Para añadir o quitar líneas se pueden usar los botones 
27127 \begin_inset Graphics
27128         filename ../../images/tabular-feature_append-row.png
27129         scale 85
27130
27131 \end_inset
27132
27133  o 
27134 \begin_inset Graphics
27135         filename ../../images/tabular-feature_delete-row.png
27136         scale 85
27137
27138 \end_inset
27139
27140 de la barra de herramientas, respectivamente, o el menú 
27141 \family sans
27142 Editar\SpecialChar \menuseparator
27143 Filas y columnas
27144 \family default
27145 .
27146 \end_layout
27147
27148 \begin_layout Subsubsection
27149 Separación de líneas
27150 \begin_inset CommandInset label
27151 LatexCommand label
27152 name "sub:Separación-de-líneas"
27153
27154 \end_inset
27155
27156
27157 \begin_inset Index idx
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161 Ecuación ! multilínea ! separación de filas
27162 \end_layout
27163
27164 \end_inset
27165
27166
27167 \end_layout
27168
27169 \begin_layout Standard
27170 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27171 \begin_inset Formula 
27172 \begin{eqnarray*}
27173 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}\\
27174 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
27175 \end{eqnarray*}
27176
27177 \end_inset
27178
27179 En LaTeX un espacio adicional para una línea se especifica como argumento
27180  opcional del comando de nueva línea.
27181  Esto aún no es posible en LYX,
27182 \begin_inset Foot
27183 status collapsed
27184
27185 \begin_layout Plain Layout
27186 véase 
27187 \begin_inset CommandInset href
27188 LatexCommand href
27189 name "LyX-bug #1505"
27190 target "http://www.lyx.org/trac/ticket/1505"
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \end_inset
27198
27199  por lo que toda la ecuación debe insertarse en modo TeX.
27200  Para añadir espacio en nuestro ejemplo se inserta el comando 
27201 \series bold
27202
27203 \backslash
27204
27205 \backslash
27206 [3mm]
27207 \series default
27208  al final de la primera línea.
27209  Así: 
27210 \begin_inset ERT
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214
27215
27216 \backslash
27217 begin{eqnarray*}
27218 \end_layout
27219
27220 \begin_layout Plain Layout
27221
27222 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27223  = & 
27224 \backslash
27225 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27226 \backslash
27227
27228 \backslash
27229 [3mm]
27230 \end_layout
27231
27232 \begin_layout Plain Layout
27233
27234 4x^{2}
27235 \backslash
27236 left(B^{2}+x_{0}^{2}
27237 \backslash
27238 right)+4x_{0}x
27239 \backslash
27240 left(D-B^{2}
27241 \backslash
27242 right)+B^{2}
27243 \backslash
27244 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27245 \backslash
27246 right) & = & 0
27247 \end_layout
27248
27249 \begin_layout Plain Layout
27250
27251
27252 \backslash
27253 end{eqnarray*}
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \begin_inset VSpace bigskip
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \begin_layout Standard
27266 Para obtener separación en todas las líneas hay que cambiar la longitud
27267  
27268 \series bold
27269
27270 \backslash
27271 jot
27272 \series default
27273
27274 \begin_inset Index idx
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278 Comandos ! J ! 
27279 \backslash
27280 jot
27281 \end_layout
27282
27283 \end_inset
27284
27285 .
27286  La definición es: 
27287 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27288 \end_inset
27289
27290 .
27291  El valor predeterminado para 
27292 \series bold
27293
27294 \backslash
27295 jot
27296 \series default
27297  es 3
27298 \begin_inset space \thinspace{}
27299 \end_inset
27300
27301 pt.
27302  Para establecer una separación adicional de 3
27303 \begin_inset space \thinspace{}
27304 \end_inset
27305
27306 mm como en el ejemplo anterior, se inserta el comando
27307 \end_layout
27308
27309 \begin_layout Standard
27310
27311 \series bold
27312
27313 \backslash
27314 setlength{
27315 \backslash
27316 jot}{3mm+3pt}
27317 \end_layout
27318
27319 \begin_layout Standard
27320 en modo TeX antes de la ecuación.
27321  Es necesario cargar el paquete 
27322 \series bold
27323 calc
27324 \series default
27325
27326 \begin_inset Foot
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330
27331 \series bold
27332 calc
27333 \series default
27334  forma parte de toda instalación LaTeX estándar.
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \begin_inset Index idx
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344 Paquetes ! calc
27345 \end_layout
27346
27347 \end_inset
27348
27349  en el preámbulo con la línea
27350 \end_layout
27351
27352 \begin_layout Standard
27353
27354 \series bold
27355
27356 \backslash
27357 usepackage{calc}
27358 \end_layout
27359
27360 \begin_layout Standard
27361 Se obtiene:
27362 \begin_inset ERT
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366
27367
27368 \backslash
27369 setlength{
27370 \backslash
27371 jot}{3mm+3pt}
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \begin_inset Formula 
27378 \begin{eqnarray*}
27379 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}\\
27380 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
27381 \end{eqnarray*}
27382
27383 \end_inset
27384
27385
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 setlength{
27394 \backslash
27395 jot}{3pt}
27396 \end_layout
27397
27398 \end_inset
27399
27400  Para volver a la distancia predeterminada, 
27401 \series bold
27402
27403 \backslash
27404 jot
27405 \series default
27406  se establece en 3
27407 \begin_inset space \thinspace{}
27408 \end_inset
27409
27410 pt.
27411 \end_layout
27412
27413 \begin_layout Subsubsection
27414 Separación de columnas
27415 \begin_inset CommandInset label
27416 LatexCommand label
27417 name "sub:Separación-de-columnas"
27418
27419 \end_inset
27420
27421
27422 \begin_inset Index idx
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 Ecuación ! multilínea !separación de columnas
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \begin_layout Standard
27435 Una ecuación multilínea forma una matriz.
27436  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27437  columnas.
27438  Cambiando la separación de columnas en este entorno se puede cambiar el
27439  espacio junto al signo de relación.
27440 \end_layout
27441
27442 \begin_layout Standard
27443 La separación de columnas se especifica con la longitud
27444 \series bold
27445  
27446 \backslash
27447 arraycolsep
27448 \series default
27449
27450 \begin_inset Index idx
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Comandos ! A ! 
27455 \backslash
27456 arraycolsep
27457 \end_layout
27458
27459 \end_inset
27460
27461  según:
27462 \begin_inset Newline newline
27463 \end_inset
27464
27465 separación de columnas = 2
27466 \begin_inset space \thinspace{}
27467 \end_inset
27468
27469
27470 \series bold
27471
27472 \backslash
27473 arraycolsep
27474 \series default
27475
27476 \begin_inset Newline newline
27477 \end_inset
27478
27479 Así, el comando en modo TeX
27480 \end_layout
27481
27482 \begin_layout Standard
27483
27484 \series bold
27485
27486 \backslash
27487 setlength{
27488 \backslash
27489 arraycolsep}{1cm}
27490 \end_layout
27491
27492 \begin_layout Standard
27493 establece para todas las ecuaciones siguientes una separación de columnas
27494  de 2
27495 \begin_inset space \thinspace{}
27496 \end_inset
27497
27498 cm.
27499  Para volver al valor predefinido, 
27500 \series bold
27501
27502 \backslash
27503 arraycolsep
27504 \series default
27505  se pone en 5
27506 \begin_inset space \thinspace{}
27507 \end_inset
27508
27509 pt.
27510 \end_layout
27511
27512 \begin_layout Standard
27513 Una ecuación con separación de 2
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 cm entre columnas:
27518 \begin_inset ERT
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522
27523
27524 \backslash
27525 setlength{
27526 \backslash
27527 arraycolsep}{1cm}
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \begin_inset Formula 
27534 \begin{eqnarray*}
27535 A & = & B\\
27536 C & \ne & A
27537 \end{eqnarray*}
27538
27539 \end_inset
27540
27541 Una ecuación con la separación predefinida para matrices, 10
27542 \begin_inset space \thinspace{}
27543 \end_inset
27544
27545 pt:
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 setlength{
27554 \backslash
27555 arraycolsep}{5pt}
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \begin_inset Formula 
27562 \begin{eqnarray*}
27563 A & = & B\\
27564 C & \ne & A
27565 \end{eqnarray*}
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Subsubsection
27573 Ecuaciones largas
27574 \begin_inset Index idx
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 Ecuación ! larga
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 Se pueden componer ecuaciones largas mediante estos métodos:
27588 \end_layout
27589
27590 \begin_layout Itemize
27591 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27592  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27593 \begin_inset Formula 
27594 \begin{eqnarray}
27595 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 \\
27596  &  & -\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}
27597 \end{eqnarray}
27598
27599 \end_inset
27600
27601 El signo menos al principio de la segunda línea normalmente no aparece como
27602  operador porque es el primer carácter de la línea.
27603  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27604  Para evitarlo se ha insertado 3
27605 \begin_inset space \thinspace{}
27606 \end_inset
27607
27608 pt de espacio detrás del menos con el comando 
27609 \series bold
27610
27611 \backslash
27612 hspace
27613 \series default
27614 .
27615 \begin_inset Foot
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619 véase más sobre 
27620 \series bold
27621
27622 \backslash
27623 hspace
27624 \series default
27625  en 
27626 \begin_inset CommandInset ref
27627 LatexCommand ref
27628 reference "sub:Espacio-variable"
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \begin_inset Index idx
27639 status collapsed
27640
27641 \begin_layout Plain Layout
27642 Comandos ! H ! 
27643 \backslash
27644 hspace
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \begin_layout Itemize
27653 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27654 \series bold
27655
27656 \backslash
27657 lefteqn
27658 \series default
27659
27660 \begin_inset Index idx
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664 Comandos ! L ! 
27665 \backslash
27666 lefteqn
27667 \end_layout
27668
27669 \end_inset
27670
27671 .
27672  Se inserta en la primer columna de la primera línea y hace que todas las
27673  inserciones posteriores sobreescriban las columnas siguientes:
27674 \begin_inset Formula 
27675 \begin{eqnarray}
27676 \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 \\
27677  &  & -\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 \\
27678  &  & =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}
27679 \end{eqnarray}
27680
27681 \end_inset
27682
27683 Tras la inserción de 
27684 \series bold
27685
27686 \backslash
27687 lefteqn
27688 \series default
27689  el cursor está en un marco púrpura un poco a la izquierda del azul.
27690  La ecuación se inserta en éste.
27691 \begin_inset Newline newline
27692 \end_inset
27693
27694 El contenido de las restantes líneas se inserta en la segunda columna o
27695  en otra.
27696  A mayor número de columna donde se inserte, mayor sangrado.
27697 \begin_inset VSpace medskip
27698 \end_inset
27699
27700
27701 \begin_inset Newline newline
27702 \end_inset
27703
27704
27705 \begin_inset Note Greyedout
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709 Ten en cuenta lo siguiente si usas 
27710 \series bold
27711
27712 \backslash
27713 lefteqn
27714 \series default
27715 :
27716 \end_layout
27717
27718 \begin_layout Itemize
27719 La ecuación no usa la anchura total de la página.
27720  Cuando se añade, p.
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724 e., el término 
27725 \begin_inset Formula $-B^{2}$
27726 \end_inset
27727
27728  en la primera línea del ejemplo, debería estar fuera del margen.
27729  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
27730  principio de la primera línea.
27731 \end_layout
27732
27733 \begin_layout Itemize
27734 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
27735  primera línea.
27736 \begin_inset Foot
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740 \begin_inset CommandInset href
27741 LatexCommand href
27742 name "LyX-bug #1429"
27743 target "http://www.lyx.org/trac/ticket/1429"
27744
27745 \end_inset
27746
27747
27748 \end_layout
27749
27750 \end_inset
27751
27752  Sólo se puede poner el cursor al principio de la línea y moverlo con las
27753  teclas de flecha.
27754 \end_layout
27755
27756 \end_inset
27757
27758  
27759 \end_layout
27760
27761 \begin_layout Itemize
27762 Se describen otros métodos para escribir fórmulas largas en 
27763 \begin_inset CommandInset ref
27764 LatexCommand ref
27765 reference "sub:Entorno-multilínea"
27766
27767 \end_inset
27768
27769  y 
27770 \begin_inset CommandInset ref
27771 LatexCommand ref
27772 reference "sub:Partes-multilínea"
27773
27774 \end_inset
27775
27776 .
27777 \end_layout
27778
27779 \begin_layout Subsubsection
27780 Delimitadores multilínea
27781 \begin_inset CommandInset label
27782 LatexCommand label
27783 name "sub:Delimitadores-multilínea"
27784
27785 \end_inset
27786
27787
27788 \begin_inset Index idx
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792 Delimitadores ! para varias líneas
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Standard
27801 Para poner delimitadores que cubran varias líneas hay un problema:
27802 \begin_inset Formula 
27803 \begin{eqnarray*}
27804 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27805  &  & \left.\cdots+B-D\right]
27806 \end{eqnarray*}
27807
27808 \end_inset
27809
27810 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
27811 res con tamaño variable no abarcan líneas múltiples.
27812 \end_layout
27813
27814 \begin_layout Standard
27815 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
27816  primera línea se finaliza con 
27817 \series bold
27818
27819 \backslash
27820 right.
27821 \series default
27822
27823 \begin_inset Index idx
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 Comandos ! R ! 
27828 \backslash
27829 right
27830 \end_layout
27831
27832 \end_inset
27833
27834  y la segunda con 
27835 \series bold
27836
27837 \backslash
27838 left.
27839 \series default
27840 .
27841 \begin_inset Foot
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 Más sobre 
27846 \series bold
27847
27848 \backslash
27849 left.
27850
27851 \series default
27852  y 
27853 \series bold
27854
27855 \backslash
27856 right.
27857
27858 \series default
27859  en 
27860 \begin_inset CommandInset ref
27861 LatexCommand ref
27862 reference "sub:Tamaño-automático-de"
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \begin_inset Index idx
27873 status collapsed
27874
27875 \begin_layout Plain Layout
27876 Comandos ! L ! 
27877 \backslash
27878 left
27879 \end_layout
27880
27881 \end_inset
27882
27883  Después de 
27884 \series bold
27885
27886 \backslash
27887 left.
27888
27889 \series default
27890  se inserta el comando 
27891 \series bold
27892
27893 \backslash
27894 vphantom
27895 \series default
27896
27897 \begin_inset space \textvisiblespace{}
27898 \end_inset
27899
27900
27901 \series bold
27902
27903 \backslash
27904 prod
27905 \series default
27906 ^
27907 \begin_inset space \textvisiblespace{}
27908 \end_inset
27909
27910
27911 \series bold
27912
27913 \backslash
27914 infty
27915 \series default
27916
27917 \begin_inset space \textvisiblespace{}
27918 \end_inset
27919
27920
27921 \series bold
27922
27923 \begin_inset Formula $\downarrow$
27924 \end_inset
27925
27926 _R=1}
27927 \series default
27928
27929 \begin_inset Index idx
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933 Comandos ! V ! 
27934 \backslash
27935 vphantom
27936 \end_layout
27937
27938 \end_inset
27939
27940 , porque el operador de multiplicación con sus límites es el símbolo mayor
27941  en la primera línea y ese debería ser el tamaño para el delimitador en
27942  la segunda línea.
27943 \end_layout
27944
27945 \begin_layout Standard
27946 El resultado es: 
27947 \begin_inset Formula 
27948 \begin{eqnarray*}
27949 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27950  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27951 \end{eqnarray*}
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Subsection
27959 Entornos align
27960 \end_layout
27961
27962 \begin_layout Standard
27963 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
27964  Son especialmente apropiados para poner ecuaciones adosadas.
27965 \end_layout
27966
27967 \begin_layout Standard
27968 Los entornos align constan de columnas.
27969  Las columnas impares se alinean a la derecha, las pares a la izquierda.
27970  En un entorno align se puede numerar cada línea.
27971 \end_layout
27972
27973 \begin_layout Standard
27974 Los entornos align se crean con el menú 
27975 \family sans
27976 Insertar\SpecialChar \menuseparator
27977 Ecuación
27978 \family default
27979 .
27980  Una ecuación existente se puede convertir a align con el menú 
27981 \family sans
27982 Editar\SpecialChar \menuseparator
27983 Ecuación\SpecialChar \menuseparator
27984 Cambiar tipo de ecuación
27985 \family default
27986 .
27987 \end_layout
27988
27989 \begin_layout Standard
27990 Para añadir o quitar columnas se pueden usar los botones 
27991 \begin_inset Graphics
27992         filename ../../images/tabular-feature_append-row.png
27993         scale 85
27994
27995 \end_inset
27996
27997  o 
27998 \begin_inset Graphics
27999         filename ../../images/tabular-feature_delete-row.png
28000         scale 85
28001
28002 \end_inset
28003
28004  de la barra de ecuaciones o el menú 
28005 \family sans
28006 Editar\SpecialChar \menuseparator
28007 Filas y columnas
28008 \family default
28009 .
28010 \end_layout
28011
28012 \begin_layout Subsubsection
28013 Entorno align estándar
28014 \begin_inset CommandInset label
28015 LatexCommand label
28016 name "sub:Entorno-align-estándar"
28017
28018 \end_inset
28019
28020
28021 \begin_inset Index idx
28022 status collapsed
28023
28024 \begin_layout Plain Layout
28025 Ecuación ! multilínea ! entorno align
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Standard
28034 Este entorno align se crea pulsando 
28035 \family sans
28036 Ctrl+Entrar
28037 \family default
28038  en una ecuación o con el menú 
28039 \family sans
28040 Insertar\SpecialChar \menuseparator
28041 Ecuación\SpecialChar \menuseparator
28042 Entorno AMS align
28043 \family default
28044 .
28045 \end_layout
28046
28047 \begin_layout Standard
28048 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28049  align de cuatro columnas:
28050 \begin_inset Formula 
28051 \begin{align*}
28052 A & =\sen(B) & C & =D\\
28053 C & \neq A & B & \neq D
28054 \end{align*}
28055
28056 \end_inset
28057
28058 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28059  un 
28060 \series bold
28061
28062 \backslash
28063 hfill
28064 \series default
28065
28066 \begin_inset Foot
28067 status collapsed
28068
28069 \begin_layout Plain Layout
28070 Más sobre 
28071 \series bold
28072
28073 \backslash
28074 hfill
28075 \series default
28076  en 
28077 \begin_inset CommandInset ref
28078 LatexCommand ref
28079 reference "sub:Espacio-variable"
28080
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \end_inset
28087
28088  antes de la primera y detrás de cada columna par.
28089  Si se pone en estilo 
28090 \series bold
28091 Sangrado
28092 \series default
28093 ,
28094 \begin_inset Foot
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098 véase estilos de ecuación en 
28099 \begin_inset CommandInset ref
28100 LatexCommand ref
28101 reference "sec:Estilos-de-ecuación"
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \end_inset
28109
28110  la ecuación queda sin el 
28111 \series bold
28112
28113 \backslash
28114 hfill
28115 \series default
28116  ante la primera columna.
28117 \end_layout
28118
28119 \begin_layout Subsubsection
28120 Entorno alignat
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Ecuación ! multilínea ! entorno alignat
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 El entorno alignat no tiene separación predefinida de columnas.
28135  Se puede insertar manualmente con los espacios descritos en 
28136 \begin_inset CommandInset ref
28137 LatexCommand ref
28138 reference "sec:Espacio"
28139
28140 \end_inset
28141
28142 .
28143 \end_layout
28144
28145 \begin_layout Standard
28146 El ejemplo anterior en el entorno alignat, con un espacio de 1
28147 \begin_inset space \thinspace{}
28148 \end_inset
28149
28150 cm al comienzo da la segunda ecuación:
28151 \begin_inset Formula 
28152 \begin{alignat*}{2}
28153 A & =\sen(B)\hspace{1cm} & C & =D\\
28154 C & \neq A & B & \neq D
28155 \end{alignat*}
28156
28157 \end_inset
28158
28159 Como cada columna puede tener un espacio diferente, este entorno es especialment
28160 e apropiado para poner tres o más ecuaciones adosadas.
28161 \end_layout
28162
28163 \begin_layout Subsubsection
28164 Entorno flalign
28165 \begin_inset CommandInset label
28166 LatexCommand label
28167 name "sub:Entorno-flalign"
28168
28169 \end_inset
28170
28171
28172 \begin_inset Index idx
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176 Ecuación ! multilínea ! entorno flalign
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Standard
28185 En este entorno las dos primeras columnas están siempre tan a la izquierda
28186  como sea posible y las dos últimas a la derecha.
28187  Ejemplo:
28188 \begin_inset Formula 
28189 \begin{flalign*}
28190 A & =1 & B & =2 & C & =3\\
28191 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28192 \end{flalign*}
28193
28194 \end_inset
28195
28196 En un entorno flalign con un número impar de columnas, en la última de las
28197  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28198  alineadas a la izquierda, aunque se use el estilo 
28199 \series bold
28200 Centrado
28201 \series default
28202 .
28203  Un ejemplo de fórmula sangrada 
28204 \begin_inset CommandInset ref
28205 LatexCommand eqref
28206 reference "eq:IntVol"
28207
28208 \end_inset
28209
28210 :
28211 \begin_inset Formula 
28212 \begin{flalign}
28213 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28214 \end{flalign}
28215
28216 \end_inset
28217
28218 Las dos primeras columnas contienen la fórmula.
28219  Para sangrarla como con el estilo 
28220 \series bold
28221 Sangrado
28222 \series default
28223 , se añade un espacio de 30
28224 \begin_inset space \thinspace{}
28225 \end_inset
28226
28227 pt al comienzo de la primera columna.
28228  
28229 \end_layout
28230
28231 \begin_layout Subsection
28232 Entorno eqnarray
28233 \begin_inset CommandInset label
28234 LatexCommand label
28235 name "sub:Entorno-eqnarray"
28236
28237 \end_inset
28238
28239
28240 \begin_inset Index idx
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244 Ecuación ! multilínea ! entorno eqnarray
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \begin_inset Index idx
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 Ecuación ! multilínea ! entorno eqnarray
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Standard
28263 Al introducir este entorno aparecen tres marcos azules.
28264  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28265  El contenido del marco central está centrado y algo más pequeño, porque
28266  está diseñado para insertar sólo caracteres de relación.
28267 \begin_inset Formula 
28268 \begin{eqnarray*}
28269 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28270 AB & AB & AB\\
28271 A & = & A
28272 \end{eqnarray*}
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Subsection
28280 Entorno gather
28281 \begin_inset Index idx
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 Ecuación ! multilínea ! entorno gather
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \begin_layout Standard
28294 Este entorno consta de una sola columna centrada.
28295  Se puede numerar cada línea.
28296 \begin_inset Formula 
28297 \begin{gather}
28298 A=1\\
28299 X=\mbox{-}1
28300 \end{gather}
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Subsection
28308 Entorno multilínea
28309 \begin_inset CommandInset label
28310 LatexCommand label
28311 name "sub:Entorno-multilínea"
28312
28313 \end_inset
28314
28315
28316 \begin_inset Index idx
28317 status collapsed
28318
28319 \begin_layout Plain Layout
28320 Ecuación ! multilínea ! entorno multilínea
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329 El entorno multilínea, como gather, consta de una sola columna.
28330  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28331  Las demás están centradas.
28332  Por tanto este entorno es apropiado para ecuaciones largas.
28333  Como ejemplo, la ecuación
28334 \begin_inset space ~
28335 \end_inset
28336
28337
28338 \begin_inset CommandInset ref
28339 LatexCommand eqref
28340 reference "eq:lefteqn"
28341
28342 \end_inset
28343
28344  en entorno multilínea:
28345 \begin_inset Formula 
28346 \begin{multline}
28347 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}\\
28348 -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}\\
28349 =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}}
28350 \end{multline}
28351
28352 \end_inset
28353
28354 En la salida sólo aparece numerada la última (primera) línea si la numeración
28355  del documento es a la derecha (izquierda).
28356 \begin_inset Foot
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 véanse los estilos de numeración en 
28361 \begin_inset CommandInset ref
28362 LatexCommand ref
28363 reference "sec:Estilos-de-ecuación"
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 Con los comandos 
28377 \series bold
28378
28379 \backslash
28380 shoveright
28381 \series default
28382
28383 \begin_inset Index idx
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387 Comandos ! S ! 
28388 \backslash
28389 shoveright
28390 \end_layout
28391
28392 \end_inset
28393
28394  y 
28395 \series bold
28396
28397 \backslash
28398 shoveleft
28399 \series default
28400
28401 \begin_inset Index idx
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405 Comandos ! S ! 
28406 \backslash
28407 shoveleft
28408 \end_layout
28409
28410 \end_inset
28411
28412 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28413 ente.
28414  Los comandos se usan como sigue:
28415 \end_layout
28416
28417 \begin_layout Standard
28418
28419 \series bold
28420
28421 \backslash
28422 shoveright{contenido de la línea}
28423 \series default
28424  y 
28425 \series bold
28426
28427 \backslash
28428 shoveleft{contenido de la línea}
28429 \end_layout
28430
28431 \begin_layout Standard
28432 \begin_inset VSpace medskip
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \begin_layout Standard
28439 La longitud 
28440 \series bold
28441
28442 \backslash
28443 multlinegap
28444 \series default
28445
28446 \begin_inset Index idx
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450 Comandos ! M ! 
28451 \backslash
28452 multlinegap
28453 \end_layout
28454
28455 \end_inset
28456
28457  especifica la distancia de la primera línea desde el margen izquierdo de
28458  la página.
28459  Esta longitud es 0
28460 \begin_inset space \thinspace{}
28461 \end_inset
28462
28463 pt por omisión.
28464 \end_layout
28465
28466 \begin_layout Standard
28467 Como ejemplo la ecuación anterior con el comando
28468 \end_layout
28469
28470 \begin_layout Standard
28471
28472 \series bold
28473
28474 \backslash
28475 setlength{
28476 \backslash
28477 multlinegap}{2cm}
28478 \end_layout
28479
28480 \begin_layout Standard
28481 insertado previamente en modo TeX:
28482 \begin_inset ERT
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486
28487
28488 \backslash
28489 setlength{
28490 \backslash
28491 multlinegap}{2cm}
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \begin_inset Formula 
28498 \begin{multline}
28499 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}\\
28500 \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}}\\
28501 =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}}
28502 \end{multline}
28503
28504 \end_inset
28505
28506
28507 \begin_inset ERT
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511
28512
28513 \backslash
28514 setlength{
28515 \backslash
28516 multlinegap}{0pt}
28517 \end_layout
28518
28519 \end_inset
28520
28521 La segunda línea se ha alineado a la izquierda con 
28522 \series bold
28523
28524 \backslash
28525 shoveleft
28526 \series default
28527 .
28528 \end_layout
28529
28530 \begin_layout Subsection
28531 Ecuación con partes multilínea
28532 \begin_inset CommandInset label
28533 LatexCommand label
28534 name "sub:Partes-multilínea"
28535
28536 \end_inset
28537
28538
28539 \begin_inset Index idx
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 Ecuación ! multilínea ! solo parte
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
28553  siguientes entornos: 
28554 \series bold
28555 aligned
28556 \series default
28557
28558 \series bold
28559 alignedat
28560 \series default
28561
28562 \series bold
28563 gathered
28564 \series default
28565  o 
28566 \series bold
28567 split
28568 \series default
28569 .
28570  Se pueden elegir en el menú 
28571 \family sans
28572 Insertar\SpecialChar \menuseparator
28573 Ecuación
28574 \family default
28575  o usando los comandos aquí descritos.
28576 \end_layout
28577
28578 \begin_layout Standard
28579 Los tres primeros tienen las mismas propiedades que los correspondientes
28580  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
28581  Un ejemplo:
28582 \begin_inset Formula 
28583 \[
28584 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28585 \Delta E\Delta t & \ge\frac{\hbar}{2}
28586 \end{aligned}
28587 \right\} \mbox{Relaciones de incertidumbre}
28588 \]
28589
28590 \end_inset
28591
28592 Para componer esta expresión se inserta una ecuación presentada y en ella
28593  se introduce el comando 
28594 \series bold
28595
28596 \backslash
28597 aligned
28598 \series default
28599
28600 \begin_inset Index idx
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604 Comandos ! A ! 
28605 \backslash
28606 aligned
28607 \end_layout
28608
28609 \end_inset
28610
28611 .
28612  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
28613  añadir filas y columnas.
28614  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
28615  como la llave.
28616 \end_layout
28617
28618 \begin_layout Standard
28619 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
28620  se alinean horizontalmente.
28621  Usar aligned en una ecuación presentada tiene la ventaja de que el número
28622  de ecuación se centra verticalmente con las líneas.
28623  Como ejemplo, la ecuación 
28624 \begin_inset CommandInset ref
28625 LatexCommand eqref
28626 reference "eq:cortolargo"
28627
28628 \end_inset
28629
28630  en entorno aligned: 
28631 \begin_inset Formula 
28632 \begin{equation}
28633 \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}|}\\
28634  & -\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}|}
28635 \end{aligned}
28636 \end{equation}
28637
28638 \end_inset
28639
28640 Para usar los entornos 
28641 \series bold
28642 alignedat
28643 \series default
28644
28645 \series bold
28646 gathered
28647 \series default
28648 , o 
28649 \series bold
28650 split
28651 \series default
28652 , se insertan respectivamente los comandos
28653 \series bold
28654  
28655 \backslash
28656 alignedat
28657 \series default
28658 ,
28659 \begin_inset Index idx
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 Comandos ! A ! 
28664 \backslash
28665 alignedat
28666 \end_layout
28667
28668 \end_inset
28669
28670  
28671 \series bold
28672
28673 \backslash
28674 gathered
28675 \series default
28676
28677 \begin_inset Index idx
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 Comandos ! G ! 
28682 \backslash
28683 gathered
28684 \end_layout
28685
28686 \end_inset
28687
28688 , o 
28689 \series bold
28690
28691 \backslash
28692 split
28693 \series default
28694
28695 \begin_inset Index idx
28696 status collapsed
28697
28698 \begin_layout Plain Layout
28699 Comandos ! S ! 
28700 \backslash
28701 split
28702 \end_layout
28703
28704 \end_inset
28705
28706 .
28707  El entorno split tiene las mismas propiedades que aligned pero sólo puede
28708  tener dos columnas.
28709 \end_layout
28710
28711 \begin_layout Subsection
28712 Texto en ecuaciones multilínea
28713 \begin_inset CommandInset label
28714 LatexCommand label
28715 name "sub:Texto-en-multilínea"
28716
28717 \end_inset
28718
28719
28720 \begin_inset Index idx
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 Texto ! en ecuaciones
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \begin_inset Index idx
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734 Ecuación ! multilínea ! texto en
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 En los entornos align, multilínea y gather, se puede insertar texto que
28744  se mostrará en una línea separada y que no afecta la alineación de columna.
28745  Para esto se usa el comando 
28746 \series bold
28747
28748 \backslash
28749 intertext
28750 \series default
28751
28752 \begin_inset Index idx
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 Comandos ! I ! 
28757 \backslash
28758 intertext
28759 \end_layout
28760
28761 \end_inset
28762
28763  con el siguiente esquema:
28764 \end_layout
28765
28766 \begin_layout Standard
28767
28768 \series bold
28769
28770 \backslash
28771 intertext{texto}
28772 \end_layout
28773
28774 \begin_layout Standard
28775 El texto no debería ocupar más de una línea porque no se puede partir con
28776  guión.
28777  Como LyX aún no soporta 
28778 \series bold
28779
28780 \backslash
28781 intertext
28782 \series default
28783  directamente, el texto se escribe como texto matemático.
28784  
28785 \series bold
28786
28787 \backslash
28788 intertext
28789 \series default
28790  debe por tanto estar al comienzo de una línea y en la salida se presenta
28791  sobre esta línea.
28792  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
28793 \begin_inset Formula 
28794 \begin{align}
28795 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28796 \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
28797 \end{align}
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805 \noindent
28806 \align center
28807 \begin_inset Newpage newpage
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \begin_layout Section
28814 Numeración de ecuaciones
28815 \begin_inset Index idx
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819 Ecuación ! numeración|see
28820 \begin_inset ERT
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824
28825 {
28826 \end_layout
28827
28828 \end_inset
28829
28830 Numeración de ecuaciones
28831 \begin_inset ERT
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835
28836 }
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \begin_inset Index idx
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851 Numeración de ecuaciones
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Subsection
28860 General
28861 \end_layout
28862
28863 \begin_layout Standard
28864 Las ecuaciones numeradas se insertan con el menú 
28865 \family sans
28866 Insertar\SpecialChar \menuseparator
28867 Ecuación
28868 \family default
28869  
28870 \family sans
28871 \SpecialChar \menuseparator
28872 Numerada
28873 \family default
28874  (atajo 
28875 \family sans
28876 Ctrl+Alt
28877 \begin_inset space ~
28878 \end_inset
28879
28880 N
28881 \family default
28882 ).
28883  Ecuaciones existentes se pueden numerar con el menú 
28884 \family sans
28885 Editar\SpecialChar \menuseparator
28886 Ecuación\SpecialChar \menuseparator
28887 Numerar la ecuación
28888 \family default
28889  (atajo
28890 \family sans
28891  Alt+M
28892 \begin_inset space ~
28893 \end_inset
28894
28895 N
28896 \family default
28897 ).
28898  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
28899  En la salida se muestra el número real.
28900 \end_layout
28901
28902 \begin_layout Standard
28903 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
28904  líneas.
28905  No obstante, la numeración se puede controlar en cada línea con el menú
28906  
28907 \family sans
28908 Editar\SpecialChar \menuseparator
28909 Ecuación\SpecialChar \menuseparator
28910 Numerar la línea
28911 \family default
28912  (atajo
28913 \family sans
28914  Alt+M
28915 \begin_inset space ~
28916 \end_inset
28917
28918 Mayúsculas+N
28919 \family default
28920 ).
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
28925  distintos, véase 
28926 \begin_inset CommandInset ref
28927 LatexCommand ref
28928 reference "sec:Estilos-de-ecuación"
28929
28930 \end_inset
28931
28932 .
28933 \end_layout
28934
28935 \begin_layout Subsection
28936 Referencias cruzadas
28937 \begin_inset Index idx
28938 status collapsed
28939
28940 \begin_layout Plain Layout
28941 Ecuación ! referencias cruzadas a
28942 \end_layout
28943
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \begin_layout Standard
28950 Todas las ecuaciones con etiqueta se pueden referir.
28951  La etiqueta se añade con el menú 
28952 \family sans
28953 Insertar\SpecialChar \menuseparator
28954 Etiqueta
28955 \family default
28956  o con el botón 
28957 \begin_inset Graphics
28958         filename ../../images/label-insert.png
28959         scale 85
28960
28961 \end_inset
28962
28963  de la barra de herramientas.
28964  El cursor debe estar dentro de una ecuación en modo presentación.
28965  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
28966  
28967 \family sans
28968 Etiqueta de ecuación
28969 \family default
28970 .
28971  Surge un diálogo con el prefijo 
28972 \series bold
28973 eq:
28974 \series default
28975 , detrás del cual se escribe el texto de la etiqueta.
28976  El prefijo significa 
28977 \begin_inset Quotes fld
28978 \end_inset
28979
28980 equation
28981 \begin_inset Quotes frd
28982 \end_inset
28983
28984  y hace más fácil encontrar etiquetas en documentos extensos porque así
28985  se distingue p.
28986 \begin_inset space \thinspace{}
28987 \end_inset
28988
28989 ej.
28990 \begin_inset space ~
28991 \end_inset
28992
28993 de las etiquetas de sección.
28994  Para cambiar una etiqueta se usa de nuevo el menú 
28995 \family sans
28996 Insertar\SpecialChar \menuseparator
28997 Etiqueta 
28998 \family default
28999 o la opción 
29000 \family sans
29001 Etiqueta de ecuación
29002 \family default
29003  al hacer clic derecha sobre una fórmula.
29004 \end_layout
29005
29006 \begin_layout Standard
29007 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29008  ecuación.
29009  Una ecuación con etiqueta se numera siempre.
29010 \end_layout
29011
29012 \begin_layout Standard
29013 Las referencias cruzadas se insertan mediante el menú 
29014 \family sans
29015 Insertar\SpecialChar \menuseparator
29016 Referencia cruzada
29017 \family default
29018  o con el botón 
29019 \begin_inset Graphics
29020         filename ../../images/dialog-show-new-inset_ref.png
29021         scale 85
29022
29023 \end_inset
29024
29025 .
29026  Una referencia a una ecuación aparece en la salida con su número.
29027  Si en el diálogo de referencia cruzada se elige el formato 
29028 \series bold
29029 (<referencia>)
29030 \series default
29031 , la referencia se muestra en la salida entre paréntesis.
29032  
29033 \begin_inset Newline newline
29034 \end_inset
29035
29036 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29037  a la ecuación de referencia.
29038 \end_layout
29039
29040 \begin_layout Standard
29041 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29042  siguientes:
29043 \begin_inset Note Note
29044 status collapsed
29045
29046 \begin_layout Plain Layout
29047 Observa los distintos tipos de referencias cruzadas.
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \begin_layout Standard
29056 Las ecuaciones 
29057 \begin_inset CommandInset ref
29058 LatexCommand eqref
29059 reference "eq:tag"
29060
29061 \end_inset
29062
29063  y 
29064 \begin_inset CommandInset ref
29065 LatexCommand eqref
29066 reference "eq:c"
29067
29068 \end_inset
29069
29070  son equivalentes.
29071  En (
29072 \begin_inset CommandInset ref
29073 LatexCommand ref
29074 reference "eq:Lat"
29075
29076 \end_inset
29077
29078 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29079 \begin_inset CommandInset ref
29080 LatexCommand ref
29081 reference "eq:Rom"
29082
29083 \end_inset
29084
29085 ).
29086 \begin_inset VSpace medskip
29087 \end_inset
29088
29089
29090 \end_layout
29091
29092 \begin_layout Standard
29093 Si el argumento de 
29094 \series bold
29095
29096 \backslash
29097 tag
29098 \begin_inset Foot
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103 \series bold
29104
29105 \backslash
29106 tag
29107 \series default
29108  se describe en 
29109 \begin_inset CommandInset ref
29110 LatexCommand ref
29111 reference "sub:Numeración-personalizada"
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \end_inset
29119
29120
29121 \series default
29122  contiene un marco, como se describe en la 
29123 \begin_inset CommandInset ref
29124 LatexCommand ref
29125 reference "sub:Marcos-de-párrafo"
29126
29127 \end_inset
29128
29129 , no se puede referir la ecuación.
29130 \end_layout
29131
29132 \begin_layout Subsection
29133 Subnumeración
29134 \begin_inset Index idx
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138 Numeración de ecuaciones ! subnumeración
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \begin_layout Standard
29147 Con ayuda de los comandos 
29148 \series bold
29149
29150 \backslash
29151 begin{subequations}
29152 \series default
29153  y 
29154 \series bold
29155
29156 \backslash
29157 end{subequations}
29158 \series default
29159  en modo TeX se pueden subnumerar ecuaciones.
29160 \end_layout
29161
29162 \begin_layout Standard
29163 Ejemplo:
29164 \begin_inset Formula 
29165 \begin{equation}
29166 A=C-B\label{eq:a}
29167 \end{equation}
29168
29169 \end_inset
29170
29171
29172 \begin_inset ERT
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176
29177
29178 \backslash
29179 addtocounter{equation}{-1}
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \begin_inset ERT
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189
29190
29191 \backslash
29192 begin{subequations}
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \begin_inset VSpace -5mm
29199 \end_inset
29200
29201
29202 \begin_inset Formula 
29203 \begin{equation}
29204 B=C-A\label{eq:b}
29205 \end{equation}
29206
29207 \end_inset
29208
29209
29210 \begin_inset Formula 
29211 \begin{equation}
29212 C=A+B\label{eq:c}
29213 \end{equation}
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \begin_layout Standard
29221 \begin_inset ERT
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225
29226
29227 \backslash
29228 end{subequations}
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Para este ejemplo se ha hecho lo siguiente:
29238 \end_layout
29239
29240 \begin_layout Enumerate
29241 se inserta la primera ecuación
29242 \end_layout
29243
29244 \begin_layout Enumerate
29245 después de ella se inserta
29246 \series bold
29247
29248 \begin_inset Newline newline
29249 \end_inset
29250
29251
29252 \backslash
29253 addtocounter{equation}{-1} 
29254 \backslash
29255 begin{subequations}
29256 \begin_inset Index idx
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 Comandos ! A ! 
29261 \backslash
29262 addtocounter
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \begin_layout Enumerate
29271 se inserta la segunda ecuación
29272 \end_layout
29273
29274 \begin_layout Enumerate
29275 se inserta la tercera ecuación
29276 \end_layout
29277
29278 \begin_layout Enumerate
29279 se inserta 
29280 \series bold
29281
29282 \backslash
29283 end{subequations}
29284 \series default
29285  tras la tercera ecuación
29286 \end_layout
29287
29288 \begin_layout Standard
29289 Toda ecuación entre los comandos 
29290 \series bold
29291
29292 \backslash
29293 begin
29294 \series default
29295  y 
29296 \series bold
29297
29298 \backslash
29299 end
29300 \series default
29301  se subnumera con a, b, c\SpecialChar \ldots{}
29302  En ecuaciones multilínea se subnumerará cada línea.
29303  Todas las ecuaciones subnumeradas son tratadas como 
29304 \emph on
29305 una
29306 \emph default
29307  ecuación numerada.
29308  Pero como cada ecuación numerada aumenta el contador 
29309 \series bold
29310 equation
29311 \series default
29312  en uno, hay que disminuir el comando 
29313 \series bold
29314
29315 \backslash
29316 addtocounter
29317 \series default
29318 .
29319  De lo contrario, las ecuaciones 
29320 \begin_inset CommandInset ref
29321 LatexCommand eqref
29322 reference "eq:a"
29323
29324 \end_inset
29325
29326
29327 \begin_inset CommandInset ref
29328 LatexCommand eqref
29329 reference "eq:b"
29330
29331 \end_inset
29332
29333
29334 \begin_inset CommandInset ref
29335 LatexCommand eqref
29336 reference "eq:c"
29337
29338 \end_inset
29339
29340  se numerarían 
29341 \begin_inset CommandInset ref
29342 LatexCommand eqref
29343 reference "eq:a"
29344
29345 \end_inset
29346
29347
29348 \begin_inset CommandInset ref
29349 LatexCommand eqref
29350 reference "eq:d"
29351
29352 \end_inset
29353
29354
29355 \begin_inset CommandInset ref
29356 LatexCommand eqref
29357 reference "eq:f"
29358
29359 \end_inset
29360
29361 .
29362 \end_layout
29363
29364 \begin_layout Standard
29365 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29366  ecuaciones.
29367  Para evitarlo se inserta ese espacio vertical de -5
29368 \begin_inset space \thinspace{}
29369 \end_inset
29370
29371 mm detrás del comando 
29372 \series bold
29373
29374 \backslash
29375 begin{subequations}
29376 \series default
29377 .
29378
29379 \series bold
29380  
29381 \series default
29382 Si se usa el estilo 
29383 \series bold
29384 Sangrado
29385 \series default
29386
29387 \begin_inset Foot
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391 véase estilos de ecuación en 
29392 \begin_inset CommandInset ref
29393 LatexCommand ref
29394 reference "sec:Estilos-de-ecuación"
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \end_inset
29402
29403 , entonces se inserta -7
29404 \begin_inset space \thinspace{}
29405 \end_inset
29406
29407 mm.
29408 \end_layout
29409
29410 \begin_layout Standard
29411 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29412  de la segunda línea:
29413 \begin_inset ERT
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418
29419 \backslash
29420 begin{subequations}
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Formula 
29427 \begin{eqnarray}
29428 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29429  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29430  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29431 \end{eqnarray}
29432
29433 \end_inset
29434
29435
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441
29442 \backslash
29443 end{subequations}
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Subsection
29452 Numeración definida por el usuario
29453 \begin_inset CommandInset label
29454 LatexCommand label
29455 name "sub:Numeración-personalizada"
29456
29457 \end_inset
29458
29459
29460 \begin_inset Index idx
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464 Numeración de ecuaciones ! personalizada
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Standard
29473 Con la numeración estándar el número se coloca entre paréntesis.
29474  Para reemplazar los paréntesis con barras verticales, p.
29475 \begin_inset space \thinspace{}
29476 \end_inset
29477
29478 e., se añade al preámbulo LaTeX la línea: 
29479 \end_layout
29480
29481 \begin_layout Standard
29482
29483 \series bold
29484
29485 \backslash
29486 def
29487 \backslash
29488 tagform@#1{
29489 \backslash
29490 maketag@@@{|#1|}}
29491 \series default
29492
29493 \begin_inset Note Note
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
29498  Para activarlo, quita el % del principio.
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Para usar otros caracteres, se reemplazan las barras al lado de 
29508 \series bold
29509 #1
29510 \series default
29511  por ellos.
29512  Para obtener sólo el número de ecuación se omiten las barras verticales.
29513 \begin_inset VSpace bigskip
29514 \end_inset
29515
29516
29517 \end_layout
29518
29519 \begin_layout Standard
29520 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
29521  consecutivo, se usa el comando 
29522 \series bold
29523
29524 \backslash
29525 tag
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Comandos ! T ! 
29531 \backslash
29532 tag
29533 \end_layout
29534
29535 \end_inset
29536
29537
29538 \series default
29539 :
29540 \begin_inset Formula 
29541 \begin{equation}
29542 A+B=C\tag{algo}\label{eq:tag}
29543 \end{equation}
29544
29545 \end_inset
29546
29547 En este ejemplo se ha insertado el comando
29548 \series bold
29549  
29550 \backslash
29551 tag
29552 \begin_inset space \textvisiblespace{}
29553 \end_inset
29554
29555 algo
29556 \series default
29557  en la ecuación.
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Si se usa en su lugar el comando con asterisco 
29562 \series bold
29563
29564 \backslash
29565 tag*
29566 \begin_inset space \textvisiblespace{}
29567 \end_inset
29568
29569 algo
29570 \series default
29571  no se imprimen los paréntesis:
29572 \begin_inset Formula 
29573 \[
29574 A+B=C\tag*{algo}
29575 \]
29576
29577 \end_inset
29578
29579
29580 \end_layout
29581
29582 \begin_layout Standard
29583 \begin_inset VSpace bigskip
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \begin_layout Standard
29590 Para reiniciar la numeración en nuevas partes o secciones del documento
29591  se usan los siguientes comandos:
29592 \end_layout
29593
29594 \begin_layout Standard
29595
29596 \series bold
29597
29598 \backslash
29599 @addtoreset{equation}{part}
29600 \series default
29601
29602 \begin_inset Index idx
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606 Comandos ! 
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612 "
29613 \end_layout
29614
29615 \end_inset
29616
29617 @
29618 \begin_inset ERT
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622
29623 "
29624 \end_layout
29625
29626 \end_inset
29627
29628  ! 
29629 \backslash
29630
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635
29636 "
29637 \end_layout
29638
29639 \end_inset
29640
29641 @
29642 \begin_inset ERT
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646
29647 "
29648 \end_layout
29649
29650 \end_inset
29651
29652 addtoreset
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \begin_inset Newline newline
29659 \end_inset
29660
29661
29662 \series bold
29663
29664 \backslash
29665 @addtoreset{equation}{section}
29666 \end_layout
29667
29668 \begin_layout Standard
29669 Pata poder usar estos comandos en modo TeX, el carácter 
29670 \begin_inset Quotes fld
29671 \end_inset
29672
29673 @
29674 \begin_inset Quotes frd
29675 \end_inset
29676
29677  debe 
29678 \begin_inset Quotes fld
29679 \end_inset
29680
29681 activarse
29682 \begin_inset Quotes frd
29683 \end_inset
29684
29685  para LaTeX con el comando 
29686 \series bold
29687
29688 \backslash
29689 makeatletter
29690 \series default
29691 .
29692  El comando 
29693 \series bold
29694
29695 \backslash
29696 makeatother
29697 \series default
29698  deshace esto.
29699  Así pues, la secuencia de comandos en modo TeX es:
29700 \end_layout
29701
29702 \begin_layout Standard
29703
29704 \series bold
29705
29706 \backslash
29707 makeatletter
29708 \begin_inset Newline newline
29709 \end_inset
29710
29711
29712 \backslash
29713 @addtoreset{equation}{section}
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717
29718 \backslash
29719 makeatother
29720 \end_layout
29721
29722 \begin_layout Standard
29723 En el preámbulo LaTeX se pueden omitir 
29724 \series bold
29725
29726 \backslash
29727 makeatletter
29728 \series default
29729  y 
29730 \series bold
29731
29732 \backslash
29733 makeatother
29734 \series default
29735  pues son automáticamente insertados por LyX.
29736 \end_layout
29737
29738 \begin_layout Standard
29739 Para el comando 
29740 \series bold
29741
29742 \backslash
29743 @addtoreset
29744 \series default
29745 ,
29746 \series bold
29747  
29748 \series default
29749 hay que cargar en el preámbulo LaTeX el archivo 
29750 \series bold
29751 remreset.sty
29752 \series default
29753
29754 \begin_inset Foot
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759 \series bold
29760 remreset
29761 \series default
29762  es parte del paquete LaTeX 
29763 \series bold
29764 carlisle
29765 \series default
29766
29767 \begin_inset Index idx
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771 Paquetes ! carlisle
29772 \end_layout
29773
29774 \end_inset
29775
29776 , incluido en las instalaciones estándar de LaTeX.
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \begin_inset Index idx
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786 Paquetes ! remreset
29787 \end_layout
29788
29789 \end_inset
29790
29791  con la línea
29792 \end_layout
29793
29794 \begin_layout Standard
29795
29796 \series bold
29797
29798 \backslash
29799 usepackage{remreset}
29800 \end_layout
29801
29802 \begin_layout Standard
29803 Entonces se puede usar el comando 
29804 \series bold
29805
29806 \backslash
29807 @removefromreset
29808 \series default
29809
29810 \begin_inset Index idx
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814 Comandos ! 
29815 \begin_inset ERT
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819
29820 "
29821 \end_layout
29822
29823 \end_inset
29824
29825 @
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831 "
29832 \end_layout
29833
29834 \end_inset
29835
29836  ! 
29837 \backslash
29838
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844 "
29845 \end_layout
29846
29847 \end_inset
29848
29849 @
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855 "
29856 \end_layout
29857
29858 \end_inset
29859
29860 removefromreset
29861 \end_layout
29862
29863 \end_inset
29864
29865  con el mismo esquema que 
29866 \series bold
29867
29868 \backslash
29869 @addtoreset
29870 \series default
29871 .
29872 \begin_inset VSpace bigskip
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Standard
29879 A veces las ecuaciones deberían numerarse de la siguiente manera:
29880 \end_layout
29881
29882 \begin_layout Standard
29883
29884 \family typewriter
29885 (número de sección.número de ecuación)
29886 \end_layout
29887
29888 \begin_layout Standard
29889 El número de ecuación empezaría con 
29890 \begin_inset Quotes fld
29891 \end_inset
29892
29893 1
29894 \begin_inset Quotes frd
29895 \end_inset
29896
29897  en cada sección.
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Para este caso hay el comando 
29902 \series bold
29903
29904 \backslash
29905 numberwithin
29906 \series default
29907
29908 \begin_inset Index idx
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912 Comandos ! N ! 
29913 \backslash
29914 numberwithin
29915 \end_layout
29916
29917 \end_inset
29918
29919 , que se usa con el esquema:
29920 \end_layout
29921
29922 \begin_layout Standard
29923
29924 \series bold
29925
29926 \backslash
29927 numberwithin{counter}{sectioning}
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset Quotes fld
29932 \end_inset
29933
29934 counter
29935 \begin_inset Quotes frd
29936 \end_inset
29937
29938  indica qué clase de numeración es afectada, 
29939 \begin_inset Quotes fld
29940 \end_inset
29941
29942 sectioning
29943 \begin_inset Quotes frd
29944 \end_inset
29945
29946  indica qué número va delante del punto.
29947  
29948 \end_layout
29949
29950 \begin_layout Standard
29951 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
29952  en el preámbulo LaTeX:
29953 \end_layout
29954
29955 \begin_layout Standard
29956
29957 \series bold
29958
29959 \backslash
29960 numberwithin{equation}{section}
29961 \end_layout
29962
29963 \begin_layout Standard
29964 Este es el resultado::
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970
29971 \backslash
29972 numberwithin{equation}{section}
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \begin_inset Formula 
29979 \begin{equation}
29980 A+B=C
29981 \end{equation}
29982
29983 \end_inset
29984
29985
29986 \end_layout
29987
29988 \begin_layout Standard
29989 Para numerar cuadros de modo que, p.
29990 \begin_inset space \thinspace{}
29991 \end_inset
29992
29993 ej., 
29994 \begin_inset Quotes fld
29995 \end_inset
29996
29997 sectioning
29998 \begin_inset Quotes frd
29999 \end_inset
30000
30001  sea el número de la parte se usa
30002 \begin_inset Newline newline
30003 \end_inset
30004
30005
30006 \series bold
30007
30008 \backslash
30009 numberwithin{table}{part}
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Para volver a la numeración estándar o evitar esta clase numeración cuando
30014  es definida por la clase de documento, se inserta el siguiente comando
30015  en código TeX o en el preámbulo LaTeX:
30016 \end_layout
30017
30018 \begin_layout Standard
30019
30020 \series bold
30021
30022 \backslash
30023 renewcommand{
30024 \backslash
30025 theequation}{
30026 \backslash
30027 arabic{equation}}
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Comandos ! A ! 
30033 \backslash
30034 arabic
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \series default
30041
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047
30048 \backslash
30049 renewcommand{
30050 \backslash
30051 theequation}{
30052 \backslash
30053 arabic{equation}}
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \series bold
30060
30061 \begin_inset Newline newline
30062 \end_inset
30063
30064
30065 \series default
30066 o
30067 \series bold
30068
30069 \begin_inset Newline newline
30070 \end_inset
30071
30072
30073 \backslash
30074 renewcommand{
30075 \backslash
30076 thetable}{
30077 \backslash
30078 arabic{table}}
30079 \end_layout
30080
30081 \begin_layout Standard
30082
30083 \series bold
30084
30085 \backslash
30086 numberwithin
30087 \series default
30088  usa internamente el comando 
30089 \series bold
30090
30091 \backslash
30092 @addtoreset
30093 \series default
30094 , descrito arriba, que también debe ser restaurado.
30095 \begin_inset ERT
30096 status collapsed
30097
30098 \begin_layout Plain Layout
30099
30100
30101 \backslash
30102 makeatletter
30103 \end_layout
30104
30105 \begin_layout Plain Layout
30106
30107
30108 \backslash
30109 @removefromreset{equation}{section}
30110 \end_layout
30111
30112 \begin_layout Plain Layout
30113
30114
30115 \backslash
30116 makeatother
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \end_layout
30123
30124 \begin_layout Subsection
30125 Numeración con números romanos y letras
30126 \begin_inset Index idx
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 Numeración de ecuaciones ! con números romanos
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \begin_inset Index idx
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140 Numeración de ecuaciones ! con letras
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30150  Por ejemplo, para numerar con romanos en minúscula,
30151 \begin_inset Foot
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155 Como en español no se usan romanos en minúscula, el estilo 
30156 \series bold
30157 spanish
30158 \series default
30159  del sistema 
30160 \series bold
30161 babel
30162 \series default
30163  redefine 
30164 \series bold
30165
30166 \backslash
30167 roman
30168 \series default
30169  para que los dé en versalitas.
30170  Véase 
30171 \begin_inset CommandInset citation
30172 LatexCommand cite
30173 key "spanish"
30174
30175 \end_inset
30176
30177  (
30178 \emph on
30179 N.
30180 \begin_inset space \thinspace{}
30181 \end_inset
30182
30183 del t
30184 \emph default
30185 ).
30186 \end_layout
30187
30188 \end_inset
30189
30190  se inserta el comando
30191 \end_layout
30192
30193 \begin_layout Standard
30194
30195 \series bold
30196
30197 \backslash
30198 renewcommand{
30199 \backslash
30200 theequation}{
30201 \backslash
30202 roman{equation}}
30203 \end_layout
30204
30205 \begin_layout Standard
30206 antes de la ecuación en modo TeX.
30207  
30208 \series bold
30209
30210 \backslash
30211 renewcommand
30212 \series default
30213
30214 \begin_inset Index idx
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218 Comandos ! R ! 
30219 \backslash
30220 renewcommand
30221 \end_layout
30222
30223 \end_inset
30224
30225  redefine el comando predefinido 
30226 \series bold
30227
30228 \backslash
30229 theequation
30230 \series default
30231  como 
30232 \series bold
30233
30234 \backslash
30235 roman{equation}
30236 \series default
30237 .
30238 \begin_inset Foot
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 El comando 
30243 \series bold
30244
30245 \backslash
30246 renewcommand
30247 \series default
30248  tiene el mismo esquema que el comando 
30249 \series bold
30250
30251 \backslash
30252 newcommand
30253 \series default
30254 , descrito en 
30255 \begin_inset CommandInset ref
30256 LatexCommand ref
30257 reference "sub:El-comando-newcommand"
30258
30259 \end_inset
30260
30261 .
30262 \end_layout
30263
30264 \end_inset
30265
30266  
30267 \series bold
30268 equation
30269 \series default
30270  es el contador de ecuaciones.
30271  Si se usa el comando 
30272 \series bold
30273
30274 \backslash
30275 the
30276 \series default
30277  como prefijo de un contador, el valor del contador sale en números arábigos.
30278  Si una ecuación es numerada, LaTeX pone internamente el comando 
30279 \series bold
30280
30281 \backslash
30282 theequation
30283 \series default
30284  detrás de la ecuación.
30285  
30286 \series bold
30287
30288 \backslash
30289 roman{equation}
30290 \series default
30291
30292 \begin_inset Index idx
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Comandos ! R ! 
30297 \backslash
30298 roman
30299 \end_layout
30300
30301 \end_inset
30302
30303  pone el contador en romanos en minúscula.
30304 \end_layout
30305
30306 \begin_layout Standard
30307 Todas las ecuaciones siguientes a 
30308 \series bold
30309
30310 \backslash
30311 renew
30312 \series default
30313 c
30314 \series bold
30315 ommand
30316 \series default
30317  se numerarán en romanos.
30318  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30319  cambiando 
30320 \series bold
30321
30322 \backslash
30323 roman
30324 \series default
30325  por 
30326 \series bold
30327
30328 \backslash
30329 Roman
30330 \series default
30331
30332 \begin_inset Index idx
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336 Comandos ! R ! 
30337 \backslash
30338 roman@
30339 \backslash
30340 Roman
30341 \end_layout
30342
30343 \end_inset
30344
30345 .
30346  Para 
30347 \begin_inset Quotes fld
30348 \end_inset
30349
30350 numerar
30351 \begin_inset Quotes frd
30352 \end_inset
30353
30354  con minúsculas latinas hay el comando 
30355 \series bold
30356
30357 \backslash
30358 alph
30359 \series default
30360
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365 Comandos ! A ! 
30366 \backslash
30367 alph
30368 \end_layout
30369
30370 \end_inset
30371
30372 , y para mayúsculas el comando 
30373 \series bold
30374
30375 \backslash
30376 Alph
30377 \series default
30378
30379 \begin_inset Index idx
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383 Comandos ! A ! 
30384 \backslash
30385 alph@
30386 \backslash
30387 Alph
30388 \end_layout
30389
30390 \end_inset
30391
30392 .
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset Note Greyedout
30397 status open
30398
30399 \begin_layout Plain Layout
30400
30401 \series bold
30402 \color none
30403 Nota:
30404 \series default
30405  Con letras latinas sólo se puede numerar hasta un máximo de 26
30406 \begin_inset space ~
30407 \end_inset
30408
30409 ecuaciones.
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 renewcommand{
30426 \backslash
30427 theequation}{
30428 \backslash
30429 roman{equation}}
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \begin_inset Formula 
30436 \begin{equation}
30437 A=\textrm{romanos en minúscula}
30438 \end{equation}
30439
30440 \end_inset
30441
30442
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 renewcommand{
30451 \backslash
30452 theequation}{
30453 \backslash
30454 Roman{equation}}
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \begin_inset Formula 
30461 \begin{equation}
30462 B=\textrm{romanos en mayúscula}\label{eq:Rom}
30463 \end{equation}
30464
30465 \end_inset
30466
30467
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 renewcommand{
30476 \backslash
30477 theequation}{
30478 \backslash
30479 alph{equation}}
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \begin_inset Formula 
30486 \begin{equation}
30487 C=\textrm{latinas en minúscula}
30488 \end{equation}
30489
30490 \end_inset
30491
30492
30493 \begin_inset ERT
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497
30498
30499 \backslash
30500 renewcommand{
30501 \backslash
30502 theequation}{
30503 \backslash
30504 Alph{equation}}
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Formula 
30511 \begin{equation}
30512 D=\textrm{latinas en mayúscula}\label{eq:Lat}
30513 \end{equation}
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 Para volver a la numeración por omisión se inserta el comando:
30522 \end_layout
30523
30524 \begin_layout Standard
30525
30526 \series bold
30527
30528 \backslash
30529 renewcommand{
30530 \backslash
30531 theequation}{
30532 \backslash
30533 arabic{equation}}
30534 \begin_inset Index idx
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 Comandos ! A ! 
30539 \backslash
30540 arabic
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \end_layout
30547
30548 \begin_layout Standard
30549 \begin_inset ERT
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553
30554
30555 \backslash
30556 renewcommand{
30557 \backslash
30558 theequation}{
30559 \backslash
30560 arabic{equation}}
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \begin_inset Formula 
30567 \begin{equation}
30568 E=\mbox{arábigos}
30569 \end{equation}
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \begin_layout Standard
30577 \begin_inset VSpace medskip
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Standard
30584 Como ves, las ecuaciones se numeran consecutivamente independientemente
30585  del estilo de numeración.
30586  Cuando la numeración haya de empezar con 
30587 \begin_inset Quotes fld
30588 \end_inset
30589
30590 1
30591 \begin_inset Quotes frd
30592 \end_inset
30593
30594  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
30595  Una descripción sobre esto se encuentra en el archivo 
30596 \begin_inset CommandInset href
30597 LatexCommand href
30598 name "Formula-numbering.lyx"
30599 target "run:Formula-numbering.lyx"
30600
30601 \end_inset
30602
30603 .
30604 \end_layout
30605
30606 \begin_layout Section
30607 Símbolos y ecuaciones químicas
30608 \begin_inset CommandInset label
30609 LatexCommand label
30610 name "sub:Símbolos-y-ecuaciones-químicas"
30611
30612 \end_inset
30613
30614
30615 \begin_inset Index idx
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 Química ! símbolos
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \begin_inset Index idx
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Química ! caracteres
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \begin_inset Index idx
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639 Ecuación ! química|see
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645 {
30646 \end_layout
30647
30648 \end_inset
30649
30650 Química
30651 \begin_inset ERT
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655
30656 }
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \begin_inset Index idx
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671 Química ! iones
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \begin_inset Index idx
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 Iones|see
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687 {
30688 \end_layout
30689
30690 \end_inset
30691
30692 Química
30693 \begin_inset ERT
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698 }
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \begin_inset Index idx
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713 Química ! reacción
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Un ejemplo de texto de química:
30723 \end_layout
30724
30725 \begin_layout Quote
30726 El ion 
30727 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30728 \end_inset
30729
30730  reacciona con dos iones 
30731 \begin_inset Formula $\mathrm{Na^{+}}$
30732 \end_inset
30733
30734  para dar sulfato de sodio 
30735 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
30736 \end_inset
30737
30738 .
30739  La ecuación química es:
30740 \begin_inset Formula 
30741 \begin{equation}
30742 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
30743 \end{equation}
30744
30745 \end_inset
30746
30747
30748 \end_layout
30749
30750 \begin_layout Standard
30751 Esta ecuación química puede componerse directamente en modo ecuación.
30752  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
30753  y con el atajo 
30754 \family sans
30755 Alt+C
30756 \begin_inset space ~
30757 \end_inset
30758
30759 R
30760 \family default
30761  se cambia en redonda.
30762 \begin_inset Foot
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766 véase estilos de tipografías en 
30767 \begin_inset CommandInset ref
30768 LatexCommand ref
30769 reference "sub:Estilos-de-tipografías"
30770
30771 \end_inset
30772
30773 .
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Standard
30782 Para escribir ecuaciones químicas es más conveniente usar el comando 
30783 \series bold
30784
30785 \backslash
30786 ce
30787 \series default
30788
30789 \begin_inset Index idx
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793 Comandos ! C ! 
30794 \backslash
30795 ce
30796 \end_layout
30797
30798 \end_inset
30799
30800 , que está disponible si está instalado el paquete LaTeX 
30801 \series bold
30802 mhchem
30803 \series default
30804
30805 \begin_inset Index idx
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Paquetes ! mhchem
30810 \end_layout
30811
30812 \end_inset
30813
30814 .
30815  Al insertar 
30816 \series bold
30817
30818 \backslash
30819 ce
30820 \series default
30821  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
30822  ecuaciones químicas de una forma intuitiva.
30823 \end_layout
30824
30825 \begin_layout Standard
30826 \align center
30827 \begin_inset Tabular
30828 <lyxtabular version="3" rows="9" columns="2">
30829 <features rotate="0" tabularvalignment="middle">
30830 <column alignment="center" valignment="top">
30831 <column alignment="center" valignment="top">
30832 <row>
30833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30834 \begin_inset Text
30835
30836 \begin_layout Plain Layout
30837 Comando
30838 \end_layout
30839
30840 \end_inset
30841 </cell>
30842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30843 \begin_inset Text
30844
30845 \begin_layout Plain Layout
30846 Resultado
30847 \begin_inset Note Note
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852 \series bold
30853
30854 \backslash
30855 raisebox
30856 \series default
30857  se usa sólo como espaciador
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 </row>
30868 <row>
30869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30870 \begin_inset Text
30871
30872 \begin_layout Plain Layout
30873
30874 \backslash
30875 ce
30876 \begin_inset space \textvisiblespace{}
30877 \end_inset
30878
30879 H2CO3
30880 \end_layout
30881
30882 \end_inset
30883 </cell>
30884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30885 \begin_inset Text
30886
30887 \begin_layout Plain Layout
30888 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \end_inset
30895 </cell>
30896 </row>
30897 <row>
30898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30899 \begin_inset Text
30900
30901 \begin_layout Plain Layout
30902
30903 \backslash
30904 ce
30905 \begin_inset space \textvisiblespace{}
30906 \end_inset
30907
30908 SO4^2-
30909 \end_layout
30910
30911 \end_inset
30912 </cell>
30913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30914 \begin_inset Text
30915
30916 \begin_layout Plain Layout
30917 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \end_inset
30924 </cell>
30925 </row>
30926 <row>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout Plain Layout
30931
30932 \backslash
30933 ce
30934 \begin_inset space \textvisiblespace{}
30935 \end_inset
30936
30937 (NH4)2S
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30943 \begin_inset Text
30944
30945 \begin_layout Plain Layout
30946 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30947 \end_inset
30948
30949
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 </row>
30955 <row>
30956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960
30961 \backslash
30962 ce
30963 \begin_inset space \textvisiblespace{}
30964 \end_inset
30965
30966 KCr(SO4)2.12H2O
30967 \end_layout
30968
30969 \end_inset
30970 </cell>
30971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30972 \begin_inset Text
30973
30974 \begin_layout Plain Layout
30975 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \end_inset
30982 </cell>
30983 </row>
30984 <row>
30985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30986 \begin_inset Text
30987
30988 \begin_layout Plain Layout
30989
30990 \backslash
30991 ce
30992 \begin_inset space \textvisiblespace{}
30993 \end_inset
30994
30995 A-B
30996 \backslash
30997 dbond
30998 \begin_inset space \textvisiblespace{}
30999 \end_inset
31000
31001 C
31002 \backslash
31003 tbond
31004 \begin_inset space \textvisiblespace{}
31005 \end_inset
31006
31007 D
31008 \end_layout
31009
31010 \end_inset
31011 </cell>
31012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31013 \begin_inset Text
31014
31015 \begin_layout Plain Layout
31016 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \end_inset
31023 </cell>
31024 </row>
31025 <row>
31026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030
31031 \backslash
31032 ce
31033 \begin_inset space \textvisiblespace{}
31034 \end_inset
31035
31036 ^227
31037 \begin_inset Formula $\downarrow$
31038 \end_inset
31039
31040 _90
31041 \begin_inset Formula $\to$
31042 \end_inset
31043
31044 Th+
31045 \end_layout
31046
31047 \end_inset
31048 </cell>
31049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31050 \begin_inset Text
31051
31052 \begin_layout Plain Layout
31053 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \end_inset
31060 </cell>
31061 </row>
31062 <row>
31063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31064 \begin_inset Text
31065
31066 \begin_layout Plain Layout
31067
31068 \backslash
31069 ce
31070 \begin_inset space \textvisiblespace{}
31071 \end_inset
31072
31073 CO2
31074 \begin_inset space \textvisiblespace{}
31075 \end_inset
31076
31077 +
31078 \begin_inset space \textvisiblespace{}
31079 \end_inset
31080
31081 C
31082 \begin_inset space \textvisiblespace{}
31083 \end_inset
31084
31085 <=>
31086 \begin_inset space \textvisiblespace{}
31087 \end_inset
31088
31089 2CO
31090 \end_layout
31091
31092 \end_inset
31093 </cell>
31094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31095 \begin_inset Text
31096
31097 \begin_layout Plain Layout
31098 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31099 \end_inset
31100
31101
31102 \end_layout
31103
31104 \end_inset
31105 </cell>
31106 </row>
31107 <row>
31108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31109 \begin_inset Text
31110
31111 \begin_layout Plain Layout
31112
31113 \backslash
31114 ce
31115 \begin_inset space \textvisiblespace{}
31116 \end_inset
31117
31118 CO2
31119 \begin_inset space \textvisiblespace{}
31120 \end_inset
31121
31122 +
31123 \begin_inset space \textvisiblespace{}
31124 \end_inset
31125
31126 C
31127 \begin_inset space \textvisiblespace{}
31128 \end_inset
31129
31130 ->[
31131 \backslash
31132 alpha][
31133 \backslash
31134 beta]
31135 \begin_inset space \textvisiblespace{}
31136 \end_inset
31137
31138 2CO}
31139 \end_layout
31140
31141 \end_inset
31142 </cell>
31143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31144 \begin_inset Text
31145
31146 \begin_layout Plain Layout
31147 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31148 \end_inset
31149
31150
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 </row>
31156 </lyxtabular>
31157
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 \begin_inset Note Greyedout
31165 status open
31166
31167 \begin_layout Plain Layout
31168
31169 \series bold
31170 \color none
31171 Nota:
31172 \series default
31173  Insertar modo matemático en un marco 
31174 \series bold
31175
31176 \backslash
31177 ce
31178 \series default
31179  provocará errores de LaTeX.
31180  En estos casos hay que usar código TeX, como en 
31181 \series bold
31182
31183 \backslash
31184 ce{$
31185 \backslash
31186 mu
31187 \backslash
31188 hyphen$Cl}
31189 \series default
31190
31191 \begin_inset ERT
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196
31197 \backslash
31198 ce{$
31199 \backslash
31200 mu
31201 \backslash
31202 hyphen$Cl}
31203 \end_layout
31204
31205 \end_inset
31206
31207  
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \begin_layout Standard
31216 \begin_inset Note Greyedout
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220
31221 \series bold
31222 Nota:
31223 \series default
31224  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31225  como se describe en el manual de 
31226 \series bold
31227 mhchem
31228 \series default
31229 .
31230  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31231  
31232 \series bold
31233
31234 \backslash
31235 uparrow
31236 \series default
31237
31238 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Standard
31250 El comando 
31251 \series bold
31252
31253 \backslash
31254 ce
31255 \series default
31256  para la 
31257 \begin_inset CommandInset ref
31258 LatexCommand ref
31259 reference "eq:reaccion-quimica"
31260
31261 \end_inset
31262
31263  es
31264 \begin_inset Newline newline
31265 \end_inset
31266
31267
31268 \series bold
31269  
31270 \backslash
31271 ce
31272 \begin_inset space \textvisiblespace{}
31273 \end_inset
31274
31275 2Na+
31276 \begin_inset space \textvisiblespace{}
31277 \end_inset
31278
31279 +
31280 \begin_inset space \textvisiblespace{}
31281 \end_inset
31282
31283 SO4^2-
31284 \begin_inset space \textvisiblespace{}
31285 \end_inset
31286
31287
31288 \begin_inset space \textvisiblespace{}
31289 \end_inset
31290
31291 ->
31292 \begin_inset space \textvisiblespace{}
31293 \end_inset
31294
31295 Na2SO4
31296 \end_layout
31297
31298 \begin_layout Standard
31299 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31300  multilínea, tal como se describe en la 
31301 \begin_inset CommandInset ref
31302 LatexCommand ref
31303 reference "sec:Ecuaciones-multilínea"
31304
31305 \end_inset
31306
31307 .
31308  Después se utiliza el comando 
31309 \series bold
31310
31311 \backslash
31312 ce
31313 \series default
31314  en cada cuadrito azul de la ecuación.
31315  La 
31316 \begin_inset CommandInset ref
31317 LatexCommand ref
31318 reference "eq:TEOS-reac-1"
31319
31320 \end_inset
31321
31322  y la 
31323 \begin_inset CommandInset ref
31324 LatexCommand ref
31325 reference "eq:TEOS-reac-2"
31326
31327 \end_inset
31328
31329  son ejemplos de una reacción química en dos fases en la que cada ecuación
31330  tiene su propio número.
31331 \begin_inset Formula 
31332 \begin{eqnarray}
31333 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31334 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31335 \end{eqnarray}
31336
31337 \end_inset
31338
31339
31340 \end_layout
31341
31342 \begin_layout Standard
31343 Además de 
31344 \series bold
31345
31346 \backslash
31347 ce
31348 \series default
31349  el paquete 
31350 \series bold
31351 mhchem
31352 \series default
31353  suministra el comando 
31354 \series bold
31355
31356 \backslash
31357 cf
31358 \series default
31359
31360 \begin_inset Index idx
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 Comandos ! C ! 
31365 \backslash
31366 cf
31367 \end_layout
31368
31369 \end_inset
31370
31371  que ha de utilizarse en casos especiales.
31372  Para más información sobre 
31373 \series bold
31374
31375 \backslash
31376 cf
31377 \series default
31378  y más ejemplos echa un vistazo a la documentación de 
31379 \series bold
31380 mhchem
31381 \series default
31382
31383 \begin_inset CommandInset citation
31384 LatexCommand cite
31385 key "mhchem"
31386
31387 \end_inset
31388
31389 .
31390 \end_layout
31391
31392 \begin_layout Section
31393 Diagramas
31394 \end_layout
31395
31396 \begin_layout Standard
31397 Lyx soporta dos tipos de diagramas conmutativos: 
31398 \series bold
31399 amscd
31400 \series default
31401  y 
31402 \series bold
31403 xymatrix
31404 \series default
31405 , que se explican a continuación.
31406 \end_layout
31407
31408 \begin_layout Subsection
31409 Diagramas amscd
31410 \begin_inset Index idx
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414 Diagramas ! amscd
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \end_layout
31421
31422 \begin_layout Standard
31423 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31424  verticales y horizontales:
31425 \begin_inset Formula 
31426 \[
31427 \begin{CD}A@)))B@)))C\\
31428 @AAA@.@VVV\\
31429 F@(((E@(((D
31430 \end{CD}
31431 \]
31432
31433 \end_inset
31434
31435 Para obtener el diagrama se inserta en la ecuación el comando 
31436 \series bold
31437
31438 \backslash
31439 CD
31440 \begin_inset Index idx
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444 Comandos ! C ! 
31445 \backslash
31446 CD
31447 \end_layout
31448
31449 \end_inset
31450
31451
31452 \series default
31453 .
31454  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31455  continuación comandos.
31456  Con 
31457 \family sans
31458 Ctrl+Entrar
31459 \family default
31460  se inicia una nueva línea.
31461  En las líneas impares se insertan relaciones horizontales, en las pares
31462  verticales.
31463 \end_layout
31464
31465 \begin_layout Standard
31466 Para componer las relaciones hay los siguientes comandos:
31467 \begin_inset Foot
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471 \begin_inset CommandInset label
31472 LatexCommand label
31473 name "fn:sinónimos"
31474
31475 \end_inset
31476
31477 Los comandos con 
31478 \family sans
31479 '
31480 \series bold
31481 >
31482 \series default
31483 '
31484 \family default
31485  o 
31486 \family sans
31487 '
31488 \series bold
31489 <
31490 \series default
31491 '
31492 \family default
31493  pueden generar errores con el estilo 
31494 \series bold
31495 spanish
31496 \series default
31497  de 
31498 \series bold
31499 babel
31500 \series default
31501 .
31502  Para evitarlo se pueden sustituir por sus sinónimos 
31503 \family sans
31504 '
31505 \series bold
31506 )
31507 \series default
31508 '
31509 \family default
31510  y 
31511 \family sans
31512 '
31513 \series bold
31514 (
31515 \series default
31516 '
31517 \family default
31518  respectivamente.
31519  Véase 
31520 \begin_inset CommandInset citation
31521 LatexCommand cite
31522 key "spanish"
31523
31524 \end_inset
31525
31526 .
31527  (
31528 \emph on
31529 N.
31530 \begin_inset space \thinspace{}
31531 \end_inset
31532
31533 del t.
31534 \emph default
31535 )
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Itemize
31544
31545 \series bold
31546 @<<<
31547 \series default
31548  genera una flecha hacia la izquierda, 
31549 \series bold
31550 @>>>
31551 \series default
31552  una hacia la derecha, y 
31553 \series bold
31554 @=
31555 \series default
31556  un signo igual largo
31557 \end_layout
31558
31559 \begin_layout Itemize
31560
31561 \series bold
31562 @AAA
31563 \series default
31564  genera una flecha hacia arriba, 
31565 \series bold
31566 @VVV
31567 \series default
31568  una hacia abajo, y 
31569 \series bold
31570 @|
31571 \series default
31572  un signo igual vertical
31573 \end_layout
31574
31575 \begin_layout Itemize
31576
31577 \series bold
31578 @.
31579
31580 \series default
31581  genera una ubicación vacía para relaciones inexistentes
31582 \end_layout
31583
31584 \begin_layout Standard
31585 Todas las flechas pueden etiquetarse como sigue:
31586 \end_layout
31587
31588 \begin_layout Itemize
31589 Si se inserta texto entre el primero y el segundo 
31590 \series bold
31591 <
31592 \series default
31593  o 
31594 \series bold
31595 >
31596 \series default
31597 , respectivamente, se muestra sobre la flecha.
31598  Si se inserta entre el segundo y el tercero, bajo la flecha.
31599 \end_layout
31600
31601 \begin_layout Itemize
31602 Para flechas verticales, si se inserta texto entre la primera y la segunda
31603  
31604 \series bold
31605 A
31606 \series default
31607  o 
31608 \series bold
31609 V
31610 \series default
31611 , respectivamente, se muestra al lado izquierdo de la flecha.
31612  Si se inserta entre la segunda y la tercera, al lado derecho.
31613  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
31614 \end_layout
31615
31616 \begin_layout Standard
31617 Como ejemplo un diagrama con todas las relaciones posibles:
31618 \begin_inset Formula 
31619 \[
31620 \begin{CD}A@)j))B@))k)C@=F\\
31621 @AmAA@.@VV{V}V@|\\
31622 D@((j\,(E@)k))F@=C
31623 \end{CD}
31624 \]
31625
31626 \end_inset
31627
31628 El comando para este diagrama es:
31629 \begin_inset Newline newline
31630 \end_inset
31631
31632
31633 \series bold
31634
31635 \backslash
31636 CD
31637 \begin_inset space \textvisiblespace{}
31638 \end_inset
31639
31640 A@>j>>B@>>k>C@=F Ctrl+Entrar
31641 \begin_inset Newline newline
31642 \end_inset
31643
31644
31645 \begin_inset Phantom HPhantom
31646 status open
31647
31648 \begin_layout Plain Layout
31649
31650 \series bold
31651
31652 \backslash
31653 CD
31654 \begin_inset space \textvisiblespace{}
31655 \end_inset
31656
31657
31658 \end_layout
31659
31660 \end_inset
31661
31662 @AmAA@.@VV
31663 \backslash
31664 {V
31665 \series default
31666
31667 \begin_inset Formula $\to$
31668 \end_inset
31669
31670
31671 \series bold
31672 V@| Ctrl+Entrar
31673 \begin_inset Newline newline
31674 \end_inset
31675
31676
31677 \begin_inset Phantom HPhantom
31678 status open
31679
31680 \begin_layout Plain Layout
31681
31682 \series bold
31683
31684 \backslash
31685 CD
31686 \begin_inset space \textvisiblespace{}
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \end_inset
31693
31694 D@<<j<E@>k>>F@=C
31695 \end_layout
31696
31697 \begin_layout Subsection
31698 Diagramas xymatrix
31699 \begin_inset Index idx
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703 Diagramas ! xymatrix
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Standard
31712 Para usar matrices xy debe estar instalado el paquete LaTeX 
31713 \series bold
31714 xypic
31715 \series default
31716 .
31717  Una matriz xy se crea insertando el comando 
31718 \series bold
31719
31720 \backslash
31721 xymatrix
31722 \series default
31723  en una ecuación.
31724  Después podrás añadir nuevas columnas y filas como en matrices normales,
31725  véase
31726 \begin_inset space ~
31727 \end_inset
31728
31729
31730 \begin_inset CommandInset ref
31731 LatexCommand ref
31732 reference "sec:Matrices"
31733
31734 \end_inset
31735
31736 .
31737 \end_layout
31738
31739 \begin_layout Standard
31740 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
31741  y curvadas, y mucho más.
31742  Todas las posibilidades para generar diagramas conmutativos y decoraciones
31743  se explican en el 
31744 \emph on
31745 Manual de XY-pic
31746 \emph default
31747  que se encuentra en el menú 
31748 \family sans
31749 Ayuda\SpecialChar \menuseparator
31750 Manuales
31751 \begin_inset space ~
31752 \end_inset
31753
31754 específicos
31755 \family default
31756 .
31757 \end_layout
31758
31759 \begin_layout Subsection
31760 Diagramas 
31761 \noun on
31762 Feynman
31763 \noun default
31764
31765 \begin_inset Index idx
31766 status collapsed
31767
31768 \begin_layout Plain Layout
31769 Diagramas ! Feynman
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \begin_layout Standard
31778 Para usar diagramas 
31779 \noun on
31780 Feynman
31781 \noun default
31782  debe estar instalado el paquete LaTeX 
31783 \series bold
31784 feyn
31785 \series default
31786 .
31787  Un diagrama 
31788 \noun on
31789 Feynman
31790 \noun default
31791  se crea insertando el comando 
31792 \series bold
31793
31794 \backslash
31795 Diagram
31796 \series default
31797  en una ecuación.
31798  Después podrás añadir nuevas columnas y filas como en matrices normales,
31799  véase
31800 \begin_inset space ~
31801 \end_inset
31802
31803
31804 \begin_inset CommandInset ref
31805 LatexCommand ref
31806 reference "sec:Matrices"
31807
31808 \end_inset
31809
31810 .
31811 \end_layout
31812
31813 \begin_layout Standard
31814 En el 
31815 \emph on
31816 Manual de diagramas Feynman
31817 \emph default
31818 , disponible en 
31819 \family sans
31820 Ayuda\SpecialChar \menuseparator
31821 Manuales
31822 \begin_inset space ~
31823 \end_inset
31824
31825 específicos
31826 \family default
31827 , hay ejemplos de diagramas de este tipo.
31828 \end_layout
31829
31830 \begin_layout Section
31831 Comandos definidos por el usuario
31832 \begin_inset Index idx
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836 Comandos de usuario
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \begin_layout Standard
31845 \begin_inset Note Greyedout
31846 status open
31847
31848 \begin_layout Plain Layout
31849
31850 \series bold
31851 Nota:
31852 \series default
31853  Los nombres de los comandos definidos por el usuario y macros solo pueden
31854  contener letras latinas.
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \begin_layout Subsection
31863 El comando 
31864 \backslash
31865 newcommand
31866 \begin_inset CommandInset label
31867 LatexCommand label
31868 name "sub:El-comando-newcommand"
31869
31870 \end_inset
31871
31872
31873 \begin_inset Index idx
31874 status collapsed
31875
31876 \begin_layout Plain Layout
31877 Comandos de usuario ! 
31878 \backslash
31879 newcommand
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \begin_inset Index idx
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Comandos ! N ! 
31890 \backslash
31891 newcommand
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \begin_layout Standard
31900 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31901  Pero es posible definir nuevos comandos más cortos con el comando 
31902 \series bold
31903
31904 \backslash
31905 newcommand
31906 \series default
31907 .
31908  
31909 \end_layout
31910
31911 \begin_layout Standard
31912 El esquema del comando 
31913 \series bold
31914
31915 \backslash
31916 newcommand
31917 \series default
31918  es:
31919 \end_layout
31920
31921 \begin_layout Standard
31922
31923 \series bold
31924
31925 \backslash
31926 newcommand{nombre nuevo de comando}[número de argumentos]
31927 \begin_inset Newline newline
31928 \end_inset
31929
31930
31931 \begin_inset Phantom HPhantom
31932 status open
31933
31934 \begin_layout Plain Layout
31935
31936 \series bold
31937
31938 \backslash
31939 newcommand
31940 \end_layout
31941
31942 \end_inset
31943
31944 [valor opcional]{definición de comando}
31945 \end_layout
31946
31947 \begin_layout Standard
31948 \begin_inset Note Greyedout
31949 status open
31950
31951 \begin_layout Plain Layout
31952
31953 \series bold
31954 Nota:
31955 \series default
31956  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31957  documento o en paquetes LaTeX que uses.
31958  Por ejemplo, si defines el comando 
31959 \series bold
31960
31961 \backslash
31962 le
31963 \series default
31964  para 
31965 \series bold
31966
31967 \backslash
31968 Leftarrow,
31969 \series default
31970  se producirán errores porque 
31971 \series bold
31972
31973 \backslash
31974 le
31975 \series default
31976  ya existe para 
31977 \begin_inset Quotes fld
31978 \end_inset
31979
31980
31981 \begin_inset Formula $\le$
31982 \end_inset
31983
31984
31985 \begin_inset Quotes frd
31986 \end_inset
31987
31988 .
31989
31990 \series bold
31991  
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32001  argumentos debería tener el nuevo comando.
32002  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32003  Cuando se hace esto, el 
32004 \emph on
32005 primer
32006 \emph default
32007  argumento del nuevo comando es automáticamente opcional.
32008 \end_layout
32009
32010 \begin_layout Standard
32011 \noindent
32012 \align center
32013 \begin_inset Newpage newpage
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \begin_layout Standard
32020 Veamos unos ejemplos:
32021 \end_layout
32022
32023 \begin_layout Itemize
32024 Para definir el comando 
32025 \series bold
32026
32027 \backslash
32028 gr
32029 \series default
32030  para 
32031 \series bold
32032
32033 \backslash
32034 Longrightarrow
32035 \series default
32036 , la línea de preámbulo LaTeX es:
32037 \begin_inset VSpace medskip
32038 \end_inset
32039
32040
32041 \begin_inset Newline newline
32042 \end_inset
32043
32044
32045 \series bold
32046
32047 \backslash
32048 newcommand{
32049 \backslash
32050 gr}{
32051 \backslash
32052 Longrightarrow}
32053 \end_layout
32054
32055 \begin_layout Itemize
32056 Para definir el comando 
32057 \series bold
32058
32059 \backslash
32060 us
32061 \series default
32062  para 
32063 \series bold
32064
32065 \backslash
32066 underline
32067 \series default
32068 , el argumento (que sería subrayado) debe tenerse en cuenta.
32069  Para esto la línea de preámbulo es:
32070 \begin_inset VSpace medskip
32071 \end_inset
32072
32073
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077
32078 \series bold
32079
32080 \backslash
32081 newcommand{
32082 \backslash
32083 us}[1]{
32084 \backslash
32085 underline{#1}}
32086 \series default
32087
32088 \begin_inset VSpace medskip
32089 \end_inset
32090
32091
32092 \begin_inset Newline newline
32093 \end_inset
32094
32095 El carácter 
32096 \series bold
32097 #
32098 \series default
32099  actúa como colocador del argumento, el 
32100 \series bold
32101 1
32102 \series default
32103  indica que es el colocador para el primer argumento.
32104 \end_layout
32105
32106 \begin_layout Itemize
32107 Para 
32108 \series bold
32109
32110 \backslash
32111 framebox
32112 \series default
32113  se puede definir, por ejemplo, el comando 
32114 \series bold
32115
32116 \backslash
32117 fb
32118 \series default
32119 :
32120 \begin_inset VSpace medskip
32121 \end_inset
32122
32123
32124 \begin_inset Newline newline
32125 \end_inset
32126
32127
32128 \series bold
32129
32130 \backslash
32131 newcommand{
32132 \backslash
32133 fb}[3]{
32134 \backslash
32135 framebox#1#2{$#3$}}
32136 \series default
32137
32138 \begin_inset VSpace medskip
32139 \end_inset
32140
32141
32142 \begin_inset Newline newline
32143 \end_inset
32144
32145 Los dos signos dólar generan la ecuación extra necesaria para 
32146 \series bold
32147
32148 \backslash
32149 framebox
32150 \series default
32151 , véase 
32152 \begin_inset CommandInset ref
32153 LatexCommand ref
32154 reference "sub:Marcos-con-bordes"
32155
32156 \end_inset
32157
32158 .
32159 \end_layout
32160
32161 \begin_layout Itemize
32162 Para crear un nuevo comando para 
32163 \series bold
32164
32165 \backslash
32166 fcolorbox
32167 \series default
32168  donde no es necesario especificar el color para el marco, el argumento
32169  para el color se define opcional:
32170 \begin_inset VSpace medskip
32171 \end_inset
32172
32173
32174 \begin_inset Newline newline
32175 \end_inset
32176
32177
32178 \series bold
32179
32180 \backslash
32181 newcommand{
32182 \backslash
32183 cb}[3][white]{
32184 \backslash
32185 fcolorbox{#2}{#1}{$#3$}}
32186 \series default
32187
32188 \begin_inset VSpace medskip
32189 \end_inset
32190
32191
32192 \begin_inset Newline newline
32193 \end_inset
32194
32195 Si el color no es especificado al usar 
32196 \series bold
32197
32198 \backslash
32199 cb
32200 \series default
32201 , se elige el color 
32202 \series bold
32203 white
32204 \series default
32205  predefinido.
32206 \end_layout
32207
32208 \begin_layout Standard
32209 Un ensayo con los nuevos comandos definidos:
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \noindent
32214 \align center
32215 \begin_inset Tabular
32216 <lyxtabular version="3" rows="6" columns="2">
32217 <features rotate="0" tabularvalignment="middle">
32218 <column alignment="center" valignment="top">
32219 <column alignment="center" valignment="top">
32220 <row>
32221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225 Comando
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32231 \begin_inset Text
32232
32233 \begin_layout Plain Layout
32234 Resultado
32235 \begin_inset Note Note
32236 status collapsed
32237
32238 \begin_layout Plain Layout
32239
32240 \series bold
32241
32242 \backslash
32243 raisebox
32244 \series default
32245  se usa sólo como espaciador
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \end_inset
32254 </cell>
32255 </row>
32256 <row>
32257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 A
32262 \backslash
32263 gr
32264 \begin_inset space \textvisiblespace{}
32265 \end_inset
32266
32267 B
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 \begin_inset Formula $A\gr B$
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 </row>
32285 <row>
32286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32287 \begin_inset Text
32288
32289 \begin_layout Plain Layout
32290
32291 \backslash
32292 us{ABcd
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout Plain Layout
32301 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 </row>
32310 <row>
32311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315
32316 \backslash
32317 fb{[2cm]
32318 \begin_inset Formula $\to$
32319 \end_inset
32320
32321
32322 \backslash
32323 {
32324 \begin_inset Formula $\to$
32325 \end_inset
32326
32327
32328 \backslash
32329 {
32330 \backslash
32331 int
32332 \begin_inset space \textvisiblespace{}
32333 \end_inset
32334
32335 A=B
32336 \end_layout
32337
32338 \end_inset
32339 </cell>
32340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32341 \begin_inset Text
32342
32343 \begin_layout Plain Layout
32344 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 </row>
32353 <row>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358
32359 \backslash
32360 cb{red
32361 \begin_inset Formula $\to$
32362 \end_inset
32363
32364
32365 \backslash
32366 {
32367 \backslash
32368 int
32369 \begin_inset space \textvisiblespace{}
32370 \end_inset
32371
32372 A=B
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \end_inset
32388 </cell>
32389 </row>
32390 <row>
32391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32392 \begin_inset Text
32393
32394 \begin_layout Plain Layout
32395
32396 \backslash
32397 cb[green]
32398 \backslash
32399 {red
32400 \begin_inset Formula $\to$
32401 \end_inset
32402
32403
32404 \backslash
32405 {
32406 \backslash
32407 int
32408 \begin_inset space \textvisiblespace{}
32409 \end_inset
32410
32411 A=B
32412 \end_layout
32413
32414 \end_inset
32415 </cell>
32416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 </row>
32429 </lyxtabular>
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Subsection
32437 Macros de ecuaciones
32438 \begin_inset Index idx
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442 Comandos de usuario ! Macros de ecuaciones
32443 \end_layout
32444
32445 \end_inset
32446
32447
32448 \begin_inset Index idx
32449 status collapsed
32450
32451 \begin_layout Plain Layout
32452 Macros
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \begin_layout Standard
32461 Los comandos definidos por el usuario son especialmente convenientes para
32462  expresiones complejas.
32463  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32464  el mismo tipo de solución se repite varias veces.
32465  La forma general de una ecuación de segundo grado es:
32466 \begin_inset Formula 
32467 \[
32468 0=\lambda^{2}+p\lambda+q
32469 \]
32470
32471 \end_inset
32472
32473 La forma general de la solución es:
32474 \begin_inset Formula 
32475 \[
32476 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32477 \]
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Para definir un comando para la ecuación de la solución, en donde solo hay
32486  que especificar los tres parámetros 
32487 \begin_inset Formula $\lambda$
32488 \end_inset
32489
32490
32491 \begin_inset Formula $p$
32492 \end_inset
32493
32494 , y 
32495 \begin_inset Formula $q$
32496 \end_inset
32497
32498 , y el índice de 
32499 \begin_inset Formula $\lambda$
32500 \end_inset
32501
32502  puede darse opcionalmente, la línea de preámbulo LaTeX es
32503 \begin_inset Newline newline
32504 \end_inset
32505
32506
32507 \series bold
32508
32509 \backslash
32510 newcommand{
32511 \backslash
32512 qG}[4][1,
32513 \backslash
32514 ,2]{#2_{#1}=-
32515 \backslash
32516 frac{#3}{2}
32517 \backslash
32518 pm
32519 \begin_inset Newline newline
32520 \end_inset
32521
32522
32523 \begin_inset Phantom HPhantom
32524 status open
32525
32526 \begin_layout Plain Layout
32527
32528 \series bold
32529
32530 \backslash
32531 newcommand
32532 \end_layout
32533
32534 \end_inset
32535
32536
32537 \backslash
32538 sqrt{
32539 \backslash
32540 frac{#3^{2}}{4}-#4}}
32541 \end_layout
32542
32543 \begin_layout Standard
32544 Para generar la solución se inserta el comando
32545 \begin_inset Newline newline
32546 \end_inset
32547
32548
32549 \series bold
32550
32551 \backslash
32552 qG{
32553 \backslash
32554 lambda
32555 \begin_inset Formula $\to$
32556 \end_inset
32557
32558
32559 \backslash
32560 {p
32561 \begin_inset Formula $\to$
32562 \end_inset
32563
32564
32565 \backslash
32566 {q
32567 \series default
32568  en una ecuación
32569 \series bold
32570 .
32571 \end_layout
32572
32573 \begin_layout Standard
32574 La definición del nuevo comando no es intuitiva porque hay que conocer los
32575  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
32576  se inserta en LaTeX como
32577 \series bold
32578  
32579 \backslash
32580 frac{numerador}{denominador}
32581 \series default
32582 .
32583  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32584  ver en LyX lo que el nuevo comando está haciendo.
32585  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32586  ecuación en vez del comando
32587 \series bold
32588  
32589 \backslash
32590 newcommand
32591 \series default
32592 .
32593 \end_layout
32594
32595 \begin_layout Standard
32596 Una macro de ecuación se crea con el menú 
32597 \family sans
32598 Insertar\SpecialChar \menuseparator
32599 Ecuación\SpecialChar \menuseparator
32600 Macro
32601 \family default
32602  o con el botón 
32603 \begin_inset Graphics
32604         filename ../../images/math-macro_newmacroname_newcommand.png
32605         scale 85
32606
32607 \end_inset
32608
32609  de la barra de herramientas.
32610  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32611  como el siguiente donde se define la macro:
32612 \begin_inset Newline newline
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \begin_layout Standard
32619 \begin_inset space \hspace*{\fill}
32620 \end_inset
32621
32622
32623 \begin_inset Graphics
32624         filename ../clipart/macrobox.png
32625
32626 \end_inset
32627
32628
32629 \begin_inset space \hspace*{\fill}
32630 \end_inset
32631
32632
32633 \begin_inset Newline newline
32634 \end_inset
32635
32636
32637 \begin_inset FormulaMacro
32638 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32639 \end_inset
32640
32641
32642 \backslash
32643 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32644  En el primer marco azul se inserta la ecuación buscada.
32645  Con el comando 
32646 \series bold
32647
32648 \backslash
32649 #númerodeargumento
32650 \series default
32651 , , o con el botón 
32652 \begin_inset Graphics
32653         filename ../../images/math-macro-add-param.png
32654         scale 85
32655
32656 \end_inset
32657
32658  de la barra de herramientas de macros se inserta un colocador de argumento,
32659  p.
32660 \begin_inset space \thinspace{}
32661 \end_inset
32662
32663 e
32664 \begin_inset space \space{}
32665 \end_inset
32666
32667
32668 \series bold
32669
32670 \backslash
32671 #1
32672 \series default
32673 .
32674  Los colocadores de argumento se muestran en rojo.
32675  Se pueden poner 9
32676 \begin_inset space ~
32677 \end_inset
32678
32679 argumentos como máximo.
32680  Con el botón 
32681 \begin_inset Graphics
32682         filename ../../images/math-macro-add-optional-param.png
32683         scale 85
32684
32685 \end_inset
32686
32687  se crean argumentos opcionales.
32688  El primer argumento no opcional puede transformarse en opcional con el
32689  botón 
32690 \begin_inset Graphics
32691         filename ../../images/math-macro-make-optional.png
32692         scale 85
32693
32694 \end_inset
32695
32696 .
32697  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32698  Normalmente quieres verlo tal como está definido, así que el recuadro se
32699  deja vacío.
32700  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32701  en dicho recuadro puedes insertar, por ejemplo
32702 \begin_inset Newline newline
32703 \end_inset
32704
32705
32706 \series bold
32707 qG: 
32708 \backslash
32709 #1
32710 \series default
32711  
32712 \series bold
32713 ,
32714 \series default
32715  
32716 \series bold
32717
32718 \backslash
32719 #2
32720 \series default
32721  
32722 \series bold
32723 ,
32724 \series default
32725  
32726 \series bold
32727
32728 \backslash
32729 #3, 
32730 \backslash
32731 #4
32732 \begin_inset Newline newline
32733 \end_inset
32734
32735
32736 \series default
32737 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32738  en LyX, lo que conlleva una visualización mejor.
32739  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32740 \begin_inset Newline newline
32741 \end_inset
32742
32743 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32744  macros individuales situando el cursor en la macro y usando el menú 
32745 \family sans
32746 Ver\SpecialChar \menuseparator
32747 (Des)plegar macro de ecuación.
32748 \end_layout
32749
32750 \begin_layout Standard
32751 Para usar una macro, se inserta el nombre de la misma como comando en una
32752  ecuación, en nuestro caso 
32753 \series bold
32754
32755 \backslash
32756 qG
32757 \series default
32758 .
32759  Nuestra macro se muestra en LyX así:
32760 \begin_inset Newline newline
32761 \end_inset
32762
32763
32764 \begin_inset space \hspace*{\fill}
32765 \end_inset
32766
32767
32768 \begin_inset Graphics
32769         filename ../clipart/macrouse.png
32770
32771 \end_inset
32772
32773
32774 \begin_inset space \hspace*{\fill}
32775 \end_inset
32776
32777
32778 \begin_inset Newline newline
32779 \end_inset
32780
32781 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32782 \begin_inset Formula $x$
32783 \end_inset
32784
32785
32786 \begin_inset Formula $\ln(x)$
32787 \end_inset
32788
32789 , y 
32790 \begin_inset Formula $B$
32791 \end_inset
32792
32793 :
32794 \end_layout
32795
32796 \begin_layout Standard
32797 \begin_inset Formula 
32798 \[
32799 \qG x{\ln(x)}B
32800 \]
32801
32802 \end_inset
32803
32804
32805 \end_layout
32806
32807 \begin_layout Standard
32808 LyX ofrece en el menú 
32809 \family sans
32810 Herramientas
32811 \family default
32812 \SpecialChar \menuseparator
32813
32814 \family sans
32815 Preferencias\SpecialChar \menuseparator
32816 Edición\SpecialChar \menuseparator
32817 Control
32818 \family default
32819  diferentes estilos para editar macros.
32820  Para encontrar el estilo que más te convenga, elige un estilo y pon el
32821  cursor en una macro para ver la diferencia.
32822 \end_layout
32823
32824 \begin_layout Standard
32825 Una macro de ecuación se transforma internamente en un comando 
32826 \series bold
32827
32828 \backslash
32829 newcommand
32830 \series default
32831  cuando se exporta el documento.
32832  El comando creado 
32833 \series bold
32834
32835 \backslash
32836 newcommand
32837 \series default
32838  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32839  usar en ecuaciones que estén en recuadros de definición de macros en el
32840  documento.
32841  
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Las macros de ecuación también pueden crearse directamente a partir de un
32846  comando
32847 \series bold
32848  
32849 \backslash
32850 newcommand
32851 \series default
32852 .
32853  Por ejemplo, escribiendo el comando
32854 \begin_inset Newline newline
32855 \end_inset
32856
32857
32858 \series bold
32859
32860 \backslash
32861 newcommand{
32862 \backslash
32863 larrow}[2]{
32864 \backslash
32865 xleftarrow[#2]{#1}}
32866 \begin_inset Newline newline
32867 \end_inset
32868
32869
32870 \series default
32871 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32872  el atajo 
32873 \family sans
32874 Ctrl+M
32875 \family default
32876 , el comando se transformará en una macro de ecuación.
32877  Al emplear este método debes tener cuidado en escribir correctamente el
32878  comando 
32879 \series bold
32880
32881 \backslash
32882 newcommand
32883 \series default
32884 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32885  
32886 \end_layout
32887
32888 \begin_layout Standard
32889 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32890  en definiciones de macros se manejan incorrectamente.
32891  Por eso el ejemplo 
32892 \series bold
32893
32894 \backslash
32895 fb
32896 \series default
32897  de 
32898 \begin_inset CommandInset ref
32899 LatexCommand ref
32900 reference "sub:El-comando-newcommand"
32901
32902 \end_inset
32903
32904  no puede crearse como macro.
32905 \end_layout
32906
32907 \begin_layout Standard
32908 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32909  la barra de herramientas de macros:
32910 \end_layout
32911
32912 \begin_layout Standard
32913 \begin_inset VSpace defskip
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \begin_layout Standard
32920 \begin_inset Graphics
32921         filename ../clipart/MacroToolbar.png
32922
32923 \end_inset
32924
32925
32926 \begin_inset Index idx
32927 status collapsed
32928
32929 \begin_layout Plain Layout
32930 Macros ! Barra de herramientas
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \begin_layout Standard
32939 \begin_inset VSpace defskip
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \begin_layout Standard
32946 La barra de herramientas de macros contiene los siguientes botones:
32947 \end_layout
32948
32949 \begin_layout Standard
32950 \begin_inset VSpace defskip
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \begin_layout Standard
32957 \begin_inset Tabular
32958 <lyxtabular version="3" rows="9" columns="2">
32959 <features rotate="0" islongtable="true" longtabularalignment="center">
32960 <column alignment="left" valignment="top">
32961 <column alignment="left" valignment="top" width="85col%">
32962 <row interlinespace="2.5mm">
32963 <cell alignment="center" valignment="top" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 \begin_inset Graphics
32968         filename ../../images/math-macro-remove-param.png
32969         rotateOrigin center
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \end_inset
32977 </cell>
32978 <cell alignment="center" valignment="top" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982
32983 \family sans
32984 Editar\SpecialChar \menuseparator
32985 Ecuación\SpecialChar \menuseparator
32986 Definición de macro\SpecialChar \menuseparator
32987 Quitar último argumento
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 </row>
32993 <row interlinespace="2.5mm">
32994 <cell alignment="center" valignment="top" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998 \begin_inset Graphics
32999         filename ../../images/math-macro-add-param.png
33000         rotateOrigin center
33001
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \end_inset
33008 </cell>
33009 <cell alignment="center" valignment="top" usebox="none">
33010 \begin_inset Text
33011
33012 \begin_layout Plain Layout
33013
33014 \family sans
33015 Editar\SpecialChar \menuseparator
33016 Ecuación\SpecialChar \menuseparator
33017 Definición de macro\SpecialChar \menuseparator
33018 Añadir argumento
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 </row>
33024 <row interlinespace="2.5mm">
33025 <cell alignment="center" valignment="top" usebox="none">
33026 \begin_inset Text
33027
33028 \begin_layout Plain Layout
33029 \begin_inset Graphics
33030         filename ../../images/math-macro-make-optional.png
33031         rotateOrigin center
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \end_inset
33039 </cell>
33040 <cell alignment="center" valignment="top" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044
33045 \family sans
33046 Editar\SpecialChar \menuseparator
33047 Ecuación\SpecialChar \menuseparator
33048 Definición de macro\SpecialChar \menuseparator
33049 Hacer opcional el primer
33050 \begin_inset Newline newline
33051 \end_inset
33052
33053
33054 \begin_inset Phantom HPhantom
33055 status open
33056
33057 \begin_layout Plain Layout
33058
33059 \family sans
33060 Editar\SpecialChar \menuseparator
33061 Ecuación\SpecialChar \menuseparator
33062 Definición de macro\SpecialChar \menuseparator
33063
33064 \end_layout
33065
33066 \end_inset
33067
33068 argumento no opcional
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 </row>
33074 <row interlinespace="2.5mm">
33075 <cell alignment="center" valignment="top" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 \begin_inset Graphics
33080         filename ../../images/math-macro-make-nonoptional.png
33081         rotateOrigin center
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 <cell alignment="center" valignment="top" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094
33095 \family sans
33096 Editar\SpecialChar \menuseparator
33097 Ecuación\SpecialChar \menuseparator
33098 Definición de macro\SpecialChar \menuseparator
33099 Hacer no opcional el primer
33100 \begin_inset Newline newline
33101 \end_inset
33102
33103
33104 \begin_inset Phantom HPhantom
33105 status open
33106
33107 \begin_layout Plain Layout
33108
33109 \family sans
33110 Editar\SpecialChar \menuseparator
33111 Ecuación\SpecialChar \menuseparator
33112 Definición de macro\SpecialChar \menuseparator
33113
33114 \end_layout
33115
33116 \end_inset
33117
33118 argumento opcional
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 </row>
33124 <row interlinespace="2.5mm">
33125 <cell alignment="center" valignment="top" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129 \begin_inset Graphics
33130         filename ../../images/math-macro-remove-optional-param.png
33131         rotateOrigin center
33132
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144
33145 \family sans
33146 Editar\SpecialChar \menuseparator
33147 Ecuación\SpecialChar \menuseparator
33148 Definición de macro\SpecialChar \menuseparator
33149 Quitar argumento opcional
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 </row>
33155 <row interlinespace="2.5mm">
33156 <cell alignment="center" valignment="top" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160 \begin_inset Graphics
33161         filename ../../images/math-macro-add-optional-param.png
33162         rotateOrigin center
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175
33176 \family sans
33177 Editar\SpecialChar \menuseparator
33178 Ecuación\SpecialChar \menuseparator
33179 Definición de macro\SpecialChar \menuseparator
33180 Insertar argumento opcional
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 </row>
33186 <row interlinespace="2.5mm">
33187 <cell alignment="center" valignment="top" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 \begin_inset Graphics
33192         filename ../../images/math-macro-remove-greedy-param.png
33193         rotateOrigin center
33194
33195 \end_inset
33196
33197
33198 \end_layout
33199
33200 \end_inset
33201 </cell>
33202 <cell alignment="center" valignment="top" usebox="none">
33203 \begin_inset Text
33204
33205 \begin_layout Plain Layout
33206
33207 \family sans
33208 Editar\SpecialChar \menuseparator
33209 Ecuación\SpecialChar \menuseparator
33210 Definición de macro\SpecialChar \menuseparator
33211 Quitar último argumento
33212 \begin_inset Newline newline
33213 \end_inset
33214
33215
33216 \begin_inset Phantom HPhantom
33217 status open
33218
33219 \begin_layout Plain Layout
33220
33221 \family sans
33222 Editar\SpecialChar \menuseparator
33223 Ecuación\SpecialChar \menuseparator
33224 Definición de macro\SpecialChar \menuseparator
33225
33226 \end_layout
33227
33228 \end_inset
33229
33230 yendo hacia la derecha
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 </row>
33236 <row interlinespace="2.5mm">
33237 <cell alignment="center" valignment="top" usebox="none">
33238 \begin_inset Text
33239
33240 \begin_layout Plain Layout
33241 \begin_inset Graphics
33242         filename ../../images/math-macro-append-greedy-param.png
33243         rotateOrigin center
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 <cell alignment="center" valignment="top" usebox="none">
33253 \begin_inset Text
33254
33255 \begin_layout Plain Layout
33256
33257 \family sans
33258 Editar\SpecialChar \menuseparator
33259 Ecuación\SpecialChar \menuseparator
33260 Definición de macro\SpecialChar \menuseparator
33261 Añadir argumento comiendo
33262 \begin_inset Newline newline
33263 \end_inset
33264
33265
33266 \begin_inset Phantom HPhantom
33267 status open
33268
33269 \begin_layout Plain Layout
33270
33271 \family sans
33272 Editar\SpecialChar \menuseparator
33273 Ecuación\SpecialChar \menuseparator
33274 Definición de macro\SpecialChar \menuseparator
33275
33276 \end_layout
33277
33278 \end_inset
33279
33280 desde la derecha
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row interlinespace="2.5mm">
33287 <cell alignment="center" valignment="top" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291 \begin_inset Graphics
33292         filename ../../images/math-macro-add-greedy-optional-param.png
33293         rotateOrigin center
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \end_inset
33301 </cell>
33302 <cell alignment="center" valignment="top" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Plain Layout
33306
33307 \family sans
33308 Editar\SpecialChar \menuseparator
33309 Ecuación\SpecialChar \menuseparator
33310 Definición de macro\SpecialChar \menuseparator
33311 Añadir argumento opcional
33312 \begin_inset Newline newline
33313 \end_inset
33314
33315
33316 \begin_inset Phantom HPhantom
33317 status open
33318
33319 \begin_layout Plain Layout
33320
33321 \family sans
33322 Editar\SpecialChar \menuseparator
33323 Ecuación\SpecialChar \menuseparator
33324 Definición de macro\SpecialChar \menuseparator
33325
33326 \end_layout
33327
33328 \end_inset
33329
33330 comiendo desde la derecha
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 </row>
33336 </lyxtabular>
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Section
33344 Sistema algebraico computacional
33345 \end_layout
33346
33347 \begin_layout Standard
33348 LyX permite el intercambio entre expresiones matemáticas escritas con su
33349  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33350  usuario.
33351  Las aplicaciones soportadas actualmente son 
33352 \family sans
33353 Maple
33354 \family default
33355
33356 \family sans
33357 Mathematica
33358 \family default
33359
33360 \family sans
33361 Maxima
33362 \family default
33363  y 
33364 \family sans
33365 Octave
33366 \family default
33367 .
33368  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33369  se limita a casos muy simples.
33370 \end_layout
33371
33372 \begin_layout Subsection
33373 Utilización
33374 \end_layout
33375
33376 \begin_layout Standard
33377 Escribe alguna expresión en una ecuación, despliega el menú 
33378 \family sans
33379 Editar\SpecialChar \menuseparator
33380 Ecuación\SpecialChar \menuseparator
33381 Usar programa de álgebra
33382 \family default
33383  y elige la aplicación que esté instalada en tu ordenador.
33384  Después de eso el resultado de la computación debería mostrarse a la derecha
33385  de la expresión junto con el operador "=".
33386 \end_layout
33387
33388 \begin_layout Standard
33389 A continuación hay unos ejemplos sencillos (con resultados de 
33390 \family sans
33391 Maxima
33392 \family default
33393 ) que muestran qué tipos de computación se pueden realizar:
33394 \end_layout
33395
33396 \begin_layout Itemize
33397 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33398 \end_inset
33399
33400
33401 \end_layout
33402
33403 \begin_layout Itemize
33404 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Itemize
33411 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Itemize
33418 \begin_inset Formula $\det\left[\begin{array}{ccc}
33419 1 & 6 & 7\\
33420 2 & 5 & 8\\
33421 3 & 4 & 17
33422 \end{array}\right]=-56$
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Itemize
33429 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Subsection
33436 Atajos de teclado
33437 \end_layout
33438
33439 \begin_layout Standard
33440 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33441  Se puede vincular fácilmente una combinación de teclas a la función 
33442 \family sans
33443 math-extern
33444 \family default
33445  de Lyx (véase el manual 
33446 \emph on
33447 Funciones de LyX
33448 \emph default
33449 ).
33450  Por ejemplo, para vincular la tecla 
33451 \family sans
33452 Entrar
33453 \family default
33454  en el editor de ecuaciones a 
33455 \family sans
33456 Maxima
33457 \family default
33458  se podría usar este comando para definir el atajo de teclado:
33459 \end_layout
33460
33461 \begin_layout Standard
33462
33463 \series bold
33464 command-alternatives break-paragraph;math-extern maxima
33465 \end_layout
33466
33467 \begin_layout Section
33468 Consejos prácticos
33469 \begin_inset Index idx
33470 status collapsed
33471
33472 \begin_layout Plain Layout
33473 Consejos prácticos
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Subsection
33482 Números negativos
33483 \begin_inset Index idx
33484 status collapsed
33485
33486 \begin_layout Plain Layout
33487 Numeros@Números ! negativos
33488 \end_layout
33489
33490 \end_inset
33491
33492
33493 \end_layout
33494
33495 \begin_layout Standard
33496 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33497  menos delante del número tiene la misma longitud que el operador signo
33498  menos.
33499  Si se escribe el número negativo en texto normal el signo menos aparece
33500  correctamente.
33501 \end_layout
33502
33503 \begin_layout Standard
33504 Así pues, el problema desaparece si se convierte el signo menos a texto
33505  matemático.
33506 \end_layout
33507
33508 \begin_layout Standard
33509 Un ejemplo para visualizar el problema:
33510 \end_layout
33511
33512 \begin_layout Standard
33513 \noindent
33514 \align center
33515 \begin_inset Tabular
33516 <lyxtabular version="3" rows="3" columns="2">
33517 <features rotate="0" tabularvalignment="middle">
33518 <column alignment="center" valignment="top">
33519 <column alignment="center" valignment="top">
33520 <row>
33521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33522 \begin_inset Text
33523
33524 \begin_layout Plain Layout
33525 texto normal:
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 x = -2
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 </row>
33540 <row>
33541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33542 \begin_inset Text
33543
33544 \begin_layout Plain Layout
33545 ecuación:
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33551 \begin_inset Text
33552
33553 \begin_layout Plain Layout
33554 \begin_inset Formula $x=-2$
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 </row>
33563 <row>
33564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 solución:
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 \begin_inset Formula $x=\mbox{-}2$
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 </lyxtabular>
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Subsection
33594 Coma como separador decimal
33595 \begin_inset Index idx
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599 Coma decimal
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \begin_layout Standard
33608 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33609  de grupos numéricos.
33610  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33611 \end_layout
33612
33613 \begin_layout Standard
33614 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33615  
33616 \family sans
33617 Ctrl+M
33618 \family default
33619 ).
33620 \end_layout
33621
33622 \begin_layout Standard
33623 Para usar las comas en todas las fórmulas del documento como separador decimal,
33624  se carga el archivo 
33625 \series bold
33626 icomma.sty
33627 \series default
33628
33629 \begin_inset Foot
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633
33634 \series bold
33635 icomma
33636 \series default
33637  forma parte del paquete LaTeX 
33638 \series bold
33639 was
33640 \series default
33641
33642 \begin_inset Index idx
33643 status collapsed
33644
33645 \begin_layout Plain Layout
33646 Paquetes ! was
33647 \begin_inset ERT
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651
33652
33653 \backslash
33654 vspace{4mm}
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \end_inset
33663
33664 .
33665 \end_layout
33666
33667 \end_inset
33668
33669
33670 \begin_inset Index idx
33671 status collapsed
33672
33673 \begin_layout Plain Layout
33674 Paquetes ! icomma
33675 \end_layout
33676
33677 \end_inset
33678
33679  en el preámbulo LaTeX con la línea: 
33680 \end_layout
33681
33682 \begin_layout Standard
33683
33684 \series bold
33685
33686 \backslash
33687 usepackage{icomma}
33688 \end_layout
33689
33690 \begin_layout Subsection
33691 Vectores cuánticos y notación bra-ket
33692 \begin_inset CommandInset label
33693 LatexCommand label
33694 name "sub:Vectores-cuánticos"
33695
33696 \end_inset
33697
33698
33699 \begin_inset Index idx
33700 status open
33701
33702 \begin_layout Plain Layout
33703 Vectores cuánticos
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \begin_inset Index idx
33710 status open
33711
33712 \begin_layout Plain Layout
33713 Notación bra-ket
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Standard
33722 El paquete LaTeX 
33723 \series bold
33724 braket
33725 \series default
33726
33727 \begin_inset Index idx
33728 status collapsed
33729
33730 \begin_layout Plain Layout
33731 Paquetes ! braket
33732 \end_layout
33733
33734 \end_inset
33735
33736  suministra comandos para escribir paréntesis angulares que se usan en mecánica
33737  cuántica: la notación 
33738 \begin_inset Quotes fld
33739 \end_inset
33740
33741 bra-ket
33742 \begin_inset Quotes frd
33743 \end_inset
33744
33745 ; se carga con la línea de preámbulo LaTeX:
33746 \end_layout
33747
33748 \begin_layout Standard
33749
33750 \series bold
33751
33752 \backslash
33753 usepackage{braket}
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \begin_inset ERT
33758 status collapsed
33759
33760 \begin_layout Plain Layout
33761
33762
33763 \backslash
33764 ifbraket 
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \begin_inset Note Note
33771 status open
33772
33773 \begin_layout Plain Layout
33774 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
33775 \series bold
33776 braket
33777 \series default
33778  está instalado.
33779 \end_layout
33780
33781 \end_inset
33782
33783
33784 \end_layout
33785
33786 \begin_layout Standard
33787 Están definidos los siguientes comandos:
33788 \end_layout
33789
33790 \begin_layout Standard
33791 \noindent
33792 \align center
33793 \begin_inset Tabular
33794 <lyxtabular version="3" rows="4" columns="2">
33795 <features rotate="0" tabularvalignment="middle">
33796 <column alignment="center" valignment="top">
33797 <column alignment="center" valignment="top">
33798 <row>
33799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803 Comando
33804 \end_layout
33805
33806 \end_inset
33807 </cell>
33808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33809 \begin_inset Text
33810
33811 \begin_layout Plain Layout
33812 Resultado
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 </row>
33818 <row>
33819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33820 \begin_inset Text
33821
33822 \begin_layout Plain Layout
33823
33824 \backslash
33825 Bra{
33826 \backslash
33827 psi
33828 \end_layout
33829
33830 \end_inset
33831 </cell>
33832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33833 \begin_inset Text
33834
33835 \begin_layout Plain Layout
33836 \begin_inset Formula $\Bra{\psi}$
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 </row>
33845 <row>
33846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850
33851 \backslash
33852 Ket{
33853 \backslash
33854 psi
33855 \end_layout
33856
33857 \end_inset
33858 </cell>
33859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33860 \begin_inset Text
33861
33862 \begin_layout Plain Layout
33863 \begin_inset Formula $\Ket{\psi}$
33864 \end_inset
33865
33866
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 </row>
33872 <row>
33873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33874 \begin_inset Text
33875
33876 \begin_layout Plain Layout
33877
33878 \backslash
33879 Braket{
33880 \backslash
33881 psi|
33882 \backslash
33883 phi
33884 \end_layout
33885
33886 \end_inset
33887 </cell>
33888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33889 \begin_inset Text
33890
33891 \begin_layout Plain Layout
33892 \begin_inset Formula $\Braket{\psi|\phi}$
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 </row>
33901 </lyxtabular>
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \begin_layout Standard
33909 El comando 
33910 \series bold
33911
33912 \backslash
33913 Braket
33914 \series default
33915  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33916  circundantes:
33917 \begin_inset Formula 
33918 \[
33919 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33920 \]
33921
33922 \end_inset
33923
33924
33925 \begin_inset ERT
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929
33930
33931 \backslash
33932 else
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \begin_inset Note Note
33939 status open
33940
33941 \begin_layout Plain Layout
33942 Lo que sigue se verá en la salida si el paquete LaTeX 
33943 \series bold
33944 braket
33945 \series default
33946  no está instalado:
33947 \end_layout
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Standard
33955 Debes instalar el paquete LaTeX 
33956 \series bold
33957 braket
33958 \series default
33959  para ver en la salida el resto de esta subsección.
33960 \end_layout
33961
33962 \begin_layout Standard
33963 \begin_inset ERT
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967
33968
33969 \backslash
33970 fi
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \begin_layout Standard
33979 El efecto de 
33980 \series bold
33981
33982 \backslash
33983 Braket
33984 \series default
33985  también se puede conseguir con el comando 
33986 \series bold
33987
33988 \backslash
33989 middle
33990 \series default
33991 , que se describe en 
33992 \begin_inset CommandInset ref
33993 LatexCommand ref
33994 reference "sub:Tamaño-automático-de"
33995
33996 \end_inset
33997
33998 .
33999 \end_layout
34000
34001 \begin_layout Subsection
34002 Fracciones definidas por el usuario
34003 \begin_inset CommandInset label
34004 LatexCommand label
34005 name "sub:Fracciones-personalizadas"
34006
34007 \end_inset
34008
34009
34010 \begin_inset Index idx
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014 Fracciones ! personalizadas
34015 \end_layout
34016
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \begin_layout Standard
34023 Para definir comandos personalizados para fracciones, se usa el comando
34024  
34025 \series bold
34026
34027 \backslash
34028 genfrac
34029 \series default
34030
34031 \begin_inset Index idx
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035 Comandos ! G ! 
34036 \backslash
34037 genfrac
34038 \end_layout
34039
34040 \end_inset
34041
34042  con el siguiente esquema:
34043 \end_layout
34044
34045 \begin_layout Standard
34046
34047 \series bold
34048
34049 \backslash
34050 genfrac{delimitador izquierdo}{delimitador derecho}
34051 \begin_inset Newline newline
34052 \end_inset
34053
34054
34055 \begin_inset Phantom HPhantom
34056 status open
34057
34058 \begin_layout Plain Layout
34059
34060 \series bold
34061
34062 \backslash
34063 genfrac
34064 \end_layout
34065
34066 \end_inset
34067
34068 {grosor raya de fracción}{estilo}{numerador}{denominador}
34069 \end_layout
34070
34071 \begin_layout Standard
34072 El estilo es un número en el rango 0
34073 \begin_inset space \thinspace{}
34074 \end_inset
34075
34076 -
34077 \begin_inset space \thinspace{}
34078 \end_inset
34079
34080 3.
34081 \end_layout
34082
34083 \begin_layout Standard
34084 \align center
34085 \begin_inset Tabular
34086 <lyxtabular version="3" rows="5" columns="2">
34087 <features rotate="0" tabularvalignment="middle">
34088 <column alignment="center" valignment="top">
34089 <column alignment="center" valignment="top">
34090 <row>
34091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Plain Layout
34095 Número
34096 \end_layout
34097
34098 \end_inset
34099 </cell>
34100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34101 \begin_inset Text
34102
34103 \begin_layout Plain Layout
34104 Estilo (tamaño)
34105 \end_layout
34106
34107 \end_inset
34108 </cell>
34109 </row>
34110 <row>
34111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34112 \begin_inset Text
34113
34114 \begin_layout Plain Layout
34115 0
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Plain Layout
34124 ecuación presentada
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 </row>
34130 <row>
34131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34132 \begin_inset Text
34133
34134 \begin_layout Plain Layout
34135 1
34136 \end_layout
34137
34138 \end_inset
34139 </cell>
34140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34141 \begin_inset Text
34142
34143 \begin_layout Plain Layout
34144 ecuación en línea
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 </row>
34150 <row>
34151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155 2
34156 \end_layout
34157
34158 \end_inset
34159 </cell>
34160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164 pequeño
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 </row>
34170 <row>
34171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34172 \begin_inset Text
34173
34174 \begin_layout Plain Layout
34175 3
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Plain Layout
34184 muy pequeño
34185 \end_layout
34186
34187 \end_inset
34188 </cell>
34189 </row>
34190 </lyxtabular>
34191
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \begin_layout Standard
34198 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34199  
34200 \series bold
34201
34202 \backslash
34203 frac
34204 \series default
34205 .
34206 \end_layout
34207
34208 \begin_layout Standard
34209 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34210  de 0.4
34211 \begin_inset space \thinspace{}
34212 \end_inset
34213
34214 pt.
34215 \end_layout
34216
34217 \begin_layout Standard
34218 Por ejemplo, los comandos 
34219 \series bold
34220
34221 \backslash
34222 dfrac
34223 \series default
34224  y 
34225 \series bold
34226
34227 \backslash
34228 tbinom
34229 \series default
34230  de la 
34231 \begin_inset CommandInset ref
34232 LatexCommand ref
34233 reference "sub:Fracciones"
34234
34235 \end_inset
34236
34237  se definen con los comandos:
34238 \end_layout
34239
34240 \begin_layout Standard
34241
34242 \series bold
34243
34244 \backslash
34245 newcommand{
34246 \backslash
34247 dfrac}[2]{
34248 \backslash
34249 genfrac{}{}{}{0}{#1}{#2}}
34250 \end_layout
34251
34252 \begin_layout Standard
34253 y
34254 \end_layout
34255
34256 \begin_layout Standard
34257
34258 \series bold
34259
34260 \backslash
34261 newcommand{
34262 \backslash
34263 tbinom}[2]{
34264 \backslash
34265 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34266 \end_layout
34267
34268 \begin_layout Standard
34269 \begin_inset VSpace medskip
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Standard
34276 Para definir una fracción en la que el grosor de la raya se pueda definir
34277  como argumento opcional, se inserta la siguiente línea en el preámbulo
34278  LaTeX:
34279 \end_layout
34280
34281 \begin_layout Standard
34282
34283 \series bold
34284
34285 \backslash
34286 newcommand{
34287 \backslash
34288 fracS}[3][]{
34289 \backslash
34290 genfrac{}{}{#1}{}{#2}{#3}}
34291 \end_layout
34292
34293 \begin_layout Standard
34294 Un ensayo:
34295 \begin_inset Formula 
34296 \begin{align*}
34297 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34298 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34299 \end{align*}
34300
34301 \end_inset
34302
34303 Como se puede ver, la distancia del numerador y el denominador a la raya
34304  de fracción se redondea a unas tres veces el grosor de la raya.
34305 \end_layout
34306
34307 \begin_layout Subsection
34308 Ecuaciones canceladas
34309 \begin_inset Index idx
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 Ecuación ! cancelada
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Standard
34322 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
34323 \end_layout
34324
34325 \begin_layout Standard
34326 \begin_inset ERT
34327 status collapsed
34328
34329 \begin_layout Plain Layout
34330
34331
34332 \backslash
34333 ifcancel 
34334 \end_layout
34335
34336 \end_inset
34337
34338
34339 \begin_inset Note Note
34340 status open
34341
34342 \begin_layout Plain Layout
34343 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34344 \series bold
34345 cancel
34346 \series default
34347  está instalado.
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Standard
34356 \align center
34357 \begin_inset Tabular
34358 <lyxtabular version="3" rows="5" columns="2">
34359 <features rotate="0" tabularvalignment="middle">
34360 <column alignment="center" valignment="top">
34361 <column alignment="center" valignment="top">
34362 <row>
34363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367 Comando
34368 \end_layout
34369
34370 \end_inset
34371 </cell>
34372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34373 \begin_inset Text
34374
34375 \begin_layout Plain Layout
34376 Resultado
34377 \begin_inset Note Note
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 El
34382 \series bold
34383  
34384 \series default
34385 espacio y 
34386 \series bold
34387
34388 \backslash
34389 raisebox
34390 \series default
34391  se usa sólo como espaciador
34392 \end_layout
34393
34394 \end_inset
34395
34396
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 </row>
34402 <row>
34403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34404 \begin_inset Text
34405
34406 \begin_layout Plain Layout
34407
34408 \backslash
34409 cancel
34410 \begin_inset space \textvisiblespace{}
34411 \end_inset
34412
34413
34414 \backslash
34415 int
34416 \begin_inset space \textvisiblespace{}
34417 \end_inset
34418
34419 A=B
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 </row>
34437 <row>
34438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442
34443 \backslash
34444 bcancel
34445 \begin_inset space \textvisiblespace{}
34446 \end_inset
34447
34448
34449 \backslash
34450 int
34451 \begin_inset space \textvisiblespace{}
34452 \end_inset
34453
34454 A=B
34455 \end_layout
34456
34457 \end_inset
34458 </cell>
34459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34460 \begin_inset Text
34461
34462 \begin_layout Plain Layout
34463 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \end_inset
34470 </cell>
34471 </row>
34472 <row>
34473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34474 \begin_inset Text
34475
34476 \begin_layout Plain Layout
34477
34478 \backslash
34479 xcancel
34480 \begin_inset space \textvisiblespace{}
34481 \end_inset
34482
34483
34484 \backslash
34485 int
34486 \begin_inset space \textvisiblespace{}
34487 \end_inset
34488
34489 A=B
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Plain Layout
34498 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \end_inset
34505 </cell>
34506 </row>
34507 <row>
34508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512
34513 \backslash
34514 cancelto
34515 \begin_inset space \textvisiblespace{}
34516 \end_inset
34517
34518
34519 \backslash
34520 int
34521 \begin_inset space \textvisiblespace{}
34522 \end_inset
34523
34524 A=B
34525 \begin_inset Formula $\to$
34526 \end_inset
34527
34528 1
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \end_inset
34544 </cell>
34545 </row>
34546 </lyxtabular>
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \begin_layout Standard
34554
34555 \series bold
34556
34557 \backslash
34558 cancelto
34559 \series default
34560  es especialmente apropiado para visualizar la simplificación de fracciones
34561  en una ecuación:
34562 \begin_inset Formula 
34563 \[
34564 \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}}}
34565 \]
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Standard
34573 Para cambiar el tamaño del valor subscrito por 
34574 \series bold
34575
34576 \backslash
34577 cancelto
34578 \series default
34579  se puede 
34580 \lang english
34581 add the LaTeX-preamble line
34582 \end_layout
34583
34584 \begin_layout Standard
34585
34586 \series bold
34587
34588 \backslash
34589 PassOptionsToPackage{option}{cancel}
34590 \end_layout
34591
34592 \begin_layout Standard
34593
34594 \lang english
34595 where 
34596 \series bold
34597 option
34598 \series default
34599  is either
34600 \lang spanish
34601  
34602 \series bold
34603 samesize
34604 \series default
34605 , que da el mismo tamaño que para el valor cancelado, o 
34606 \series bold
34607 Smaller
34608 \series default
34609 , que da un tamaño un poco más pequeño que normal.
34610 \end_layout
34611
34612 \begin_layout Standard
34613 Para colorear la raya de cancelación añade el siguiente comando en código
34614  TeX:
34615 \end_layout
34616
34617 \begin_layout Standard
34618
34619 \series bold
34620
34621 \backslash
34622 renewcommand{
34623 \backslash
34624 CancelColor}{
34625 \backslash
34626 color{red}}
34627 \end_layout
34628
34629 \begin_layout Standard
34630 donde 
34631 \series bold
34632 red
34633 \series default
34634  puede reemplazarse por el color deseado.
34635 \end_layout
34636
34637 \begin_layout Standard
34638 \begin_inset ERT
34639 status collapsed
34640
34641 \begin_layout Plain Layout
34642
34643
34644 \backslash
34645 renewcommand{
34646 \backslash
34647 CancelColor}{
34648 \backslash
34649 color{red}}
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Standard
34658 \begin_inset Formula 
34659 \[
34660 \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}}}
34661 \]
34662
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \begin_layout Standard
34669 \begin_inset ERT
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673
34674
34675 \backslash
34676 renewcommand{
34677 \backslash
34678 CancelColor}{
34679 \backslash
34680 color{black}}
34681 \end_layout
34682
34683 \end_inset
34684
34685
34686 \begin_inset Note Note
34687 status open
34688
34689 \begin_layout Plain Layout
34690 restablece el color
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 Para otras posibilidades de personalización, véase la documentación del
34700  paquete
34701 \series bold
34702  cancel
34703 \series default
34704
34705 \begin_inset CommandInset citation
34706 LatexCommand cite
34707 key "cancel"
34708
34709 \end_inset
34710
34711 .
34712 \begin_inset Index idx
34713 status collapsed
34714
34715 \begin_layout Plain Layout
34716 Paquetes ! cancel
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Standard
34725 \begin_inset ERT
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729
34730
34731 \backslash
34732 else
34733 \end_layout
34734
34735 \end_inset
34736
34737
34738 \begin_inset Note Note
34739 status open
34740
34741 \begin_layout Plain Layout
34742 Lo que sigue se verá en la salida si el paquete LaTeX 
34743 \series bold
34744 cancel
34745 \series default
34746  no está instalado:
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Standard
34755 Debes instalar el paquete LaTeX 
34756 \series bold
34757 cancel
34758 \series default
34759  para ver en la salida el resto de esta subsección.
34760 \end_layout
34761
34762 \begin_layout Standard
34763 \begin_inset ERT
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767
34768
34769 \backslash
34770 fi
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \end_layout
34777
34778 \begin_layout Subsection
34779 Ecuaciones en encabezados de sección
34780 \begin_inset CommandInset label
34781 LatexCommand label
34782 name "sub:Ecuaciones-en-encabezados"
34783
34784 \end_inset
34785
34786
34787 \begin_inset Index idx
34788 status collapsed
34789
34790 \begin_layout Plain Layout
34791 Ecuación ! en encabezados de sección
34792 \end_layout
34793
34794 \end_inset
34795
34796
34797 \end_layout
34798
34799 \begin_layout Standard
34800 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34801  en cuenta lo siguiente:
34802 \end_layout
34803
34804 \begin_layout Standard
34805 \begin_inset Note Greyedout
34806 status open
34807
34808 \begin_layout Plain Layout
34809 Si el soporte para 
34810 \series bold
34811 hyperref
34812 \series default
34813
34814 \begin_inset Index idx
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818 Paquetes ! hyperref
34819 \end_layout
34820
34821 \end_inset
34822
34823  está activado en la configuración del documento, 
34824 \family sans
34825 Propiedades
34826 \begin_inset space ~
34827 \end_inset
34828
34829
34830 \family default
34831 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
34832  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
34833  texto del marcador, porque se infringen las convenciones PDF.
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \begin_layout Standard
34842 Estos problemas se pueden solucionar insertando al final del encabezado
34843  un título breve con el menú 
34844 \family sans
34845 Insertar\SpecialChar \menuseparator
34846 Título
34847 \begin_inset space ~
34848 \end_inset
34849
34850 breve
34851 \family default
34852 .
34853  Los títulos breves se usan como alternativa para encabezados de sección
34854  con más de una línea para mantener el buen aspecto del índice.
34855  En éste sólo aparece el título breve y por tanto también en los marcadores.
34856 \end_layout
34857
34858 \begin_layout Standard
34859 Si hay que poner ecuaciones en el índice y se usa 
34860 \series bold
34861 hyperref
34862 \series default
34863 , se puede insertar el siguiente comando en modo TeX:
34864 \end_layout
34865
34866 \begin_layout Standard
34867
34868 \series bold
34869
34870 \backslash
34871 texorpdfstring{parte}{alternativa}
34872 \begin_inset Index idx
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876 Comandos ! T ! 
34877 \backslash
34878 texorpdfstring
34879 \end_layout
34880
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \begin_layout Standard
34887 parte se refiere a la parte del encabezado que no debería aparecer en el
34888  marcador PDF.
34889  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
34890  La alternativa se usa para el marcador en vez de la parte.
34891 \end_layout
34892
34893 \begin_layout Standard
34894 Aquí hay dos ejemplos de encabezados con ecuación:
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \begin_inset VSpace -3mm
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905 \begin_inset ERT
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909
34910
34911 \backslash
34912 boldmath 
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \begin_layout Subsubsection
34921 Encabezado sin ecuación en el índice 
34922 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34923 \end_inset
34924
34925
34926 \begin_inset Argument 1
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930 Encabezado sin ecuación en el índice
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Subsubsection
34939 Encabezado con ecuación en el índice
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945
34946 \backslash
34947 texorpdfstring{
34948 \end_layout
34949
34950 \end_inset
34951
34952  
34953 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34954 \end_inset
34955
34956
34957 \begin_inset ERT
34958 status collapsed
34959
34960 \begin_layout Plain Layout
34961
34962 }{}
34963 \end_layout
34964
34965 \end_inset
34966
34967
34968 \end_layout
34969
34970 \begin_layout Standard
34971 \begin_inset ERT
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975
34976
34977 \backslash
34978 unboldmath 
34979 \end_layout
34980
34981 \end_inset
34982
34983 En el primer encabezado se ha puesto un título breve, en el segundo un 
34984 \series bold
34985
34986 \backslash
34987 texorpdfstring
34988 \series default
34989 .
34990 \end_layout
34991
34992 \begin_layout Standard
34993 Para obtener el mismo formato que en los demás encabezados se han puesto
34994  ambos en un entorno 
34995 \series bold
34996 boldmath
34997 \series default
34998 .
34999 \begin_inset Foot
35000 status collapsed
35001
35002 \begin_layout Plain Layout
35003 véase 
35004 \begin_inset CommandInset ref
35005 LatexCommand ref
35006 reference "sub:Ecuaciones-en-negrita"
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \begin_layout Subsection
35019 Ecuaciones en texto multicolumna
35020 \begin_inset Index idx
35021 status collapsed
35022
35023 \begin_layout Plain Layout
35024 Ecuación ! en texto multicolumna
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \begin_layout Standard
35033 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35034  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35035  de la página.
35036  Esto se hace usando el paquete LaTeX 
35037 \series bold
35038 multicol
35039 \series default
35040 ,
35041 \begin_inset Foot
35042 status collapsed
35043
35044 \begin_layout Plain Layout
35045
35046 \series bold
35047 multicol
35048 \series default
35049  forma parte de las distribuciones LaTeX estándar.
35050 \end_layout
35051
35052 \end_inset
35053
35054
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Paquetes ! multicol
35060 \end_layout
35061
35062 \end_inset
35063
35064  que se carga en el preámbulo LaTeX con la línea
35065 \end_layout
35066
35067 \begin_layout Standard
35068
35069 \series bold
35070
35071 \backslash
35072 usepackage{multicol}
35073 \end_layout
35074
35075 \begin_layout Standard
35076 \begin_inset Note Greyedout
35077 status open
35078
35079 \begin_layout Plain Layout
35080 Ten en cuenta que la opción 
35081 \family sans
35082 Documento
35083 \begin_inset space ~
35084 \end_inset
35085
35086 con
35087 \begin_inset space ~
35088 \end_inset
35089
35090 dos
35091 \begin_inset space ~
35092 \end_inset
35093
35094 caras
35095 \family default
35096 , bajo 
35097 \family sans
35098 Diseño
35099 \begin_inset space ~
35100 \end_inset
35101
35102 de
35103 \begin_inset space ~
35104 \end_inset
35105
35106 página 
35107 \family default
35108 en el menú 
35109 \family sans
35110 Documento\SpecialChar \menuseparator
35111 Configuración
35112 \family default
35113  
35114 \emph on
35115 debe
35116 \emph default
35117  estar desmarcada.
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Standard
35126 Antes del texto multicolumna se inserta en modo TeX el comando
35127 \end_layout
35128
35129 \begin_layout Standard
35130
35131 \series bold
35132
35133 \backslash
35134 begin{multicols}{número de columnas}
35135 \end_layout
35136
35137 \begin_layout Standard
35138 El número de columnas está en el rango 2-10.
35139  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35140  TeX el comando
35141 \end_layout
35142
35143 \begin_layout Standard
35144
35145 \series bold
35146
35147 \backslash
35148 end{multicols}
35149 \end_layout
35150
35151 \begin_layout Standard
35152 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35153  Para quitarlo se inserta un espacio vertical de -6
35154 \begin_inset space \thinspace{}
35155 \end_inset
35156
35157 mm antes de la ecuación.
35158  Si se usa el estilo 
35159 \series bold
35160 Sangrado
35161 \series default
35162 ,
35163 \begin_inset Foot
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167 véase estilos de ecuación en 
35168 \begin_inset CommandInset ref
35169 LatexCommand ref
35170 reference "sec:Estilos-de-ecuación"
35171
35172 \end_inset
35173
35174
35175 \end_layout
35176
35177 \end_inset
35178
35179  se inserta un espacio de -9
35180 \begin_inset space \thinspace{}
35181 \end_inset
35182
35183 mm.
35184 \end_layout
35185
35186 \begin_layout Standard
35187 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35188 \end_layout
35189
35190 \begin_layout Standard
35191
35192 \lang german
35193 \begin_inset ERT
35194 status collapsed
35195
35196 \begin_layout Plain Layout
35197
35198
35199 \backslash
35200 begin{multicols}{2}
35201 \end_layout
35202
35203 \end_inset
35204
35205 Das Spektrum wird fouriertransformiert.
35206  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35207 , Lösungsmittel) zu trennen.
35208  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35209  nun das Aussehen des Ausgangssignals.
35210  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35211  über alle Phasen integrieren muss.
35212  Sei nun 
35213 \begin_inset Formula $S$
35214 \end_inset
35215
35216  unser normiertes Ausgangssignal und 
35217 \begin_inset Formula $P$
35218 \end_inset
35219
35220  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35221 \begin_inset ERT
35222 status collapsed
35223
35224 \begin_layout Plain Layout
35225
35226
35227 \backslash
35228 end{multicols}
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \begin_inset VSpace -6mm
35235 \end_inset
35236
35237
35238 \begin_inset Formula 
35239 \begin{equation}
35240 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35241 \end{equation}
35242
35243 \end_inset
35244
35245
35246 \begin_inset ERT
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250
35251
35252 \backslash
35253 begin{multicols}{2}
35254 \end_layout
35255
35256 \end_inset
35257
35258 wobei 
35259 \begin_inset Formula $S_{0}$
35260 \end_inset
35261
35262  das Signal ohne Gradient ist und die Normierungsbedingung 
35263 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35264 \end_inset
35265
35266  gilt.
35267  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35268  Direkt nach dem 
35269 \begin_inset Formula $\nicefrac{\pi}{2}$
35270 \end_inset
35271
35272
35273 \begin_inset space \thinspace{}
35274 \end_inset
35275
35276 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35277  das Signal zusätzlich abschwächt.
35278  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35279  
35280 \begin_inset Formula $T_{2}$
35281 \end_inset
35282
35283 -Zeit.
35284 \end_layout
35285
35286 \begin_layout Standard
35287
35288 \lang german
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294
35295 \backslash
35296 end{multicols}
35297 \end_layout
35298
35299 \end_inset
35300
35301
35302 \end_layout
35303
35304 \begin_layout Subsection
35305 Ecuaciones con descripción de variables
35306 \begin_inset Index idx
35307 status collapsed
35308
35309 \begin_layout Plain Layout
35310 Ecuación ! con descripción de variables
35311 \end_layout
35312
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \begin_layout Standard
35319 Para describir variables en una ecuación, como en la fórmula 
35320 \begin_inset CommandInset ref
35321 LatexCommand eqref
35322 reference "eq:within"
35323
35324 \end_inset
35325
35326 , se inserta una matriz 2×
35327 \begin_inset Formula $n$
35328 \end_inset
35329
35330  con columnas alineadas a la izquierda para las 
35331 \emph on
35332
35333 \begin_inset Formula $n$
35334 \end_inset
35335
35336
35337 \emph default
35338  variables usadas.
35339 \begin_inset Foot
35340 status collapsed
35341
35342 \begin_layout Plain Layout
35343 véase matrices en 
35344 \begin_inset CommandInset ref
35345 LatexCommand ref
35346 reference "sec:Matrices"
35347
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \end_inset
35354
35355  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35356  el comando 
35357 \series bold
35358
35359 \backslash
35360 footnotesize
35361 \series default
35362  antes de la matriz.
35363 \begin_inset Foot
35364 status collapsed
35365
35366 \begin_layout Plain Layout
35367 véase tamaños de tipografías en 
35368 \begin_inset CommandInset ref
35369 LatexCommand ref
35370 reference "sub:Tamaños-de-tipografías"
35371
35372 \end_inset
35373
35374 .
35375 \end_layout
35376
35377 \end_inset
35378
35379
35380 \end_layout
35381
35382 \begin_layout Standard
35383 Si se usa el estilo 
35384 \series bold
35385 Sangrado
35386 \series default
35387 ,
35388 \begin_inset Foot
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392 véase estilos de ecuación en 
35393 \begin_inset CommandInset ref
35394 LatexCommand ref
35395 reference "sec:Estilos-de-ecuación"
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \end_inset
35403
35404  se inserta un 
35405 \series bold
35406
35407 \backslash
35408 hfill
35409 \series default
35410
35411 \begin_inset Foot
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416 \series bold
35417
35418 \backslash
35419 hfill
35420 \series default
35421  sólo funciona en ecuaciones en estilo 
35422 \series bold
35423 Sangrado
35424 \series default
35425 , véase 
35426 \begin_inset CommandInset ref
35427 LatexCommand ref
35428 reference "sub:Espacio-variable"
35429
35430 \end_inset
35431
35432
35433 \end_layout
35434
35435 \end_inset
35436
35437  delante y detrás de la matriz para que tenga la misma separación con la
35438  ecuación y con el margen.
35439 \end_layout
35440
35441 \begin_layout Standard
35442 Si se usa el estilo 
35443 \series bold
35444 Centrado
35445 \series default
35446  se emplea el método descrito en la 
35447 \begin_inset CommandInset ref
35448 LatexCommand ref
35449 reference "sub:Entorno-flalign"
35450
35451 \end_inset
35452
35453  para sangrar la ecuación.
35454  La ecuación 
35455 \begin_inset CommandInset ref
35456 LatexCommand eqref
35457 reference "eq:within"
35458
35459 \end_inset
35460
35461  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35462  la tercera la matriz y la última una llave TeX vacía.
35463 \begin_inset Formula 
35464 \begin{flalign}
35465 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35466 \rho & \mbox{densidad}\\
35467 V & \mbox{volumen}\\
35468 g & \mbox{aceleración gravitatoria}
35469 \end{array} &  & {}\label{eq:within}
35470 \end{flalign}
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Subsection
35478 Letras griegas minúsculas en redonda
35479 \begin_inset CommandInset label
35480 LatexCommand label
35481 name "sub:Griegas-en-redonda"
35482
35483 \end_inset
35484
35485
35486 \begin_inset Index idx
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 Letras griegas ! en redonda
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Standard
35499 La mayoría de las tipografías sólo suministran letras griegas minúsculas
35500  en cursiva.
35501  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35502  falta letras griegas en redonda.
35503  El archivo 
35504 \series bold
35505 upgreek.sty
35506 \series default
35507
35508 \begin_inset Foot
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512
35513 \series bold
35514 upgreek
35515 \series default
35516  forma parte del paquete LaTeX 
35517 \series bold
35518 was
35519 \series default
35520
35521 \begin_inset Index idx
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 Paquetes ! was
35526 \begin_inset ERT
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530
35531
35532 \backslash
35533 vspace{4mm}
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \end_inset
35542
35543 .
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \begin_inset Index idx
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553 Paquetes ! upgreek
35554 \end_layout
35555
35556 \end_inset
35557
35558 , que se carga en el preámbulo LaTeX con la línea
35559 \end_layout
35560
35561 \begin_layout Standard
35562
35563 \series bold
35564
35565 \backslash
35566 usepackage{upgreek}
35567 \end_layout
35568
35569 \begin_layout Standard
35570 las suministra.
35571  
35572 \begin_inset ERT
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577
35578 \backslash
35579 ifupgreek 
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \begin_inset Note Note
35586 status open
35587
35588 \begin_layout Plain Layout
35589 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
35590 \series bold
35591 upgreek
35592 \series default
35593 :
35594 \end_layout
35595
35596 \end_inset
35597
35598  Se imprimen con el comando de la letra correspondiente precedido de 
35599 \series bold
35600 up
35601 \series default
35602 .
35603  Por ejemplo, el comando 
35604 \series bold
35605
35606 \backslash
35607 uptau
35608 \series default
35609  genera: 
35610 \begin_inset Formula $\uptau$
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35618 \begin_inset Formula 
35619 \[
35620 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
35621 \]
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Standard
35629 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35630  en cursiva.
35631  Por tanto no deberían emplearse para unidades como 
35632 \begin_inset Quotes fld
35633 \end_inset
35634
35635 µm
35636 \begin_inset Quotes frd
35637 \end_inset
35638
35639 .
35640 \end_layout
35641
35642 \begin_layout Standard
35643 \begin_inset ERT
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647
35648
35649 \backslash
35650 else 
35651 \end_layout
35652
35653 \end_inset
35654
35655
35656 \begin_inset Note Note
35657 status open
35658
35659 \begin_layout Plain Layout
35660 Lo siguiente se mostrará si el paquete LaTeX 
35661 \series bold
35662 upgreek
35663 \series default
35664  no está instalado:
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \begin_layout Standard
35673 Debes instalar el paquete LaTeX 
35674 \series bold
35675 upgreek
35676 \series default
35677  para ver en la salida el resto de esta subsección.
35678  
35679 \end_layout
35680
35681 \begin_layout Standard
35682 \begin_inset ERT
35683 status collapsed
35684
35685 \begin_layout Plain Layout
35686
35687
35688 \backslash
35689 fi
35690 \end_layout
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Standard
35698 \begin_inset Newpage newpage
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Subsection
35705 Caracteres de texto en ecuaciones
35706 \begin_inset CommandInset label
35707 LatexCommand label
35708 name "sub:Caracteres-de-texto"
35709
35710 \end_inset
35711
35712
35713 \begin_inset Index idx
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717 Texto ! en ecuaciones
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Standard
35726 En algunos casos podrías querer insertar caracteres de texto directamente
35727  en ecuaciones.
35728  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35729 \begin_inset Formula $\cdot$
35730 \end_inset
35731
35732  en expresiones como 
35733 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35734 \end_inset
35735
35736 , habría que insertar el comando 
35737 \series bold
35738
35739 \backslash
35740 cdot
35741 \series default
35742
35743 \begin_inset Foot
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747 véase 
35748 \begin_inset CommandInset ref
35749 LatexCommand ref
35750 reference "sub:Operadores-binarios"
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \end_inset
35758
35759  continuamente, porque este carácter está definido en todas las codificaciones
35760  como carácter de texto.
35761  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35762 \end_layout
35763
35764 \begin_layout Standard
35765
35766 \series bold
35767
35768 \backslash
35769 Declare Inputtext{183}{
35770 \backslash
35771 ifmmode
35772 \backslash
35773 cdot
35774 \backslash
35775 else
35776 \backslash
35777 textperiodcentered
35778 \backslash
35779 f\SpecialChar \textcompwordmark{}
35780 i}
35781 \end_layout
35782
35783 \begin_layout Standard
35784 La codificación de caracteres (menú 
35785 \family sans
35786 Documento\SpecialChar \menuseparator
35787 Configuración\SpecialChar \menuseparator
35788 Idioma
35789 \family default
35790 ) especifica el carácter que se muestra al pulsar una tecla.
35791  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35792  
35793 \series bold
35794
35795 \backslash
35796 textperiodcentered
35797 \series default
35798 .
35799  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35800  de LaTeX.
35801  Con la codificación cambiada se escoge automáticamente el comando correcto,
35802  dependiendo de si el carácter se ha insertado en una ecuación o no.
35803 \end_layout
35804
35805 \begin_layout Standard
35806 La codificación de diversos caracteres se guarda en archivos de definición.
35807  Por ejemplo la codificación 
35808 \series bold
35809 latin9
35810 \series default
35811  se define en el archivo 
35812 \series bold
35813 latin9.def
35814 \series default
35815  que está en el directorio de LaTeX.
35816  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35817  archivo de definición, de lo contrario nuestros documentos no podrían ser
35818  editados en otros ordenadores.
35819 \begin_inset VSpace medskip
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \begin_layout Standard
35826 Además del punto centrado, en este documento se ha definido el símbolo grado
35827  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35828  directamente en una fórmula:
35829 \end_layout
35830
35831 \begin_layout Standard
35832
35833 \series bold
35834
35835 \backslash
35836 DeclareInputtext{176}{
35837 \backslash
35838 ifmmode^
35839 \backslash
35840 circ
35841 \backslash
35842 else
35843 \backslash
35844 textdegree
35845 \backslash
35846 f\SpecialChar \textcompwordmark{}
35847 i}
35848 \begin_inset Newpage newpage
35849 \end_inset
35850
35851
35852 \end_layout
35853
35854 \begin_layout Section
35855 \start_of_appendix
35856 Notas sobre tipografía
35857 \begin_inset Index idx
35858 status collapsed
35859
35860 \begin_layout Plain Layout
35861 Tipografía, normas
35862 \end_layout
35863
35864 \end_inset
35865
35866
35867 \end_layout
35868
35869 \begin_layout Standard
35870 Esta sección es un resumen de las normas tipográficas ISO más importantes.
35871 \begin_inset Foot
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
35876  
35877 \begin_inset Quotes fld
35878 \end_inset
35879
35880 Duden
35881 \begin_inset Quotes frd
35882 \end_inset
35883
35884  
35885 \begin_inset CommandInset citation
35886 LatexCommand cite
35887 key "Duden"
35888
35889 \end_inset
35890
35891 , que incluye algunas de las normas ISO.
35892  
35893 \begin_inset Newline newline
35894 \end_inset
35895
35896 (
35897 \emph on
35898 N.
35899 \begin_inset space \thinspace{}
35900 \end_inset
35901
35902 del t.
35903 \emph default
35904 : Para documentación en español sobre el tema, véase 
35905 \begin_inset CommandInset citation
35906 LatexCommand cite
35907 key "Bezos"
35908
35909 \end_inset
35910
35911 .)
35912 \end_layout
35913
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \begin_layout Itemize
35920 Las unidades físicas se escriben 
35921 \emph on
35922 siempre 
35923 \emph default
35924 en redonda
35925 \begin_inset Foot
35926 status collapsed
35927
35928 \begin_layout Plain Layout
35929 véase estilos de tipografías en 
35930 \begin_inset CommandInset ref
35931 LatexCommand ref
35932 reference "sub:Estilos-de-tipografías"
35933
35934 \end_inset
35935
35936
35937 \end_layout
35938
35939 \end_inset
35940
35941 , aunque aparezcan en un texto en cursiva: 30
35942 \begin_inset space \thinspace{}
35943 \end_inset
35944
35945 km/h
35946 \begin_inset Newline newline
35947 \end_inset
35948
35949 Entre el valor y la unidad hay un espacio delgado, véase 
35950 \begin_inset CommandInset ref
35951 LatexCommand ref
35952 reference "sub:Espacio-predefinido"
35953
35954 \end_inset
35955
35956 .
35957 \begin_inset Newline newline
35958 \end_inset
35959
35960 Esta norma la cumple automáticamente el comando 
35961 \series bold
35962
35963 \backslash
35964 unittwo
35965 \series default
35966 .
35967  Si se introduce en una fórmula aparecen dos marcos.
35968  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
35969  como antes, 
35970 \begin_inset Formula $\unit[30]{km/h}$
35971 \end_inset
35972
35973
35974 \begin_inset space \thinspace{}
35975 \end_inset
35976
35977 .
35978  Ten en cuenta que 
35979 \series bold
35980
35981 \backslash
35982 unittwo
35983 \series default
35984  no es un auténtico comando LaTeX, sino el comando 
35985 \series bold
35986
35987 \backslash
35988 unit[value]{unit}
35989 \series default
35990 , por tanto no lo puedes usar en código TeX.
35991 \end_layout
35992
35993 \begin_layout Itemize
35994 Los signos por ciento y por mil se escriben como las unidades físicas:
35995 \begin_inset Newline newline
35996 \end_inset
35997
35998 1,2
35999 \begin_inset space \thinspace{}
36000 \end_inset
36001
36002 ‰ de alcohol en sangre.
36003 \end_layout
36004
36005 \begin_layout Itemize
36006 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36007  otra unidad: 15
36008 \begin_inset space \thinspace{}
36009 \end_inset
36010
36011 °C
36012 \end_layout
36013
36014 \begin_layout Itemize
36015 En números con más de cuatro dígitos se inserta un espacio delgado para
36016  separarlos en grupos de tres cifras: 18
36017 \begin_inset space \thinspace{}
36018 \end_inset
36019
36020 473
36021 \begin_inset space \thinspace{}
36022 \end_inset
36023
36024 588
36025 \end_layout
36026
36027 \begin_layout Itemize
36028 Para dimensiones como 120×90×40
36029 \begin_inset space \thinspace{}
36030 \end_inset
36031
36032 cm se usa el aspa de multiplicar 
36033 \begin_inset Quotes fld
36034 \end_inset
36035
36036 ×
36037 \begin_inset Quotes frd
36038 \end_inset
36039
36040 .
36041  Está disponible en el menú 
36042 \family sans
36043 Insertar\SpecialChar \menuseparator
36044 Carácter especial
36045 \family default
36046 \SpecialChar \menuseparator
36047
36048 \family sans
36049 Símbolos
36050 \family default
36051  o bien mediante el comando 
36052 \series bold
36053
36054 \backslash
36055 times
36056 \series default
36057 .
36058  Se puede insertar directamente con cierta combinación de teclas.
36059 \end_layout
36060
36061 \begin_layout Itemize
36062 Las funciones con nombres que constan de varias letras se escriben en redonda
36063  para evitar confusiones, véase 
36064 \begin_inset CommandInset ref
36065 LatexCommand ref
36066 reference "sub:Funciones-predefinidas"
36067
36068 \end_inset
36069
36070 .
36071 \end_layout
36072
36073 \begin_layout Itemize
36074 Los índices que constan de varias letras se escriben en redonda: 
36075 \begin_inset Formula $E_{\mathrm{cin}}$
36076 \end_inset
36077
36078
36079 \begin_inset Newline newline
36080 \end_inset
36081
36082 Los componentes de una matriz se escriben en cursiva: 
36083 \begin_inset Formula $\hat{H}_{kl}$
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Itemize
36090 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36091  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36092 s con otras variables.
36093 \end_layout
36094
36095 \begin_layout Itemize
36096 El carácter que indica una transformación 
36097 \noun on
36098 Fourier
36099 \noun default
36100  se inserta con el comando 
36101 \series bold
36102
36103 \backslash
36104 mathscr
36105 \begin_inset space \textvisiblespace{}
36106 \end_inset
36107
36108 F
36109 \series default
36110  o mediante el menú
36111 \family sans
36112  Insertar\SpecialChar \menuseparator
36113 Carácter especial
36114 \family default
36115 \SpecialChar \menuseparator
36116
36117 \family sans
36118 Símbolos\SpecialChar \menuseparator
36119 Símbolos de letra
36120 \family default
36121
36122 \begin_inset Formula $\mathscr{F}$
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Standard
36129 \begin_inset Newpage newpage
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \begin_layout Section
36136 Sinónimos
36137 \begin_inset Index idx
36138 status collapsed
36139
36140 \begin_layout Plain Layout
36141 Sinónimos
36142 \end_layout
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \begin_layout Standard
36150 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36151  como los que se recogen en esta lista:
36152 \begin_inset Foot
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156 véase también 
36157 \begin_inset CommandInset ref
36158 LatexCommand ref
36159 reference "fn:sinónimos"
36160
36161 \end_inset
36162
36163 .
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Standard
36172 \begin_inset VSpace bigskip
36173 \end_inset
36174
36175
36176 \begin_inset space \hfill{}
36177 \end_inset
36178
36179
36180 \begin_inset Tabular
36181 <lyxtabular version="3" rows="12" columns="2">
36182 <features rotate="0" tabularvalignment="middle">
36183 <column alignment="center" valignment="top" width="0pt">
36184 <column alignment="center" valignment="top" width="0pt">
36185 <row>
36186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190 Comando
36191 \end_layout
36192
36193 \end_inset
36194 </cell>
36195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36196 \begin_inset Text
36197
36198 \begin_layout Plain Layout
36199 equivalente a
36200 \begin_inset Note Note
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204
36205 \series bold
36206
36207 \backslash
36208 raisebox
36209 \series default
36210  se usa sólo como espaciador
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 </row>
36221 <row>
36222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36223 \begin_inset Text
36224
36225 \begin_layout Plain Layout
36226
36227 \backslash
36228 ast
36229 \end_layout
36230
36231 \end_inset
36232 </cell>
36233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36234 \begin_inset Text
36235
36236 \begin_layout Plain Layout
36237 \begin_inset ERT
36238 status collapsed
36239
36240 \begin_layout Plain Layout
36241
36242
36243 \backslash
36244 raisebox{-1.2mm}{
36245 \end_layout
36246
36247 \end_inset
36248
36249 *
36250 \begin_inset ERT
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254
36255 }
36256 \end_layout
36257
36258 \end_inset
36259
36260
36261 \end_layout
36262
36263 \end_inset
36264 </cell>
36265 </row>
36266 <row>
36267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36268 \begin_inset Text
36269
36270 \begin_layout Plain Layout
36271
36272 \backslash
36273 choose
36274 \end_layout
36275
36276 \end_inset
36277 </cell>
36278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282
36283 \backslash
36284 binom
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 </row>
36290 <row>
36291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36292 \begin_inset Text
36293
36294 \begin_layout Plain Layout
36295
36296 \backslash
36297 geq
36298 \end_layout
36299
36300 \end_inset
36301 </cell>
36302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Plain Layout
36306
36307 \backslash
36308 ge
36309 \end_layout
36310
36311 \end_inset
36312 </cell>
36313 </row>
36314 <row>
36315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36316 \begin_inset Text
36317
36318 \begin_layout Plain Layout
36319
36320 \backslash
36321 lbrace
36322 \end_layout
36323
36324 \end_inset
36325 </cell>
36326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36327 \begin_inset Text
36328
36329 \begin_layout Plain Layout
36330 {
36331 \end_layout
36332
36333 \end_inset
36334 </cell>
36335 </row>
36336 <row>
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341
36342 \backslash
36343 lbracket
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36349 \begin_inset Text
36350
36351 \begin_layout Plain Layout
36352 [
36353 \end_layout
36354
36355 \end_inset
36356 </cell>
36357 </row>
36358 <row>
36359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36360 \begin_inset Text
36361
36362 \begin_layout Plain Layout
36363
36364 \backslash
36365 leftarrow
36366 \end_layout
36367
36368 \end_inset
36369 </cell>
36370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36371 \begin_inset Text
36372
36373 \begin_layout Plain Layout
36374
36375 \backslash
36376 gets
36377 \end_layout
36378
36379 \end_inset
36380 </cell>
36381 </row>
36382 <row>
36383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36384 \begin_inset Text
36385
36386 \begin_layout Plain Layout
36387
36388 \backslash
36389 leq
36390 \end_layout
36391
36392 \end_inset
36393 </cell>
36394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36395 \begin_inset Text
36396
36397 \begin_layout Plain Layout
36398
36399 \backslash
36400 le
36401 \end_layout
36402
36403 \end_inset
36404 </cell>
36405 </row>
36406 <row>
36407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36408 \begin_inset Text
36409
36410 \begin_layout Plain Layout
36411
36412 \backslash
36413 lor
36414 \end_layout
36415
36416 \end_inset
36417 </cell>
36418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36419 \begin_inset Text
36420
36421 \begin_layout Plain Layout
36422
36423 \backslash
36424 vee
36425 \end_layout
36426
36427 \end_inset
36428 </cell>
36429 </row>
36430 <row>
36431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36432 \begin_inset Text
36433
36434 \begin_layout Plain Layout
36435
36436 \backslash
36437 neq
36438 \end_layout
36439
36440 \end_inset
36441 </cell>
36442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36443 \begin_inset Text
36444
36445 \begin_layout Plain Layout
36446
36447 \backslash
36448 not=
36449 \end_layout
36450
36451 \end_inset
36452 </cell>
36453 </row>
36454 <row>
36455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36456 \begin_inset Text
36457
36458 \begin_layout Plain Layout
36459
36460 \backslash
36461 slash
36462 \end_layout
36463
36464 \end_inset
36465 </cell>
36466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36467 \begin_inset Text
36468
36469 \begin_layout Plain Layout
36470 /
36471 \end_layout
36472
36473 \end_inset
36474 </cell>
36475 </row>
36476 <row>
36477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36478 \begin_inset Text
36479
36480 \begin_layout Plain Layout
36481
36482 \backslash
36483 vert
36484 \end_layout
36485
36486 \end_inset
36487 </cell>
36488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36489 \begin_inset Text
36490
36491 \begin_layout Plain Layout
36492 |
36493 \end_layout
36494
36495 \end_inset
36496 </cell>
36497 </row>
36498 </lyxtabular>
36499
36500 \end_inset
36501
36502
36503 \begin_inset space \hfill{}
36504 \end_inset
36505
36506
36507 \begin_inset Tabular
36508 <lyxtabular version="3" rows="12" columns="2">
36509 <features rotate="0" tabularvalignment="middle">
36510 <column alignment="center" valignment="top" width="0pt">
36511 <column alignment="center" valignment="top" width="0pt">
36512 <row>
36513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36514 \begin_inset Text
36515
36516 \begin_layout Plain Layout
36517 Comando
36518 \end_layout
36519
36520 \end_inset
36521 </cell>
36522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36523 \begin_inset Text
36524
36525 \begin_layout Plain Layout
36526 equivalente a
36527 \end_layout
36528
36529 \end_inset
36530 </cell>
36531 </row>
36532 <row>
36533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36534 \begin_inset Text
36535
36536 \begin_layout Plain Layout
36537
36538 \backslash
36539 backslash
36540 \end_layout
36541
36542 \end_inset
36543 </cell>
36544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36545 \begin_inset Text
36546
36547 \begin_layout Plain Layout
36548
36549 \backslash
36550
36551 \backslash
36552
36553 \end_layout
36554
36555 \end_inset
36556 </cell>
36557 </row>
36558 <row>
36559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36560 \begin_inset Text
36561
36562 \begin_layout Plain Layout
36563
36564 \backslash
36565 dasharrow
36566 \end_layout
36567
36568 \end_inset
36569 </cell>
36570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36571 \begin_inset Text
36572
36573 \begin_layout Plain Layout
36574
36575 \backslash
36576 dashrightarrow
36577 \end_layout
36578
36579 \end_inset
36580 </cell>
36581 </row>
36582 <row>
36583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36584 \begin_inset Text
36585
36586 \begin_layout Plain Layout
36587
36588 \backslash
36589 land
36590 \end_layout
36591
36592 \end_inset
36593 </cell>
36594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36595 \begin_inset Text
36596
36597 \begin_layout Plain Layout
36598
36599 \backslash
36600 wedge
36601 \end_layout
36602
36603 \end_inset
36604 </cell>
36605 </row>
36606 <row>
36607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36608 \begin_inset Text
36609
36610 \begin_layout Plain Layout
36611
36612 \backslash
36613 rbrace
36614 \end_layout
36615
36616 \end_inset
36617 </cell>
36618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36619 \begin_inset Text
36620
36621 \begin_layout Plain Layout
36622 }
36623 \end_layout
36624
36625 \end_inset
36626 </cell>
36627 </row>
36628 <row>
36629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633
36634 \backslash
36635 rbracket
36636 \end_layout
36637
36638 \end_inset
36639 </cell>
36640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36641 \begin_inset Text
36642
36643 \begin_layout Plain Layout
36644 ]
36645 \end_layout
36646
36647 \end_inset
36648 </cell>
36649 </row>
36650 <row>
36651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36652 \begin_inset Text
36653
36654 \begin_layout Plain Layout
36655
36656 \backslash
36657 rightarrow
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36663 \begin_inset Text
36664
36665 \begin_layout Plain Layout
36666
36667 \backslash
36668 to
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 </row>
36674 <row>
36675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36676 \begin_inset Text
36677
36678 \begin_layout Plain Layout
36679
36680 \backslash
36681 lnot
36682 \end_layout
36683
36684 \end_inset
36685 </cell>
36686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36687 \begin_inset Text
36688
36689 \begin_layout Plain Layout
36690
36691 \backslash
36692 neg
36693 \end_layout
36694
36695 \end_inset
36696 </cell>
36697 </row>
36698 <row>
36699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703
36704 \backslash
36705 ne
36706 \end_layout
36707
36708 \end_inset
36709 </cell>
36710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714
36715 \backslash
36716 not=
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 </row>
36722 <row>
36723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36724 \begin_inset Text
36725
36726 \begin_layout Plain Layout
36727
36728 \backslash
36729 owns
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738
36739 \backslash
36740 ni
36741 \end_layout
36742
36743 \end_inset
36744 </cell>
36745 </row>
36746 <row>
36747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36748 \begin_inset Text
36749
36750 \begin_layout Plain Layout
36751
36752 \backslash
36753 square
36754 \end_layout
36755
36756 \end_inset
36757 </cell>
36758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36759 \begin_inset Text
36760
36761 \begin_layout Plain Layout
36762
36763 \backslash
36764 Box
36765 \end_layout
36766
36767 \end_inset
36768 </cell>
36769 </row>
36770 <row>
36771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36772 \begin_inset Text
36773
36774 \begin_layout Plain Layout
36775
36776 \backslash
36777 Vert
36778 \end_layout
36779
36780 \end_inset
36781 </cell>
36782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36783 \begin_inset Text
36784
36785 \begin_layout Plain Layout
36786
36787 \backslash
36788 |
36789 \end_layout
36790
36791 \end_inset
36792 </cell>
36793 </row>
36794 </lyxtabular>
36795
36796 \end_inset
36797
36798
36799 \begin_inset space \hfill{}
36800 \end_inset
36801
36802
36803 \end_layout
36804
36805 \begin_layout Standard
36806 \begin_inset Newpage newpage
36807 \end_inset
36808
36809
36810 \end_layout
36811
36812 \begin_layout Bibliography
36813 \begin_inset CommandInset bibitem
36814 LatexCommand bibitem
36815 key "TLC2"
36816
36817 \end_inset
36818
36819
36820 \shape smallcaps
36821 Mittelbach, F.
36822  ; Goossens, M.
36823 \shape default
36824
36825 \shape italic
36826 The LaTeX Companion
36827 \shape default
36828 .
36829  Addison Wesley, 2004
36830 \end_layout
36831
36832 \begin_layout Bibliography
36833 \begin_inset CommandInset bibitem
36834 LatexCommand bibitem
36835 key "Mathmode"
36836
36837 \end_inset
36838
36839
36840 \begin_inset CommandInset href
36841 LatexCommand href
36842 name "Descripción"
36843 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36844
36845 \end_inset
36846
36847  de habilidades matemáticas de LaTeX
36848 \end_layout
36849
36850 \begin_layout Bibliography
36851 \begin_inset CommandInset bibitem
36852 LatexCommand bibitem
36853 key "AMS"
36854
36855 \end_inset
36856
36857
36858 \begin_inset CommandInset href
36859 LatexCommand href
36860 name "Descripción"
36861 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36862
36863 \end_inset
36864
36865  de 
36866 \begin_inset ERT
36867 status collapsed
36868
36869 \begin_layout Plain Layout
36870
36871
36872 \backslash
36873 AmS
36874 \end_layout
36875
36876 \end_inset
36877
36878 -LaTeX
36879 \end_layout
36880
36881 \begin_layout Bibliography
36882 \begin_inset CommandInset bibitem
36883 LatexCommand bibitem
36884 key "Symbols"
36885
36886 \end_inset
36887
36888
36889 \begin_inset CommandInset href
36890 LatexCommand href
36891 name "Lista"
36892 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36893
36894 \end_inset
36895
36896  de todos los símbolos disponibles con paquetes LaTeX
36897 \end_layout
36898
36899 \begin_layout Bibliography
36900 \begin_inset CommandInset bibitem
36901 LatexCommand bibitem
36902 key "cancel"
36903
36904 \end_inset
36905
36906
36907 \begin_inset CommandInset href
36908 LatexCommand href
36909 name "Documentación"
36910 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36911
36912 \end_inset
36913
36914  del paquete LaTeX 
36915 \series bold
36916 cancel
36917 \series default
36918
36919 \begin_inset Index idx
36920 status collapsed
36921
36922 \begin_layout Plain Layout
36923 Paquetes ! cancel
36924 \end_layout
36925
36926 \end_inset
36927
36928
36929 \end_layout
36930
36931 \begin_layout Bibliography
36932 \begin_inset CommandInset bibitem
36933 LatexCommand bibitem
36934 key "hyperref"
36935
36936 \end_inset
36937
36938
36939 \begin_inset CommandInset href
36940 LatexCommand href
36941 name "Documentación"
36942 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36943
36944 \end_inset
36945
36946  del paquete LaTeX 
36947 \series bold
36948 hyperref
36949 \series default
36950
36951 \begin_inset Index idx
36952 status collapsed
36953
36954 \begin_layout Plain Layout
36955 Paquetes ! hyperref
36956 \end_layout
36957
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \begin_layout Bibliography
36964 \begin_inset CommandInset bibitem
36965 LatexCommand bibitem
36966 key "mhchem"
36967
36968 \end_inset
36969
36970
36971 \begin_inset CommandInset href
36972 LatexCommand href
36973 name "Documentación"
36974 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36975
36976 \end_inset
36977
36978  del paquete LaTeX 
36979 \series bold
36980 mhchem
36981 \series default
36982
36983 \begin_inset Index idx
36984 status collapsed
36985
36986 \begin_layout Plain Layout
36987 Paquetes ! mhchem
36988 \end_layout
36989
36990 \end_inset
36991
36992
36993 \end_layout
36994
36995 \begin_layout Bibliography
36996 \begin_inset CommandInset bibitem
36997 LatexCommand bibitem
36998 key "Mathclap"
36999
37000 \end_inset
37001
37002
37003 \begin_inset CommandInset href
37004 LatexCommand href
37005 name "Descripción"
37006 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37007
37008 \end_inset
37009
37010  del comando 
37011 \series bold
37012
37013 \backslash
37014 mathclap
37015 \series default
37016 , descrito en 
37017 \begin_inset CommandInset ref
37018 LatexCommand ref
37019 reference "sub:Límites-de-operadores"
37020
37021 \end_inset
37022
37023
37024 \begin_inset Index idx
37025 status collapsed
37026
37027 \begin_layout Plain Layout
37028 Comandos ! M ! 
37029 \backslash
37030 mathclap
37031 \end_layout
37032
37033 \end_inset
37034
37035
37036 \end_layout
37037
37038 \begin_layout Bibliography
37039 \begin_inset CommandInset bibitem
37040 LatexCommand bibitem
37041 key "Duden"
37042
37043 \end_inset
37044
37045
37046 \emph on
37047 Duden Band 1
37048 \emph default
37049 .
37050  22.
37051  Auflage, Duden 2001
37052 \end_layout
37053
37054 \begin_layout Bibliography
37055 \begin_inset CommandInset bibitem
37056 LatexCommand bibitem
37057 key "spanish"
37058
37059 \end_inset
37060
37061
37062 \begin_inset CommandInset href
37063 LatexCommand href
37064 name "Página web"
37065 target "http://www.tex-tipografia.com/spanish.html"
37066
37067 \end_inset
37068
37069  del estilo 
37070 \series bold
37071 spanish
37072 \family sans
37073 \series default
37074  
37075 \family default
37076 incluido en el paquete 
37077 \series bold
37078 babel
37079 \end_layout
37080
37081 \begin_layout Bibliography
37082 \begin_inset CommandInset bibitem
37083 LatexCommand bibitem
37084 key "Bezos"
37085
37086 \end_inset
37087
37088
37089 \begin_inset CommandInset href
37090 LatexCommand href
37091 name "Documento"
37092 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37093
37094 \end_inset
37095
37096  sobre ortotipografía y notaciones matemáticas en español
37097 \end_layout
37098
37099 \begin_layout Standard
37100 \begin_inset CommandInset index_print
37101 LatexCommand printindex
37102 type "idx"
37103
37104 \end_inset
37105
37106
37107 \end_layout
37108
37109 \end_body
37110 \end_document