]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
- Math.lyx: fix an index entry, side effect of bug 5006
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
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
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasspanish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC is numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{Roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.4
74 \usepackage{braket}
75
76 % used in Kap. 22.6
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % for multiple table row and column cells
83 \usepackage{multirow}
84 \usepackage{multicol}
85
86 % needed for diagrams
87 \usepackage{amscd}
88
89 % needed in sec. 19.4
90 \usepackage{remreset}
91
92 % center multirows (e.g. in sec. 13.3)
93 \renewcommand{\multirowsetup}{\centering}
94
95 % define a color, used in sec.9.3
96 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
97
98 % declare operators (see sec. 10.4 and sec. 15.2)
99 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
100 \DeclareMathOperator{\sgn}{sgn}
101
102 \newcommand{\spce}{\textvisiblespace}
103
104 % example definitions for sec. 20.1 
105 \newcommand{\gr}{\Longrightarrow}
106 \newcommand{\us}[1]{\underline{#1}}
107 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
108 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
109 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
110
111 % example macro from sec. 19.4
112 %\def\tagform@#1{\maketag@@@{|#1|}}
113
114 % macro from sec. 10.2
115 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
116 \def\mathclap {\mathpalette \mathclapinternal}
117 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
118
119 % redefine the greyed out note
120 \renewenvironment{lyxgreyedout}
121  {\textcolor{blue}\bgroup}{\egroup}
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package eurosym
128 % used for the Euro symbol
129 \newboolean{eurosym}
130 \IfFileExists{eurosym.sty}
131  {\usepackage[gennarrow]{eurosym}
132   \setboolean{eurosym}{true}}
133  {\setboolean{eurosym}{false}}
134
135 % needed in sec. 22.4
136 % check for package braket
137 \newboolean{braket}
138 \IfFileExists{braket.sty}
139  {\usepackage{braket}
140   \setboolean{braket}{true}}
141  {\setboolean{braket}{false}}
142
143 % needed in sec. 22.10
144 % check for package upgreek
145 \newboolean{upgreek}
146 \IfFileExists{upgreek.sty}
147  {\usepackage{upgreek}
148   \setboolean{upgreek}{true}}
149  {\setboolean{upgreek}{false}}
150 \end_preamble
151 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
152 \language spanish
153 \inputencoding auto
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_default_family default
158 \font_sc false
159 \font_osf false
160 \font_sf_scale 100
161 \font_tt_scale 100
162
163 \graphics default
164 \paperfontsize 12
165 \spacing single
166 \use_hyperref true
167 \pdf_title "Manual detallado de Matemáticas en LyX"
168 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
169 \pdf_subject "LyX-documentation about math"
170 \pdf_keywords "LyX, Mathed"
171 \pdf_bookmarks true
172 \pdf_bookmarksnumbered true
173 \pdf_bookmarksopen true
174 \pdf_bookmarksopenlevel 1
175 \pdf_breaklinks false
176 \pdf_pdfborder false
177 \pdf_colorlinks true
178 \pdf_backref false
179 \pdf_pagebackref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
182 \papersize a4paper
183 \use_geometry false
184 \use_amsmath 2
185 \use_esint 1
186 \cite_engine basic
187 \use_bibtopic false
188 \paperorientation portrait
189 \secnumdepth 4
190 \tocdepth 3
191 \paragraph_separation skip
192 \defskip medskip
193 \quotes_language french
194 \papercolumns 1
195 \papersides 2
196 \paperpagestyle plain
197 \bullet 1 0 6 -1
198 \bullet 2 2 35 -1
199 \bullet 3 2 7 -1
200 \tracking_changes false
201 \output_changes false
202 \author "" 
203 \author "" 
204 \end_header
205
206 \begin_body
207
208 \begin_layout Title
209 Manual detallado de
210 \begin_inset Newline newline
211 \end_inset
212
213 Matemáticas en LyX
214 \end_layout
215
216 \begin_layout Author
217 por el Equipo LyX
218 \begin_inset Foot
219 status collapsed
220
221 \begin_layout Plain Layout
222 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
223  lista de correo de documentación de LyX
224 \family typewriter
225
226 \begin_inset CommandInset href
227 LatexCommand href
228 name "lyx-docs@lists.lyx.org"
229 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
230
231 \end_inset
232
233
234 \end_layout
235
236 \end_inset
237
238
239 \begin_inset Note Note
240 status collapsed
241
242 \begin_layout Plain Layout
243 autor: Uwe Stöhr, translation: Ignacio Garcia
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Newline newline
250 \end_inset
251
252
253 \begin_inset Newline newline
254 \end_inset
255
256 Versión 1.6svn
257 \end_layout
258
259 \begin_layout Standard
260 \begin_inset CommandInset toc
261 LatexCommand tableofcontents
262
263 \end_inset
264
265
266 \end_layout
267
268 \begin_layout Standard
269 \begin_inset Note Note
270 status open
271
272 \begin_layout Plain Layout
273 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
274  paquetes LaTeX 
275 \series bold
276 eurosym
277 \series default
278
279 \series bold
280 multirow
281 \series default
282  y 
283 \series bold
284 was
285 \series default
286 .
287  Si no están instalados también puedes exportar el documento pero las secciones
288  en que se requieren dichos paquetes no aparecerán en la salida.
289 \end_layout
290
291 \begin_layout Plain Layout
292 La última versión PDF de este documento está disponible en:
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \series bold
298 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
299 \end_layout
300
301 \end_inset
302
303
304 \begin_inset Newpage newpage
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Section
311 Introducción
312 \begin_inset CommandInset label
313 LatexCommand label
314 name "sec:Introducción"
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 Este documento explica las características matemáticas de LyX y además es
323  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
324  Las explicaciones están diseñadas para el uso de comandos.
325  Por consiguiente es preciso que hayas leído la sección 
326 \emph on
327 Ecuaciones matemáticas
328 \emph default
329  de la 
330 \emph on
331 Guía del usuario
332 \emph default
333 .
334 \end_layout
335
336 \begin_layout Standard
337 La mayoría de caracteres y muchas estructuras explicadas en este manual
338  también son accesibles mediante el menú 
339 \family sans
340 Insertar\SpecialChar \menuseparator
341 Ecuación
342 \family default
343  o la barra de herramientas
344 \family sans
345  Ecuaciones
346 \family default
347 .
348  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
349  mucho más rápido usar comandos que la barra de herramientas.
350  Por tanto este manual está enfocado al uso de comandos, aunque también
351  se mencionan los botones correspondientes de las barras de herramientas
352  cuando están disponibles.
353 \end_layout
354
355 \begin_layout Standard
356 Si no se especifica lo contrario los comandos sólo están disponibles dentro
357  de las fórmulas.
358  Para poder usar todos los comandos explicados en este documento, debe usarse
359  la opción 
360 \family sans
361 Usar el paquete de ecuaciones AMS
362 \family default
363  en la configuración del documento (menú 
364 \family sans
365 Documento\SpecialChar \menuseparator
366 Configuración\SpecialChar \menuseparator
367 Ecuaciones
368 \family default
369 )
370 \begin_inset Foot
371 status collapsed
372
373 \begin_layout Plain Layout
374 La opción 
375 \family sans
376 Usar el paquete de ecuaciones AMS automáticamente
377 \family default
378  sólo usa ecuaciones 
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384
385 \backslash
386 AmS 
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset space ~
393 \end_inset
394
395  si las estructuras matemáticas son soportadas por LyX.
396 \end_layout
397
398 \end_inset
399
400 .
401 \end_layout
402
403 \begin_layout Standard
404 Este documento no recoge todos los comandos de ecuaciones 
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417
418 \begin_inset Foot
419 status collapsed
420
421 \begin_layout Plain Layout
422 En el archivo 
423 \family sans
424
425 \begin_inset CommandInset href
426 LatexCommand href
427 name "amsguide.ps"
428 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
429
430 \end_inset
431
432
433 \family default
434 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
435  lista con todos los comandos de ecuaciones 
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441
442 \backslash
443 AmS 
444 \end_layout
445
446 \end_inset
447
448 .
449 \end_layout
450
451 \end_inset
452
453  por razones de claridad.
454 \end_layout
455
456 \begin_layout Section
457 Instrucciones generales
458 \begin_inset CommandInset label
459 LatexCommand label
460 name "sec:Instrucciones-generales"
461
462 \end_inset
463
464
465 \end_layout
466
467 \begin_layout Standard
468 Para crear una ecuación en línea
469 \begin_inset Index
470 status collapsed
471
472 \begin_layout Plain Layout
473 Ecuación ! en línea
474 \end_layout
475
476 \end_inset
477
478 , insertada en una línea de texto, teclea 
479 \family sans
480 Ctrl-m
481 \family default
482  o pulsa el botón 
483 \begin_inset Graphics
484         filename ../../images/math-mode.png
485         scale 85
486
487 \end_inset
488
489  de la barra de herramientas.
490 \begin_inset Newline newline
491 \end_inset
492
493 Para crear una ecuación en estilo presentación
494 \begin_inset Index
495 status collapsed
496
497 \begin_layout Plain Layout
498 Ecuación ! en presentación
499 \end_layout
500
501 \end_inset
502
503 , que se verá más grande y en su propio párrafo, teclea
504 \family sans
505  Ctrl-M
506 \family default
507 .
508 \end_layout
509
510 \begin_layout Standard
511 Para cambiar una ecuación en estilo presentación a estilo en línea, pon
512  el cursor dentro de la ecuación y teclea 
513 \family sans
514 Ctrl-M
515 \family default
516  o usa el menú 
517 \family sans
518 Editar\SpecialChar \menuseparator
519 Ecuación\SpecialChar \menuseparator
520 Cambiar tipo de ecuación
521 \family default
522 .
523  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
524 \end_layout
525
526 \begin_layout Standard
527 Para mostrar partes de una ecuación en línea en el tamaño del estilo presentació
528 n, escribe el comando 
529 \series bold
530
531 \backslash
532 displaystyle
533 \series default
534
535 \begin_inset Index
536 status collapsed
537
538 \begin_layout Plain Layout
539 Comandos ! D ! 
540 \backslash
541 displaystyle
542 \end_layout
543
544 \end_inset
545
546  en la ecuación y pulsa espacio.
547  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
548  de la ecuación.
549 \end_layout
550
551 \begin_layout Standard
552 En las tablas sólo se permiten ecuaciones en línea.
553 \end_layout
554
555 \begin_layout Standard
556 Las barras 
557 \family sans
558 Ecuaciones
559 \family default
560  y 
561 \family sans
562 Panel de ecuaciones 
563 \family default
564 se pueden visualizar mediante el menú 
565 \family sans
566 Ver\SpecialChar \menuseparator
567 Barras de herramientas
568 \family default
569 .
570  Si ahí pulsas en 
571 \begin_inset Quotes fld
572 \end_inset
573
574 Ecuaciones
575 \begin_inset Quotes frd
576 \end_inset
577
578  y/o en 
579 \begin_inset Quotes fld
580 \end_inset
581
582 Panel de ecuaciones
583 \begin_inset Quotes frd
584 \end_inset
585
586 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
587  estado se visualiza en el menú de las barras de herramientas con una marca.
588  Si en este estado pulsas de nuevo sobre 
589 \begin_inset Quotes fld
590 \end_inset
591
592 Ecuaciones
593 \begin_inset Quotes frd
594 \end_inset
595
596  y/o 
597 \begin_inset Quotes fld
598 \end_inset
599
600 Panel de ecuaciones
601 \begin_inset Quotes frd
602 \end_inset
603
604  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
605  de una ecuación; este estado se indica añadiendo a las entradas del menú
606  la palabra 
607 \begin_inset Quotes fld
608 \end_inset
609
610 (auto)
611 \begin_inset Quotes frd
612 \end_inset
613
614 .
615  
616 \end_layout
617
618 \begin_layout Standard
619 El modo TeX
620 \begin_inset Index
621 status collapsed
622
623 \begin_layout Plain Layout
624 T@TeX ! modo
625 \end_layout
626
627 \end_inset
628
629  se invoca pulsando el botón 
630 \begin_inset Graphics
631         filename ../../images/ert-insert.png
632         scale 85
633
634 \end_inset
635
636  de la barra de herramientas o con el menú 
637 \family sans
638 Insertar\SpecialChar \menuseparator
639 Código Te
640 \begin_inset ERT
641 status collapsed
642
643 \begin_layout Plain Layout
644
645 {}
646 \end_layout
647
648 \end_inset
649
650 X
651 \family default
652 , (atajo 
653 \family sans
654 Ctrl-l
655 \family default
656 ).
657 \begin_inset Note Note
658 status open
659
660 \begin_layout Plain Layout
661 En LyX hay tres 
662 \begin_inset Quotes fld
663 \end_inset
664
665 nombres propios
666 \begin_inset Quotes frd
667 \end_inset
668
669  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
670  LaTeX y LyX.
671 \end_layout
672
673 \begin_layout Plain Layout
674 Para evitar que estas palabras sean reconocidas como tales nombres propios,
675  
676 \lang english
677 a
678 \lang spanish
679  llaves TeX 
680 \lang english
681 pair is inserted.
682
683 \lang spanish
684  
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 Para cambiar el preámbulo LaTeX
694 \begin_inset Index
695 status collapsed
696
697 \begin_layout Plain Layout
698 LaTeX preámbulo
699 \end_layout
700
701 \end_inset
702
703 , usa el menú 
704 \family sans
705 Documento\SpecialChar \menuseparator
706 Configuración\SpecialChar \menuseparator
707 Preámbulo LaT
708 \begin_inset ERT
709 status collapsed
710
711 \begin_layout Plain Layout
712
713 {}
714 \end_layout
715
716 \end_inset
717
718 eX
719 \family default
720 .
721 \end_layout
722
723 \begin_layout Standard
724 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
725  multilínea, se pueden usar los menús 
726 \family sans
727 Editar\SpecialChar \menuseparator
728 Ecuación
729 \family default
730  y 
731 \family sans
732 Editar\SpecialChar \menuseparator
733 Filas y columnas
734 \family default
735  o la barra de herramientas de 
736 \family sans
737 Tabla
738 \family default
739 .
740  Cuando las líneas y columnas se intercambian mediante el menú, la columna
741  o línea en la que está se cambia con la columna de la derecha o con la
742  línea de abajo, respectivamente.
743  Si el cursor está en la última columna o fila, el cambio se hace con la
744  columna de la izquierda o la línea de arriba.
745 \end_layout
746
747 \begin_layout Standard
748 Para escribir texto en fórmulas se usa 
749 \emph on
750 texto de ecuaciones
751 \emph default
752
753 \begin_inset Index
754 status collapsed
755
756 \begin_layout Plain Layout
757 Texto ! en ecuaciones
758 \end_layout
759
760 \end_inset
761
762 .
763 \begin_inset Foot
764 status collapsed
765
766 \begin_layout Plain Layout
767 Para ecuaciones multilínea se usa el comando 
768 \series bold
769
770 \backslash
771 intertext
772 \series default
773 , véase
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "sub:Texto-en-multilínea"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \end_inset
788
789  Este modo se invoca con el atajo 
790 \family sans
791 Alt-m
792 \begin_inset space ~
793 \end_inset
794
795 m
796 \family default
797  o insertando el comando 
798 \series bold
799
800 \backslash
801 text
802 \series default
803
804 \begin_inset Index
805 status collapsed
806
807 \begin_layout Plain Layout
808 Comandos ! T ! 
809 \backslash
810 text
811 \end_layout
812
813 \end_inset
814
815 .
816  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
817  partes de la ecuación que se ven en azul.
818  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
819 a de otras partes de la fórmula.
820 \end_layout
821
822 \begin_layout Subsection*
823 Esquema de comandos
824 \end_layout
825
826 \begin_layout Standard
827 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
828  siguiente esquema:
829 \end_layout
830
831 \begin_layout Standard
832
833 \series bold
834
835 \backslash
836 nombre_del_comando[argumento opcional]{argumento requerido}
837 \end_layout
838
839 \begin_layout Standard
840 Un comando empieza siempre por una barra inversa, 
841 \series bold
842
843 \backslash
844
845 \series default
846 .
847  Para omitir argumentos opcionales, quita también los corchetes asociados.
848  En este documento, las llaves que encierran los argumentos requeridos se
849  denominan llaves TeX
850 \begin_inset Index
851 status collapsed
852
853 \begin_layout Plain Layout
854 T@TeX ! llaves
855 \end_layout
856
857 \end_inset
858
859 .
860  Si en una ecuación añades una llave de apertura al nombre de un comando,
861  LyX crea automáticamente una llave TeX.
862  En todos los demás casos las llaves TeX se crean en las ecuaciones con
863  el comando 
864 \series bold
865
866 \backslash
867 {
868 \series default
869 .
870  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
871  que se muestran en azul.
872  En modo TeX no hace falta comando para poner llaves TeX.
873  Las llaves TeX no aparecen en la salida.
874 \end_layout
875
876 \begin_layout Standard
877 En el caso de comandos sin argumentos, como los comandos para símbolos que
878  se introducen en modo TeX, 
879 \emph on
880 siempre
881 \emph default
882  debe teclearse un espacio tras el comando para finalizarlo.
883  Este espacio no aparece en la salida.
884  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
885  de un espacio protegido en texto normal.
886 \end_layout
887
888 \begin_layout Standard
889 Un espacio protegido se inserta con 
890 \family sans
891 Ctrl-espacio
892 \family default
893 .
894 \begin_inset Newpage newpage
895 \end_inset
896
897
898 \end_layout
899
900 \begin_layout Subsection*
901 Explicación de la sintaxis
902 \end_layout
903
904 \begin_layout Itemize
905 El símbolo 
906 \begin_inset ERT
907 status collapsed
908
909 \begin_layout Plain Layout
910
911
912 \backslash
913 spce 
914 \end_layout
915
916 \end_inset
917
918
919 \begin_inset Foot
920 status collapsed
921
922 \begin_layout Plain Layout
923 Este carácter, espacio visible, se puede componer con el comando 
924 \series bold
925
926 \backslash
927 textvisiblespace
928 \series default
929
930 \begin_inset Index
931 status collapsed
932
933 \begin_layout Plain Layout
934 Comandos ! T ! 
935 \backslash
936 textvisiblespace
937 \end_layout
938
939 \end_inset
940
941  insertado en código TeX.
942 \end_layout
943
944 \end_inset
945
946  indica que hay que teclear un espacio.
947 \end_layout
948
949 \begin_layout Itemize
950 Una flecha como 
951 \begin_inset Formula $\rightarrow$
952 \end_inset
953
954  indica el uso de la correspondiente tecla de flecha.
955  
956 \end_layout
957
958 \begin_layout Subsection*
959 Unidades empleadas
960 \end_layout
961
962 \begin_layout Standard
963 \align center
964 \begin_inset Float table
965 placement H
966 wide false
967 sideways false
968 status open
969
970 \begin_layout Plain Layout
971 \align center
972 \begin_inset Caption
973
974 \begin_layout Plain Layout
975 \begin_inset CommandInset label
976 LatexCommand label
977 name "tab:Unidades-empleadas"
978
979 \end_inset
980
981 Unidades empleadas
982 \end_layout
983
984 \end_inset
985
986
987 \end_layout
988
989 \begin_layout Plain Layout
990 \align center
991 \begin_inset Tabular
992 <lyxtabular version="3" rows="13" columns="2">
993 <features>
994 <column alignment="center" valignment="top" width="0">
995 <column alignment="center" valignment="top" width="0">
996 <row>
997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
998 \begin_inset Text
999
1000 \begin_layout Plain Layout
1001 Unidad
1002 \end_layout
1003
1004 \end_inset
1005 </cell>
1006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 Nombre / Descripción
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 </row>
1016 <row>
1017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 mm
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 Milímetro
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 </row>
1036 <row>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 cm
1042 \end_layout
1043
1044 \end_inset
1045 </cell>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 Centímetro
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 </row>
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 in
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Pulgada (1
1071 \begin_inset space \thinspace{}
1072 \end_inset
1073
1074 in = 2,54
1075 \begin_inset space \thinspace{}
1076 \end_inset
1077
1078 cm)
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 pt
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Punto (72.27
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 pt = 1
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 in)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 pc
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Pica (1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 pc = 12
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 pt)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 sp
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Punto escalado (65536
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 sp = 1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 bp
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Punto grande (72
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 bp = 1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 in)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 dd
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 Didot (1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 dd 
1215 \begin_inset Formula $\approx$
1216 \end_inset
1217
1218  0.376
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 mm)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 cc
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 Cicero (1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 cc = 12
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 dd)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 ex
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Altura de la letra 
1271 \begin_inset Quotes fld
1272 \end_inset
1273
1274
1275 \emph on
1276 x
1277 \emph default
1278
1279 \begin_inset Quotes frd
1280 \end_inset
1281
1282  en la fuente actual
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 em
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Anchura de la letra 
1303 \begin_inset Quotes fld
1304 \end_inset
1305
1306
1307 \emph on
1308 M
1309 \emph default
1310
1311 \begin_inset Quotes frd
1312 \end_inset
1313
1314  en la fuente actual
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 </row>
1320 <row>
1321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 mu
1326 \end_layout
1327
1328 \end_inset
1329 </cell>
1330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 Unidad matemática (1
1335 \begin_inset space \thinspace{}
1336 \end_inset
1337
1338 mu = 
1339 \begin_inset Formula $\nicefrac{1}{18}$
1340 \end_inset
1341
1342
1343 \begin_inset space \thinspace{}
1344 \end_inset
1345
1346 em)
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 </row>
1352 </lyxtabular>
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361
1362 \end_layout
1363
1364 \begin_layout Standard
1365 \align center
1366 \begin_inset Newpage newpage
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \begin_layout Section
1373 Funciones básicas
1374 \end_layout
1375
1376 \begin_layout Subsection
1377 Exponentes
1378 \begin_inset Index
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 Exponentes
1383 \end_layout
1384
1385 \end_inset
1386
1387  e índices
1388 \begin_inset Index
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 In@Índices
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \begin_inset Index
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 Superíndices|see
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 {
1409 \end_layout
1410
1411 \end_inset
1412
1413 Exponentes
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 }
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \begin_inset Index
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Subíndices|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Índices
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \begin_layout Standard
1465 Los índices se componen con un guión bajo 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469 _
1470 \begin_inset Quotes frd
1471 \end_inset
1472
1473  o con el botón de la barra de herramientas de ecuaciones 
1474 \begin_inset Graphics
1475         filename ../../images/math-subscript.png
1476         scale 85
1477
1478 \end_inset
1479
1480 , los exponentes con un circunflejo 
1481 \begin_inset Quotes fld
1482 \end_inset
1483
1484 ^
1485 \begin_inset Quotes frd
1486 \end_inset
1487
1488  o con el botón de la barra de herramientas de ecuaciones 
1489 \begin_inset Graphics
1490         filename ../../images/math-superscript.png
1491         scale 85
1492
1493 \end_inset
1494
1495 .
1496 \end_layout
1497
1498 \begin_layout Standard
1499 \noindent
1500 \align center
1501 \begin_inset Tabular
1502 <lyxtabular version="3" rows="4" columns="2">
1503 <features>
1504 <column alignment="center" valignment="top" width="0">
1505 <column alignment="center" valignment="top" width="0">
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 Comando
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 Resultado
1521 \begin_inset Note Note
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525
1526 \series bold
1527
1528 \backslash
1529 raisebox
1530 \series default
1531  sólo se usa como espaciador.
1532 \end_layout
1533
1534 \end_inset
1535
1536
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 B_V
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 \begin_inset Formula $B_{V}$
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 B^V
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B^
1594 \begin_inset ERT
1595 status collapsed
1596
1597 \begin_layout Plain Layout
1598
1599
1600 \backslash
1601 spce 
1602 \end_layout
1603
1604 \end_inset
1605
1606 A
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 </row>
1624 </lyxtabular>
1625
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \begin_layout Standard
1632 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1633  caso acentuará las vocales y no funcionará como exponente.
1634 \begin_inset Foot
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 Dependiendo de la configuración del teclado esto puede suceder también con
1639  otros caracteres además de las vocales.
1640 \end_layout
1641
1642 \end_inset
1643
1644  Para conseguir exponentes en estos casos debes pulsar 
1645 \family sans
1646 Espacio
1647 \family default
1648  tras el circunflejo, como en el último ejemplo.
1649  
1650 \end_layout
1651
1652 \begin_layout Subsection
1653 Fracciones
1654 \begin_inset CommandInset label
1655 LatexCommand label
1656 name "sub:Fracciones"
1657
1658 \end_inset
1659
1660
1661 \begin_inset Index
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 Fracciones
1666 \end_layout
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \begin_layout Standard
1674 Las fracciones se generan con el comando 
1675 \series bold
1676
1677 \backslash
1678 frac
1679 \series default
1680
1681 \begin_inset Index
1682 status collapsed
1683
1684 \begin_layout Plain Layout
1685 Comandos ! F ! 
1686 \backslash
1687 frac
1688 \end_layout
1689
1690 \end_inset
1691
1692  o con el botón 
1693 \begin_inset Graphics
1694         filename ../../images/math/frac.png
1695         scale 50
1696
1697 \end_inset
1698
1699  de la barra de herramientas.
1700  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1701  está en línea o en estilo presentación.
1702  Con el botón 
1703 \begin_inset Graphics
1704         filename ../../images/math/frac-square.png
1705         scale 85
1706
1707 \end_inset
1708
1709 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1710  de fracciones.
1711 \end_layout
1712
1713 \begin_layout Standard
1714 Con el comando 
1715 \series bold
1716
1717 \backslash
1718 dfrac
1719 \series default
1720
1721 \begin_inset Index
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Comandos ! D ! 
1726 \backslash
1727 dfrac
1728 \end_layout
1729
1730 \end_inset
1731
1732  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1733  presentación.
1734  Con 
1735 \series bold
1736
1737 \backslash
1738 tfrac
1739 \series default
1740
1741 \begin_inset Index
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 Comandos ! T ! 
1746 \backslash
1747 tfrac
1748 \end_layout
1749
1750 \end_inset
1751
1752  la fracción tiene siempre el tamaño del estilo en línea.
1753  Un ejemplo:
1754 \end_layout
1755
1756 \begin_layout Standard
1757 Una línea con la fracción 
1758 \begin_inset Formula $\frac{1}{2}$
1759 \end_inset
1760
1761  creada con el comando 
1762 \series bold
1763
1764 \backslash
1765 frac
1766 \series default
1767 .
1768  
1769 \end_layout
1770
1771 \begin_layout Standard
1772 Una línea con la fracción 
1773 \begin_inset Formula $\dfrac{1}{2}$
1774 \end_inset
1775
1776  creada con el comando 
1777 \series bold
1778
1779 \backslash
1780 dfrac
1781 \series default
1782 .
1783 \end_layout
1784
1785 \begin_layout Standard
1786 \noindent
1787 \align center
1788 \begin_inset Tabular
1789 <lyxtabular version="3" rows="4" columns="2">
1790 <features>
1791 <column alignment="center" valignment="top" width="0">
1792 <column alignment="center" valignment="top" width="0">
1793 <row>
1794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798 Comando
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 Resultado
1808 \begin_inset Note Note
1809 status collapsed
1810
1811 \begin_layout Plain Layout
1812
1813 \series bold
1814
1815 \backslash
1816 raisebox
1817 \series default
1818  se usa sólo como espaciador
1819 \end_layout
1820
1821 \end_inset
1822
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 </row>
1829 <row>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \backslash
1836 frac
1837 \begin_inset ERT
1838 status collapsed
1839
1840 \begin_layout Plain Layout
1841
1842
1843 \backslash
1844 spce 
1845 \end_layout
1846
1847 \end_inset
1848
1849 A
1850 \begin_inset Formula $\downarrow$
1851 \end_inset
1852
1853 B
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \backslash
1878 dfrac
1879 \begin_inset ERT
1880 status collapsed
1881
1882 \begin_layout Plain Layout
1883
1884
1885 \backslash
1886 spce 
1887 \end_layout
1888
1889 \end_inset
1890
1891 A
1892 \begin_inset Formula $\downarrow$
1893 \end_inset
1894
1895 B
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 </row>
1913 <row>
1914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918
1919 \backslash
1920 dfrac
1921 \begin_inset ERT
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925
1926
1927 \backslash
1928 spce 
1929 \end_layout
1930
1931 \end_inset
1932
1933 e^
1934 \begin_inset ERT
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939
1940 \backslash
1941 spce 
1942 \end_layout
1943
1944 \end_inset
1945
1946
1947 \backslash
1948 frac
1949 \begin_inset ERT
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953
1954
1955 \backslash
1956 spce 
1957 \end_layout
1958
1959 \end_inset
1960
1961 1
1962 \begin_inset Formula $\downarrow$
1963 \end_inset
1964
1965 2
1966 \begin_inset Formula $\downarrow$
1967 \end_inset
1968
1969 3
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1979 \end_inset
1980
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 </row>
1987 </lyxtabular>
1988
1989 \end_inset
1990
1991
1992 \begin_inset VSpace bigskip
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \begin_layout Standard
1999 Para fracciones anidadas se puede usar el comando 
2000 \series bold
2001
2002 \backslash
2003 cfrac
2004 \series default
2005
2006 \begin_inset Index
2007 status collapsed
2008
2009 \begin_layout Plain Layout
2010 Comandos ! C ! 
2011 \backslash
2012 cfrac
2013 \end_layout
2014
2015 \end_inset
2016
2017 .
2018  Un ejemplo:
2019 \begin_inset VSpace -3mm
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Standard
2026 \begin_inset Formula \begin{align*}
2027 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2028 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2029
2030 \end_inset
2031
2032
2033 \end_layout
2034
2035 \begin_layout Standard
2036 El comando para el ejemplo de arriba es:
2037 \end_layout
2038
2039 \begin_layout Standard
2040
2041 \series bold
2042
2043 \backslash
2044 cfrac{A
2045 \begin_inset Formula $\to$
2046 \end_inset
2047
2048
2049 \backslash
2050 {B+
2051 \backslash
2052 cfrac{C+
2053 \backslash
2054 cfrac{E
2055 \begin_inset Formula $\to$
2056 \end_inset
2057
2058
2059 \backslash
2060 {F
2061 \begin_inset Formula $\to\to$
2062 \end_inset
2063
2064
2065 \backslash
2066 {D
2067 \end_layout
2068
2069 \begin_layout Standard
2070 \begin_inset VSpace medskip
2071 \end_inset
2072
2073
2074 \end_layout
2075
2076 \begin_layout Standard
2077
2078 \series bold
2079
2080 \backslash
2081 cfrac
2082 \series default
2083  compone la fracción siempre en el tamaño del estilo presentación, también
2084  cuando es parte de otra fracción.
2085  
2086 \series bold
2087
2088 \backslash
2089 cfrac
2090 \series default
2091  tiene el siguiente esquema de comando:
2092 \end_layout
2093
2094 \begin_layout Standard
2095
2096 \series bold
2097
2098 \backslash
2099 cfrac[posición del numerador]{numerador}{denominador}
2100 \end_layout
2101
2102 \begin_layout Standard
2103 La posición del numerador puede ser 
2104 \emph on
2105 l
2106 \emph default
2107
2108 \emph on
2109 c
2110 \emph default
2111  o 
2112 \emph on
2113 r
2114 \emph default
2115  .
2116  
2117 \emph on
2118 l
2119 \emph default
2120  o 
2121 \emph on
2122 r
2123 \emph default
2124  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2125  la raya de fracción.
2126  Si se pone 
2127 \emph on
2128 c
2129 \emph default
2130  o no se especifica posición, el numerador aparece centrado.
2131  Estas fracciones muestran las distintas alineaciones:
2132 \end_layout
2133
2134 \begin_layout Standard
2135 \noindent
2136 \align center
2137 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2138 \end_inset
2139
2140  ; 
2141 \begin_inset Formula $\cfrac{A}{B+C}$
2142 \end_inset
2143
2144  ; 
2145 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2146 \end_inset
2147
2148  
2149 \begin_inset VSpace medskip
2150 \end_inset
2151
2152
2153 \end_layout
2154
2155 \begin_layout Standard
2156 Muchas veces es adecuado combinar 
2157 \series bold
2158
2159 \backslash
2160 cfrac
2161 \series default
2162  y 
2163 \series bold
2164
2165 \backslash
2166 frac
2167 \series default
2168 :
2169 \begin_inset Formula \[
2170 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2171
2172 \end_inset
2173
2174
2175 \end_layout
2176
2177 \begin_layout Standard
2178 Para componer fracciones en línea con raya de fracción inclinada puedes
2179  usar el comando 
2180 \series bold
2181
2182 \backslash
2183 nicefrac
2184 \series default
2185
2186 \begin_inset Index
2187 status collapsed
2188
2189 \begin_layout Plain Layout
2190 Comandos ! N ! 
2191 \backslash
2192 nicefrac
2193 \end_layout
2194
2195 \end_inset
2196
2197
2198 \begin_inset Formula $\nicefrac{5}{31}$
2199 \end_inset
2200
2201  
2202 \end_layout
2203
2204 \begin_layout Standard
2205 En la 
2206 \begin_inset CommandInset ref
2207 LatexCommand ref
2208 reference "sub:Fracciones-personalizadas"
2209
2210 \end_inset
2211
2212  se explica cómo componer fracciones personalizadas en las que la raya de
2213  fracción se puede cambiar.
2214  
2215 \end_layout
2216
2217 \begin_layout Subsection
2218 Raíces
2219 \begin_inset Index
2220 status collapsed
2221
2222 \begin_layout Plain Layout
2223 Raíces
2224 \end_layout
2225
2226 \end_inset
2227
2228
2229 \end_layout
2230
2231 \begin_layout Standard
2232 Las raíces cuadradas se componen con 
2233 \series bold
2234
2235 \backslash
2236 sqrt
2237 \series default
2238
2239 \begin_inset Index
2240 status collapsed
2241
2242 \begin_layout Plain Layout
2243 Comandos ! S ! 
2244 \backslash
2245 sqrt
2246 \end_layout
2247
2248 \end_inset
2249
2250  o con el botón 
2251 \begin_inset Graphics
2252         filename ../../images/math/sqrt.png
2253         scale 85
2254
2255 \end_inset
2256
2257  de la barra de  ecuaciones; todas las demás raíces con el comando 
2258 \series bold
2259
2260 \backslash
2261 root
2262 \series default
2263
2264 \begin_inset Index
2265 status collapsed
2266
2267 \begin_layout Plain Layout
2268 Comandos ! R ! 
2269 \backslash
2270 root
2271 \end_layout
2272
2273 \end_inset
2274
2275  o con el botón 
2276 \begin_inset Graphics
2277         filename ../../images/math/root.png
2278         scale 85
2279
2280 \end_inset
2281
2282 .
2283 \end_layout
2284
2285 \begin_layout Standard
2286 \noindent
2287 \align center
2288 \begin_inset Tabular
2289 <lyxtabular version="3" rows="3" columns="2">
2290 <features>
2291 <column alignment="center" valignment="top" width="0">
2292 <column alignment="center" valignment="top" width="0">
2293 <row>
2294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2295 \begin_inset Text
2296
2297 \begin_layout Plain Layout
2298 Comando
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307 Resultado
2308 \begin_inset Note Note
2309 status collapsed
2310
2311 \begin_layout Plain Layout
2312
2313 \series bold
2314
2315 \backslash
2316 raisebox
2317 \series default
2318  se usa sólo como espaciador
2319 \end_layout
2320
2321 \end_inset
2322
2323
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 </row>
2329 <row>
2330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \backslash
2336 sqrt
2337 \begin_inset ERT
2338 status collapsed
2339
2340 \begin_layout Plain Layout
2341
2342
2343 \backslash
2344 spce 
2345 \end_layout
2346
2347 \end_inset
2348
2349 A-B
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2355 \begin_inset Text
2356
2357 \begin_layout Plain Layout
2358 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 </row>
2367 <row>
2368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Plain Layout
2372
2373 \backslash
2374 root
2375 \begin_inset ERT
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379
2380
2381 \backslash
2382 spce 
2383 \end_layout
2384
2385 \end_inset
2386
2387 3
2388 \begin_inset Formula $\downarrow$
2389 \end_inset
2390
2391 A-B
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 </row>
2409 </lyxtabular>
2410
2411 \end_inset
2412
2413
2414 \end_layout
2415
2416 \begin_layout Standard
2417 Una raíz cuadrada se compone también con 
2418 \series bold
2419
2420 \backslash
2421 root
2422 \series default
2423  dejando vacío el campo del índice.
2424 \end_layout
2425
2426 \begin_layout Standard
2427 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2428  la raíz: 
2429 \begin_inset Formula $\sqrt[\beta]{B}$
2430 \end_inset
2431
2432
2433 \begin_inset Newline newline
2434 \end_inset
2435
2436 La 
2437 \begin_inset Formula $\beta$
2438 \end_inset
2439
2440  toca la raíz.
2441  Para evitar esto se usan los comandos 
2442 \series bold
2443
2444 \backslash
2445 leftroot
2446 \series default
2447
2448 \begin_inset Index
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452 Comandos ! L ! 
2453 \backslash
2454 leftroot
2455 \end_layout
2456
2457 \end_inset
2458
2459  y 
2460 \series bold
2461
2462 \backslash
2463 uproot
2464 \series default
2465
2466 \begin_inset Index
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470 Comandos ! U ! 
2471 \backslash
2472 uproot
2473 \end_layout
2474
2475 \end_inset
2476
2477  con el esquema siguiente:
2478 \end_layout
2479
2480 \begin_layout Standard
2481
2482 \series bold
2483
2484 \backslash
2485 leftroot{distancia}
2486 \series default
2487  y 
2488 \series bold
2489
2490 \backslash
2491 uproot{distancia}
2492 \end_layout
2493
2494 \begin_layout Standard
2495 Distancia es el número de Puntos Grandes (
2496 \begin_inset Quotes fld
2497 \end_inset
2498
2499 Big Points
2500 \begin_inset Quotes frd
2501 \end_inset
2502
2503 , unidad bp; 
2504 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2505 \end_inset
2506
2507 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2508  Los comandos se escriben en el índice.
2509  Así, el comando:
2510 \begin_inset Newline newline
2511 \end_inset
2512
2513
2514 \series bold
2515
2516 \backslash
2517 root
2518 \backslash
2519 leftroot{-1
2520 \begin_inset Formula $\to$
2521 \end_inset
2522
2523
2524 \backslash
2525 uproot{2
2526 \begin_inset Formula $\to$
2527 \end_inset
2528
2529
2530 \backslash
2531 beta
2532 \begin_inset ERT
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536
2537
2538 \backslash
2539 spce 
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \begin_inset Formula $\to$
2546 \end_inset
2547
2548 B
2549 \begin_inset Newline newline
2550 \end_inset
2551
2552
2553 \series default
2554 genera una fórmula correctamente tipografiada: 
2555 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \begin_layout Subsection
2562 Coeficientes de un binomio
2563 \begin_inset Index
2564 status collapsed
2565
2566 \begin_layout Plain Layout
2567 Binomios
2568 \end_layout
2569
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Standard
2576 Los coeficientes de un binomio se insertan con el comando 
2577 \series bold
2578
2579 \backslash
2580 binom
2581 \series default
2582
2583 \begin_inset Index
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Comandos ! B ! 
2588 \backslash
2589 binom
2590 \end_layout
2591
2592 \end_inset
2593
2594  o con el submenú del botón 
2595 \begin_inset Graphics
2596         filename ../../images/math/frac-square.png
2597         scale 85
2598
2599 \end_inset
2600
2601 de la barra de herramientas de ecuaciones.
2602  Como en las fracciones, además de 
2603 \series bold
2604
2605 \backslash
2606 binom
2607 \series default
2608  hay los comandos 
2609 \series bold
2610
2611 \backslash
2612 dbinom
2613 \begin_inset Index
2614 status collapsed
2615
2616 \begin_layout Plain Layout
2617 Comandos ! D ! 
2618 \backslash
2619 dbinom
2620 \end_layout
2621
2622 \end_inset
2623
2624
2625 \series default
2626  y 
2627 \series bold
2628
2629 \backslash
2630 tbinom
2631 \series default
2632
2633 \begin_inset Index
2634 status collapsed
2635
2636 \begin_layout Plain Layout
2637 Comandos ! T ! 
2638 \backslash
2639 tbinom
2640 \end_layout
2641
2642 \end_inset
2643
2644 .
2645  Para otros delimitadores de coeficientes de un binomio hay los comandos
2646  
2647 \series bold
2648
2649 \backslash
2650 brace
2651 \series default
2652
2653 \begin_inset Index
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 Comandos ! B ! 
2658 \backslash
2659 brace
2660 \end_layout
2661
2662 \end_inset
2663
2664  y 
2665 \series bold
2666
2667 \backslash
2668 brack
2669 \series default
2670
2671 \begin_inset Index
2672 status collapsed
2673
2674 \begin_layout Plain Layout
2675 Comandos ! B ! 
2676 \backslash
2677 brack
2678 \end_layout
2679
2680 \end_inset
2681
2682 .
2683 \end_layout
2684
2685 \begin_layout Standard
2686 \noindent
2687 \align center
2688 \begin_inset Tabular
2689 <lyxtabular version="3" rows="6" columns="2">
2690 <features>
2691 <column alignment="center" valignment="top" width="0">
2692 <column alignment="center" valignment="top" width="0">
2693 <row>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698 Comando
2699 \end_layout
2700
2701 \end_inset
2702 </cell>
2703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Plain Layout
2707 Resultado
2708 \begin_inset Note Note
2709 status collapsed
2710
2711 \begin_layout Plain Layout
2712
2713 \series bold
2714
2715 \backslash
2716 raisebox
2717 \series default
2718  se usa sólo como espaciador
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 </row>
2729 <row>
2730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Plain Layout
2734
2735 \backslash
2736 binom
2737 \begin_inset ERT
2738 status collapsed
2739
2740 \begin_layout Plain Layout
2741
2742
2743 \backslash
2744 spce 
2745 \end_layout
2746
2747 \end_inset
2748
2749 A
2750 \begin_inset Formula $\downarrow$
2751 \end_inset
2752
2753 B
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2763 \end_inset
2764
2765
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 </row>
2771 <row>
2772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776
2777 \backslash
2778 dbinom
2779 \begin_inset ERT
2780 status collapsed
2781
2782 \begin_layout Plain Layout
2783
2784
2785 \backslash
2786 spce 
2787 \end_layout
2788
2789 \end_inset
2790
2791 A
2792 \begin_inset Formula $\downarrow$
2793 \end_inset
2794
2795 B
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Plain Layout
2804 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2805 \end_inset
2806
2807
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 </row>
2813 <row>
2814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \backslash
2820 tbinom
2821 \begin_inset ERT
2822 status collapsed
2823
2824 \begin_layout Plain Layout
2825
2826
2827 \backslash
2828 spce 
2829 \end_layout
2830
2831 \end_inset
2832
2833 A
2834 \begin_inset Formula $\downarrow$
2835 \end_inset
2836
2837 B
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860
2861 \backslash
2862 brack
2863 \begin_inset ERT
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867
2868
2869 \backslash
2870 spce 
2871 \end_layout
2872
2873 \end_inset
2874
2875 A
2876 \begin_inset Formula $\downarrow$
2877 \end_inset
2878
2879 B
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 </row>
2897 <row>
2898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Plain Layout
2902
2903 \backslash
2904 brace
2905 \begin_inset ERT
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909
2910
2911 \backslash
2912 spce 
2913 \end_layout
2914
2915 \end_inset
2916
2917 A
2918 \begin_inset Formula $\downarrow$
2919 \end_inset
2920
2921 B
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 </row>
2939 </lyxtabular>
2940
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Subsection
2947 Diferenciaciones de casos
2948 \begin_inset Index
2949 status collapsed
2950
2951 \begin_layout Plain Layout
2952 Casos
2953 \end_layout
2954
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \begin_layout Standard
2961 \noindent
2962 \align center
2963 \begin_inset Tabular
2964 <lyxtabular version="3" rows="3" columns="2">
2965 <features>
2966 <column alignment="center" valignment="top" width="0">
2967 <column alignment="center" valignment="top" width="0">
2968 <row>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 Comando
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 Resultado
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 cases
2996 \begin_inset ERT
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000
3001
3002 \backslash
3003 spce 
3004 \end_layout
3005
3006 \end_inset
3007
3008 A
3009 \begin_inset Formula $\to$
3010 \end_inset
3011
3012 B>0
3013 \begin_inset Index
3014 status collapsed
3015
3016 \begin_layout Plain Layout
3017 Comandos ! C ! 
3018 \backslash
3019 cases
3020 \end_layout
3021
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033 \begin_inset Formula $\begin{cases}
3034 A & B>0\end{cases}$
3035 \end_inset
3036
3037
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row>
3044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048
3049 \backslash
3050 cases
3051 \begin_inset ERT
3052 status collapsed
3053
3054 \begin_layout Plain Layout
3055
3056
3057 \backslash
3058 spce 
3059 \end_layout
3060
3061 \end_inset
3062
3063 Ctrl-Intro
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 \begin_inset Formula $\begin{cases}
3073 A & \textrm{para }x>0\\
3074 B & \textrm{para }x=0\end{cases}$
3075 \end_inset
3076
3077
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 </row>
3083 </lyxtabular>
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 Después de insertar 
3092 \series bold
3093
3094 \backslash
3095 cases
3096 \series default
3097  o usar el botón 
3098 \begin_inset Graphics
3099         filename ../../images/math/cases.png
3100         scale 85
3101
3102 \end_inset
3103
3104  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3105 \family sans
3106 Ctrl-Intro
3107 \family default
3108  o con el botón
3109 \family sans
3110  
3111 \family default
3112
3113 \begin_inset Graphics
3114         filename ../../images/tabular-feature_append-row.png
3115         scale 85
3116
3117 \end_inset
3118
3119  de la barra de tablas.
3120 \end_layout
3121
3122 \begin_layout Standard
3123 El comando 
3124 \series bold
3125
3126 \backslash
3127 cases
3128 \series default
3129  también está disponible en el menú 
3130 \family sans
3131 Insertar\SpecialChar \menuseparator
3132 Ecuación\SpecialChar \menuseparator
3133 Entorno casos
3134 \family default
3135 .
3136 \end_layout
3137
3138 \begin_layout Subsection
3139 Negaciones
3140 \begin_inset Index
3141 status collapsed
3142
3143 \begin_layout Plain Layout
3144 Negaciones
3145 \end_layout
3146
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \begin_layout Standard
3153 Con el comando 
3154 \series bold
3155
3156 \backslash
3157 not
3158 \series default
3159
3160 \begin_inset Index
3161 status collapsed
3162
3163 \begin_layout Plain Layout
3164 Comandos ! N ! 
3165 \backslash
3166 not
3167 \end_layout
3168
3169 \end_inset
3170
3171  todo carácter se puede mostrar cancelado.
3172  Los caracteres son casi tachados con una barra inclinada.
3173 \end_layout
3174
3175 \begin_layout Standard
3176 \noindent
3177 \align center
3178 \begin_inset Tabular
3179 <lyxtabular version="3" rows="4" columns="2">
3180 <features>
3181 <column alignment="center" valignment="top" width="0">
3182 <column alignment="center" valignment="top" width="0">
3183 <row>
3184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188 Comando
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 Resultado
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 </row>
3203 <row>
3204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \backslash
3210 not=
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219 \begin_inset Formula $\not=$
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \backslash
3235 not 
3236 \backslash
3237 le
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 \begin_inset Formula $\not\le$
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 <row>
3256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \backslash
3262 not 
3263 \backslash
3264 parallel
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 \begin_inset Formula $\not\parallel$
3274 \end_inset
3275
3276
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 </row>
3282 </lyxtabular>
3283
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \begin_layout Standard
3290 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3291  Por tanto para algunas negaciones hay comandos especiales (véase 
3292 \begin_inset CommandInset ref
3293 LatexCommand ref
3294 reference "sub:Símbolos-matemáticos"
3295
3296 \end_inset
3297
3298  y 
3299 \begin_inset CommandInset ref
3300 LatexCommand ref
3301 reference "sec:Relaciones"
3302
3303 \end_inset
3304
3305 ).
3306 \end_layout
3307
3308 \begin_layout Subsection
3309 Espaciadores fantasma 
3310 \begin_inset CommandInset label
3311 LatexCommand label
3312 name "sub:Espaciadores-fantasma"
3313
3314 \end_inset
3315
3316
3317 \begin_inset Index
3318 status collapsed
3319
3320 \begin_layout Plain Layout
3321 Espaciadores fantasma
3322 \end_layout
3323
3324 \end_inset
3325
3326
3327 \begin_inset Index
3328 status collapsed
3329
3330 \begin_layout Plain Layout
3331 Química ! isótopos
3332 \end_layout
3333
3334 \end_inset
3335
3336
3337 \begin_inset Index
3338 status collapsed
3339
3340 \begin_layout Plain Layout
3341 Isótopos|see
3342 \begin_inset ERT
3343 status collapsed
3344
3345 \begin_layout Plain Layout
3346
3347 {
3348 \end_layout
3349
3350 \end_inset
3351
3352 Química
3353 \begin_inset ERT
3354 status collapsed
3355
3356 \begin_layout Plain Layout
3357
3358 }
3359 \end_layout
3360
3361 \end_inset
3362
3363
3364 \end_layout
3365
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \begin_layout Standard
3372 En la presentación de isótopos,
3373 \begin_inset Foot
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377 Más sobre símbolos químicos en 
3378 \begin_inset CommandInset ref
3379 LatexCommand ref
3380 reference "sub:Símbolos-y-ecuaciones-químicas"
3381
3382 \end_inset
3383
3384
3385 \end_layout
3386
3387 \end_inset
3388
3389  p.
3390 \begin_inset space \thinspace{}
3391 \end_inset
3392
3393 e., surge el problema siguiente:
3394 \end_layout
3395
3396 \begin_layout Standard
3397 \noindent
3398 \align center
3399 \begin_inset Tabular
3400 <lyxtabular version="3" rows="2" columns="2">
3401 <features>
3402 <column alignment="center" valignment="top" width="0">
3403 <column alignment="center" valignment="top" width="0">
3404 <row>
3405 <cell alignment="center" valignment="top" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 Índices generados con sub- y superíndices:
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 Índices correctos:
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3442 \end_inset
3443
3444
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 </lyxtabular>
3451
3452 \end_inset
3453
3454
3455 \begin_inset Note Note
3456 status collapsed
3457
3458 \begin_layout Plain Layout
3459
3460 \series bold
3461
3462 \backslash
3463 raisebox
3464 \series default
3465  se usa sólo como espaciador
3466 \end_layout
3467
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \begin_layout Standard
3474 Por defecto, el índice más corto se coloca sobre o bajo el primer carácter
3475  del índice más largo.
3476  Para evitarlo está el comando 
3477 \series bold
3478
3479 \backslash
3480 phantom
3481 \series default
3482
3483 \begin_inset Index
3484 status collapsed
3485
3486 \begin_layout Plain Layout
3487 Comandos ! P ! 
3488 \backslash
3489 phantom
3490 \end_layout
3491
3492 \end_inset
3493
3494  o el botón 
3495 \begin_inset space ~
3496 \end_inset
3497
3498
3499 \begin_inset Graphics
3500         filename ../../images/math/phantom.png
3501         scale 85
3502
3503 \end_inset
3504
3505  del submenú de espaciado de ecuaciones
3506 \begin_inset Foot
3507 status collapsed
3508
3509 \begin_layout Plain Layout
3510 Botón 
3511 \begin_inset Graphics
3512         filename ../../images/math/space.png
3513         scale 85
3514
3515 \end_inset
3516
3517  de la barra de ecuaciones
3518 \end_layout
3519
3520 \end_inset
3521
3522 , que genera uno o más caracteres fantasma.
3523  Al insertar 
3524 \series bold
3525
3526 \backslash
3527 phantom
3528 \series default
3529  aparece un pequeño marco azul con dos flechas rojas superpuestas
3530 \begin_inset Formula $\phantom{}$
3531 \end_inset
3532
3533 .
3534  Las flechas indican que se utilizarán como espaciador la anchura y altura
3535  totales del contenido del marco.
3536  Los caracteres fantasmas son espaciadores adecuados al tamaño de los caracteres.
3537 \end_layout
3538
3539 \begin_layout Standard
3540 \noindent
3541 \align center
3542 \begin_inset Tabular
3543 <lyxtabular version="3" rows="4" columns="2">
3544 <features>
3545 <column alignment="center" valignment="top" width="0">
3546 <column alignment="center" valignment="top" width="0">
3547 <row>
3548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 Comando
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Resultado
3562 \begin_inset Note Note
3563 status collapsed
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568
3569 \backslash
3570 raisebox
3571 \series default
3572  se usa sólo como espaciador
3573 \end_layout
3574
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 ^19
3589 \begin_inset ERT
3590 status collapsed
3591
3592 \begin_layout Plain Layout
3593
3594
3595 \backslash
3596 spce 
3597 \end_layout
3598
3599 \end_inset
3600
3601 _
3602 \backslash
3603 phantom
3604 \begin_inset ERT
3605 status collapsed
3606
3607 \begin_layout Plain Layout
3608
3609
3610 \backslash
3611 spce 
3612 \end_layout
3613
3614 \end_inset
3615
3616 1
3617 \begin_inset Formula $\rightarrow$
3618 \end_inset
3619
3620 9
3621 \begin_inset ERT
3622 status collapsed
3623
3624 \begin_layout Plain Layout
3625
3626
3627 \backslash
3628 spce 
3629 \end_layout
3630
3631 \end_inset
3632
3633 F
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3643 \end_inset
3644
3645
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 ^235
3657 \begin_inset ERT
3658 status collapsed
3659
3660 \begin_layout Plain Layout
3661
3662
3663 \backslash
3664 spce 
3665 \end_layout
3666
3667 \end_inset
3668
3669 _
3670 \backslash
3671 phantom
3672 \begin_inset ERT
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676
3677
3678 \backslash
3679 spce 
3680 \end_layout
3681
3682 \end_inset
3683
3684 23
3685 \begin_inset Formula $\rightarrow$
3686 \end_inset
3687
3688 9
3689 \begin_inset ERT
3690 status collapsed
3691
3692 \begin_layout Plain Layout
3693
3694
3695 \backslash
3696 spce 
3697 \end_layout
3698
3699 \end_inset
3700
3701 F
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3711 \end_inset
3712
3713
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \backslash
3726 Lambda^
3727 \begin_inset ERT
3728 status collapsed
3729
3730 \begin_layout Plain Layout
3731
3732
3733 \backslash
3734 spce 
3735 \end_layout
3736
3737 \end_inset
3738
3739
3740 \backslash
3741 phantom
3742 \begin_inset ERT
3743 status collapsed
3744
3745 \begin_layout Plain Layout
3746
3747
3748 \backslash
3749 spce 
3750 \end_layout
3751
3752 \end_inset
3753
3754 ii
3755 \begin_inset Formula $\rightarrow$
3756 \end_inset
3757
3758 t
3759 \begin_inset ERT
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763
3764
3765 \backslash
3766 spce 
3767 \end_layout
3768
3769 \end_inset
3770
3771 _MMt
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3781 \end_inset
3782
3783
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 </lyxtabular>
3790
3791 \end_inset
3792
3793
3794 \end_layout
3795
3796 \begin_layout Standard
3797 Además hay los comandos 
3798 \series bold
3799
3800 \backslash
3801 vphantom
3802 \series default
3803
3804 \begin_inset Index
3805 status collapsed
3806
3807 \begin_layout Plain Layout
3808 Comandos ! V ! 
3809 \backslash
3810 vphantom
3811 \end_layout
3812
3813 \end_inset
3814
3815  (botón 
3816 \begin_inset space ~
3817 \end_inset
3818
3819
3820 \begin_inset Graphics
3821         filename ../../images/math/vphantom.png
3822         scale 85
3823
3824 \end_inset
3825
3826 ) y 
3827 \series bold
3828
3829 \backslash
3830 hphantom
3831 \series default
3832
3833 \begin_inset Index
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837 Comandos ! H ! 
3838 \backslash
3839 hphantom
3840 \end_layout
3841
3842 \end_inset
3843
3844  (botón 
3845 \begin_inset space ~
3846 \end_inset
3847
3848
3849 \begin_inset Graphics
3850         filename ../../images/math/hphantom.png
3851         scale 85
3852
3853 \end_inset
3854
3855 ).
3856  
3857 \series bold
3858
3859 \backslash
3860 hphantom
3861 \series default
3862  genera espacio en el marco sólo para la altura máxima de los caracteres,
3863  no para su anchura.
3864  
3865 \series bold
3866
3867 \backslash
3868 vphantom
3869 \series default
3870  genera espacio sólo para la anchura del contenido del marco.
3871  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3872 \end_layout
3873
3874 \begin_layout Standard
3875 Por ejemplo, 
3876 \series bold
3877
3878 \backslash
3879 vphantom
3880 \series default
3881
3882 \begin_inset ERT
3883 status collapsed
3884
3885 \begin_layout Plain Layout
3886
3887
3888 \backslash
3889 spce 
3890 \end_layout
3891
3892 \end_inset
3893
3894
3895 \series bold
3896 a
3897 \backslash
3898 int
3899 \series default
3900  genera espacio de la altura del signo de la integral,
3901 \begin_inset Foot
3902 status collapsed
3903
3904 \begin_layout Plain Layout
3905 El comando 
3906 \series bold
3907
3908 \backslash
3909 int
3910 \series default
3911  genera un signo de integral, véase 
3912 \begin_inset CommandInset ref
3913 LatexCommand ref
3914 reference "sub:Operadores-grandes"
3915
3916 \end_inset
3917
3918
3919 \end_layout
3920
3921 \end_inset
3922
3923  porque este es el carácter más largo.
3924  En la 
3925 \begin_inset CommandInset ref
3926 LatexCommand ref
3927 reference "sub:Delimitadores-multilínea"
3928
3929 \end_inset
3930
3931  hay un ejemplo de aplicación.
3932 \end_layout
3933
3934 \begin_layout Subsection
3935 Barras
3936 \begin_inset Index
3937 status collapsed
3938
3939 \begin_layout Plain Layout
3940 Barras
3941 \end_layout
3942
3943 \end_inset
3944
3945
3946 \begin_inset Index
3947 status collapsed
3948
3949 \begin_layout Plain Layout
3950 Ecuación ! sub- o superrayada
3951 \end_layout
3952
3953 \end_inset
3954
3955
3956 \end_layout
3957
3958 \begin_layout Standard
3959 \noindent
3960 \align center
3961 \begin_inset Tabular
3962 <lyxtabular version="3" rows="4" columns="2">
3963 <features>
3964 <column alignment="center" valignment="top" width="0">
3965 <column alignment="center" valignment="top" width="0">
3966 <row>
3967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Comando
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Resultado
3981 \begin_inset Note Note
3982 status collapsed
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987
3988 \backslash
3989 raisebox
3990 \series default
3991  se usa sólo como espaciador
3992 \end_layout
3993
3994 \end_inset
3995
3996
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \backslash
4009 overline
4010 \begin_inset ERT
4011 status collapsed
4012
4013 \begin_layout Plain Layout
4014
4015
4016 \backslash
4017 spce 
4018 \end_layout
4019
4020 \end_inset
4021
4022 A+B
4023 \begin_inset Index
4024 status collapsed
4025
4026 \begin_layout Plain Layout
4027 Comandos ! O ! 
4028 \backslash
4029 overline
4030 \end_layout
4031
4032 \end_inset
4033
4034
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4044 \end_inset
4045
4046
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \backslash
4059 underline
4060 \begin_inset ERT
4061 status collapsed
4062
4063 \begin_layout Plain Layout
4064
4065
4066 \backslash
4067 spce 
4068 \end_layout
4069
4070 \end_inset
4071
4072 A+B
4073 \begin_inset Index
4074 status collapsed
4075
4076 \begin_layout Plain Layout
4077 Comandos ! U ! 
4078 \backslash
4079 underline
4080 \end_layout
4081
4082 \end_inset
4083
4084
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4094 \end_inset
4095
4096
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \backslash
4109 overline
4110 \begin_inset ERT
4111 status collapsed
4112
4113 \begin_layout Plain Layout
4114
4115
4116 \backslash
4117 spce 
4118 \end_layout
4119
4120 \end_inset
4121
4122
4123 \backslash
4124 underline
4125 \begin_inset ERT
4126 status collapsed
4127
4128 \begin_layout Plain Layout
4129
4130
4131 \backslash
4132 spce 
4133 \end_layout
4134
4135 \end_inset
4136
4137 A+B
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4147 \end_inset
4148
4149
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 </lyxtabular>
4156
4157 \end_inset
4158
4159
4160 \end_layout
4161
4162 \begin_layout Standard
4163 En el último ejemplo es indiferente poner primero 
4164 \series bold
4165
4166 \backslash
4167 overline
4168 \series default
4169  o 
4170 \series bold
4171
4172 \backslash
4173 underline
4174 \series default
4175 .
4176 \end_layout
4177
4178 \begin_layout Standard
4179 Para poner doble subrayado, p.
4180 \begin_inset space \thinspace{}
4181 \end_inset
4182
4183 e.
4184  en resultados, se usa 
4185 \series bold
4186
4187 \backslash
4188 underline
4189 \series default
4190  dos veces.
4191 \end_layout
4192
4193 \begin_layout Standard
4194 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4195 \end_layout
4196
4197 \begin_layout Subsection
4198 Puntos
4199 \begin_inset Index
4200 status collapsed
4201
4202 \begin_layout Plain Layout
4203 Puntos
4204 \end_layout
4205
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \begin_layout Standard
4212 Hay distintos tipos de puntos disponibles.
4213 \begin_inset Foot
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217 En la barra de herramientas de ecuaciones, en el panel del botón 
4218 \begin_inset Graphics
4219         filename ../../images/math/ldots.png
4220         scale 85
4221
4222 \end_inset
4223
4224 .
4225 \end_layout
4226
4227 \end_inset
4228
4229  Para continuación en enumeraciones se usan puntos bajos, (
4230 \series bold
4231
4232 \backslash
4233 ldots
4234 \series default
4235
4236 \begin_inset Index
4237 status collapsed
4238
4239 \begin_layout Plain Layout
4240 Comandos ! L ! 
4241 \backslash
4242 ldots
4243 \end_layout
4244
4245 \end_inset
4246
4247 ), mientras que para operaciones se usan puntos centrados a la misma altura
4248  que los operadores, (
4249 \series bold
4250
4251 \backslash
4252 cdots
4253 \series default
4254
4255 \begin_inset Index
4256 status collapsed
4257
4258 \begin_layout Plain Layout
4259 Comandos ! C ! 
4260 \backslash
4261 cdots
4262 \end_layout
4263
4264 \end_inset
4265
4266 ).
4267  Si se usa el comando 
4268 \series bold
4269
4270 \backslash
4271 dots
4272 \series default
4273
4274 \begin_inset Index
4275 status collapsed
4276
4277 \begin_layout Plain Layout
4278 Comandos ! D ! 
4279 \backslash
4280 dots
4281 \end_layout
4282
4283 \end_inset
4284
4285 , LaTeX decide el tipo a usar en función del carácter siguiente.
4286 \end_layout
4287
4288 \begin_layout Standard
4289 \align center
4290 \begin_inset Tabular
4291 <lyxtabular version="3" rows="8" columns="2">
4292 <features>
4293 <column alignment="center" valignment="top" width="0pt">
4294 <column alignment="center" valignment="top" width="0pt">
4295 <row>
4296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Comando
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Resultado
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 A_1
4321 \begin_inset ERT
4322 status collapsed
4323
4324 \begin_layout Plain Layout
4325
4326
4327 \backslash
4328 spce 
4329 \end_layout
4330
4331 \end_inset
4332
4333 ,
4334 \backslash
4335 dots
4336 \begin_inset ERT
4337 status collapsed
4338
4339 \begin_layout Plain Layout
4340
4341
4342 \backslash
4343 spce 
4344 \end_layout
4345
4346 \end_inset
4347
4348 ,A_n
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 \begin_inset Formula $A_{1},\dots,A_{n}$
4358 \end_inset
4359
4360
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 A_1
4372 \begin_inset ERT
4373 status collapsed
4374
4375 \begin_layout Plain Layout
4376
4377
4378 \backslash
4379 spce 
4380 \end_layout
4381
4382 \end_inset
4383
4384 +
4385 \backslash
4386 dots
4387 \begin_inset ERT
4388 status collapsed
4389
4390 \begin_layout Plain Layout
4391
4392
4393 \backslash
4394 spce 
4395 \end_layout
4396
4397 \end_inset
4398
4399 +A_n
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 \begin_inset Formula $A_{1}+\dots+A_{n}$
4409 \end_inset
4410
4411
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 A_1
4423 \begin_inset ERT
4424 status collapsed
4425
4426 \begin_layout Plain Layout
4427
4428
4429 \backslash
4430 spce 
4431 \end_layout
4432
4433 \end_inset
4434
4435 ,
4436 \backslash
4437 ldots
4438 \begin_inset ERT
4439 status collapsed
4440
4441 \begin_layout Plain Layout
4442
4443
4444 \backslash
4445 spce 
4446 \end_layout
4447
4448 \end_inset
4449
4450 ,A_n
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 \begin_inset Formula $A_{1},\ldots,A_{n}$
4460 \end_inset
4461
4462
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 A_1
4474 \begin_inset ERT
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478
4479
4480 \backslash
4481 spce 
4482 \end_layout
4483
4484 \end_inset
4485
4486 +
4487 \backslash
4488 cdots
4489 \begin_inset ERT
4490 status collapsed
4491
4492 \begin_layout Plain Layout
4493
4494
4495 \backslash
4496 spce 
4497 \end_layout
4498
4499 \end_inset
4500
4501 +A_n
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \backslash
4526 vdots
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 \begin_inset Formula $\vdots$
4536 \end_inset
4537
4538
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \backslash
4551 ddots
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 \begin_inset Formula $\ddots$
4561 \end_inset
4562
4563
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Matriz
4575 \begin_inset space \thinspace{}
4576 \end_inset
4577
4578 3×3 con los distintos puntos
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 \begin_inset Formula $\begin{array}{ccc}
4588 A_{11} & \cdots & A_{1m}\\
4589 \vdots & \ddots & \vdots\\
4590 A_{n1} & \cdots & A_{nm}\end{array}$
4591 \end_inset
4592
4593
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 </lyxtabular>
4600
4601 \end_inset
4602
4603
4604 \end_layout
4605
4606 \begin_layout Standard
4607 Los puntos suspensivos disponibles en el menú 
4608 \family sans
4609 Insertar\SpecialChar \menuseparator
4610 Carácter especial
4611 \family default
4612  son 
4613 \series bold
4614
4615 \backslash
4616 ldots
4617 \series default
4618 .
4619 \begin_inset VSpace medskip
4620 \end_inset
4621
4622
4623 \end_layout
4624
4625 \begin_layout Standard
4626 Hay puntos específicos para matrices que se extienden por varias columnas.
4627  Se generan con el comando 
4628 \series bold
4629
4630 \backslash
4631 hdotsfor
4632 \series default
4633
4634 \begin_inset Index
4635 status collapsed
4636
4637 \begin_layout Plain Layout
4638 Comandos ! H ! 
4639 \backslash
4640 hdotsfor
4641 \end_layout
4642
4643 \end_inset
4644
4645 , que tiene el siguiente esquema:
4646 \end_layout
4647
4648 \begin_layout Standard
4649
4650 \series bold
4651
4652 \backslash
4653 hdotsfor[distancia]{número de columnas}
4654 \end_layout
4655
4656 \begin_layout Standard
4657 Número de columnas especifica cuántas columnas deben abarcarse.
4658  Distancia es un factor para la separación entre los puntos.
4659 \end_layout
4660
4661 \begin_layout Standard
4662 En la siguiente matriz se ha insertado el comando 
4663 \series bold
4664
4665 \backslash
4666 hdotsfor[2]{4}
4667 \series default
4668  en el primer recuadro de la segunda línea para obtener puntos separados
4669  una distancia equivalente a dos veces la del comando 
4670 \series bold
4671
4672 \backslash
4673 dots
4674 \series default
4675 .
4676 \begin_inset Formula \[
4677 \left(\begin{array}{cccc}
4678 A & B & C & D\\
4679 \hdotsfor[2]{4}\\
4680 q & w & e & r\end{array}\right)\]
4681
4682 \end_inset
4683
4684
4685 \end_layout
4686
4687 \begin_layout Standard
4688 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4689  de lo contrario se producen errores de LaTeX.
4690 \end_layout
4691
4692 \begin_layout Standard
4693 \begin_inset VSpace bigskip
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \begin_layout Standard
4700 Además, con el comando 
4701 \series bold
4702
4703 \backslash
4704 dotfill
4705 \series default
4706
4707 \begin_inset Index
4708 status collapsed
4709
4710 \begin_layout Plain Layout
4711 Comandos ! D ! 
4712 \backslash
4713 dotfill
4714 \end_layout
4715
4716 \end_inset
4717
4718  puedes completar con puntos una línea.
4719  El efecto de este tipo de comandos es como el de 
4720 \series bold
4721
4722 \backslash
4723 hfill
4724 \series default
4725 , véase 
4726 \begin_inset CommandInset ref
4727 LatexCommand ref
4728 reference "sub:Espacio-variable"
4729
4730 \end_inset
4731
4732 .
4733 \end_layout
4734
4735 \begin_layout Standard
4736 Por ejemplo el comando 
4737 \series bold
4738 A
4739 \backslash
4740 dotfill
4741 \series default
4742
4743 \begin_inset ERT
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747
4748
4749 \backslash
4750 spce 
4751 \end_layout
4752
4753 \end_inset
4754
4755
4756 \series bold
4757 B
4758 \series default
4759  genera
4760 \end_layout
4761
4762 \begin_layout Standard
4763 \begin_inset Formula $A\dotfill B$
4764 \end_inset
4765
4766
4767 \end_layout
4768
4769 \begin_layout Standard
4770 Un comando análogo a 
4771 \series bold
4772
4773 \backslash
4774 dotfill
4775 \series default
4776  para rellenar con una línea es 
4777 \series bold
4778
4779 \backslash
4780 hrulefill
4781 \series default
4782
4783 \begin_inset Index
4784 status collapsed
4785
4786 \begin_layout Plain Layout
4787 Comandos ! H ! 
4788 \backslash
4789 hrulefill
4790 \end_layout
4791
4792 \end_inset
4793
4794 :
4795 \end_layout
4796
4797 \begin_layout Standard
4798 \begin_inset Formula $A\hrulefill B$
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \begin_layout Standard
4805 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4806 \end_layout
4807
4808 \begin_layout Section
4809 Matrices
4810 \begin_inset CommandInset label
4811 LatexCommand label
4812 name "sec:Matrices"
4813
4814 \end_inset
4815
4816
4817 \begin_inset Index
4818 status collapsed
4819
4820 \begin_layout Plain Layout
4821 Matrices
4822 \end_layout
4823
4824 \end_inset
4825
4826
4827 \end_layout
4828
4829 \begin_layout Standard
4830 Se pueden insertar con el botón 
4831 \begin_inset Graphics
4832         filename ../../images/dialog-show_mathmatrix.png
4833         scale 85
4834
4835 \end_inset
4836
4837  de la barra de ecuaciones o con el menú 
4838 \family sans
4839 Insertar\SpecialChar \menuseparator
4840 Ecuación\SpecialChar \menuseparator
4841 Matriz
4842 \family default
4843 .
4844  Aparece una ventana en la que se pide el número de filas y columnas y la
4845  alineación.
4846  La alineación vertical sólo es relevante para matrices en línea:
4847 \end_layout
4848
4849 \begin_layout Standard
4850 Esta primera matriz tiene alineación superior 
4851 \begin_inset Formula $\begin{array}[t]{cccc}
4852 A & D & G & J\\
4853 B & E & H & K\\
4854 D & F & I & L\end{array}$
4855 \end_inset
4856
4857  , la segunda alineación central 
4858 \begin_inset Formula $\begin{array}{cccc}
4859 A & D & G & J\\
4860 B & E & H & K\\
4861 D & F & I & L\end{array}$
4862 \end_inset
4863
4864  , y la tercera alineación inferior 
4865 \begin_inset Formula $\begin{array}[b]{cccc}
4866 A & D & G & J\\
4867 B & E & H & K\\
4868 D & F & I & L\end{array}$
4869 \end_inset
4870
4871 .
4872 \end_layout
4873
4874 \begin_layout Standard
4875 La alineación horizontal especifica cómo deben alinearse las entradas de
4876  la columna.
4877  Se determina mediante una letra para cada columna.
4878  
4879 \emph on
4880 l
4881 \emph default
4882  indica alineación a la izquierda, 
4883 \emph on
4884 c
4885 \emph default
4886  alineación centrada y 
4887 \emph on
4888 r
4889 \emph default
4890  alineación a la derecha.
4891  Por ejemplo, para componer una matriz
4892 \begin_inset space ~
4893 \end_inset
4894
4895 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4896  centradas y la última a la derecha, se anota 
4897 \series bold
4898 lccr
4899 \series default
4900  en la alineación horizontal.
4901  Normalmente todas las columnas de una matriz están centradas, por tanto
4902  el valor por defecto es 
4903 \series bold
4904 c
4905 \series default
4906  para todas ellas.
4907 \end_layout
4908
4909 \begin_layout Standard
4910 Alineación horizontal:
4911 \end_layout
4912
4913 \begin_layout Standard
4914
4915 \series bold
4916 lll
4917 \series default
4918  : 
4919 \begin_inset Formula $\begin{array}{lll}
4920 10000 & D & G\\
4921 B & 10000 & H\\
4922 C & F & 10000\end{array}$
4923 \end_inset
4924
4925  , 
4926 \series bold
4927 ccc 
4928 \series default
4929
4930 \begin_inset Formula $\begin{array}{ccc}
4931 10000 & D & G\\
4932 B & 10000 & H\\
4933 C & F & 10000\end{array}$
4934 \end_inset
4935
4936  
4937 \series bold
4938 ,
4939 \series default
4940  
4941 \series bold
4942 rrr 
4943 \series default
4944
4945 \begin_inset Formula $\begin{array}{rrr}
4946 10000 & D & G\\
4947 B & 10000 & H\\
4948 C & F & 10000\end{array}$
4949 \end_inset
4950
4951
4952 \end_layout
4953
4954 \begin_layout Standard
4955 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4956  botones 
4957 \begin_inset Graphics
4958         filename ../../images/tabular-feature_append-row.png
4959         scale 85
4960
4961 \end_inset
4962
4963
4964 \begin_inset Graphics
4965         filename ../../images/tabular-feature_delete-row.png
4966         scale 85
4967
4968 \end_inset
4969
4970 , etc.
4971  de la barra de ecuaciones o el menú 
4972 \family sans
4973 Editar\SpecialChar \menuseparator
4974 Filas y columnas
4975 \family default
4976 .
4977  También se pueden añadir filas nuevas con 
4978 \family sans
4979 Ctrl-Intro
4980 \family default
4981 .
4982 \end_layout
4983
4984 \begin_layout Standard
4985 \begin_inset VSpace bigskip
4986 \end_inset
4987
4988
4989 \end_layout
4990
4991 \begin_layout Standard
4992 Se pueden poner paréntesis alrededor de una matriz con los comandos 
4993 \series bold
4994
4995 \backslash
4996 left
4997 \series default
4998
4999 \begin_inset Index
5000 status collapsed
5001
5002 \begin_layout Plain Layout
5003 Comandos ! L ! 
5004 \backslash
5005 left
5006 \end_layout
5007
5008 \end_inset
5009
5010  y 
5011 \series bold
5012
5013 \backslash
5014 right
5015 \series default
5016
5017 \begin_inset Index
5018 status collapsed
5019
5020 \begin_layout Plain Layout
5021 Comandos ! R ! 
5022 \backslash
5023 right
5024 \end_layout
5025
5026 \end_inset
5027
5028  (atajo 
5029 \family sans
5030 Alt-m
5031 \begin_inset space ~
5032 \end_inset
5033
5034 paréntesis
5035 \family default
5036 ), véase 
5037 \begin_inset CommandInset ref
5038 LatexCommand ref
5039 reference "sub:Tamaño-automático-de"
5040
5041 \end_inset
5042
5043 , o usando los comandos siguientes:
5044 \end_layout
5045
5046 \begin_layout Standard
5047 \begin_inset VSpace medskip
5048 \end_inset
5049
5050
5051 \end_layout
5052
5053 \begin_layout Standard
5054 \begin_inset space \hfill{}
5055 \end_inset
5056
5057
5058 \begin_inset Tabular
5059 <lyxtabular version="3" rows="4" columns="2">
5060 <features>
5061 <column alignment="center" valignment="top" width="0">
5062 <column alignment="center" valignment="top" width="0">
5063 <row>
5064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Comando
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Resultado
5078 \begin_inset Note Note
5079 status collapsed
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084
5085 \backslash
5086 raisebox
5087 \series default
5088  se usa sólo como espaciador
5089 \end_layout
5090
5091 \end_inset
5092
5093
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \backslash
5106 bmatrix
5107 \begin_inset ERT
5108 status collapsed
5109
5110 \begin_layout Plain Layout
5111
5112
5113 \backslash
5114 spce 
5115 \end_layout
5116
5117 \end_inset
5118
5119 2
5120 \series bold
5121 ×
5122 \series default
5123 2
5124 \begin_inset space \thinspace{}
5125 \end_inset
5126
5127 matriz
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5137 0 & \textrm{-}\mathrm{i}\\
5138 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5139 \end_inset
5140
5141
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \backslash
5154 Bmatrix
5155 \begin_inset ERT
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159
5160
5161 \backslash
5162 spce 
5163 \end_layout
5164
5165 \end_inset
5166
5167 2×2
5168 \begin_inset space \thinspace{}
5169 \end_inset
5170
5171 matriz
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5181 0 & \textrm{-}\mathrm{i}\\
5182 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 <row>
5192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196
5197 \backslash
5198 pmatrix
5199 \begin_inset ERT
5200 status collapsed
5201
5202 \begin_layout Plain Layout
5203
5204
5205 \backslash
5206 spce 
5207 \end_layout
5208
5209 \end_inset
5210
5211 2
5212 \series bold
5213 ×
5214 \series default
5215 2
5216 \begin_inset space \thinspace{}
5217 \end_inset
5218
5219 matriz
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5229 0 & \textrm{-}\mathrm{i}\\
5230 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5231 \end_inset
5232
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 </lyxtabular>
5240
5241 \end_inset
5242
5243
5244 \begin_inset space \hfill{}
5245 \end_inset
5246
5247
5248 \begin_inset Tabular
5249 <lyxtabular version="3" rows="4" columns="2">
5250 <features>
5251 <column alignment="center" valignment="top" width="0">
5252 <column alignment="center" valignment="top" width="0">
5253 <row>
5254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 Comando
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 Resultado
5268 \begin_inset Note Note
5269 status collapsed
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274
5275 \backslash
5276 raisebox
5277 \series default
5278  se usa sólo como espaciador
5279 \end_layout
5280
5281 \end_inset
5282
5283
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 </row>
5289 <row>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294
5295 \backslash
5296 vmatrix
5297 \begin_inset ERT
5298 status collapsed
5299
5300 \begin_layout Plain Layout
5301
5302
5303 \backslash
5304 spce 
5305 \end_layout
5306
5307 \end_inset
5308
5309 2
5310 \series bold
5311 ×
5312 \series default
5313 2
5314 \begin_inset space \thinspace{}
5315 \end_inset
5316
5317 matriz
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5327 0 & \textrm{-}\mathrm{i}\\
5328 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \backslash
5344 Vmatrix
5345 \begin_inset ERT
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349
5350
5351 \backslash
5352 spce 
5353 \end_layout
5354
5355 \end_inset
5356
5357 2
5358 \series bold
5359 ×
5360 \series default
5361 2
5362 \begin_inset space \thinspace{}
5363 \end_inset
5364
5365 matriz
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5375 0 & \textrm{-}\mathrm{i}\\
5376 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5377 \end_inset
5378
5379
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 </row>
5385 <row>
5386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390
5391 \backslash
5392 matrix
5393 \begin_inset ERT
5394 status collapsed
5395
5396 \begin_layout Plain Layout
5397
5398
5399 \backslash
5400 spce 
5401 \end_layout
5402
5403 \end_inset
5404
5405 2
5406 \series bold
5407 ×
5408 \series default
5409 2
5410 \begin_inset space \thinspace{}
5411 \end_inset
5412
5413 matriz
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5423 0 & \textrm{-}\mathrm{i}\\
5424 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5425 \end_inset
5426
5427
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 </row>
5433 </lyxtabular>
5434
5435 \end_inset
5436
5437
5438 \begin_inset space \hfill{}
5439 \end_inset
5440
5441
5442 \end_layout
5443
5444 \begin_layout Standard
5445 \begin_inset VSpace medskip
5446 \end_inset
5447
5448
5449 \end_layout
5450
5451 \begin_layout Standard
5452 Cuando se inserta p.
5453 \begin_inset space \thinspace{}
5454 \end_inset
5455
5456 e.
5457 \begin_inset space ~
5458 \end_inset
5459
5460
5461 \series bold
5462
5463 \backslash
5464 vmatrix
5465 \series default
5466 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5467  la matriz.
5468 \end_layout
5469
5470 \begin_layout Standard
5471 \begin_inset VSpace bigskip
5472 \end_inset
5473
5474
5475 \end_layout
5476
5477 \begin_layout Standard
5478 Como todas las ecuaciones multilínea son matrices, la longitud 
5479 \series bold
5480
5481 \backslash
5482 arraycolsep
5483 \series default
5484
5485 \begin_inset Index
5486 status collapsed
5487
5488 \begin_layout Plain Layout
5489 Comandos ! A ! 
5490 \backslash
5491 arraycolsep
5492 \end_layout
5493
5494 \end_inset
5495
5496 , que se describe en 
5497 \begin_inset CommandInset ref
5498 LatexCommand ref
5499 reference "sub:Separación-de-columnas"
5500
5501 \end_inset
5502
5503 , también se puede usar para cambiar la separación de las columnas en una
5504  matriz.
5505  Para cambiar la separación de las filas, se usa el comando 
5506 \series bold
5507
5508 \backslash
5509 arraystretch
5510 \series default
5511
5512 \begin_inset Index
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516 Comandos ! A ! 
5517 \backslash
5518 arraystretch
5519 \end_layout
5520
5521 \end_inset
5522
5523  de la siguiente manera:
5524 \end_layout
5525
5526 \begin_layout Standard
5527
5528 \series bold
5529
5530 \backslash
5531 renewcommand{
5532 \backslash
5533 arraystretch}{factor de separación}
5534 \begin_inset Index
5535 status collapsed
5536
5537 \begin_layout Plain Layout
5538 Comandos ! R ! 
5539 \backslash
5540 renewcommand
5541 \end_layout
5542
5543 \end_inset
5544
5545
5546 \end_layout
5547
5548 \begin_layout Standard
5549 El comando 
5550 \series bold
5551
5552 \backslash
5553 renewcommand
5554 \series default
5555  asigna el factor de separación al comando predefinido 
5556 \series bold
5557
5558 \backslash
5559 arraystretch
5560 \series default
5561 .
5562  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5563  Además, éste se usa para todas las matrices siguientes.
5564  Para volver a la separación original, asigna factor 1 a 
5565 \series bold
5566
5567 \backslash
5568 arraystretch
5569 \series default
5570 .
5571 \end_layout
5572
5573 \begin_layout Standard
5574 Para poner matrices en línea se usa el comando 
5575 \series bold
5576
5577 \backslash
5578 smallmatrix
5579 \series default
5580
5581 \begin_inset Index
5582 status collapsed
5583
5584 \begin_layout Plain Layout
5585 Comandos ! S ! 
5586 \backslash
5587 smallmatrix
5588 \end_layout
5589
5590 \end_inset
5591
5592 .
5593  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5594  se inserta la matriz.
5595  
5596 \end_layout
5597
5598 \begin_layout Standard
5599 Esto es una matriz 
5600 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5601 C & D\end{smallmatrix}\right)$
5602 \end_inset
5603
5604  en línea.
5605 \end_layout
5606
5607 \begin_layout Section
5608 Delimitadores
5609 \begin_inset Index
5610 status collapsed
5611
5612 \begin_layout Plain Layout
5613 Delimitadores
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \end_layout
5620
5621 \begin_layout Subsection
5622 Delimitadores verticales
5623 \begin_inset Index
5624 status collapsed
5625
5626 \begin_layout Plain Layout
5627 Delimitadores ! verticales
5628 \end_layout
5629
5630 \end_inset
5631
5632
5633 \end_layout
5634
5635 \begin_layout Standard
5636 \begin_inset space \hfill{}
5637 \end_inset
5638
5639
5640 \begin_inset Tabular
5641 <lyxtabular version="3" rows="9" columns="2">
5642 <features>
5643 <column alignment="center" valignment="top" width="0pt">
5644 <column alignment="center" valignment="top" width="0pt">
5645 <row>
5646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 Comando
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 Resultado
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 (
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 \begin_inset Formula $($
5680 \end_inset
5681
5682
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 </row>
5688 <row>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 {
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Formula $\{$
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 [
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 \begin_inset Formula $[$
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 </row>
5734 <row>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739
5740 \backslash
5741 langle
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 \begin_inset Formula $\langle$
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764
5765 \backslash
5766 lceil
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 \begin_inset Formula $\lceil$
5776 \end_inset
5777
5778
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 </row>
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \backslash
5791 lfloor
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 \begin_inset Formula $\lfloor$
5801 \end_inset
5802
5803
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 </row>
5809 <row>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 /
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 \begin_inset Formula $/$
5824 \end_inset
5825
5826
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 </row>
5832 <row>
5833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 |
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 \begin_inset Formula $|$
5847 \end_inset
5848
5849
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 </row>
5855 </lyxtabular>
5856
5857 \end_inset
5858
5859
5860 \begin_inset space \hfill{}
5861 \end_inset
5862
5863
5864 \begin_inset Tabular
5865 <lyxtabular version="3" rows="9" columns="2">
5866 <features>
5867 <column alignment="center" valignment="top" width="0pt">
5868 <column alignment="center" valignment="top" width="0pt">
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 Comando
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 Resultado
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 )
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 \begin_inset Formula $)$
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 }
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 \begin_inset Formula $\}$
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 ]
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $]$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963
5964 \backslash
5965 rangle
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 \begin_inset Formula $\rangle$
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988
5989 \backslash
5990 rceil
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 \begin_inset Formula $\rceil$
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 <row>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013
6014 \backslash
6015 rfloor
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 \begin_inset Formula $\rfloor$
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 </row>
6033 <row>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038
6039 \backslash
6040
6041 \backslash
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 \begin_inset Formula $\backslash$
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065
6066 \backslash
6067 |
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 \begin_inset Formula $\|$
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 </lyxtabular>
6086
6087 \end_inset
6088
6089
6090 \begin_inset space \hfill{}
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \begin_layout Standard
6097 \begin_inset Note Greyedout
6098 status collapsed
6099
6100 \begin_layout Plain Layout
6101
6102 \series bold
6103 Nota
6104 \series default
6105 : En modo TeX hay que usar el comando 
6106 \series bold
6107
6108 \backslash
6109 textbackslash
6110 \series default
6111
6112 \begin_inset Index
6113 status collapsed
6114
6115 \begin_layout Plain Layout
6116 Comandos ! T ! 
6117 \backslash
6118 textbackslash
6119 \end_layout
6120
6121 \end_inset
6122
6123  para la barra invertida, porque si no el comando 
6124 \series bold
6125
6126 \backslash
6127
6128 \backslash
6129
6130 \series default
6131  genera un salto de línea.
6132 \end_layout
6133
6134 \end_inset
6135
6136
6137 \end_layout
6138
6139 \begin_layout Standard
6140 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6141  descritos en las dos subsecciones siguientes.
6142  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6143  < y > en vez de los comandos 
6144 \series bold
6145
6146 \backslash
6147 langle
6148 \series default
6149  y 
6150 \series bold
6151
6152 \backslash
6153 rangle
6154 \series default
6155 .
6156  
6157 \end_layout
6158
6159 \begin_layout Subsubsection
6160 Tamaño manual de los delimitadores
6161 \begin_inset CommandInset label
6162 LatexCommand label
6163 name "sub:Tamaño-manual-de"
6164
6165 \end_inset
6166
6167
6168 \begin_inset Index
6169 status collapsed
6170
6171 \begin_layout Plain Layout
6172 Delimitadores ! tamaño manual
6173 \end_layout
6174
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \begin_layout Standard
6181 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6182  LaTeX 
6183 \series bold
6184
6185 \backslash
6186 big
6187 \series default
6188
6189 \begin_inset Index
6190 status collapsed
6191
6192 \begin_layout Plain Layout
6193 Comandos ! B ! 
6194 \backslash
6195 big
6196 \end_layout
6197
6198 \end_inset
6199
6200
6201 \series bold
6202
6203 \backslash
6204 Big
6205 \series default
6206
6207 \series bold
6208
6209 \backslash
6210 bigg
6211 \series default
6212 , y 
6213 \series bold
6214
6215 \backslash
6216 Bigg
6217 \series default
6218 .
6219  
6220 \series bold
6221
6222 \backslash
6223 big
6224 \series default
6225  indica el tamaño menor y 
6226 \series bold
6227
6228 \backslash
6229 Bigg
6230 \series default
6231  el mayor.
6232 \end_layout
6233
6234 \begin_layout Standard
6235 Estos comandos se usan para resaltar niveles de delimitación:
6236 \end_layout
6237
6238 \begin_layout Standard
6239 \noindent
6240 \align center
6241 \begin_inset Tabular
6242 <lyxtabular version="3" rows="2" columns="2">
6243 <features>
6244 <column alignment="center" valignment="top" width="0">
6245 <column alignment="center" valignment="top" width="0">
6246 <row>
6247 <cell alignment="center" valignment="top" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 todos los delimitadores de igual tamaño:
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6261 \end_inset
6262
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 </row>
6269 <row>
6270 <cell alignment="center" valignment="top" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 así tiene mejor aspecto:
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 </lyxtabular>
6293
6294 \end_inset
6295
6296
6297 \begin_inset Note Note
6298 status collapsed
6299
6300 \begin_layout Plain Layout
6301
6302 \series bold
6303
6304 \backslash
6305 raisebox
6306 \series default
6307  se usa sólo como espaciador
6308 \end_layout
6309
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \begin_layout Standard
6316 Para la segunda expresión se ha empleado el comando 
6317 \series bold
6318
6319 \backslash
6320 Big((A+B)(A-B)
6321 \backslash
6322 Big)^
6323 \series default
6324
6325 \begin_inset ERT
6326 status collapsed
6327
6328 \begin_layout Plain Layout
6329
6330
6331 \backslash
6332 spce 
6333 \end_layout
6334
6335 \end_inset
6336
6337
6338 \series bold
6339 C
6340 \series default
6341 .
6342 \end_layout
6343
6344 \begin_layout Standard
6345 He aquí una visión conjunta de todos los tamaños y delimitadores:
6346 \end_layout
6347
6348 \begin_layout Standard
6349 \noindent
6350 \align center
6351
6352 \backslash
6353 Bigg(
6354 \backslash
6355 exp
6356 \backslash
6357 bigg<
6358 \backslash
6359 Big[
6360 \backslash
6361 big{
6362 \backslash
6363 ln(3x)
6364 \backslash
6365 big}^2
6366 \begin_inset ERT
6367 status collapsed
6368
6369 \begin_layout Plain Layout
6370
6371
6372 \backslash
6373 spce 
6374 \end_layout
6375
6376 \end_inset
6377
6378
6379 \backslash
6380 sen(x)
6381 \backslash
6382 Big]^
6383 \begin_inset ERT
6384 status collapsed
6385
6386 \begin_layout Plain Layout
6387
6388
6389 \backslash
6390 spce 
6391 \end_layout
6392
6393 \end_inset
6394
6395 A
6396 \begin_inset ERT
6397 status collapsed
6398
6399 \begin_layout Plain Layout
6400
6401
6402 \backslash
6403 spce 
6404 \end_layout
6405
6406 \end_inset
6407
6408
6409 \backslash
6410 bigg>
6411 \backslash
6412 Bigg)^0,5
6413 \begin_inset Formula \[
6414 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6415
6416 \end_inset
6417
6418
6419 \end_layout
6420
6421 \begin_layout Standard
6422 Además de los comandos 
6423 \series bold
6424
6425 \backslash
6426 big
6427 \series default
6428  hay la variante 
6429 \series bold
6430
6431 \backslash
6432 bigm
6433 \series default
6434
6435 \begin_inset Index
6436 status collapsed
6437
6438 \begin_layout Plain Layout
6439 Comandos ! B ! 
6440 \backslash
6441 bigm
6442 \end_layout
6443
6444 \end_inset
6445
6446 , que añade un poco más de espacio entre el delimitador y su contenido,
6447  y la variante 
6448 \series bold
6449
6450 \backslash
6451 bigl
6452 \series default
6453 -
6454 \series bold
6455
6456 \backslash
6457 bigr
6458 \series default
6459
6460 \begin_inset Index
6461 status collapsed
6462
6463 \begin_layout Plain Layout
6464 Comandos ! B ! 
6465 \backslash
6466 bigl - 
6467 \backslash
6468 bigr
6469 \end_layout
6470
6471 \end_inset
6472
6473 , que no añade espacio adicional.
6474  La 
6475 \emph on
6476 l
6477 \emph default
6478  al final del comando 
6479 \series bold
6480
6481 \backslash
6482 bigl 
6483 \series default
6484 es para el delimitador izquierdo, la 
6485 \emph on
6486 r
6487 \emph default
6488  es para el delimitador derecho.
6489  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6490  apertura o de cierre.
6491 \end_layout
6492
6493 \begin_layout Standard
6494 En el siguiente cuadro hay una comparación de las variantes:
6495 \end_layout
6496
6497 \begin_layout Standard
6498 \noindent
6499 \align center
6500 \begin_inset Tabular
6501 <lyxtabular version="3" rows="5" columns="2">
6502 <features>
6503 <column alignment="center" valignment="top" width="0">
6504 <column alignment="center" valignment="top" width="0">
6505 <row>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 Comando
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 Resultado
6520 \begin_inset Note Note
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524
6525 \series bold
6526
6527 \backslash
6528 raisebox
6529 \series default
6530  se usa sólo como espaciador
6531 \end_layout
6532
6533 \end_inset
6534
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 </row>
6541 <row>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546
6547 \backslash
6548 Bigm(
6549 \backslash
6550 bigm(
6551 \backslash
6552 ln(3x)
6553 \backslash
6554 bigm)^2
6555 \series bold
6556
6557 \begin_inset ERT
6558 status collapsed
6559
6560 \begin_layout Plain Layout
6561
6562
6563 \backslash
6564 spce 
6565 \end_layout
6566
6567 \end_inset
6568
6569
6570 \series default
6571
6572 \backslash
6573 Bigm)
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6583 \end_inset
6584
6585
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 </row>
6591 <row>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596
6597 \backslash
6598 Big(
6599 \backslash
6600 big(
6601 \backslash
6602 ln(3x)
6603 \backslash
6604 big)^2
6605 \series bold
6606
6607 \begin_inset ERT
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611
6612
6613 \backslash
6614 spce 
6615 \end_layout
6616
6617 \end_inset
6618
6619
6620 \series default
6621
6622 \backslash
6623 Big)
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6633 \end_inset
6634
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 </row>
6641 <row>
6642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646
6647 \backslash
6648 Bigl(
6649 \backslash
6650 bigl(
6651 \backslash
6652 ln(3x)
6653 \backslash
6654 bigr)^2
6655 \series bold
6656
6657 \begin_inset ERT
6658 status collapsed
6659
6660 \begin_layout Plain Layout
6661
6662
6663 \backslash
6664 spce 
6665 \end_layout
6666
6667 \end_inset
6668
6669
6670 \series default
6671
6672 \backslash
6673 Bigr)
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 </row>
6691 <row>
6692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696
6697 \backslash
6698 bigl)
6699 \backslash
6700 ln(3x)
6701 \backslash
6702 bigr(
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 </lyxtabular>
6721
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \begin_layout Subsubsection
6728 Tamaño automático de los delimitadores
6729 \begin_inset CommandInset label
6730 LatexCommand label
6731 name "sub:Tamaño-automático-de"
6732
6733 \end_inset
6734
6735
6736 \begin_inset Index
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740 Delimitadores ! tamaño automático
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Standard
6749 Se pueden insertar delimitadores de tamaño variable con los comandos 
6750 \series bold
6751
6752 \backslash
6753 left
6754 \series default
6755
6756 \begin_inset Index
6757 status collapsed
6758
6759 \begin_layout Plain Layout
6760 Comandos ! L ! 
6761 \backslash
6762 left
6763 \end_layout
6764
6765 \end_inset
6766
6767  y 
6768 \series bold
6769
6770 \backslash
6771 right
6772 \series default
6773
6774 \begin_inset Index
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778 Comandos ! R ! 
6779 \backslash
6780 right
6781 \end_layout
6782
6783 \end_inset
6784
6785  o con el botón de la barra de ecuaciones 
6786 \begin_inset Graphics
6787         filename ../../images/dialog-show_mathdelimiter.png
6788         scale 85
6789
6790 \end_inset
6791
6792 .
6793  El delimitador deseado se debe insertar directamente detrás de 
6794 \series bold
6795
6796 \backslash
6797 left
6798 \series default
6799  y 
6800 \series bold
6801
6802 \backslash
6803 right
6804 \series default
6805 .
6806  El tamaño se calculará automáticamente después para la salida.
6807  
6808 \end_layout
6809
6810 \begin_layout Standard
6811 \noindent
6812 \align center
6813 delimitador normal: El comando 
6814 \series bold
6815
6816 \backslash
6817 ln(
6818 \backslash
6819 frac
6820 \series default
6821
6822 \begin_inset ERT
6823 status collapsed
6824
6825 \begin_layout Plain Layout
6826
6827
6828 \backslash
6829 spce 
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \series bold
6836 A
6837 \begin_inset Formula $\downarrow$
6838 \end_inset
6839
6840 C
6841 \series default
6842
6843 \begin_inset ERT
6844 status collapsed
6845
6846 \begin_layout Plain Layout
6847
6848
6849 \backslash
6850 spce
6851 \end_layout
6852
6853 \end_inset
6854
6855
6856 \series bold
6857 )
6858 \series default
6859  genera
6860 \begin_inset Formula \[
6861 \ln(\frac{A}{C})\]
6862
6863 \end_inset
6864
6865
6866 \end_layout
6867
6868 \begin_layout Standard
6869 \noindent
6870 \align center
6871 delimitador multilínea: El comando 
6872 \series bold
6873
6874 \backslash
6875 ln
6876 \backslash
6877 left(
6878 \backslash
6879 frac
6880 \series default
6881
6882 \begin_inset ERT
6883 status collapsed
6884
6885 \begin_layout Plain Layout
6886
6887
6888 \backslash
6889 spce 
6890 \end_layout
6891
6892 \end_inset
6893
6894
6895 \series bold
6896 A
6897 \begin_inset Formula $\downarrow$
6898 \end_inset
6899
6900 C
6901 \series default
6902
6903 \begin_inset ERT
6904 status collapsed
6905
6906 \begin_layout Plain Layout
6907
6908
6909 \backslash
6910 spce 
6911 \end_layout
6912
6913 \end_inset
6914
6915
6916 \series bold
6917
6918 \backslash
6919 right)
6920 \series default
6921  genera
6922 \begin_inset Formula \[
6923 \ln\left(\frac{A}{C}\right)\]
6924
6925 \end_inset
6926
6927
6928 \end_layout
6929
6930 \begin_layout Standard
6931 En lugar de 
6932 \series bold
6933
6934 \backslash
6935 left
6936 \series default
6937  y 
6938 \series bold
6939
6940 \backslash
6941 right
6942 \series default
6943  se puede usar el atajo 
6944 \family sans
6945 Alt-m
6946 \begin_inset space ~
6947 \end_inset
6948
6949 delimitador
6950 \family default
6951 .
6952  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6953  real del delimitador y además se genera el correspondiente delimitador
6954  de cierre.
6955 \begin_inset Newline newline
6956 \end_inset
6957
6958 El comando para el último ejemplo sería 
6959 \series bold
6960
6961 \backslash
6962 ln Alt-m
6963 \series default
6964  
6965 \series bold
6966 (
6967 \backslash
6968 frac
6969 \begin_inset ERT
6970 status collapsed
6971
6972 \begin_layout Plain Layout
6973
6974
6975 \backslash
6976 spce 
6977 \end_layout
6978
6979 \end_inset
6980
6981 A
6982 \begin_inset Formula $\downarrow$
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \begin_layout Standard
6989 Para omitir uno de los dos delimitadores se inserta un punto.
6990  Por ejemplo, el comando 
6991 \series bold
6992
6993 \backslash
6994 left.
6995 \backslash
6996 frac
6997 \series default
6998
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 spce 
7007 \end_layout
7008
7009 \end_inset
7010
7011
7012 \series bold
7013 A
7014 \begin_inset Formula $\downarrow$
7015 \end_inset
7016
7017 B
7018 \series default
7019
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025
7026 \backslash
7027 spce 
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \series bold
7034
7035 \backslash
7036 right}
7037 \series default
7038  da lugar a:
7039 \begin_inset Formula \[
7040 \left.\frac{A}{B}\right\} \]
7041
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \begin_layout Standard
7048 LyX convertirá los comandos 
7049 \series bold
7050
7051 \backslash
7052 left
7053 \series default
7054  y 
7055 \series bold
7056
7057 \backslash
7058 right
7059 \series default
7060  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7061  omitido aparecerá como línea de trazos.
7062  
7063 \begin_inset VSpace bigskip
7064 \end_inset
7065
7066
7067 \end_layout
7068
7069 \begin_layout Standard
7070 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7071  de LaTeX, el comando 
7072 \series bold
7073
7074 \backslash
7075 middle
7076 \series default
7077
7078 \begin_inset Index
7079 status collapsed
7080
7081 \begin_layout Plain Layout
7082 Comandos ! M ! 
7083 \backslash
7084 middle
7085 \end_layout
7086
7087 \end_inset
7088
7089  está también disponible para todos los delimitadores y límites.
7090  Con este comando la altura del siguiente carácter se adapta a la de los
7091  delimitadores circundantes, lo que es necesario, p.
7092 \begin_inset space \thinspace{}
7093 \end_inset
7094
7095 e., para vectores físicos: 
7096 \begin_inset Formula \[
7097 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7098
7099 \end_inset
7100
7101
7102 \end_layout
7103
7104 \begin_layout Standard
7105 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7106 \begin_inset CommandInset ref
7107 LatexCommand ref
7108 reference "sub:Vectores-físicos"
7109
7110 \end_inset
7111
7112 .
7113 \end_layout
7114
7115 \begin_layout Subsection
7116 Delimitadores horizontales
7117 \begin_inset Index
7118 status collapsed
7119
7120 \begin_layout Plain Layout
7121 Delimitadores ! horizontales
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \begin_layout Standard
7130 \noindent
7131 \align center
7132 \begin_inset Tabular
7133 <lyxtabular version="3" rows="4" columns="2">
7134 <features>
7135 <column alignment="center" valignment="top" width="0">
7136 <column alignment="center" valignment="top" width="0">
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 Comando
7143 \begin_inset Note Note
7144 status collapsed
7145
7146 \begin_layout Plain Layout
7147
7148 \series bold
7149
7150 \backslash
7151 raisebox
7152 \series default
7153  se usa sólo como espaciador
7154 \end_layout
7155
7156 \end_inset
7157
7158
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 Resultado
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 </row>
7173 <row>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 \begin_inset ERT
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182
7183
7184 \backslash
7185 raisebox{2.3mm}{
7186 \end_layout
7187
7188 \end_inset
7189
7190
7191 \backslash
7192 overbrace
7193 \begin_inset ERT
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197
7198
7199 \backslash
7200 spce 
7201 \end_layout
7202
7203 \end_inset
7204
7205 A+B
7206 \begin_inset ERT
7207 status collapsed
7208
7209 \begin_layout Plain Layout
7210
7211
7212 \backslash
7213 spce 
7214 \end_layout
7215
7216 \end_inset
7217
7218 ^
7219 \begin_inset ERT
7220 status collapsed
7221
7222 \begin_layout Plain Layout
7223
7224
7225 \backslash
7226 spce 
7227 \end_layout
7228
7229 \end_inset
7230
7231 3
7232 \begin_inset ERT
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236
7237 }
7238 \end_layout
7239
7240 \end_inset
7241
7242
7243 \begin_inset Index
7244 status collapsed
7245
7246 \begin_layout Plain Layout
7247 Comandos ! O ! 
7248 \backslash
7249 overbrace
7250 \end_layout
7251
7252 \end_inset
7253
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 \begin_inset Formula $\overbrace{A+B}^{3}$
7264 \end_inset
7265
7266
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 \begin_inset ERT
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281
7282
7283 \backslash
7284 raisebox{-2.2mm}{
7285 \end_layout
7286
7287 \end_inset
7288
7289
7290 \backslash
7291 underbrace
7292 \begin_inset ERT
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296
7297
7298 \backslash
7299 spce 
7300 \end_layout
7301
7302 \end_inset
7303
7304 A+B
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310
7311 \backslash
7312 spce 
7313 \end_layout
7314
7315 \end_inset
7316
7317 _5
7318 \begin_inset ERT
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323 }
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \begin_inset Index
7330 status collapsed
7331
7332 \begin_layout Plain Layout
7333 Comandos ! U ! 
7334 \backslash
7335 underbrace
7336 \end_layout
7337
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 \begin_inset Formula $\underbrace{A+B}_{5}$
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 </row>
7358 <row>
7359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363
7364 \backslash
7365 overbrace
7366 \begin_inset ERT
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370
7371
7372 \backslash
7373 spce 
7374 \end_layout
7375
7376 \end_inset
7377
7378
7379 \backslash
7380 underbrace
7381 \begin_inset ERT
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385
7386
7387 \backslash
7388 spce 
7389 \end_layout
7390
7391 \end_inset
7392
7393 A+B_w
7394 \begin_inset ERT
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398
7399
7400 \backslash
7401 spce 
7402 \end_layout
7403
7404 \end_inset
7405
7406
7407 \begin_inset ERT
7408 status collapsed
7409
7410 \begin_layout Plain Layout
7411
7412
7413 \backslash
7414 spce 
7415 \end_layout
7416
7417 \end_inset
7418
7419 _7
7420 \begin_inset ERT
7421 status collapsed
7422
7423 \begin_layout Plain Layout
7424
7425
7426 \backslash
7427 spce 
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \begin_inset ERT
7434 status collapsed
7435
7436 \begin_layout Plain Layout
7437
7438
7439 \backslash
7440 spce 
7441 \end_layout
7442
7443 \end_inset
7444
7445 ^
7446 \begin_inset ERT
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450
7451
7452 \backslash
7453 spce 
7454 \end_layout
7455
7456 \end_inset
7457
7458 C
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7468 \end_inset
7469
7470
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 </lyxtabular>
7477
7478 \end_inset
7479
7480
7481 \end_layout
7482
7483 \begin_layout Standard
7484 En el último ejemplo no importa en qué orden se introducen los comandos
7485  
7486 \series bold
7487
7488 \backslash
7489 overbrace
7490 \series default
7491  y 
7492 \series bold
7493
7494 \backslash
7495 underbrace
7496 \series default
7497 .
7498 \begin_inset VSpace bigskip
7499 \end_inset
7500
7501
7502 \end_layout
7503
7504 \begin_layout Standard
7505 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7506  multilínea, como se describe en
7507 \begin_inset space ~
7508 \end_inset
7509
7510
7511 \begin_inset CommandInset ref
7512 LatexCommand ref
7513 reference "sec:Ecuaciones-multilínea"
7514
7515 \end_inset
7516
7517 :
7518 \begin_inset Formula \begin{eqnarray*}
7519 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7520  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7521
7522 \end_inset
7523
7524 En la primera fila se insertan la ecuación y la primera llave.
7525  Aquí es importante insertar el comando de espacio
7526 \begin_inset Foot
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530 Los comandos para espacios se explican en 
7531 \begin_inset CommandInset ref
7532 LatexCommand ref
7533 reference "sub:Espacio-predefinido"
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \end_inset
7541
7542  
7543 \series bold
7544
7545 \backslash
7546 :
7547 \series default
7548  antes de la primera
7549 \series bold
7550  
7551 \series default
7552
7553 \begin_inset Formula $d$
7554 \end_inset
7555
7556 , porque la llave que termina detrás de 
7557 \begin_inset Formula $q$
7558 \end_inset
7559
7560  impide que el siguiente 
7561 \begin_inset Quotes fld
7562 \end_inset
7563
7564 +
7565 \begin_inset Quotes frd
7566 \end_inset
7567
7568  esté rodeado de espacio.
7569 \begin_inset Foot
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 Debido a que la llave no es considerada como carácter, véase 
7574 \begin_inset CommandInset ref
7575 LatexCommand ref
7576 reference "sub:Operadores-binarios"
7577
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \end_inset
7584
7585  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7586  de 
7587 \begin_inset Formula $b$
7588 \end_inset
7589
7590  se inserta antes el comando 
7591 \series bold
7592
7593 \backslash
7594 hphantom{gggg+
7595 \backslash
7596 :}
7597 \series default
7598 .
7599 \begin_inset Foot
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603 Más sobre 
7604 \series bold
7605
7606 \backslash
7607 hphantom
7608 \series default
7609  en 
7610 \begin_inset CommandInset ref
7611 LatexCommand ref
7612 reference "sub:Espaciadores-fantasma"
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \end_inset
7620
7621  Ese espacio es necesario porque el signo 
7622 \begin_inset Quotes fld
7623 \end_inset
7624
7625 +
7626 \begin_inset Quotes frd
7627 \end_inset
7628
7629  va seguido de un espacio en la ecuación.
7630  La llave se coloca bajo el comando 
7631 \series bold
7632
7633 \backslash
7634 hphantom{bbqq+dddd}
7635 \series default
7636 .
7637  
7638 \end_layout
7639
7640 \begin_layout Standard
7641 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7642  ejemplo:
7643 \begin_inset ERT
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647
7648
7649 \backslash
7650 setlength{
7651 \backslash
7652 jot}{-6pt}
7653 \end_layout
7654
7655 \end_inset
7656
7657
7658 \begin_inset Formula \begin{eqnarray*}
7659  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7660 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7661
7662 \end_inset
7663
7664
7665 \begin_inset ERT
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669
7670
7671 \backslash
7672 setlength{
7673 \backslash
7674 jot}{3pt}
7675 \end_layout
7676
7677 \end_inset
7678
7679 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7680  anterior, con la diferencia de que la llave está encima.
7681  La segunda fila contiene la ecuación junto con la segunda llave.
7682  Para evitar que haya demasiado espacio entre la llave superior en la primera
7683  fila y la ecuación hay que reducirlo.
7684  Esto no es fácil de hacer debido a un fallo de LyX.
7685 \begin_inset Foot
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689 \begin_inset CommandInset href
7690 LatexCommand href
7691 name "LyX-bug #1505"
7692 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7693
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \end_inset
7700
7701  Una solución es cambiar la separación global de filas en la ecuación, 
7702 \series bold
7703
7704 \backslash
7705 jot
7706 \series default
7707
7708 \begin_inset Index
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712 Comandos ! J ! 
7713 \backslash
7714 jot
7715 \end_layout
7716
7717 \end_inset
7718
7719 , en -6
7720 \begin_inset space \thinspace{}
7721 \end_inset
7722
7723 pt insertando antes de la ecuación el comando 
7724 \series bold
7725
7726 \backslash
7727 setlength{
7728 \backslash
7729 jot}{-6pt}
7730 \series default
7731  en modo TeX.
7732  Después de la ecuación se vuelve al valor normal 3
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 pt de 
7737 \series bold
7738
7739 \backslash
7740 jot
7741 \series default
7742  usando el mismo comando.
7743  Más información sobre separación de filas en ecuaciones en
7744 \begin_inset space ~
7745 \end_inset
7746
7747
7748 \begin_inset CommandInset ref
7749 LatexCommand ref
7750 reference "sub:Separación-de-líneas"
7751
7752 \end_inset
7753
7754 .
7755 \end_layout
7756
7757 \begin_layout Section
7758 Flechas
7759 \begin_inset Index
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 Flechas
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \begin_layout Standard
7772 Las flechas se pueden insertar con el botón 
7773 \begin_inset Graphics
7774         filename ../../images/math/leftarrow.png
7775         scale 85
7776
7777 \end_inset
7778
7779  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7780  siguientes.
7781 \end_layout
7782
7783 \begin_layout Subsection
7784 Flechas horizontales
7785 \begin_inset Index
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789 Flechas ! horizontales
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \begin_layout Standard
7798 \begin_inset space \hfill{}
7799 \end_inset
7800
7801
7802 \begin_inset Tabular
7803 <lyxtabular version="3" rows="8" columns="2">
7804 <features>
7805 <column alignment="center" valignment="top" width="0pt">
7806 <column alignment="center" valignment="top" width="0pt">
7807 <row>
7808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812 Comando
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 Resultado
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 </row>
7827 <row>
7828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \backslash
7834 gets
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 \begin_inset Formula $\gets$
7844 \end_inset
7845
7846
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \backslash
7859 Leftarrow
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 \begin_inset Formula $\Leftarrow$
7869 \end_inset
7870
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \backslash
7884 longleftarrow
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 \begin_inset Formula $\longleftarrow$
7894 \end_inset
7895
7896
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \backslash
7909 Longleftarrow
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 \begin_inset Formula $\Longleftarrow$
7919 \end_inset
7920
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \backslash
7934 leftharpoonup
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 \begin_inset Formula $\leftharpoonup$
7944 \end_inset
7945
7946
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \backslash
7959 leftharpoondown
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 \begin_inset Formula $\leftharpoondown$
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \backslash
7984 hookleftarrow
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 \begin_inset Formula $\hookleftarrow$
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 </lyxtabular>
8003
8004 \end_inset
8005
8006
8007 \begin_inset space \hfill{}
8008 \end_inset
8009
8010
8011 \begin_inset Tabular
8012 <lyxtabular version="3" rows="8" columns="2">
8013 <features>
8014 <column alignment="center" valignment="top" width="0pt">
8015 <column alignment="center" valignment="top" width="0pt">
8016 <row>
8017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 Comando
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Resultado
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \backslash
8043 to
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 \begin_inset Formula $\to$
8053 \end_inset
8054
8055
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row>
8062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \backslash
8068 Rightarrow
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 \begin_inset Formula $\Rightarrow$
8078 \end_inset
8079
8080
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \backslash
8093 longrightarrow
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 \begin_inset Formula $\longrightarrow$
8103 \end_inset
8104
8105
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \backslash
8118 Longrightarrow
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 \begin_inset Formula $\Longrightarrow$
8128 \end_inset
8129
8130
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \backslash
8143 rightharpoonup
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 \begin_inset Formula $\rightharpoonup$
8153 \end_inset
8154
8155
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \backslash
8168 rightharpoondown
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 \begin_inset Formula $\rightharpoondown$
8178 \end_inset
8179
8180
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \backslash
8193 hookrightarrow
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 \begin_inset Formula $\hookrightarrow$
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 </lyxtabular>
8212
8213 \end_inset
8214
8215
8216 \begin_inset space \hfill{}
8217 \end_inset
8218
8219
8220 \end_layout
8221
8222 \begin_layout Standard
8223 \begin_inset space \hfill{}
8224 \end_inset
8225
8226
8227 \begin_inset Tabular
8228 <lyxtabular version="3" rows="6" columns="2">
8229 <features>
8230 <column alignment="center" valignment="top" width="0pt">
8231 <column alignment="center" valignment="top" width="0pt">
8232 <row>
8233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 Comando
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Resultado
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \backslash
8259 leftrightarrow
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 \begin_inset Formula $\leftrightarrow$
8269 \end_inset
8270
8271
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \backslash
8284 Leftrightarrow
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 \begin_inset Formula $\Leftrightarrow$
8294 \end_inset
8295
8296
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \backslash
8309 longleftrightarrow
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 \begin_inset Formula $\longleftrightarrow$
8319 \end_inset
8320
8321
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332
8333 \backslash
8334 Longleftrightarrow
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 \begin_inset Formula $\Longleftrightarrow$
8344 \end_inset
8345
8346
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \backslash
8359 rightleftharpoons
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 \begin_inset Formula $\rightleftharpoons$
8369 \end_inset
8370
8371
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 </lyxtabular>
8378
8379 \end_inset
8380
8381
8382 \begin_inset space \hspace{}
8383 \length 25pt
8384 \end_inset
8385
8386
8387 \begin_inset space \hfill{}
8388 \end_inset
8389
8390
8391 \begin_inset Tabular
8392 <lyxtabular version="3" rows="5" columns="2">
8393 <features>
8394 <column alignment="center" valignment="top" width="0pt">
8395 <column alignment="center" valignment="top" width="0pt">
8396 <row>
8397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Comando
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Resultado
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \backslash
8423 mapsto
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 \begin_inset Formula $\mapsto$
8433 \end_inset
8434
8435
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \backslash
8448 longmapsto
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 \begin_inset Formula $\longmapsto$
8458 \end_inset
8459
8460
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \backslash
8473 leadsto
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 \begin_inset Formula $\leadsto$
8483 \end_inset
8484
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \backslash
8498 dasharrow
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 \begin_inset Formula $\dasharrow$
8508 \end_inset
8509
8510
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 </lyxtabular>
8517
8518 \end_inset
8519
8520
8521 \begin_inset space \hfill{}
8522 \end_inset
8523
8524
8525 \begin_inset VSpace medskip
8526 \end_inset
8527
8528
8529 \end_layout
8530
8531 \begin_layout Standard
8532 Las flechas que se utilizan como acentos, p.
8533 \begin_inset space \thinspace{}
8534 \end_inset
8535
8536 e.
8537  en vectores, se describen en 
8538 \begin_inset CommandInset ref
8539 LatexCommand ref
8540 reference "sec:Acentos"
8541
8542 \end_inset
8543
8544 .
8545  
8546 \begin_inset VSpace bigskip
8547 \end_inset
8548
8549
8550 \end_layout
8551
8552 \begin_layout Standard
8553 Además hay las flechas etiquetadas
8554 \begin_inset Index
8555 status collapsed
8556
8557 \begin_layout Plain Layout
8558 Flechas ! etiquetadas
8559 \end_layout
8560
8561 \end_inset
8562
8563  
8564 \series bold
8565
8566 \backslash
8567 xleftarrow
8568 \series default
8569
8570 \begin_inset Index
8571 status collapsed
8572
8573 \begin_layout Plain Layout
8574 Comandos ! X ! 
8575 \backslash
8576 xleftarrow
8577 \end_layout
8578
8579 \end_inset
8580
8581  y 
8582 \series bold
8583
8584 \backslash
8585 xrightarrow
8586 \series default
8587
8588 \begin_inset Index
8589 status collapsed
8590
8591 \begin_layout Plain Layout
8592 Comandos ! X ! 
8593 \backslash
8594 xrightarrow
8595 \begin_inset ERT
8596 status collapsed
8597
8598 \begin_layout Plain Layout
8599
8600
8601 \backslash
8602 vspace{4mm}
8603 \end_layout
8604
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \end_inset
8611
8612 .
8613  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8614  con dos marcos azules donde se puede insertar la etiqueta.
8615  La longitud de la flecha se adapta a la anchura de la etiqueta.
8616 \end_layout
8617
8618 \begin_layout Standard
8619 \noindent
8620 \align center
8621 \begin_inset Tabular
8622 <lyxtabular version="3" rows="3" columns="2">
8623 <features>
8624 <column alignment="center" valignment="top" width="0">
8625 <column alignment="center" valignment="top" width="0">
8626 <row>
8627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Comando
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Resultado
8641 \begin_inset Note Note
8642 status collapsed
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647
8648 \backslash
8649 raisebox
8650 \series default
8651  se usa sólo como espaciador
8652 \end_layout
8653
8654 \end_inset
8655
8656
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 F(a)
8668 \backslash
8669 xleftarrow
8670 \begin_inset ERT
8671 status collapsed
8672
8673 \begin_layout Plain Layout
8674
8675
8676 \backslash
8677 spce 
8678 \end_layout
8679
8680 \end_inset
8681
8682 x=a
8683 \begin_inset Formula $\downarrow$
8684 \end_inset
8685
8686 x>0
8687 \begin_inset Formula $\to$
8688 \end_inset
8689
8690 F(x)
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 $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
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 F(x)
8714 \backslash
8715 xrightarrow
8716 \begin_inset ERT
8717 status collapsed
8718
8719 \begin_layout Plain Layout
8720
8721
8722 \backslash
8723 spce 
8724 \end_layout
8725
8726 \end_inset
8727
8728 x=a
8729 \begin_inset Formula $\downarrow$
8730 \end_inset
8731
8732 x>0
8733 \begin_inset Formula $\to$
8734 \end_inset
8735
8736 F(a)
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8746 \end_inset
8747
8748
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 </lyxtabular>
8755
8756 \end_inset
8757
8758
8759 \end_layout
8760
8761 \begin_layout Subsection
8762 Flechas verticales y diagonales
8763 \begin_inset Index
8764 status collapsed
8765
8766 \begin_layout Plain Layout
8767 Flechas ! diagonales
8768 \end_layout
8769
8770 \end_inset
8771
8772
8773 \begin_inset Index
8774 status collapsed
8775
8776 \begin_layout Plain Layout
8777 Flechas ! verticales
8778 \end_layout
8779
8780 \end_inset
8781
8782
8783 \end_layout
8784
8785 \begin_layout Standard
8786 \begin_inset space \hfill{}
8787 \end_inset
8788
8789
8790 \begin_inset Tabular
8791 <lyxtabular version="3" rows="7" columns="2">
8792 <features>
8793 <column alignment="center" valignment="top" width="0pt">
8794 <column alignment="center" valignment="top" width="0pt">
8795 <row>
8796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Comando
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Resultado
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \backslash
8822 uparrow
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 \begin_inset Formula $\uparrow$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \backslash
8847 Uparrow
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 \begin_inset Formula $\Uparrow$
8857 \end_inset
8858
8859
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \backslash
8872 updownarrow
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\updownarrow$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895
8896 \backslash
8897 Updownarrow
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 \begin_inset Formula $\Updownarrow$
8907 \end_inset
8908
8909
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \backslash
8922 Downarrow
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 \begin_inset Formula $\Downarrow$
8932 \end_inset
8933
8934
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \backslash
8947 downarrow
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 \begin_inset Formula $\downarrow$
8957 \end_inset
8958
8959
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 </lyxtabular>
8966
8967 \end_inset
8968
8969
8970 \begin_inset space \hfill{}
8971 \end_inset
8972
8973
8974 \begin_inset Tabular
8975 <lyxtabular version="3" rows="5" columns="2">
8976 <features>
8977 <column alignment="center" valignment="top" width="0pt">
8978 <column alignment="center" valignment="top" width="0pt">
8979 <row>
8980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Comando
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 Resultado
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006 nearrow
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\nearrow$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \backslash
9031 searrow
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 \begin_inset Formula $\searrow$
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \backslash
9056 swarrow
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 \begin_inset Formula $\swarrow$
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \backslash
9081 nwarrow
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 \begin_inset Formula $\nwarrow$
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 </lyxtabular>
9100
9101 \end_inset
9102
9103
9104 \begin_inset space \hfill{}
9105 \end_inset
9106
9107
9108 \end_layout
9109
9110 \begin_layout Standard
9111 \begin_inset VSpace medskip
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \begin_layout Standard
9118 Las flechas verticales también se pueden usar como delimitadores junto con
9119  los comandos descritos en
9120 \begin_inset space ~
9121 \end_inset
9122
9123
9124 \begin_inset CommandInset ref
9125 LatexCommand ref
9126 reference "sub:Tamaño-manual-de"
9127
9128 \end_inset
9129
9130  y 
9131 \begin_inset CommandInset ref
9132 LatexCommand ref
9133 reference "sub:Tamaño-automático-de"
9134
9135 \end_inset
9136
9137 .
9138 \end_layout
9139
9140 \begin_layout Standard
9141
9142 \end_layout
9143
9144 \begin_layout Section
9145 Acentos
9146 \begin_inset CommandInset label
9147 LatexCommand label
9148 name "sec:Acentos"
9149
9150 \end_inset
9151
9152
9153 \begin_inset Index
9154 status collapsed
9155
9156 \begin_layout Plain Layout
9157 Acentos
9158 \end_layout
9159
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Standard
9166 Los acentos se pueden insertar con el botón 
9167 \begin_inset Graphics
9168         filename ../../images/math/hat.png
9169         scale 85
9170
9171 \end_inset
9172
9173  o mediante los comandos listados en las siguientes subsecciones.
9174 \end_layout
9175
9176 \begin_layout Subsection
9177 Acentos para un carácter
9178 \begin_inset ERT
9179 status collapsed
9180
9181 \begin_layout Plain Layout
9182
9183
9184 \backslash
9185 texorpdfstring{
9186 \end_layout
9187
9188 \end_inset
9189
9190
9191 \begin_inset Foot
9192 status open
9193
9194 \begin_layout Plain Layout
9195 Para acentos en texto, véase 
9196 \begin_inset CommandInset ref
9197 LatexCommand ref
9198 reference "sub:Acentos-en-texto"
9199
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206
9207
9208 \begin_inset ERT
9209 status collapsed
9210
9211 \begin_layout Plain Layout
9212
9213 }{}
9214 \end_layout
9215
9216 \end_inset
9217
9218
9219 \begin_inset Note Note
9220 status collapsed
9221
9222 \begin_layout Plain Layout
9223
9224 \backslash
9225 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9226  PDF.
9227 \end_layout
9228
9229 \begin_layout Plain Layout
9230 Más sobre 
9231 \backslash
9232 texorpdfstring en la sección 
9233 \begin_inset CommandInset ref
9234 LatexCommand ref
9235 reference "sub:Ecuaciones-en-títulos"
9236
9237 \end_inset
9238
9239 .
9240 \end_layout
9241
9242 \end_inset
9243
9244
9245 \begin_inset CommandInset label
9246 LatexCommand label
9247 name "sub:Acentos-para-un"
9248
9249 \end_inset
9250
9251
9252 \begin_inset Index
9253 status collapsed
9254
9255 \begin_layout Plain Layout
9256 Acentos ! para un carácter
9257 \end_layout
9258
9259 \end_inset
9260
9261
9262 \end_layout
9263
9264 \begin_layout Standard
9265 \begin_inset space \hfill{}
9266 \end_inset
9267
9268
9269 \begin_inset Tabular
9270 <lyxtabular version="3" rows="8" columns="2">
9271 <features>
9272 <column alignment="center" valignment="top" width="0pt">
9273 <column alignment="center" valignment="top" width="0pt">
9274 <row>
9275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 Comando
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 Resultado
9289 \begin_inset Note Note
9290 status collapsed
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295
9296 \backslash
9297 raisebox
9298 \series default
9299  se usa sólo como espaciador
9300 \end_layout
9301
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \backslash
9317 dot
9318 \begin_inset ERT
9319 status collapsed
9320
9321 \begin_layout Plain Layout
9322
9323
9324 \backslash
9325 spce 
9326 \end_layout
9327
9328 \end_inset
9329
9330 A
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9340 \end_inset
9341
9342
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 </row>
9348 <row>
9349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353
9354 \backslash
9355 ddot
9356 \begin_inset ERT
9357 status collapsed
9358
9359 \begin_layout Plain Layout
9360
9361
9362 \backslash
9363 spce 
9364 \end_layout
9365
9366 \end_inset
9367
9368 A
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \backslash
9393 dddot
9394 \begin_inset ERT
9395 status collapsed
9396
9397 \begin_layout Plain Layout
9398
9399
9400 \backslash
9401 spce 
9402 \end_layout
9403
9404 \end_inset
9405
9406 A
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \backslash
9431 ddddot{A
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \backslash
9456 vec
9457 \begin_inset ERT
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461
9462
9463 \backslash
9464 spce 
9465 \end_layout
9466
9467 \end_inset
9468
9469 A
9470 \begin_inset Index
9471 status collapsed
9472
9473 \begin_layout Plain Layout
9474 Vectores
9475 \end_layout
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9489 \end_inset
9490
9491
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \backslash
9504 bar
9505 \begin_inset ERT
9506 status collapsed
9507
9508 \begin_layout Plain Layout
9509
9510
9511 \backslash
9512 spce 
9513 \end_layout
9514
9515 \end_inset
9516
9517 A
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row>
9536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \backslash
9542 mathring
9543 \begin_inset ERT
9544 status collapsed
9545
9546 \begin_layout Plain Layout
9547
9548
9549 \backslash
9550 spce 
9551 \end_layout
9552
9553 \end_inset
9554
9555 A
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 </lyxtabular>
9574
9575 \end_inset
9576
9577
9578 \begin_inset space \hfill{}
9579 \end_inset
9580
9581
9582 \begin_inset Tabular
9583 <lyxtabular version="3" rows="7" columns="2">
9584 <features>
9585 <column alignment="center" valignment="top" width="0pt">
9586 <column alignment="center" valignment="top" width="0pt">
9587 <row>
9588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 Comando
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601 Resultado
9602 \begin_inset Note Note
9603 status collapsed
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608
9609 \backslash
9610 raisebox
9611 \series default
9612  se usa sólo como espaciador
9613 \end_layout
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \backslash
9630 tilde
9631 \begin_inset ERT
9632 status collapsed
9633
9634 \begin_layout Plain Layout
9635
9636
9637 \backslash
9638 spce 
9639 \end_layout
9640
9641 \end_inset
9642
9643 A
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 <row>
9662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \backslash
9668 hat
9669 \begin_inset ERT
9670 status collapsed
9671
9672 \begin_layout Plain Layout
9673
9674
9675 \backslash
9676 spce 
9677 \end_layout
9678
9679 \end_inset
9680
9681 A
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 </row>
9699 <row>
9700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \backslash
9706 check
9707 \begin_inset ERT
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711
9712
9713 \backslash
9714 spce 
9715 \end_layout
9716
9717 \end_inset
9718
9719 A
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 <row>
9738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \backslash
9744 acute
9745 \begin_inset ERT
9746 status collapsed
9747
9748 \begin_layout Plain Layout
9749
9750
9751 \backslash
9752 spce 
9753 \end_layout
9754
9755 \end_inset
9756
9757 A
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9767 \end_inset
9768
9769
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \backslash
9782 grave
9783 \begin_inset ERT
9784 status collapsed
9785
9786 \begin_layout Plain Layout
9787
9788
9789 \backslash
9790 spce 
9791 \end_layout
9792
9793 \end_inset
9794
9795 A
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9805 \end_inset
9806
9807
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \backslash
9820 breve
9821 \begin_inset ERT
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825
9826
9827 \backslash
9828 spce 
9829 \end_layout
9830
9831 \end_inset
9832
9833 A
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 </lyxtabular>
9852
9853 \end_inset
9854
9855
9856 \begin_inset space \hfill{}
9857 \end_inset
9858
9859
9860 \end_layout
9861
9862 \begin_layout Standard
9863 \begin_inset VSpace bigskip
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \begin_layout Standard
9870 Para poner diéresis
9871 \begin_inset Index
9872 status collapsed
9873
9874 \begin_layout Plain Layout
9875 Diéresis
9876 \end_layout
9877
9878 \end_inset
9879
9880  en una ecuación se insertan comillas antes de la vocal.
9881  Estos dos caracteres son considerados por LaTeX como 
9882 \emph on
9883 un solo
9884 \emph default
9885  carácter si la parte de la ecuación con la diéresis se marca con idioma
9886  alemán.
9887 \begin_inset Foot
9888 status collapsed
9889
9890 \begin_layout Plain Layout
9891 O algún otro idioma que use acentos, p.
9892 \begin_inset space \thinspace{}
9893 \end_inset
9894
9895 e.
9896  catalán.
9897  Sin embargo, en español no funciona por algún conflicto con el estilo 
9898 \series bold
9899 spanish
9900 \series default
9901  de 
9902 \series bold
9903 babel
9904 \series default
9905 .
9906  Dicho estilo suministra la orden 
9907 \series bold
9908
9909 \backslash
9910 dotlessi
9911 \series default
9912  para generar una 
9913 \begin_inset Quotes fld
9914 \end_inset
9915
9916 i
9917 \begin_inset Quotes frd
9918 \end_inset
9919
9920  sin punto en modo matemático, que se puede usar como alternativa al comando
9921  
9922 \series bold
9923
9924 \begin_inset Quotes eld
9925 \end_inset
9926
9927 i
9928 \series default
9929 , p.e., el comando 
9930 \series bold
9931
9932 \backslash
9933 ddot
9934 \series default
9935
9936 \begin_inset ERT
9937 status collapsed
9938
9939 \begin_layout Plain Layout
9940
9941
9942 \backslash
9943 spce 
9944 \end_layout
9945
9946 \end_inset
9947
9948
9949 \series bold
9950
9951 \backslash
9952 dotlessi
9953 \series default
9954  genera
9955 \series bold
9956  
9957 \series default
9958
9959 \begin_inset Formula $\ddot{\dotlessi}$
9960 \end_inset
9961
9962 .
9963  Véase la documentación del estilo, 
9964 \begin_inset CommandInset citation
9965 LatexCommand cite
9966 key "spanish"
9967
9968 \end_inset
9969
9970 .
9971  También se puede usar 
9972 \series bold
9973
9974 \backslash
9975 imath
9976 \series default
9977  en vez de 
9978 \series bold
9979
9980 \backslash
9981 dotlessi
9982 \series default
9983 .
9984  (
9985 \emph on
9986 N.
9987 \begin_inset space \thinspace{}
9988 \end_inset
9989
9990 del t.
9991 \emph default
9992 )
9993 \end_layout
9994
9995 \end_inset
9996
9997  A diferencia de 
9998 \series bold
9999
10000 \backslash
10001 ddot
10002 \series default
10003 , con este método se generan diéresis 
10004 \begin_inset Quotes fld
10005 \end_inset
10006
10007 reales
10008 \begin_inset Quotes frd
10009 \end_inset
10010
10011 , como se demuestra en el siguiente ejemplo:
10012 \begin_inset VSpace -2mm
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \begin_layout Standard
10019 \noindent
10020 \align center
10021 \begin_inset Tabular
10022 <lyxtabular version="3" rows="3" columns="2">
10023 <features>
10024 <column alignment="center" valignment="top" width="0">
10025 <column alignment="center" valignment="top" width="0">
10026 <row>
10027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Comando
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 Resultado
10041 \begin_inset Note Note
10042 status collapsed
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047
10048 \backslash
10049 raisebox
10050 \series default
10051  se usa sólo como espaciador.
10052 \end_layout
10053
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 \begin_inset Quotes grd
10068 \end_inset
10069
10070 i
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 \begin_inset Formula $\ddot{\dotlessi}$
10080 \end_inset
10081
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row>
10089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \backslash
10095 ddot
10096 \begin_inset ERT
10097 status collapsed
10098
10099 \begin_layout Plain Layout
10100
10101
10102 \backslash
10103 spce 
10104 \end_layout
10105
10106 \end_inset
10107
10108 i
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 </lyxtabular>
10127
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \begin_layout Standard
10134 Otra ventaja frente a 
10135 \series bold
10136
10137 \backslash
10138 ddot
10139 \series default
10140  es que la diéresis puede convertirse directamente a texto matemático, porque
10141  los anteriores comandos para acentos 
10142 \emph on
10143 no están permitidos en texto matemático
10144 \emph default
10145 .
10146  Para convertir un carácter acentuado a texto matemático, se debe convertir
10147  sólo el carácter bajo el acento.
10148  Esto también se aplica para otras conversiones, p.
10149 \begin_inset space \thinspace{}
10150 \end_inset
10151
10152 e.
10153 \begin_inset space ~
10154 \end_inset
10155
10156 cursiva o negrita.
10157 \end_layout
10158
10159 \begin_layout Standard
10160 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10161 \end_layout
10162
10163 \begin_layout Subsection
10164 Acentos para operadores
10165 \begin_inset Index
10166 status collapsed
10167
10168 \begin_layout Plain Layout
10169 Acentos ! en operadores
10170 \end_layout
10171
10172 \end_inset
10173
10174
10175 \end_layout
10176
10177 \begin_layout Standard
10178 Con los comandos 
10179 \series bold
10180
10181 \backslash
10182 overset
10183 \series default
10184
10185 \begin_inset Index
10186 status collapsed
10187
10188 \begin_layout Plain Layout
10189 Comandos ! O ! 
10190 \backslash
10191 overset
10192 \end_layout
10193
10194 \end_inset
10195
10196  y 
10197 \series bold
10198
10199 \backslash
10200 underset
10201 \series default
10202
10203 \begin_inset Index
10204 status collapsed
10205
10206 \begin_layout Plain Layout
10207 Comandos ! U ! 
10208 \backslash
10209 underset
10210 \end_layout
10211
10212 \end_inset
10213
10214  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10215  Con el comando 
10216 \series bold
10217
10218 \backslash
10219 sideset
10220 \series default
10221
10222 \begin_inset Index
10223 status collapsed
10224
10225 \begin_layout Plain Layout
10226 Comandos ! S ! 
10227 \backslash
10228 sideset
10229 \end_layout
10230
10231 \end_inset
10232
10233  se pueden poner caracteres delante y detrás de un operador.
10234  El esquema del comando es:
10235 \end_layout
10236
10237 \begin_layout Standard
10238
10239 \series bold
10240
10241 \backslash
10242 sideset{carácter
10243 \series default
10244  
10245 \series bold
10246 anterior}{carácter posterior}
10247 \end_layout
10248
10249 \begin_layout Standard
10250
10251 \series bold
10252
10253 \backslash
10254 sideset
10255 \series default
10256  siempre debe estar delante del operador que debe acentuarse.
10257  Se puede acentuar con varios caracteres e incluso con otros operadores
10258  y símbolos.
10259  Para colocar con
10260 \series bold
10261  
10262 \backslash
10263 sideset
10264 \series default
10265  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10266  el primer par de llaves, pero sin quitarlas.
10267  
10268 \end_layout
10269
10270 \begin_layout Standard
10271 Por ejemplo, el comando 
10272 \series bold
10273
10274 \backslash
10275 sideset{
10276 \begin_inset Formula $\to$
10277 \end_inset
10278
10279
10280 \backslash
10281 {
10282 \series default
10283 '
10284 \series bold
10285
10286 \begin_inset Formula $\to$
10287 \end_inset
10288
10289
10290 \backslash
10291 sum_k=1
10292 \begin_inset ERT
10293 status collapsed
10294
10295 \begin_layout Plain Layout
10296
10297
10298 \backslash
10299 spce 
10300 \end_layout
10301
10302 \end_inset
10303
10304
10305 \series default
10306 ^
10307 \series bold
10308
10309 \begin_inset ERT
10310 status collapsed
10311
10312 \begin_layout Plain Layout
10313
10314
10315 \backslash
10316 spce 
10317 \end_layout
10318
10319 \end_inset
10320
10321 n
10322 \series default
10323  genera:
10324 \begin_inset Formula \[
10325 \sideset{}{'}\sum_{k=1}^{n}\]
10326
10327 \end_inset
10328
10329
10330 \end_layout
10331
10332 \begin_layout Standard
10333 El comando 
10334 \series bold
10335
10336 \backslash
10337 overset
10338 \begin_inset ERT
10339 status collapsed
10340
10341 \begin_layout Plain Layout
10342
10343
10344 \backslash
10345 spce 
10346 \end_layout
10347
10348 \end_inset
10349
10350
10351 \backslash
10352 maltese
10353 \begin_inset ERT
10354 status collapsed
10355
10356 \begin_layout Plain Layout
10357
10358
10359 \backslash
10360 spce 
10361 \end_layout
10362
10363 \end_inset
10364
10365
10366 \series default
10367
10368 \begin_inset Formula $\uparrow$
10369 \end_inset
10370
10371
10372 \series bold
10373 a
10374 \series default
10375  genera:
10376 \begin_inset Formula \[
10377 \overset{a}{\maltese}\]
10378
10379 \end_inset
10380
10381
10382 \end_layout
10383
10384 \begin_layout Standard
10385 Como se ve en el último ejemplo, con 
10386 \series bold
10387
10388 \backslash
10389 overset
10390 \series default
10391  y 
10392 \series bold
10393
10394 \backslash
10395 underset
10396 \series default
10397  también se pueden acentuar símbolos y caracteres; con 
10398 \series bold
10399
10400 \backslash
10401 sideset
10402 \series default
10403  esto no es posible.
10404 \end_layout
10405
10406 \begin_layout Subsection
10407 Acentos para varios caracteres
10408 \begin_inset CommandInset label
10409 LatexCommand label
10410 name "sub:Acentos-para-varios"
10411
10412 \end_inset
10413
10414
10415 \begin_inset Index
10416 status collapsed
10417
10418 \begin_layout Plain Layout
10419 Acentos ! en varios caracteres
10420 \end_layout
10421
10422 \end_inset
10423
10424
10425 \end_layout
10426
10427 \begin_layout Standard
10428 \begin_inset space \hfill{}
10429 \end_inset
10430
10431
10432 \begin_inset Tabular
10433 <lyxtabular version="3" rows="5" columns="2">
10434 <features>
10435 <column alignment="center" valignment="top" width="0pt">
10436 <column alignment="center" valignment="top" width="0pt">
10437 <row>
10438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 Comando
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Resultado
10452 \begin_inset Note Note
10453 status collapsed
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458
10459 \backslash
10460 raisebox
10461 \series default
10462  se usa sólo como espaciador
10463 \end_layout
10464
10465 \end_inset
10466
10467
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \backslash
10480 overleftarrow
10481 \begin_inset ERT
10482 status collapsed
10483
10484 \begin_layout Plain Layout
10485
10486
10487 \backslash
10488 spce 
10489 \end_layout
10490
10491 \end_inset
10492
10493 A=B
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10503 \end_inset
10504
10505
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \backslash
10518 underleftarrow
10519 \begin_inset ERT
10520 status collapsed
10521
10522 \begin_layout Plain Layout
10523
10524
10525 \backslash
10526 spce 
10527 \end_layout
10528
10529 \end_inset
10530
10531 A=B
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10541 \end_inset
10542
10543
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \backslash
10556 overleftrightarrow
10557 \begin_inset ERT
10558 status collapsed
10559
10560 \begin_layout Plain Layout
10561
10562
10563 \backslash
10564 spce 
10565 \end_layout
10566
10567 \end_inset
10568
10569 A=B
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10579 \end_inset
10580
10581
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \backslash
10594 underleftrightarrow
10595 \begin_inset ERT
10596 status collapsed
10597
10598 \begin_layout Plain Layout
10599
10600
10601 \backslash
10602 spce 
10603 \end_layout
10604
10605 \end_inset
10606
10607 A=B
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10617 \end_inset
10618
10619
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 </lyxtabular>
10626
10627 \end_inset
10628
10629
10630 \begin_inset space \hfill{}
10631 \end_inset
10632
10633
10634 \begin_inset Tabular
10635 <lyxtabular version="3" rows="5" columns="2">
10636 <features>
10637 <column alignment="center" valignment="top" width="0pt">
10638 <column alignment="center" valignment="top" width="0pt">
10639 <row>
10640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 Comando
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Resultado
10654 \begin_inset Note Note
10655 status collapsed
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660
10661 \backslash
10662 raisebox
10663 \series default
10664  se usa sólo como espaciador
10665 \end_layout
10666
10667 \end_inset
10668
10669
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \backslash
10682 overrightarrow
10683 \begin_inset ERT
10684 status collapsed
10685
10686 \begin_layout Plain Layout
10687
10688
10689 \backslash
10690 spce 
10691 \end_layout
10692
10693 \end_inset
10694
10695 A=B
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \backslash
10720 underrightarrow
10721 \begin_inset ERT
10722 status collapsed
10723
10724 \begin_layout Plain Layout
10725
10726
10727 \backslash
10728 spce 
10729 \end_layout
10730
10731 \end_inset
10732
10733 A=B
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \backslash
10758 widetilde
10759 \begin_inset ERT
10760 status collapsed
10761
10762 \begin_layout Plain Layout
10763
10764
10765 \backslash
10766 spce 
10767 \end_layout
10768
10769 \end_inset
10770
10771 A=B
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row>
10790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \backslash
10796 widehat
10797 \begin_inset ERT
10798 status collapsed
10799
10800 \begin_layout Plain Layout
10801
10802
10803 \backslash
10804 spce 
10805 \end_layout
10806
10807 \end_inset
10808
10809 A=B
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10819 \end_inset
10820
10821
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 </lyxtabular>
10828
10829 \end_inset
10830
10831
10832 \begin_inset space \hfill{}
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \begin_layout Standard
10839 \begin_inset VSpace medskip
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \begin_layout Standard
10846 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10847  Pero los acentos 
10848 \series bold
10849
10850 \backslash
10851 widetilde
10852 \series default
10853  y 
10854 \series bold
10855
10856 \backslash
10857 widehat
10858 \series default
10859  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10860  ejemplo:
10861 \begin_inset Formula \[
10862 \widetilde{A+B=C-D}\]
10863
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \begin_layout Standard
10870 Con los comandos 
10871 \series bold
10872
10873 \backslash
10874 overset
10875 \series default
10876
10877 \begin_inset Index
10878 status collapsed
10879
10880 \begin_layout Plain Layout
10881 Comandos ! O ! 
10882 \backslash
10883 overset
10884 \end_layout
10885
10886 \end_inset
10887
10888  y 
10889 \series bold
10890
10891 \backslash
10892 underset
10893 \series default
10894
10895 \begin_inset Index
10896 status collapsed
10897
10898 \begin_layout Plain Layout
10899 Comandos ! U ! 
10900 \backslash
10901 underset
10902 \end_layout
10903
10904 \end_inset
10905
10906 , descritos en la subsección anterior, también se pueden acentuar varios
10907  caracteres.
10908  El comando 
10909 \series bold
10910
10911 \backslash
10912 underset
10913 \begin_inset ERT
10914 status collapsed
10915
10916 \begin_layout Plain Layout
10917
10918
10919 \backslash
10920 spce 
10921 \end_layout
10922
10923 \end_inset
10924
10925 A=B
10926 \begin_inset Formula $\downarrow$
10927 \end_inset
10928
10929 ***
10930 \series default
10931  da:
10932 \begin_inset Formula \[
10933 \underset{***}{A=B}\]
10934
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \begin_layout Section
10941 Espacios
10942 \begin_inset CommandInset label
10943 LatexCommand label
10944 name "sec:Espacio"
10945
10946 \end_inset
10947
10948
10949 \begin_inset Index
10950 status collapsed
10951
10952 \begin_layout Plain Layout
10953 Espacio ! horizontal
10954 \end_layout
10955
10956 \end_inset
10957
10958
10959 \end_layout
10960
10961 \begin_layout Subsection
10962 Espacio predefinido
10963 \begin_inset CommandInset label
10964 LatexCommand label
10965 name "sub:Espacio-predefinido"
10966
10967 \end_inset
10968
10969
10970 \begin_inset Index
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974 Espacio ! horizontal ! predefinido
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Standard
10983 A veces es necesario insertar espacio horizontal en una ecuación.
10984  Esto se hace insertando un espacio protegido (atajo 
10985 \family sans
10986 Ctrl-Espacio
10987 \family default
10988 ).
10989  Aparece un 
10990 \begin_inset Quotes fld
10991 \end_inset
10992
10993
10994 \begin_inset ERT
10995 status open
10996
10997 \begin_layout Plain Layout
10998
10999
11000 \backslash
11001 spce 
11002 \end_layout
11003
11004 \end_inset
11005
11006
11007 \begin_inset Quotes frd
11008 \end_inset
11009
11010  azul, y pulsando 
11011 \family sans
11012 Espacio
11013 \family default
11014  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11015  espacio.
11016  También se pueden insertar espacios mediante el botón 
11017 \begin_inset Graphics
11018         filename ../../images/math/space.png
11019         scale 85
11020
11021 \end_inset
11022
11023  de la barra de ecuaciones o con comandos especiales.
11024  Independientemente del comando insertado, se puede seleccionar de nuevo
11025  el tamaño pulsando acto seguido 
11026 \family sans
11027 Espacio.
11028  
11029 \end_layout
11030
11031 \begin_layout Standard
11032 \noindent
11033 \align center
11034 \begin_inset VSpace -5mm
11035 \end_inset
11036
11037
11038 \begin_inset Tabular
11039 <lyxtabular version="3" rows="3" columns="7">
11040 <features>
11041 <column alignment="center" valignment="middle" width="6.8cm">
11042 <column alignment="center" valignment="top" width="0">
11043 <column alignment="center" valignment="top" width="0">
11044 <column alignment="center" valignment="top" width="0">
11045 <column alignment="center" valignment="top" width="0">
11046 <column alignment="center" valignment="top" width="0">
11047 <column alignment="center" valignment="top" width="0">
11048 <row>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 Comando
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \backslash
11064 ,
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \backslash
11075 :
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084
11085 \backslash
11086 ;
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \backslash
11097 quad
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 qquad
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \backslash
11119 !
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 </row>
11125 <row>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 Número de pulsaciones de 
11131 \family sans
11132 Espacio
11133 \family default
11134  tras insertar el espacio protegido
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 0
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 1
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 2
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 3
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 4
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 5
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 </row>
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 Resultado
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 \begin_inset Formula $A\, B$
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 \begin_inset Formula $A\: B$
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 \begin_inset Formula $A\; B$
11233 \end_inset
11234
11235
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 \begin_inset Formula $A\quad B$
11245 \end_inset
11246
11247
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 \begin_inset Formula $A\qquad B$
11257 \end_inset
11258
11259
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 \begin_inset Formula $A\! B$
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 </lyxtabular>
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \begin_layout Standard
11285 El último tamaño parece no generar espacio.
11286  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11287  negativo.
11288  Hay otros dos espacios negativos:
11289 \end_layout
11290
11291 \begin_layout Standard
11292 \align center
11293 \begin_inset Tabular
11294 <lyxtabular version="3" rows="3" columns="3">
11295 <features>
11296 <column alignment="center" valignment="middle" width="6.8cm">
11297 <column alignment="center" valignment="top" width="0pt">
11298 <column alignment="center" valignment="top" width="0pt">
11299 <row>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 Comando
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313
11314 \backslash
11315 negmedspace
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324
11325 \backslash
11326 negthickspace
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 </row>
11332 <row>
11333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 Número de pulsaciones de 
11338 \family sans
11339 Espacio
11340 \family default
11341  tras insertar el espacio protegido
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 6
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 7
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 <row>
11366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Resultado
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 \begin_inset Formula $A\negmedspace B$
11380 \end_inset
11381
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 \begin_inset Formula $A\negthickspace B$
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 </lyxtabular>
11401
11402 \end_inset
11403
11404
11405 \end_layout
11406
11407 \begin_layout Standard
11408 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11409  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11410 \begin_inset space \thinspace{}
11411 \end_inset
11412
11413 e., para operadores suma: 
11414 \end_layout
11415
11416 \begin_layout Standard
11417 \noindent
11418 \align center
11419 \begin_inset Tabular
11420 <lyxtabular version="3" rows="3" columns="2">
11421 <features>
11422 <column alignment="center" valignment="top" width="0">
11423 <column alignment="center" valignment="top" width="0">
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 Comando
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 Resultado
11439 \begin_inset Note Note
11440 status collapsed
11441
11442 \begin_layout Plain Layout
11443
11444 \series bold
11445
11446 \backslash
11447 raisebox
11448 \series default
11449  se usa sólo como espaciador
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 </row>
11460 <row>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465
11466 \backslash
11467 sum
11468 \backslash
11469 sum
11470 \begin_inset ERT
11471 status collapsed
11472
11473 \begin_layout Plain Layout
11474
11475
11476 \backslash
11477 spce 
11478 \end_layout
11479
11480 \end_inset
11481
11482 f_kl
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 <row>
11501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505
11506 \backslash
11507 sum
11508 \backslash
11509 negmedspace
11510 \backslash
11511 sum
11512 \begin_inset ERT
11513 status collapsed
11514
11515 \begin_layout Plain Layout
11516
11517
11518 \backslash
11519 spce 
11520 \end_layout
11521
11522 \end_inset
11523
11524 f_kl
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 </row>
11542 </lyxtabular>
11543
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Standard
11550 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11551  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11552  El siguiente ejemplo lo ilustra:
11553 \end_layout
11554
11555 \begin_layout Standard
11556 \noindent
11557 \align center
11558 \begin_inset Tabular
11559 <lyxtabular version="3" rows="2" columns="2">
11560 <features>
11561 <column alignment="center" valignment="top" width="0">
11562 <column alignment="center" valignment="top" width="0">
11563 <row>
11564 <cell alignment="center" valignment="top" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 ecuación normal
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 \begin_inset Formula $A=B$
11578 \end_inset
11579
11580
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell alignment="center" valignment="top" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 \begin_inset Note Note
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595
11596 \series bold
11597
11598 \backslash
11599 raisebox
11600 \series default
11601  se usa sólo como espaciador
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \begin_inset Formula $\raisebox{5mm}{}$
11608 \end_inset
11609
11610 ecuación sin espacio
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 \begin_inset Formula $A{=}B$
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 </lyxtabular>
11629
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Standard
11636 El comando para la segunda ecuación es: 
11637 \series bold
11638 A
11639 \backslash
11640 {=
11641 \begin_inset Formula $\rightarrow$
11642 \end_inset
11643
11644 B
11645 \series default
11646  
11647 \begin_inset VSpace bigskip
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \begin_layout Standard
11654 Para las unidades físicas hacen falta espacios, porque entre el valor y
11655  su unidad se pone un espacio más pequeño que el normal.
11656  Para unidades en el texto se inserta con el menú 
11657 \family sans
11658 Insertar\SpecialChar \menuseparator
11659 Formato\SpecialChar \menuseparator
11660 Espacio
11661 \begin_inset space ~
11662 \end_inset
11663
11664 delgado
11665 \family default
11666  (atajo 
11667 \family sans
11668 Ctrl-Mayúscula-Espacio
11669 \family default
11670 ).
11671 \end_layout
11672
11673 \begin_layout Standard
11674 Un ejemplo para visualizar la diferencia:
11675 \end_layout
11676
11677 \begin_layout Standard
11678 \begin_inset Tabular
11679 <lyxtabular version="3" rows="2" columns="2">
11680 <features>
11681 <column alignment="center" valignment="top" width="0">
11682 <column alignment="left" valignment="top" width="0">
11683 <row>
11684 <cell alignment="center" valignment="top" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 24 kW
11689 \begin_inset Formula $\cdot$
11690 \end_inset
11691
11692 h
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 espacio entre valor y unidad 
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 </row>
11707 <row>
11708 <cell alignment="center" valignment="top" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 24
11713 \begin_inset space \thinspace{}
11714 \end_inset
11715
11716 kW
11717 \begin_inset Formula $\cdot$
11718 \end_inset
11719
11720 h
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 espacio delgado entre valor y unidad
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 </lyxtabular>
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Subsection
11743 Espacio variable
11744 \begin_inset ERT
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748
11749
11750 \backslash
11751 texorpdfstring{
11752 \end_layout
11753
11754 \end_inset
11755
11756
11757 \begin_inset Foot
11758 status collapsed
11759
11760 \begin_layout Plain Layout
11761 Para espacio vertical en ecuaciones véase 
11762 \begin_inset CommandInset ref
11763 LatexCommand ref
11764 reference "sub:Separación-de-líneas"
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \end_inset
11772
11773
11774 \begin_inset ERT
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778
11779 }{}
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \begin_inset Note Note
11786 status collapsed
11787
11788 \begin_layout Plain Layout
11789
11790 \backslash
11791 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11792  PDF.
11793 \end_layout
11794
11795 \begin_layout Plain Layout
11796 Más sobre 
11797 \backslash
11798 texorpdfstring en la sección 
11799 \begin_inset CommandInset ref
11800 LatexCommand ref
11801 reference "sub:Ecuaciones-en-títulos"
11802
11803 \end_inset
11804
11805 .
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \begin_inset CommandInset label
11812 LatexCommand label
11813 name "sub:Espacio-variable"
11814
11815 \end_inset
11816
11817
11818 \begin_inset Index
11819 status collapsed
11820
11821 \begin_layout Plain Layout
11822 Espacio ! horizontal ! variable
11823 \end_layout
11824
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \begin_layout Standard
11831 En LyX se puede insertar espacio con una longitud definida con el comando
11832 \begin_inset Newline newline
11833 \end_inset
11834
11835
11836 \series bold
11837
11838 \backslash
11839 hspace{longitud}
11840 \series default
11841
11842 \begin_inset Index
11843 status collapsed
11844
11845 \begin_layout Plain Layout
11846 Comandos ! H ! 
11847 \backslash
11848 hspace
11849 \end_layout
11850
11851 \end_inset
11852
11853 .
11854  Para la longitud están permitidas todas las unidades de la 
11855 \begin_inset CommandInset ref
11856 LatexCommand ref
11857 reference "tab:Unidades-empleadas"
11858
11859 \end_inset
11860
11861 , excepto la unidad 
11862 \begin_inset Quotes fld
11863 \end_inset
11864
11865 mu
11866 \begin_inset Quotes frd
11867 \end_inset
11868
11869 .
11870  La longitud también puede ser negativa.
11871  Para insertar en una ecuación tanto espacio como esté disponible se usa
11872  el comando 
11873 \series bold
11874
11875 \backslash
11876 hfill
11877 \series default
11878
11879 \begin_inset Index
11880 status collapsed
11881
11882 \begin_layout Plain Layout
11883 Comandos ! H ! 
11884 \backslash
11885 hfill
11886 \end_layout
11887
11888 \end_inset
11889
11890 .
11891 \begin_inset VSpace -1mm
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \noindent
11899 \align center
11900 \begin_inset Tabular
11901 <lyxtabular version="3" rows="4" columns="2">
11902 <features>
11903 <column alignment="center" valignment="top" width="0">
11904 <column alignment="center" valignment="top" width="0">
11905 <row>
11906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 Comando
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 Resultado
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 </row>
11925 <row>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 A=B
11931 \backslash
11932 hspace{3cm
11933 \begin_inset Formula $\to$
11934 \end_inset
11935
11936 A
11937 \backslash
11938 not=C
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 <row>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 A
11962 \backslash
11963 hspace{-1mm
11964 \begin_inset Formula $\to$
11965 \end_inset
11966
11967 A
11968 \backslash
11969 not=A
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 </row>
11987 <row>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 A=A
11993 \backslash
11994 hfill
11995 \begin_inset ERT
11996 status collapsed
11997
11998 \begin_layout Plain Layout
11999
12000
12001 \backslash
12002 spce 
12003 \end_layout
12004
12005 \end_inset
12006
12007 B=B
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 \begin_inset Formula $A=A\hfill B=B$
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 </row>
12025 </lyxtabular>
12026
12027 \end_inset
12028
12029
12030 \end_layout
12031
12032 \begin_layout Standard
12033 En el último ejemplo el espacio disponible viene dado por la entrada más
12034  larga de columna en la tabla.
12035  En una ecuación en línea el espacio depende de la longitud de la línea
12036  en la que se inserta 
12037 \series bold
12038
12039 \backslash
12040 hfill
12041 \series default
12042 .
12043  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12044  
12045 \series bold
12046
12047 \backslash
12048 hfill
12049 \series default
12050  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12051 \series bold
12052 Sangrado
12053 \series default
12054 .
12055  (Los estilos de ecuaciones se explican en
12056 \begin_inset space ~
12057 \end_inset
12058
12059
12060 \begin_inset CommandInset ref
12061 LatexCommand ref
12062 reference "sec:Estilos-de-ecuación"
12063
12064 \end_inset
12065
12066 ).
12067 \end_layout
12068
12069 \begin_layout Standard
12070 Para texto se puede insertar espacio variable con el menú 
12071 \family sans
12072 Insertar\SpecialChar \menuseparator
12073 Formato\SpecialChar \menuseparator
12074 Espacio
12075 \begin_inset space ~
12076 \end_inset
12077
12078 horizontal, lo que no es posible en ecuaciones.
12079 \end_layout
12080
12081 \begin_layout Standard
12082 En esta línea hay un espacio
12083 \begin_inset space \hspace{}
12084 \length 2cm
12085 \end_inset
12086
12087 de 2
12088 \begin_inset space \thinspace{}
12089 \end_inset
12090
12091 cm.
12092 \end_layout
12093
12094 \begin_layout Standard
12095 En esta línea hay un
12096 \begin_inset space \hfill{}
12097 \end_inset
12098
12099 espacio máximo.
12100 \end_layout
12101
12102 \begin_layout Subsection
12103 Espacio adicional en ecuaciones en línea
12104 \begin_inset Index
12105 status collapsed
12106
12107 \begin_layout Plain Layout
12108 Espacio ! adicional en línea
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12118  
12119 \series bold
12120
12121 \backslash
12122 mathsurround
12123 \begin_inset Index
12124 status collapsed
12125
12126 \begin_layout Plain Layout
12127 Comandos ! M ! 
12128 \backslash
12129 mathsurround
12130 \end_layout
12131
12132 \end_inset
12133
12134
12135 \series default
12136 .
12137  El valor de una longitud se establece con el comando 
12138 \series bold
12139
12140 \backslash
12141 setlength
12142 \series default
12143
12144 \begin_inset Index
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 Comandos ! S ! 
12149 \backslash
12150 setlength
12151 \end_layout
12152
12153 \end_inset
12154
12155  según el siguiente esquema:
12156 \end_layout
12157
12158 \begin_layout Standard
12159
12160 \series bold
12161
12162 \backslash
12163 setlength{nombre de la longitud}{valor}
12164 \end_layout
12165
12166 \begin_layout Standard
12167 Para poner a 
12168 \series bold
12169
12170 \backslash
12171 mathsurround
12172 \series default
12173  un valor de 5
12174 \begin_inset space \thinspace{}
12175 \end_inset
12176
12177 mm, se inserta el comando
12178 \end_layout
12179
12180 \begin_layout Standard
12181
12182 \series bold
12183
12184 \backslash
12185 setlength{
12186 \backslash
12187 mathsurround}{5mm}
12188 \end_layout
12189
12190 \begin_layout Standard
12191 en modo TeX.
12192  Se establecerá un espacio de 5
12193 \begin_inset space \thinspace{}
12194 \end_inset
12195
12196 mm alrededor de todas las ecuaciones en línea:
12197 \begin_inset ERT
12198 status collapsed
12199
12200 \begin_layout Plain Layout
12201
12202
12203 \backslash
12204 setlength{
12205 \backslash
12206 mathsurround}{5mm}
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Standard
12215 En esta línea hay una ecuación 
12216 \begin_inset Formula $A=B$
12217 \end_inset
12218
12219  rodeada por espacios de 5
12220 \begin_inset space \thinspace{}
12221 \end_inset
12222
12223 mm.
12224 \begin_inset ERT
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228
12229
12230 \backslash
12231 setlength{
12232 \backslash
12233 mathsurround}{0mm}
12234 \end_layout
12235
12236 \end_inset
12237
12238
12239 \end_layout
12240
12241 \begin_layout Standard
12242 Para volver al espacio predeterminado, 
12243 \series bold
12244
12245 \backslash
12246 mathsurround
12247 \series default
12248  se restablece al valor 0
12249 \begin_inset space \thinspace{}
12250 \end_inset
12251
12252 pt.
12253 \end_layout
12254
12255 \begin_layout Section
12256 Cuadros y marcos
12257 \begin_inset Index
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261 Marcos
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \begin_inset Index
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271 Marcos | see 
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277 {
12278 \end_layout
12279
12280 \end_inset
12281
12282 Cuadros
12283 \begin_inset ERT
12284 status collapsed
12285
12286 \begin_layout Plain Layout
12287
12288 }
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302 Los cuadros para texto se describen en el capítulo 
12303 \emph on
12304 Cuadros
12305 \emph default
12306  del manual 
12307 \emph on
12308 Objetos incrustados
12309 \emph default
12310 .
12311 \end_layout
12312
12313 \begin_layout Subsection
12314 Cuadros con marco
12315 \begin_inset CommandInset label
12316 LatexCommand label
12317 name "sub:Cuadros-con-marco"
12318
12319 \end_inset
12320
12321
12322 \begin_inset Index
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326 Cuadros ! con marco
12327 \end_layout
12328
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \begin_layout Standard
12335 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12336 \series bold
12337
12338 \backslash
12339 fbox
12340 \series default
12341
12342 \begin_inset Index
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346 Comandos ! F ! 
12347 \backslash
12348 fbox
12349 \end_layout
12350
12351 \end_inset
12352
12353  y 
12354 \series bold
12355
12356 \backslash
12357 boxed
12358 \series default
12359
12360 \begin_inset Index
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364 Comandos ! B ! 
12365 \backslash
12366 boxed
12367 \end_layout
12368
12369 \end_inset
12370
12371 .
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12376  azul en un marco donde se introduce parte de una ecuación.
12377  Para 
12378 \series bold
12379
12380 \backslash
12381 fbox
12382 \series default
12383  hay que generar una ecuación adicional con 
12384 \family sans
12385 Ctrl-m
12386 \family default
12387  dentro del recuadro,
12388 \begin_inset Foot
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392 Debido a un fallo de LyX, 
12393 \begin_inset CommandInset href
12394 LatexCommand href
12395 name "LyX-bug #1435"
12396 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12397
12398 \end_inset
12399
12400 , no es posible crear una nueva ecuación con 
12401 \family sans
12402 Ctrl-m
12403 \family default
12404 .
12405 \end_layout
12406
12407 \end_inset
12408
12409  porque si no el contenido del mismo sería considerado texto matemático.
12410  Si se usa 
12411 \series bold
12412
12413 \backslash
12414 boxed
12415 \series default
12416  la nueva ecuación se genera automáticamente dentro del marco.
12417 \end_layout
12418
12419 \begin_layout Standard
12420 El comando 
12421 \series bold
12422
12423 \backslash
12424 fbox
12425 \series default
12426  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12427  ecuación tendría siempre el tamaño del texto.
12428  Por otra parte, 
12429 \series bold
12430
12431 \backslash
12432 fboxed
12433 \series default
12434  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12435  siempre el tamaño de una ecuación en modo presentación.
12436 \end_layout
12437
12438 \begin_layout Standard
12439 El comando 
12440 \series bold
12441
12442 \backslash
12443 framebox
12444 \series default
12445
12446 \begin_inset Index
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450 Comandos ! F ! 
12451 \backslash
12452 framebox
12453 \end_layout
12454
12455 \end_inset
12456
12457  es una extensión de 
12458 \series bold
12459
12460 \backslash
12461 fbox
12462 \series default
12463 , que permite especificar además la anchura del marco yla alineación.
12464  
12465 \series bold
12466
12467 \backslash
12468 framebox
12469 \series default
12470  se usa con el siguiente esquema: 
12471 \end_layout
12472
12473 \begin_layout Standard
12474
12475 \series bold
12476
12477 \backslash
12478 framebox[anchura del marco][posición]{contenido del cuadro}
12479 \end_layout
12480
12481 \begin_layout Standard
12482 La posición puede ser 
12483 \emph on
12484 l
12485 \emph default
12486  o 
12487 \emph on
12488 r
12489 \emph default
12490
12491 \emph on
12492 l
12493 \emph default
12494  alinea la ecuación a la izquierda del cuadro, 
12495 \emph on
12496 r
12497 \emph default
12498  la alinea a la derecha.
12499  Si no se da posición la ecuación será centrada.
12500 \begin_inset Newline newline
12501 \end_inset
12502
12503 Si no se pone anchura tampoco puede darse posición.
12504  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12505  con 
12506 \series bold
12507
12508 \backslash
12509 fbox
12510 \series default
12511 .
12512  
12513 \end_layout
12514
12515 \begin_layout Standard
12516 Cuando se inserta el comando 
12517 \series bold
12518
12519 \backslash
12520 framebox
12521 \series default
12522  aparece un recuadro con tres marcos azules.
12523  Los dos primeros marcos están encerrados entre corchetes e indican los
12524  dos argumentos opcionales.
12525  El tercer marco es para partes de la ecuación, como para 
12526 \series bold
12527
12528 \backslash
12529 fbox
12530 \series default
12531 .
12532 \end_layout
12533
12534 \begin_layout Standard
12535 \noindent
12536 \align center
12537 \begin_inset Note Note
12538 status open
12539
12540 \begin_layout Plain Layout
12541 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12542  De lo contrario el texto de la nota no se mostraría.
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \begin_inset Box Frameless
12549 position "t"
12550 hor_pos "c"
12551 has_inner_box 1
12552 inner_pos "t"
12553 use_parbox 0
12554 width "100col%"
12555 special "none"
12556 height "1in"
12557 height_special "totalheight"
12558 status open
12559
12560 \begin_layout Plain Layout
12561 \align center
12562 \begin_inset Tabular
12563 <lyxtabular version="3" rows="5" columns="2">
12564 <features>
12565 <column alignment="center" valignment="top" width="0">
12566 <column alignment="center" valignment="top" width="0">
12567 <row>
12568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 Comando
12573 \begin_inset Foot
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577 Debido a un fallo de LyX, 
12578 \begin_inset CommandInset href
12579 LatexCommand href
12580 name "LyX-bug #1435"
12581 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12582
12583 \end_inset
12584
12585 , no es posible crear una nueva ecuación con 
12586 \family sans
12587 Ctrl-m
12588 \family default
12589 .
12590  
12591 \end_layout
12592
12593 \end_inset
12594
12595
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 Resultado
12605 \begin_inset Note Note
12606 status collapsed
12607
12608 \begin_layout Plain Layout
12609
12610 \series bold
12611
12612 \backslash
12613 raisebox
12614 \series default
12615  se usa sólo como espaciador
12616 \end_layout
12617
12618 \end_inset
12619
12620
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 </row>
12626 <row>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631
12632 \backslash
12633 fbox
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639
12640 \backslash
12641 spce 
12642 \end_layout
12643
12644 \end_inset
12645
12646
12647 \family sans
12648 Ctrl-m
12649 \family default
12650  
12651 \backslash
12652 int
12653 \begin_inset ERT
12654 status collapsed
12655
12656 \begin_layout Plain Layout
12657
12658
12659 \backslash
12660 spce 
12661 \end_layout
12662
12663 \end_inset
12664
12665 A=B
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12675
12676 \end_inset
12677
12678
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 </row>
12684 <row>
12685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689
12690 \backslash
12691 boxed
12692 \begin_inset ERT
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696
12697
12698 \backslash
12699 spce 
12700 \end_layout
12701
12702 \end_inset
12703
12704
12705 \backslash
12706 int
12707 \begin_inset ERT
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711
12712
12713 \backslash
12714 spce 
12715 \end_layout
12716
12717 \end_inset
12718
12719 A=B
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 </row>
12737 <row>
12738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742 A+
12743 \backslash
12744 fbox
12745 \begin_inset ERT
12746 status collapsed
12747
12748 \begin_layout Plain Layout
12749
12750
12751 \backslash
12752 spce 
12753 \end_layout
12754
12755 \end_inset
12756
12757 B
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12767 \end_inset
12768
12769
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 </row>
12775 <row>
12776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780
12781 \backslash
12782 framebox
12783 \begin_inset ERT
12784 status collapsed
12785
12786 \begin_layout Plain Layout
12787
12788
12789 \backslash
12790 spce 
12791 \end_layout
12792
12793 \end_inset
12794
12795 20mm
12796 \begin_inset Formula $\to$
12797 \end_inset
12798
12799
12800 \begin_inset Formula $\to$
12801 \end_inset
12802
12803
12804 \family sans
12805 Ctrl-m
12806 \family default
12807  
12808 \backslash
12809 frac
12810 \begin_inset ERT
12811 status collapsed
12812
12813 \begin_layout Plain Layout
12814
12815
12816 \backslash
12817 spce 
12818 \end_layout
12819
12820 \end_inset
12821
12822 A
12823 \begin_inset Formula $\downarrow$
12824 \end_inset
12825
12826 B
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 \begin_inset Formula $\raisebox{6mm}{}$
12836 \end_inset
12837
12838
12839 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12840 \end_inset
12841
12842
12843 \begin_inset Formula $\raisebox{-4mm}{}$
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 </lyxtabular>
12853
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \end_inset
12860
12861
12862 \end_layout
12863
12864 \begin_layout Standard
12865 El grosor del marco también se puede ajustar.
12866  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12867  la fórmula:
12868 \end_layout
12869
12870 \begin_layout Standard
12871
12872 \series bold
12873
12874 \backslash
12875 fboxrule
12876 \series default
12877  
12878 \series bold
12879
12880 \begin_inset Quotes fld
12881 \end_inset
12882
12883 grosor
12884 \begin_inset Quotes frd
12885 \end_inset
12886
12887
12888 \series default
12889  
12890 \series bold
12891
12892 \backslash
12893 fboxsep
12894 \series default
12895  
12896 \series bold
12897
12898 \begin_inset Quotes fld
12899 \end_inset
12900
12901 distancia
12902 \begin_inset Quotes frd
12903 \end_inset
12904
12905
12906 \end_layout
12907
12908 \begin_layout Standard
12909 \begin_inset Quotes fld
12910 \end_inset
12911
12912 distancia
12913 \begin_inset Quotes frd
12914 \end_inset
12915
12916  especifica la distancia mínima entre el marco y el primer carácter en el
12917  cuadro.
12918  Un ejemplo de esto es la siguiente ecuación enmarcada:
12919 \begin_inset ERT
12920 status collapsed
12921
12922 \begin_layout Plain Layout
12923
12924
12925 \backslash
12926 fboxrule 2mm 
12927 \backslash
12928 fboxsep 3mm
12929 \end_layout
12930
12931 \end_inset
12932
12933
12934 \begin_inset Formula \[
12935 \boxed{A+B=C}\]
12936
12937 \end_inset
12938
12939
12940 \end_layout
12941
12942 \begin_layout Standard
12943 Delante de esta ecuación se han insertado los comandos
12944 \end_layout
12945
12946 \begin_layout Standard
12947
12948 \series bold
12949
12950 \backslash
12951 fboxrule
12952 \series default
12953  
12954 \series bold
12955 2mm
12956 \series default
12957  
12958 \series bold
12959
12960 \backslash
12961 fboxsep
12962 \series default
12963  
12964 \series bold
12965 3mm
12966 \end_layout
12967
12968 \begin_layout Standard
12969 en modo TeX.
12970  Los valores dados se usan para todos los cuadros siguientes.
12971 \end_layout
12972
12973 \begin_layout Standard
12974 Para volver al tamaño estándar del marco se inserta el comando
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 fboxrule
12983 \series default
12984  
12985 \series bold
12986 0.4pt
12987 \series default
12988  
12989 \series bold
12990
12991 \backslash
12992 fboxsep
12993 \series default
12994  
12995 \series bold
12996 3pt
12997 \series default
12998
12999 \begin_inset ERT
13000 status collapsed
13001
13002 \begin_layout Plain Layout
13003
13004
13005 \backslash
13006 fboxrule 0.4pt 
13007 \backslash
13008 fboxsep 3pt
13009 \end_layout
13010
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \begin_layout Standard
13017 en modo TeX antes de la ecuación siguiente.
13018 \end_layout
13019
13020 \begin_layout Subsection
13021 Cuadros sin marco
13022 \begin_inset CommandInset label
13023 LatexCommand label
13024 name "sub:Cuadros-sin-marco"
13025
13026 \end_inset
13027
13028
13029 \begin_inset Index
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033 Cuadros ! sin marco
13034 \end_layout
13035
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \begin_layout Standard
13042 Para cuadros sin marco hay los comandos: 
13043 \series bold
13044
13045 \backslash
13046 mbox
13047 \series default
13048
13049 \begin_inset Index
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053 Comandos ! M ! 
13054 \backslash
13055 mbox
13056 \end_layout
13057
13058 \end_inset
13059
13060
13061 \series bold
13062
13063 \backslash
13064 makebox
13065 \series default
13066
13067 \begin_inset Index
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071 Comandos ! M ! 
13072 \backslash
13073 makebox
13074 \end_layout
13075
13076 \end_inset
13077
13078  y 
13079 \series bold
13080
13081 \backslash
13082 raisebox
13083 \series default
13084
13085 \begin_inset Index
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089 Comandos ! R ! 
13090 \backslash
13091 raisebox
13092 \end_layout
13093
13094 \end_inset
13095
13096 .
13097 \end_layout
13098
13099 \begin_layout Standard
13100 Con 
13101 \series bold
13102
13103 \backslash
13104 raisebox
13105 \series default
13106  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13107  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13108  
13109 \series bold
13110
13111 \backslash
13112 raisebox
13113 \series default
13114  se usa con el siguiente esquema: 
13115 \end_layout
13116
13117 \begin_layout Standard
13118
13119 \series bold
13120
13121 \backslash
13122 raisebox{altura}{contenido del marco}
13123 \end_layout
13124
13125 \begin_layout Standard
13126 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13127  extra, como con 
13128 \series bold
13129
13130 \backslash
13131 fbox
13132 \series default
13133 .
13134 \end_layout
13135
13136 \begin_layout Standard
13137 \align center
13138 \begin_inset Tabular
13139 <lyxtabular version="3" rows="4" columns="2">
13140 <features>
13141 <column alignment="center" valignment="top" width="0">
13142 <column alignment="center" valignment="top" width="0">
13143 <row>
13144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 Comando
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 Resultado
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 </row>
13163 <row>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 H
13169 \backslash
13170 raisebox{2mm
13171 \begin_inset Formula $\to$
13172 \end_inset
13173
13174
13175 \backslash
13176 {al
13177 \begin_inset Formula $\to$
13178 \end_inset
13179
13180  lo
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13190 \end_inset
13191
13192
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 </row>
13198 <row>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 H
13204 \backslash
13205 raisebox{-2mm
13206 \begin_inset Formula $\to$
13207 \end_inset
13208
13209
13210 \backslash
13211 {al
13212 \begin_inset Formula $\to$
13213 \end_inset
13214
13215 lo
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13225 \end_inset
13226
13227
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 </row>
13233 <row>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 A=
13239 \backslash
13240 raisebox{-2mm
13241 \begin_inset Formula $\to$
13242 \end_inset
13243
13244
13245 \backslash
13246 {
13247 \family sans
13248 Ctrl-m
13249 \family default
13250  
13251 \backslash
13252 sqrt
13253 \begin_inset ERT
13254 status collapsed
13255
13256 \begin_layout Plain Layout
13257
13258
13259 \backslash
13260 spce 
13261 \end_layout
13262
13263 \end_inset
13264
13265
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 \begin_inset ERT
13275 status collapsed
13276
13277 \begin_layout Plain Layout
13278
13279 $A=
13280 \backslash
13281 raisebox{-2mm}{$
13282 \backslash
13283 sqrt{B}$}$
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 </row>
13294 </lyxtabular>
13295
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \begin_layout Standard
13302 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13303  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13304 \begin_inset Foot
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308 véase 
13309 \begin_inset CommandInset href
13310 LatexCommand href
13311 name "LyX-bug #1435"
13312 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13313
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \begin_layout Standard
13325 El comando 
13326 \series bold
13327
13328 \backslash
13329 mbox
13330 \series default
13331  es equivalente a 
13332 \series bold
13333
13334 \backslash
13335 fbox
13336 \series default
13337  y 
13338 \series bold
13339
13340 \backslash
13341 makebox
13342 \series default
13343  es equivalente a 
13344 \series bold
13345
13346 \backslash
13347 framebox
13348 \series default
13349 , con la diferencia de que no hay marco.
13350 \end_layout
13351
13352 \begin_layout Subsection
13353 Cuadros coloreados
13354 \begin_inset CommandInset label
13355 LatexCommand label
13356 name "sub:Cuadros-coloreados"
13357
13358 \end_inset
13359
13360
13361 \begin_inset Index
13362 status collapsed
13363
13364 \begin_layout Plain Layout
13365 Cuadros ! coloreados
13366 \end_layout
13367
13368 \end_inset
13369
13370
13371 \end_layout
13372
13373 \begin_layout Standard
13374 Para poder usar todos los comandos explicados en esta sección hay que cargar
13375  en el preámbulo LaTeX el paquete LaTeX 
13376 \series bold
13377 color
13378 \series default
13379
13380 \begin_inset Foot
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384 El paquete LaTeX 
13385 \series bold
13386 color
13387 \series default
13388  forma parte de toda distribución LaTeX estándar.
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \begin_inset Index
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398 Paquetes ! color
13399 \end_layout
13400
13401 \end_inset
13402
13403 , con la línea
13404 \begin_inset Foot
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 Cuando hay texto coloreado con un color predefinido en alguna parte del
13409  documento, LyX carga automáticamente el paquete LaTeX 
13410 \series bold
13411 color
13412 \series default
13413 .
13414  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13415  origina problemas.
13416 \end_layout
13417
13418 \end_inset
13419
13420
13421 \begin_inset Note Note
13422 status open
13423
13424 \begin_layout Plain Layout
13425 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13426  en el preámbulo LaTeX.
13427 \end_layout
13428
13429 \end_inset
13430
13431
13432 \end_layout
13433
13434 \begin_layout Standard
13435
13436 \series bold
13437
13438 \backslash
13439 usepackage{color}
13440 \begin_inset VSpace medskip
13441 \end_inset
13442
13443
13444 \end_layout
13445
13446 \begin_layout Standard
13447 Para colorear cuadros se usa el comando 
13448 \series bold
13449
13450 \backslash
13451 colorbox
13452 \series default
13453
13454 \begin_inset Index
13455 status collapsed
13456
13457 \begin_layout Plain Layout
13458 Comandos ! C ! 
13459 \backslash
13460 colorbox
13461 \end_layout
13462
13463 \end_inset
13464
13465  con el siguiente esquema:
13466 \end_layout
13467
13468 \begin_layout Standard
13469
13470 \series bold
13471
13472 \backslash
13473 colorbox{color}{contenido del cuadro}
13474 \end_layout
13475
13476 \begin_layout Standard
13477 El contenido del cuadro puede ser otro cuadro, y también un 
13478 \backslash
13479
13480 \series bold
13481 colorbox
13482 \series default
13483  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13484  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13485  como con 
13486 \series bold
13487
13488 \backslash
13489 fbox
13490 \series default
13491 .
13492 \begin_inset Foot
13493 status collapsed
13494
13495 \begin_layout Plain Layout
13496 Esto también se aplica para el comando 
13497 \series bold
13498
13499 \backslash
13500 fcolorbox
13501 \series default
13502 .
13503  Por eso ten en cuenta 
13504 \begin_inset CommandInset href
13505 LatexCommand href
13506 name "LyX-bug #1435"
13507 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13508
13509 \end_inset
13510
13511 .
13512 \end_layout
13513
13514 \end_inset
13515
13516  
13517 \end_layout
13518
13519 \begin_layout Standard
13520 Se puede elegir uno de los siguientes colores predefinidos:
13521 \end_layout
13522
13523 \begin_layout Standard
13524
13525 \series bold
13526 black
13527 \series default
13528
13529 \series bold
13530 blue
13531 \series default
13532
13533 \series bold
13534 cyan
13535 \series default
13536
13537 \series bold
13538 green
13539 \series default
13540
13541 \series bold
13542 magenta
13543 \series default
13544
13545 \series bold
13546 red
13547 \series default
13548
13549 \series bold
13550 white
13551 \series default
13552
13553 \series bold
13554 yellow
13555 \end_layout
13556
13557 \begin_layout Standard
13558 \align center
13559 \begin_inset Tabular
13560 <lyxtabular version="3" rows="4" columns="2">
13561 <features>
13562 <column alignment="center" valignment="top" width="0">
13563 <column alignment="center" valignment="top" width="0">
13564 <row>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 Comando
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 Resultado
13579 \begin_inset Note Note
13580 status collapsed
13581
13582 \begin_layout Plain Layout
13583
13584 \series bold
13585
13586 \backslash
13587 raisebox
13588 \series default
13589  se usa sólo como espaciador
13590 \end_layout
13591
13592 \end_inset
13593
13594
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 </row>
13600 <row>
13601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605
13606 \backslash
13607 colorbox{yellow
13608 \begin_inset Formula $\to$
13609 \end_inset
13610
13611
13612 \backslash
13613 {A=B
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 </row>
13631 <row>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636
13637 \backslash
13638 colorbox{green
13639 \begin_inset Formula $\to$
13640 \end_inset
13641
13642
13643 \backslash
13644 {
13645 \backslash
13646 fbox
13647 \begin_inset ERT
13648 status collapsed
13649
13650 \begin_layout Plain Layout
13651
13652
13653 \backslash
13654 spce 
13655 \end_layout
13656
13657 \end_inset
13658
13659 A=B
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 </row>
13677 <row>
13678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682
13683 \backslash
13684 fbox
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690
13691 \backslash
13692 spce 
13693 \end_layout
13694
13695 \end_inset
13696
13697
13698 \backslash
13699 colorbox{green
13700 \begin_inset Formula $\to$
13701 \end_inset
13702
13703
13704 \backslash
13705 {A=B
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13715 \end_inset
13716
13717
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 </row>
13723 </lyxtabular>
13724
13725 \end_inset
13726
13727
13728 \end_layout
13729
13730 \begin_layout Standard
13731
13732 \series bold
13733
13734 \backslash
13735 colorbox
13736 \series default
13737  sólo colorea el cuadro pero no los caracteres.
13738  Para colorear todos los caracteres se selecciona toda la ecuación y se
13739  elige un color en el diálogo 
13740 \family sans
13741 Estilo
13742 \begin_inset space ~
13743 \end_inset
13744
13745 del
13746 \begin_inset space ~
13747 \end_inset
13748
13749 texto
13750 \family default
13751 .
13752  El diálogo puede abrirse con el botón 
13753 \begin_inset Graphics
13754         filename ../../images/dialog-show_character.png
13755         scale 85
13756
13757 \end_inset
13758
13759  de la barra de herramientas o con el menú 
13760 \family sans
13761 Editar\SpecialChar \menuseparator
13762 Estilo
13763 \begin_inset space ~
13764 \end_inset
13765
13766 del
13767 \begin_inset space ~
13768 \end_inset
13769
13770 texto\SpecialChar \menuseparator
13771 Personalizado
13772 \family default
13773 .
13774  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13775  Si el número de la ecuación debe tener otro color que el de los caracteres
13776  de la ecuación, el color debe cambiarse dentro de la ecuación.
13777 \end_layout
13778
13779 \begin_layout Standard
13780 Un ejemplo:
13781 \color red
13782
13783 \begin_inset Formula \begin{equation}
13784 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13785
13786 \end_inset
13787
13788
13789 \end_layout
13790
13791 \begin_layout Standard
13792
13793 \color green
13794 \begin_inset Formula \begin{equation}
13795 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13796
13797 \end_inset
13798
13799
13800 \end_layout
13801
13802 \begin_layout Standard
13803 La ecuación 
13804 \begin_inset CommandInset ref
13805 LatexCommand eqref
13806 reference "eq:rojo"
13807
13808 \end_inset
13809
13810  está toda coloreada en rojo.
13811 \begin_inset Newline newline
13812 \end_inset
13813
13814 La ecuación 
13815 \begin_inset CommandInset ref
13816 LatexCommand eqref
13817 reference "eq:rojoverde"
13818
13819 \end_inset
13820
13821  se ha coloreado en primer lugar toda en verde para colorear el número de
13822  la ecuación.
13823  Posteriormente se han coloreado en rojo los caracteres.
13824 \family sans
13825
13826 \begin_inset VSpace bigskip
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \begin_layout Standard
13833 Para colorear diferente el marco y el resto del cuadro se usa el comando
13834  
13835 \series bold
13836
13837 \backslash
13838 fcolorbox
13839 \series default
13840
13841 \begin_inset Index
13842 status collapsed
13843
13844 \begin_layout Plain Layout
13845 Comandos ! F ! 
13846 \backslash
13847 fcolorbox
13848 \end_layout
13849
13850 \end_inset
13851
13852  con el siguiente esquema:
13853 \end_layout
13854
13855 \begin_layout Standard
13856
13857 \series bold
13858
13859 \backslash
13860 fcolorbox{color del marco}{color}{contenido del cuadro}
13861 \end_layout
13862
13863 \begin_layout Standard
13864 Así pues 
13865 \series bold
13866
13867 \backslash
13868 fcolorbox
13869 \series default
13870  es una extensión del comando 
13871 \series bold
13872
13873 \backslash
13874 colorbox
13875 \series default
13876 .
13877  La anchura del marco se establece, como para 
13878 \series bold
13879
13880 \backslash
13881 framebox
13882 \series default
13883 , con 
13884 \series bold
13885
13886 \backslash
13887 fboxrule
13888 \series default
13889  y 
13890 \series bold
13891
13892 \backslash
13893 fboxsep
13894 \series default
13895 .
13896  Un ejemplo:
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902
13903 \backslash
13904 fboxrule 1mm 
13905 \backslash
13906 fboxsep 1mm
13907 \end_layout
13908
13909 \end_inset
13910
13911
13912 \begin_inset Formula \[
13913 \fcolorbox{cyan}{magenta}{A=B}\]
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \begin_layout Standard
13921 \begin_inset ERT
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925
13926
13927 \backslash
13928 fboxrule 0.4pt 
13929 \backslash
13930 fboxsep 3pt
13931 \end_layout
13932
13933 \end_inset
13934
13935
13936 \end_layout
13937
13938 \begin_layout Standard
13939 Esta ecuación se ha compuesto con el comando
13940 \begin_inset Newline newline
13941 \end_inset
13942
13943
13944 \series bold
13945
13946 \backslash
13947 fcolorbox{cyan
13948 \begin_inset Formula $\to$
13949 \end_inset
13950
13951
13952 \backslash
13953 {magenta
13954 \begin_inset Formula $\to$
13955 \end_inset
13956
13957
13958 \backslash
13959 {A=B
13960 \end_layout
13961
13962 \begin_layout Standard
13963 \begin_inset VSpace bigskip
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13971 \end_layout
13972
13973 \begin_layout Standard
13974 Por ejemplo, se puede definir el color 
13975 \begin_inset Quotes fld
13976 \end_inset
13977
13978
13979 \series bold
13980 verdeoscuro
13981 \series default
13982
13983 \begin_inset Quotes frd
13984 \end_inset
13985
13986  con la línea de preámbulo LaTeX:
13987 \end_layout
13988
13989 \begin_layout Standard
13990
13991 \series bold
13992
13993 \backslash
13994 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13995 \series default
13996
13997 \begin_inset Index
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001 Comandos ! D ! 
14002 \backslash
14003 definecolor
14004 \end_layout
14005
14006 \end_inset
14007
14008
14009 \end_layout
14010
14011 \begin_layout Standard
14012
14013 \series bold
14014 cmyk
14015 \series default
14016  es el espacio de color referido a los colores 
14017 \series bold
14018 cyan
14019 \series default
14020
14021 \series bold
14022 magenta
14023 \series default
14024
14025 \series bold
14026 yellow
14027 \series default
14028  y 
14029 \series bold
14030 black
14031 \series default
14032 .
14033  Los cuatro números separados por coma son el factor de cuota para los colores
14034  correspondientes del espacio de color.
14035  Los factores pueden estar en el rango 0-1.
14036  En vez de 
14037 \series bold
14038 cmyk
14039 \series default
14040  se puede usar el espacio de color 
14041 \series bold
14042 rgb
14043 \series default
14044 , que se refiere a 
14045 \series bold
14046 red
14047 \series default
14048
14049 \series bold
14050 green
14051 \series default
14052  y 
14053 \series bold
14054 blue
14055 \series default
14056 , así pues en este caso hay tres factores de cuota para los correspondientes
14057  colores.
14058  Además hay el espacio de color 
14059 \series bold
14060 gray
14061 \series default
14062  con un factor de cuota para el valor gris.
14063 \end_layout
14064
14065 \begin_layout Standard
14066 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14067 \series bold
14068 verdeoscuro
14069 \series default
14070  y los caracteres en color amarillo:
14071 \color black
14072
14073 \begin_inset Formula \begin{equation}
14074 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14075
14076 \end_inset
14077
14078
14079 \end_layout
14080
14081 \begin_layout Standard
14082 Los colores personalizados también se pueden usar para texto con la ayuda
14083  del comando 
14084 \series bold
14085
14086 \backslash
14087 textcolor
14088 \series default
14089
14090 \begin_inset Index
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094 Texto ! coloreado
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 \begin_inset ERT
14104 status open
14105
14106 \begin_layout Plain Layout
14107
14108
14109 \backslash
14110 textcolor{verdeoscuro}{
14111 \end_layout
14112
14113 \end_inset
14114
14115 Esta frase en 
14116 \begin_inset Quotes fld
14117 \end_inset
14118
14119 verdeoscuro
14120 \begin_inset Quotes frd
14121 \end_inset
14122
14123 .
14124 \begin_inset ERT
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128
14129 }
14130 \end_layout
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \begin_layout Standard
14138
14139 \series bold
14140
14141 \backslash
14142 textcolor
14143 \series default
14144
14145 \begin_inset Index
14146 status collapsed
14147
14148 \begin_layout Plain Layout
14149 Comandos ! T ! 
14150 \backslash
14151 textcolor
14152 \end_layout
14153
14154 \end_inset
14155
14156  se usa con el esquema 
14157 \series bold
14158
14159 \backslash
14160 textcolor{color}{caracteres a colorear}
14161 \series default
14162 .
14163 \end_layout
14164
14165 \begin_layout Subsection
14166 Cuadros de párrafo
14167 \begin_inset CommandInset label
14168 LatexCommand label
14169 name "sub:Cuadros-de-párrafo"
14170
14171 \end_inset
14172
14173
14174 \begin_inset Index
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178 Cuadros ! para párrafos
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \begin_layout Standard
14187 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14188  de párrafo (parbox), se puede generar con el menú 
14189 \family sans
14190 Insertar\SpecialChar \menuseparator
14191 Cuadro
14192 \family default
14193  o con el botón 
14194 \begin_inset Graphics
14195         filename ../../images/box-insert.png
14196         scale 85
14197
14198 \end_inset
14199
14200  de la barra de herramientas.
14201 \end_layout
14202
14203 \begin_layout Standard
14204 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14205 \begin_inset VSpace medskip
14206 \end_inset
14207
14208 Esta línea contiene 
14209 \begin_inset Box Boxed
14210 position "c"
14211 hor_pos "c"
14212 has_inner_box 1
14213 inner_pos "c"
14214 use_parbox 1
14215 width "5cm"
14216 special "none"
14217 height "1in"
14218 height_special "totalheight"
14219 status collapsed
14220
14221 \begin_layout Plain Layout
14222 Esto es un cuadro de párrafo.
14223  Tiene exactamente 5
14224 \begin_inset space \thinspace{}
14225 \end_inset
14226
14227 cm de largo y además puede contener ecuaciones: 
14228 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \begin_inset space ~
14238 \end_inset
14239
14240  un cuadro de párrafo.
14241 \begin_inset VSpace medskip
14242 \end_inset
14243
14244 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14245  Surge un diálogo con las propiedades del cuadro.
14246  En este caso: 
14247 \emph on
14248 Decoración
14249 \emph default
14250 : Marco rectangular, 
14251 \emph on
14252 Cuadro interior
14253 \emph default
14254 : Párrafo, 
14255 \emph on
14256 Ancho
14257 \emph default
14258 : 5
14259 \begin_inset space \thinspace{}
14260 \end_inset
14261
14262 cm, 
14263 \emph on
14264 Alineación Vertical
14265 \emph default
14266  
14267 \emph on
14268 Cuadro
14269 \emph default
14270 : Medio.
14271 \end_layout
14272
14273 \begin_layout Standard
14274 \begin_inset VSpace medskip
14275 \end_inset
14276
14277 En LaTeX, un cuadro de párrafo se inserta con el comando 
14278 \series bold
14279
14280 \backslash
14281 parbox
14282 \series default
14283
14284 \begin_inset Index
14285 status collapsed
14286
14287 \begin_layout Plain Layout
14288 Comandos ! P ! 
14289 \backslash
14290 parbox
14291 \end_layout
14292
14293 \end_inset
14294
14295  con el esquema siguiente:
14296 \end_layout
14297
14298 \begin_layout Standard
14299
14300 \series bold
14301
14302 \backslash
14303 parbox[posición]{anchura}{contenido}
14304 \end_layout
14305
14306 \begin_layout Standard
14307 Son posibles las posiciones 
14308 \emph on
14309 b
14310 \emph default
14311  y 
14312 \emph on
14313 t
14314 \emph default
14315
14316 \emph on
14317 b
14318 \emph default
14319  por 
14320 \begin_inset Quotes fld
14321 \end_inset
14322
14323 bottom
14324 \begin_inset Quotes frd
14325 \end_inset
14326
14327  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14328  Con 
14329 \emph on
14330 t
14331 \emph default
14332 , por 
14333 \begin_inset Quotes fld
14334 \end_inset
14335
14336 top
14337 \begin_inset Quotes frd
14338 \end_inset
14339
14340  (arriba), la alineación se hace con la primera línea.
14341  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14342  
14343 \emph on
14344 Cuadros
14345 \emph default
14346  del manual 
14347 \emph on
14348 Objetos incrustados
14349 \emph default
14350  para ejemplos.
14351 \end_layout
14352
14353 \begin_layout Standard
14354 \begin_inset VSpace bigskip
14355 \end_inset
14356
14357 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14358  ponerse en un cuadro de párrafo.
14359  Para ello se inserta el comando
14360 \begin_inset Newline newline
14361 \end_inset
14362
14363
14364 \series bold
14365
14366 \backslash
14367 fbox{
14368 \backslash
14369 parbox{
14370 \backslash
14371 linewidth-2
14372 \backslash
14373 fboxsep-2
14374 \backslash
14375 fboxrule}{
14376 \begin_inset Newline newline
14377 \end_inset
14378
14379
14380 \series default
14381 en modo TeX delante de la ecuación.
14382  Aquí 
14383 \series bold
14384
14385 \backslash
14386 linewidth
14387 \begin_inset Index
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391 Comandos ! L ! 
14392 \backslash
14393 linewidth
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \series default
14400  es la anchura de línea establecida para el documento.
14401  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14402  anchura dos veces la separación del marco y el grosor.
14403  Como LyX no lo hace automáticamente debido a un fallo,
14404 \begin_inset Foot
14405 status collapsed
14406
14407 \begin_layout Plain Layout
14408 \begin_inset CommandInset href
14409 LatexCommand href
14410 name "LyX-bug #4483"
14411 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14412
14413 \end_inset
14414
14415
14416 \end_layout
14417
14418 \end_inset
14419
14420  hay que usar modo TeX.
14421  Para poder multiplicar y restar en los argumentos hay que cargar en el
14422  preámbulo LaTeX el paquete LaTeX 
14423 \series bold
14424 calc
14425 \series default
14426 ,
14427 \begin_inset Foot
14428 status collapsed
14429
14430 \begin_layout Plain Layout
14431
14432 \series bold
14433 calc
14434 \series default
14435  es parte de toda instalación LaTeX estándar.
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \begin_inset Index
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445 Paquetes ! calc
14446 \end_layout
14447
14448 \end_inset
14449
14450  con la línea
14451 \end_layout
14452
14453 \begin_layout Standard
14454
14455 \series bold
14456
14457 \backslash
14458 usepackage{calc}
14459 \end_layout
14460
14461 \begin_layout Standard
14462 Detrás de la ecuación se cierran ambos cuadros con 
14463 \series bold
14464 }}
14465 \series default
14466  en modo TeX.
14467  Aquí hay un ejemplo:
14468 \begin_inset ERT
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472
14473
14474 \backslash
14475 fboxsep 5mm 
14476 \backslash
14477 fboxrule 5mm
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Standard
14486 \begin_inset ERT
14487 status collapsed
14488
14489 \begin_layout Plain Layout
14490
14491
14492 \backslash
14493 fbox{
14494 \backslash
14495 parbox{
14496 \backslash
14497 linewidth-2
14498 \backslash
14499 fboxsep-2
14500 \backslash
14501 fboxrule}{
14502 \end_layout
14503
14504 \end_inset
14505
14506
14507 \begin_inset Formula \begin{equation}
14508 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \begin_layout Standard
14516 \begin_inset ERT
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520
14521 }}
14522 \end_layout
14523
14524 \end_inset
14525
14526
14527 \begin_inset ERT
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531
14532
14533 \backslash
14534 fboxrule 0.4pt 
14535 \backslash
14536 fboxsep 3pt
14537 \end_layout
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Standard
14545 \begin_inset VSpace medskip
14546 \end_inset
14547
14548
14549 \end_layout
14550
14551 \begin_layout Standard
14552 Como se ha usado el cuadro de párrafo como argumento de 
14553 \series bold
14554
14555 \backslash
14556 fbox
14557 \series default
14558 , en este caso no hay diferencia entre 
14559 \series bold
14560
14561 \backslash
14562 fbox
14563 \series default
14564  y 
14565 \series bold
14566
14567 \backslash
14568 boxed
14569 \series default
14570 .
14571  
14572 \end_layout
14573
14574 \begin_layout Standard
14575 \begin_inset VSpace bigskip
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \begin_layout Standard
14582 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14583  Para hacerlo, se usa 
14584 \series bold
14585
14586 \backslash
14587 parbox
14588 \series default
14589  en combinación con el comando 
14590 \series bold
14591
14592 \backslash
14593 tag
14594 \series default
14595 .
14596  (Véase más sobre 
14597 \series bold
14598
14599 \backslash
14600 tag
14601 \series default
14602  en 
14603 \begin_inset CommandInset ref
14604 LatexCommand ref
14605 reference "sub:Numeración-personalizada"
14606
14607 \end_inset
14608
14609 ).
14610 \end_layout
14611
14612 \begin_layout Standard
14613 Un ejemplo de ecuación comentada con 
14614 \series bold
14615
14616 \backslash
14617 parbox
14618 \series default
14619 :
14620 \end_layout
14621
14622 \begin_layout Standard
14623 \begin_inset ERT
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627
14628
14629 \backslash
14630 [5x-7b=3b
14631 \backslash
14632 tag*{
14633 \backslash
14634 parbox{5cm}{
14635 \end_layout
14636
14637 \end_inset
14638
14639 Esto es una descripción.
14640  Está claramente separada de la ecuación y es multilínea.
14641 \begin_inset ERT
14642 status collapsed
14643
14644 \begin_layout Plain Layout
14645
14646 }}
14647 \backslash
14648 ]
14649 \end_layout
14650
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \begin_layout Standard
14657 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14658  no soporta el comando 
14659 \series bold
14660
14661 \backslash
14662 parbox
14663 \series default
14664  en ecuaciones.
14665  La ecuación se compone con la siguiente secuencia de comandos:
14666 \end_layout
14667
14668 \begin_layout Standard
14669 El comando 
14670 \series bold
14671
14672 \backslash
14673 [5x-7b=3b
14674 \backslash
14675 tag*
14676 \backslash
14677 {
14678 \backslash
14679 parbox{5cm}{
14680 \series default
14681  se inserta en modo TeX.
14682 \begin_inset Foot
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686 Si se usa el estilo de ecuación 
14687 \series bold
14688 Sangrado
14689 \series default
14690
14691 \series bold
14692
14693 \backslash
14694 tag*
14695 \backslash
14696
14697 \series default
14698  se puede reemplazar por 
14699 \series bold
14700
14701 \backslash
14702 hfill
14703 \series default
14704 .
14705  (Véanse los estilos de ecuación en 
14706 \begin_inset CommandInset ref
14707 LatexCommand ref
14708 reference "sec:Estilos-de-ecuación"
14709
14710 \end_inset
14711
14712 ).
14713 \end_layout
14714
14715 \end_inset
14716
14717  Después sigue la descripción en texto normal, y por último 
14718 \series bold
14719 }}
14720 \backslash
14721 ]
14722 \series default
14723  en modo TeX.
14724  Aquí los comandos 
14725 \series bold
14726
14727 \backslash
14728 [
14729 \series default
14730  y 
14731 \series bold
14732
14733 \backslash
14734 ]
14735 \series default
14736  crean una ecuación presentada.
14737 \end_layout
14738
14739 \begin_layout Standard
14740 Las ventajas de 
14741 \series bold
14742
14743 \backslash
14744 parbox
14745 \series default
14746  pueden verse en este ejemplo que se ha 
14747 \begin_inset Quotes fld
14748 \end_inset
14749
14750 comentado
14751 \begin_inset Quotes frd
14752 \end_inset
14753
14754  usando el modo texto matemático:
14755 \begin_inset Formula \[
14756 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14757
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \begin_layout Section
14764 Operadores
14765 \begin_inset Index
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769 Operadores
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Subsection
14778 Operadores grandes
14779 \begin_inset CommandInset label
14780 LatexCommand label
14781 name "sub:Operadores-grandes"
14782
14783 \end_inset
14784
14785
14786 \begin_inset Index
14787 status collapsed
14788
14789 \begin_layout Plain Layout
14790 Operadores ! grandes
14791 \end_layout
14792
14793 \end_inset
14794
14795
14796 \begin_inset Index
14797 status collapsed
14798
14799 \begin_layout Plain Layout
14800 Sumatorios
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \begin_inset Index
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810 Integrales
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Standard
14819 Para poder usar todos los comandos de integrales listados aquí, debe estar
14820  marcada la opción 
14821 \family sans
14822 Usar paquete esint automáticamente
14823 \family default
14824  en el apartado 
14825 \family sans
14826 Ecuaciones
14827 \family default
14828  de la configuración del documento.
14829  
14830 \end_layout
14831
14832 \begin_layout Standard
14833 \begin_inset space \hfill{}
14834 \end_inset
14835
14836
14837 \begin_inset Tabular
14838 <lyxtabular version="3" rows="11" columns="2">
14839 <features>
14840 <column alignment="center" valignment="top" width="0pt">
14841 <column alignment="center" valignment="top" width="0pt">
14842 <row>
14843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 Comando
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 Resultado
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 </row>
14862 <row>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867
14868 \backslash
14869 sum
14870 \begin_inset Index
14871 status collapsed
14872
14873 \begin_layout Plain Layout
14874 Comandos ! S ! 
14875 \backslash
14876 sum
14877 \end_layout
14878
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 \begin_inset Formula $\sum$
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904
14905 \backslash
14906 int
14907 \begin_inset Index
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911 Comandos ! I ! 
14912 \backslash
14913 int
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 \begin_inset Formula $\int$
14928 \end_inset
14929
14930
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 </row>
14936 <row>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \backslash
14943 intop
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 \begin_inset Formula $\intop$
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
14961 <row>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966
14967 \backslash
14968 oint
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 \begin_inset Formula $\oint$
14978 \end_inset
14979
14980
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 </row>
14986 <row>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991
14992 \backslash
14993 ointop
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 \begin_inset Formula $\ointop$
15003 \end_inset
15004
15005
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016
15017 \backslash
15018 ointctrclockwise
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027 \begin_inset Formula $\ointctrclockwise$
15028 \end_inset
15029
15030
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 </row>
15036 <row>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041
15042 \backslash
15043 ointclockwise
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 \begin_inset Formula $\ointclockwise$
15053 \end_inset
15054
15055
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 </row>
15061 <row>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066
15067 \backslash
15068 sqint
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 \begin_inset Formula $\sqint$
15078 \end_inset
15079
15080
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 </row>
15086 <row>
15087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091
15092 \backslash
15093 bigcap
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 \begin_inset Formula $\bigcap$
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 bigcup
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 \begin_inset Formula $\bigcup$
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 </lyxtabular>
15137
15138 \end_inset
15139
15140
15141 \begin_inset space \hfill{}
15142 \end_inset
15143
15144
15145 \begin_inset Tabular
15146 <lyxtabular version="3" rows="10" columns="2">
15147 <features>
15148 <column alignment="center" valignment="top" width="0pt">
15149 <column alignment="center" valignment="top" width="0pt">
15150 <row>
15151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 Comando
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 Resultado
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 <row>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175
15176 \backslash
15177 prod
15178 \begin_inset Index
15179 status collapsed
15180
15181 \begin_layout Plain Layout
15182 Comandos ! P ! 
15183 \backslash
15184 prod
15185 \end_layout
15186
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 \begin_inset Formula $\prod$
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \backslash
15214 coprod
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset Formula $\coprod$
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \backslash
15239 bigodot
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 \begin_inset Formula $\bigodot$
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 <row>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \backslash
15264 bigotimes
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 \begin_inset Formula $\bigotimes$
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 <row>
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \backslash
15289 bigoplus
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 \begin_inset Formula $\bigoplus$
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 </row>
15307 <row>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312
15313 \backslash
15314 bigwedge
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323 \begin_inset Formula $\bigwedge$
15324 \end_inset
15325
15326
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 </row>
15332 <row>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337
15338 \backslash
15339 bigvee
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 \begin_inset Formula $\bigvee$
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 <row>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362
15363 \backslash
15364 bigsqcup
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373 \begin_inset Formula $\bigsqcup$
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row>
15383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387
15388 \backslash
15389 biguplus
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 \begin_inset Formula $\biguplus$
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 </lyxtabular>
15408
15409 \end_inset
15410
15411
15412 \begin_inset space \hfill{}
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Todos los operadores grandes se pueden insertar con el botón 
15420 \begin_inset Graphics
15421         filename ../../images/math/intop.png
15422         scale 85
15423
15424 \end_inset
15425
15426  de la barra de ecuaciones.
15427 \end_layout
15428
15429 \begin_layout Standard
15430 Estos operadores son llamados grandes porque son mayores que los operadores
15431  binarios de aspecto semejante.
15432  Todos los operadores grandes pueden tener límites, como se describe en
15433  la subsección siguiente.
15434 \end_layout
15435
15436 \begin_layout Standard
15437 Los operadores 
15438 \series bold
15439
15440 \backslash
15441 intop
15442 \series default
15443  y 
15444 \series bold
15445
15446 \backslash
15447 ointop
15448 \series default
15449  difieren de 
15450 \series bold
15451
15452 \backslash
15453 int
15454 \series default
15455  y 
15456 \series bold
15457
15458 \backslash
15459 oint
15460 \series default
15461  en el estilo en que se presentan los límites, véase
15462 \series bold
15463  
15464 \series default
15465
15466 \begin_inset CommandInset ref
15467 LatexCommand ref
15468 reference "sub:Límites-de-operadores"
15469
15470 \end_inset
15471
15472 .
15473 \end_layout
15474
15475 \begin_layout Subsubsection*
15476 Sugerencias para las integrales
15477 \end_layout
15478
15479 \begin_layout Standard
15480 La letra 
15481 \emph on
15482 d
15483 \emph default
15484  en una integral es un operador, por consiguiente debe escribirse en redonda.
15485  Esto se hace resaltando la 
15486 \emph on
15487 d
15488 \emph default
15489  y usando el atajo de teclado 
15490 \family sans
15491 Alt-c
15492 \begin_inset space ~
15493 \end_inset
15494
15495 r
15496 \family default
15497 .
15498 \begin_inset Foot
15499 status open
15500
15501 \begin_layout Plain Layout
15502 véase estilos de letras en 
15503 \begin_inset CommandInset ref
15504 LatexCommand ref
15505 reference "sub:Estilos-de-fuentes"
15506
15507 \end_inset
15508
15509  
15510 \end_layout
15511
15512 \end_inset
15513
15514  Delante de la 
15515 \emph on
15516 d
15517 \emph default
15518  se inserta un espacio delgado, como es habitual en los operadores.
15519  Un ejemplo:
15520 \end_layout
15521
15522 \begin_layout Standard
15523 incorrecto: 
15524 \begin_inset Formula $\int A(x)dx$
15525 \end_inset
15526
15527
15528 \begin_inset Newline newline
15529 \end_inset
15530
15531
15532 \begin_inset ERT
15533 status collapsed
15534
15535 \begin_layout Plain Layout
15536
15537
15538 \backslash
15539 hphantom{in}
15540 \end_layout
15541
15542 \end_inset
15543
15544 correcto: 
15545 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \begin_layout Standard
15552 Para integrales múltiples hay los siguientes comandos:
15553 \begin_inset VSpace medskip
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \begin_layout Standard
15560 \begin_inset space \hfill{}
15561 \end_inset
15562
15563
15564 \begin_inset Tabular
15565 <lyxtabular version="3" rows="4" columns="2">
15566 <features>
15567 <column alignment="center" valignment="top" width="0">
15568 <column alignment="center" valignment="top" width="0">
15569 <row>
15570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 Comando
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 Resultado
15584 \begin_inset Note Note
15585 status collapsed
15586
15587 \begin_layout Plain Layout
15588
15589 \series bold
15590
15591 \backslash
15592 raisebox
15593 \series default
15594  se usa sólo como espaciador
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 </row>
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \backslash
15612 iint
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 <row>
15631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635
15636 \backslash
15637 oiint
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660
15661 \backslash
15662 sqiint
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 </lyxtabular>
15681
15682 \end_inset
15683
15684
15685 \begin_inset space \hfill{}
15686 \end_inset
15687
15688
15689 \begin_inset Tabular
15690 <lyxtabular version="3" rows="4" columns="2">
15691 <features>
15692 <column alignment="center" valignment="top" width="0">
15693 <column alignment="center" valignment="top" width="0">
15694 <row>
15695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699 Comando
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708 Resultado
15709 \begin_inset Note Note
15710 status collapsed
15711
15712 \begin_layout Plain Layout
15713
15714 \series bold
15715
15716 \backslash
15717 raisebox
15718 \series default
15719  se usa sólo como espaciador
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 </row>
15730 <row>
15731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735
15736 \backslash
15737 iiint
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15747 \end_inset
15748
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 </row>
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760
15761 \backslash
15762 iiiint
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 <row>
15781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \backslash
15787 dotsint
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 </row>
15805 </lyxtabular>
15806
15807 \end_inset
15808
15809
15810 \begin_inset space \hfill{}
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \begin_layout Subsection
15817 Límites de operadores
15818 \begin_inset CommandInset label
15819 LatexCommand label
15820 name "sub:Límites-de-operadores"
15821
15822 \end_inset
15823
15824
15825 \begin_inset Index
15826 status collapsed
15827
15828 \begin_layout Plain Layout
15829 Operadores ! límites de
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \begin_layout Standard
15838 Los límites se crean mediante superíndices y subíndices:
15839 \end_layout
15840
15841 \begin_layout Standard
15842 \noindent
15843 \align center
15844 \begin_inset Tabular
15845 <lyxtabular version="3" rows="2" columns="2">
15846 <features>
15847 <column alignment="center" valignment="top" width="0">
15848 <column alignment="center" valignment="top" width="0">
15849 <row>
15850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 Comando
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 Resultado
15864 \begin_inset Note Note
15865 status collapsed
15866
15867 \begin_layout Plain Layout
15868
15869 \series bold
15870
15871 \backslash
15872 raisebox
15873 \series default
15874  se usa sólo como espaciador
15875 \end_layout
15876
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 </row>
15885 <row>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \backslash
15892 prod^
15893 \backslash
15894 infty
15895 \begin_inset ERT
15896 status collapsed
15897
15898 \begin_layout Plain Layout
15899
15900
15901 \backslash
15902 spce 
15903 \end_layout
15904
15905 \end_inset
15906
15907
15908 \begin_inset Formula $\to$
15909 \end_inset
15910
15911 _0
15912 \begin_inset Formula $\to$
15913 \end_inset
15914
15915 A(x)
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 </row>
15933 </lyxtabular>
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Standard
15941 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15942  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15943 \end_layout
15944
15945 \begin_layout Standard
15946 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15947  directamente detrás del operador y se elige 
15948 \series bold
15949 Insertado
15950 \series default
15951  en el menú 
15952 \family sans
15953 Editar\SpecialChar \menuseparator
15954 Ecuación\SpecialChar \menuseparator
15955 Cambiar tipo de límites
15956 \family default
15957  (atajo 
15958 \family sans
15959 Alt-m
15960 \begin_inset space ~
15961 \end_inset
15962
15963 l
15964 \family default
15965 ).
15966  Un ejemplo:
15967 \end_layout
15968
15969 \begin_layout Standard
15970 Los límites por defecto son:
15971 \begin_inset Formula \[
15972 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15973
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \begin_layout Standard
15980 Así se ven si se cambia el tipo de límites a 
15981 \series bold
15982 Insertado
15983 \series default
15984 :
15985 \begin_inset Formula \[
15986 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15987
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \begin_layout Standard
15994 En integrales, excepto 
15995 \series bold
15996
15997 \backslash
15998 intop
15999 \series default
16000  y 
16001 \series bold
16002
16003 \backslash
16004 ointop
16005 \series default
16006 , los límites se colocan por defecto junto al operador.
16007  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16008  operador.
16009  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16010 \series bold
16011 Pantalla
16012 \series default
16013  para poner el límite debajo:
16014 \begin_inset Formula \begin{equation}
16015 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16016
16017 \end_inset
16018
16019
16020 \begin_inset VSpace medskip
16021 \end_inset
16022
16023 Para especificar condiciones en los límites se usan los comandos 
16024 \series bold
16025
16026 \backslash
16027 subarray
16028 \series default
16029
16030 \begin_inset Index
16031 status collapsed
16032
16033 \begin_layout Plain Layout
16034 Comandos ! S ! 
16035 \backslash
16036 subarray
16037 \end_layout
16038
16039 \end_inset
16040
16041  y 
16042 \series bold
16043
16044 \backslash
16045 substack
16046 \series default
16047
16048 \begin_inset Index
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052 Comandos ! S ! 
16053 \backslash
16054 substack
16055 \end_layout
16056
16057 \end_inset
16058
16059 .
16060  Por ejemplo, para componer la expresión
16061 \begin_inset Formula \begin{equation}
16062 \sum_{\begin{subarray}{c}
16063 0<k<1000\\
16064 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16065
16066 \end_inset
16067
16068 se ha hecho lo siguiente: primero se escribe el comando 
16069 \series bold
16070
16071 \backslash
16072 sum^n
16073 \series default
16074
16075 \begin_inset ERT
16076 status collapsed
16077
16078 \begin_layout Plain Layout
16079
16080
16081 \backslash
16082 spce 
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \series bold
16089 _
16090 \series default
16091 .
16092  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16093  se inserta el comando 
16094 \series bold
16095
16096 \backslash
16097 subarray
16098 \series default
16099
16100 \begin_inset ERT
16101 status collapsed
16102
16103 \begin_layout Plain Layout
16104
16105
16106 \backslash
16107 spce 
16108 \end_layout
16109
16110 \end_inset
16111
16112 .
16113  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16114  distintas.
16115  Cada línea nueva se crea con un salto de línea (
16116 \family sans
16117 Ctrl-Intro
16118 \family default
16119 ).
16120  Si ahora se escribe en ella
16121 \begin_inset Newline newline
16122 \end_inset
16123
16124
16125 \series bold
16126 0<k<1000 Ctrl-Intro
16127 \begin_inset Newline newline
16128 \end_inset
16129
16130
16131 \series default
16132 aparece debajo un nuevo marco para la línea nueva.
16133 \end_layout
16134
16135 \begin_layout Standard
16136 La alineación de las líneas puede cambiarse a la izquierda con la 
16137 \family sans
16138 barra de herramientas de tabla
16139 \family default
16140  o con el menú 
16141 \family sans
16142 Editar\SpecialChar \menuseparator
16143 Filas y columnas
16144 \family default
16145 .
16146  Para obtener alineación derecha se inserta 
16147 \series bold
16148
16149 \backslash
16150 hfill
16151 \series default
16152
16153 \begin_inset ERT
16154 status collapsed
16155
16156 \begin_layout Plain Layout
16157
16158
16159 \backslash
16160 spce 
16161 \end_layout
16162
16163 \end_inset
16164
16165  al principio de la línea.
16166 \end_layout
16167
16168 \begin_layout Standard
16169 El comando 
16170 \series bold
16171
16172 \backslash
16173 substack
16174 \series default
16175  es equivalente a 
16176 \series bold
16177
16178 \backslash
16179 subarray
16180 \series default
16181  con la diferencia de que las líneas están siempre centradas.
16182 \begin_inset VSpace bigskip
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \begin_layout Standard
16189 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16190  siguientes, como en la ecuación 
16191 \begin_inset CommandInset ref
16192 LatexCommand eqref
16193 reference "eq:substack"
16194
16195 \end_inset
16196
16197 , porque éstos se colocan junto a los límites.
16198 \end_layout
16199
16200 \begin_layout Standard
16201 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16202 \end_layout
16203
16204 \begin_layout Standard
16205
16206 \series bold
16207
16208 \backslash
16209 def
16210 \backslash
16211 clap#1{
16212 \backslash
16213 hbox to 0pt{
16214 \backslash
16215 hss #1
16216 \backslash
16217 hss}}
16218 \begin_inset Newline newline
16219 \end_inset
16220
16221
16222 \backslash
16223 def
16224 \backslash
16225 mathclap {
16226 \backslash
16227 mathpalette 
16228 \backslash
16229 mathclapinternal}
16230 \begin_inset Newline newline
16231 \end_inset
16232
16233
16234 \backslash
16235 def
16236 \backslash
16237 mathclapinternal #1#2{
16238 \backslash
16239 clap{$
16240 \backslash
16241 mathsurround =0pt #1{#2}$}}
16242 \end_layout
16243
16244 \begin_layout Standard
16245 En ella se define el comando 
16246 \series bold
16247
16248 \backslash
16249 mathclap
16250 \series default
16251
16252 \begin_inset Index
16253 status collapsed
16254
16255 \begin_layout Plain Layout
16256 Comandos ! M ! 
16257 \backslash
16258 mathclap
16259 \end_layout
16260
16261 \end_inset
16262
16263  que establece la anchura del límite en 0
16264 \begin_inset space \thinspace{}
16265 \end_inset
16266
16267 pt.
16268  El esquema del comando es:
16269 \end_layout
16270
16271 \begin_layout Standard
16272
16273 \series bold
16274
16275 \backslash
16276 mathclap{límite}
16277 \end_layout
16278
16279 \begin_layout Standard
16280 donde el límite puede consistir en varias condiciones.
16281 \end_layout
16282
16283 \begin_layout Standard
16284 Aplicado en la ecuación 
16285 \begin_inset CommandInset ref
16286 LatexCommand eqref
16287 reference "eq:substack"
16288
16289 \end_inset
16290
16291  se usa el comando
16292 \end_layout
16293
16294 \begin_layout Standard
16295
16296 \series bold
16297
16298 \backslash
16299 sum_
16300 \backslash
16301 mathclap{
16302 \backslash
16303 substack
16304 \begin_inset ERT
16305 status collapsed
16306
16307 \begin_layout Plain Layout
16308
16309
16310 \backslash
16311 spce 
16312 \end_layout
16313
16314 \end_inset
16315
16316 0<k<1000 Ctrl-Intro
16317 \end_layout
16318
16319 \begin_layout Standard
16320 para componer el límite inferior.
16321  Ahora el sumando está junto al sumatorio:
16322 \begin_inset Formula \[
16323 \sum_{\mathclap{\substack{0<k<1000\\
16324 \\k\,\in\,\mathbb{N}}
16325 }}^{n}k^{-2}\]
16326
16327 \end_inset
16328
16329
16330 \begin_inset VSpace bigskip
16331 \end_inset
16332
16333 Cómo utilizar un límite para varios operadores se describe en la 
16334 \begin_inset CommandInset ref
16335 LatexCommand ref
16336 reference "sub:Operadores-de-usuario"
16337
16338 \end_inset
16339
16340 .
16341 \end_layout
16342
16343 \begin_layout Subsection
16344 Operadores binarios
16345 \begin_inset CommandInset label
16346 LatexCommand label
16347 name "sub:Operadores-binarios"
16348
16349 \end_inset
16350
16351
16352 \begin_inset Index
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356 Operadores ! binarios
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \begin_layout Standard
16365 Los operadores binarios se rodean por espacios si llevan un carácter delante
16366  o detrás.
16367 \begin_inset VSpace medskip
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \begin_layout Standard
16374 \begin_inset space \hfill{}
16375 \end_inset
16376
16377
16378 \begin_inset Tabular
16379 <lyxtabular version="3" rows="13" columns="2">
16380 <features>
16381 <column alignment="center" valignment="top" width="0pt">
16382 <column alignment="center" valignment="top" width="0pt">
16383 <row>
16384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 Comando
16389 \begin_inset Note Note
16390 status collapsed
16391
16392 \begin_layout Plain Layout
16393
16394 \series bold
16395
16396 \backslash
16397 raisebox
16398 \series default
16399  se usa sólo como espaciador
16400 \end_layout
16401
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 Operador
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 +
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 \begin_inset Formula $+$
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 -
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 \begin_inset Formula $-$
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \backslash
16472 pm
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 \begin_inset Formula $\pm$
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495
16496 \backslash
16497 mp
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset Formula $\mp$
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 </row>
16515 <row>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520
16521 \backslash
16522 cdot
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 \begin_inset Formula $\cdot$
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \backslash
16547 times
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 \begin_inset Formula $\times$
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570
16571 \backslash
16572 div
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 \begin_inset Formula $\div$
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset ERT
16596 status collapsed
16597
16598 \begin_layout Plain Layout
16599
16600
16601 \backslash
16602 raisebox{-1.2mm}{
16603 \end_layout
16604
16605 \end_inset
16606
16607 *
16608 \begin_inset ERT
16609 status collapsed
16610
16611 \begin_layout Plain Layout
16612
16613 }
16614 \end_layout
16615
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 \begin_inset Formula $*$
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641
16642 \backslash
16643 star
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Formula $\star$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666
16667 \backslash
16668 circ
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $\circ$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \backslash
16693 diamond
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\diamond$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716
16717 \backslash
16718 bullet
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\bullet$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 </lyxtabular>
16737
16738 \end_inset
16739
16740
16741 \begin_inset space \hfill{}
16742 \end_inset
16743
16744
16745 \begin_inset Tabular
16746 <lyxtabular version="3" rows="13" columns="2">
16747 <features>
16748 <column alignment="center" valignment="top" width="0pt">
16749 <column alignment="center" valignment="top" width="0pt">
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 Comando
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 Operador
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775
16776 \backslash
16777 nabla
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Formula $\nabla$
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \backslash
16802 bigtriangledown
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\bigtriangledown$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 bigtriangleup
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\bigtriangleup$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 Box
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\Box$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 cap 
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\cap$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 cup
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\cup$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 dagger
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\dagger$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \backslash
16952 ddagger
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $\ddagger$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 wr
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\wr$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 bigcirc
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\bigcirc$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 wedge
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\wedge$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \backslash
17052 vee
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $\vee$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 </lyxtabular>
17071
17072 \end_inset
17073
17074
17075 \begin_inset space \hfill{}
17076 \end_inset
17077
17078
17079 \begin_inset Tabular
17080 <lyxtabular version="3" rows="13" columns="2">
17081 <features>
17082 <column alignment="center" valignment="top" width="0pt">
17083 <column alignment="center" valignment="top" width="0pt">
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 Comando
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 Operador
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \backslash
17111 oplus
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\oplus$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 <row>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134
17135 \backslash
17136 ominus
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $\ominus$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \backslash
17161 otimes
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\otimes$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \backslash
17186 oslash
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Formula $\oslash$
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 </row>
17204 <row>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \backslash
17211 odot
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $\odot$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \backslash
17236 amalg
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 \begin_inset Formula $\amalg$
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \backslash
17261 uplus
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $\uplus$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284
17285 \backslash
17286 setminus
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\setminus$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 <row>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \backslash
17311 sqcap
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 \begin_inset Formula $\sqcap$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \backslash
17336 sqcup
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Formula $\sqcup$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \backslash
17361 triangleleft
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $\triangleleft$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \backslash
17386 triangleright
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $\triangleright$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 </lyxtabular>
17405
17406 \end_inset
17407
17408
17409 \begin_inset space \hfill{}
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \begin_layout Standard
17416 Todos los operadores binarios se pueden insertar también con el botón 
17417 \begin_inset Graphics
17418         filename ../../images/math/pm.png
17419         scale 85
17420
17421 \end_inset
17422
17423  de la barra de ecuaciones.
17424 \end_layout
17425
17426 \begin_layout Standard
17427 Para imprimir el operador Laplace se pueden usar 
17428 \series bold
17429
17430 \backslash
17431 Delta
17432 \series default
17433  o 
17434 \series bold
17435
17436 \backslash
17437 nabla
17438 \series default
17439 ^
17440 \series bold
17441 2
17442 \series default
17443  (
17444 \begin_inset Formula $\nabla^{2}$
17445 \end_inset
17446
17447 ) en vez de 
17448 \series bold
17449
17450 \backslash
17451 bigtriangleup
17452 \series default
17453 .
17454 \end_layout
17455
17456 \begin_layout Standard
17457 El carácter 
17458 \family sans
17459 Separador de menú
17460 \family default
17461  del menú 
17462 \family sans
17463 Insertar\SpecialChar \menuseparator
17464 Carácter especial
17465 \family default
17466  es el operador 
17467 \series bold
17468
17469 \backslash
17470 triangleright
17471 \series default
17472 .
17473 \end_layout
17474
17475 \begin_layout Subsection
17476 Operadores definidos por el usuario
17477 \begin_inset CommandInset label
17478 LatexCommand label
17479 name "sub:Operadores-de-usuario"
17480
17481 \end_inset
17482
17483
17484 \begin_inset Index
17485 status collapsed
17486
17487 \begin_layout Plain Layout
17488 Operadores ! personalizados
17489 \end_layout
17490
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Standard
17497 Con ayuda del comando 
17498 \series bold
17499
17500 \backslash
17501 DeclareMathOperator
17502 \series default
17503
17504 \begin_inset Index
17505 status collapsed
17506
17507 \begin_layout Plain Layout
17508 Comandos ! D ! 
17509 \backslash
17510 dbinom@
17511 \backslash
17512 DeclareMathOperator
17513 \end_layout
17514
17515 \end_inset
17516
17517  se pueden definir operadores personalizados en el preámbulo LaTeX.
17518  Su esquema es:
17519 \end_layout
17520
17521 \begin_layout Standard
17522
17523 \series bold
17524
17525 \backslash
17526 DeclareMathOperator{comando nuevo}{presentación}
17527 \end_layout
17528
17529 \begin_layout Standard
17530 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17531  en la salida.
17532  Para definir un operador grande hay que añadirle un * detrás.
17533  Todos los operadores grandes personalizados pueden tener límites como se
17534  describe en 
17535 \begin_inset CommandInset ref
17536 LatexCommand ref
17537 reference "sub:Límites-de-operadores"
17538
17539 \end_inset
17540
17541 .
17542 \end_layout
17543
17544 \begin_layout Standard
17545 Por ejemplo, la línea en el preámbulo LaTeX
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 DeclareMathOperator*{
17554 \backslash
17555 Lozenge}{
17556 \backslash
17557 blacklozenge}
17558 \end_layout
17559
17560 \begin_layout Standard
17561 define el comando 
17562 \series bold
17563
17564 \backslash
17565 Lozenge
17566 \series default
17567 , que inserta un operador grande que es el símbolo blacklozenge de la 
17568 \begin_inset CommandInset ref
17569 LatexCommand ref
17570 reference "sub:Símbolos-misceláneos"
17571
17572 \end_inset
17573
17574 .
17575 \begin_inset Formula \[
17576 \Lozenge_{n=1}^{\infty}\]
17577
17578 \end_inset
17579
17580 El comando para esta expresión es: 
17581 \series bold
17582
17583 \backslash
17584 Lozenge^
17585 \backslash
17586 infty
17587 \begin_inset Formula $\rightarrow$
17588 \end_inset
17589
17590 _n=1
17591 \begin_inset VSpace bigskip
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \begin_layout Standard
17598 Si los operadores personalizados no se van a usar varias veces en el documento,
17599  se pueden también definir con los comandos 
17600 \series bold
17601
17602 \backslash
17603 mathop
17604 \series default
17605
17606 \begin_inset Index
17607 status collapsed
17608
17609 \begin_layout Plain Layout
17610 Comandos ! M ! 
17611 \backslash
17612 mathop
17613 \end_layout
17614
17615 \end_inset
17616
17617  y 
17618 \series bold
17619
17620 \backslash
17621 mathbin
17622 \series default
17623
17624 \begin_inset Index
17625 status collapsed
17626
17627 \begin_layout Plain Layout
17628 Comandos ! M ! 
17629 \backslash
17630 mathbin
17631 \end_layout
17632
17633 \end_inset
17634
17635 , con el siguiente esquema:
17636 \end_layout
17637
17638 \begin_layout Standard
17639
17640 \series bold
17641
17642 \backslash
17643 mathop{presentación}
17644 \series default
17645  y 
17646 \series bold
17647
17648 \backslash
17649 mathbin{presentación}
17650 \end_layout
17651
17652 \begin_layout Standard
17653
17654 \series bold
17655
17656 \backslash
17657 mathop
17658 \series default
17659  define operadores grandes, 
17660 \series bold
17661
17662 \backslash
17663 mathbin
17664 \series default
17665  operadores binarios.
17666 \end_layout
17667
17668 \begin_layout Standard
17669
17670 \series bold
17671
17672 \backslash
17673 mathop
17674 \series default
17675  se puede usar, p.e., para poner un límite a varios operadores:
17676 \begin_inset Formula \[
17677 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17678
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \begin_layout Standard
17685 El comando para la expresión anterior es:
17686 \begin_inset Newline newline
17687 \end_inset
17688
17689
17690 \series bold
17691
17692 \backslash
17693 mathop{
17694 \backslash
17695 sum
17696 \backslash
17697 negmedspace
17698 \backslash
17699 sum
17700 \series default
17701
17702 \begin_inset ERT
17703 status collapsed
17704
17705 \begin_layout Plain Layout
17706
17707
17708 \backslash
17709 spce 
17710 \end_layout
17711
17712 \end_inset
17713
17714
17715 \series bold
17716
17717 \begin_inset Formula $\to$
17718 \end_inset
17719
17720 ^N
17721 \series default
17722
17723 \begin_inset ERT
17724 status collapsed
17725
17726 \begin_layout Plain Layout
17727
17728
17729 \backslash
17730 spce 
17731 \end_layout
17732
17733 \end_inset
17734
17735
17736 \series bold
17737 _i,j=1
17738 \end_layout
17739
17740 \begin_layout Section
17741 Fuentes
17742 \begin_inset Index
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746 Fuentes
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \begin_layout Subsection
17755 Estilos de fuentes
17756 \begin_inset CommandInset label
17757 LatexCommand label
17758 name "sub:Estilos-de-fuentes"
17759
17760 \end_inset
17761
17762
17763 \begin_inset Index
17764 status collapsed
17765
17766 \begin_layout Plain Layout
17767 Fuentes ! estilos de
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \begin_layout Standard
17776 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17777  estilos:
17778 \end_layout
17779
17780 \begin_layout Standard
17781 \begin_inset VSpace -2mm
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \begin_layout Standard
17788 \align center
17789 \begin_inset Tabular
17790 <lyxtabular version="3" rows="6" columns="3">
17791 <features>
17792 <column alignment="center" valignment="top" width="0">
17793 <column alignment="center" valignment="top" width="0">
17794 <column alignment="center" valignment="top" width="0">
17795 <row>
17796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 Comando
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 Resultado
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818 atajo
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 </row>
17824 <row>
17825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \backslash
17831 mathbb
17832 \series bold
17833
17834 \begin_inset ERT
17835 status collapsed
17836
17837 \begin_layout Plain Layout
17838
17839
17840 \backslash
17841 spce 
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \series default
17848 ABC
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 \begin_inset Formula $\mathbb{ABC}$
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 Alt-c c
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 </row>
17875 <row>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880
17881 \backslash
17882 mathbf
17883 \series bold
17884
17885 \begin_inset ERT
17886 status collapsed
17887
17888 \begin_layout Plain Layout
17889
17890
17891 \backslash
17892 spce 
17893 \end_layout
17894
17895 \end_inset
17896
17897
17898 \series default
17899 AbC
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 \begin_inset Formula $\mathbf{AbC}$
17909 \end_inset
17910
17911
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920 -
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 </row>
17926 <row>
17927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \backslash
17933 boldsymbol
17934 \series bold
17935
17936 \begin_inset ERT
17937 status collapsed
17938
17939 \begin_layout Plain Layout
17940
17941
17942 \backslash
17943 spce 
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \series default
17950 AbC
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 \begin_inset Formula $\boldsymbol{AbC}$
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971 Alt-c b
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 </row>
17977 <row>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982
17983 \backslash
17984 mathcal
17985 \series bold
17986
17987 \begin_inset ERT
17988 status collapsed
17989
17990 \begin_layout Plain Layout
17991
17992
17993 \backslash
17994 spce 
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \series default
18001 ABC
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 \begin_inset Formula $\mathcal{ABC}$
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 Alt-c e
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 </row>
18028 <row>
18029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \backslash
18035 mathfrak
18036 \series bold
18037
18038 \begin_inset ERT
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042
18043
18044 \backslash
18045 spce 
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \series default
18052 AbC
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 \begin_inset Formula $\mathfrak{AbC}$
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 -
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 </lyxtabular>
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 \align center
18088 \begin_inset Tabular
18089 <lyxtabular version="3" rows="5" columns="3">
18090 <features>
18091 <column alignment="center" valignment="top" width="0">
18092 <column alignment="center" valignment="top" width="0">
18093 <column alignment="center" valignment="top" width="0">
18094 <row>
18095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 Comando
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 Resultado
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 atajo
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 </row>
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128
18129 \backslash
18130 mathit
18131 \series bold
18132
18133 \begin_inset ERT
18134 status collapsed
18135
18136 \begin_layout Plain Layout
18137
18138
18139 \backslash
18140 spce 
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \series default
18147 AbC
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 \begin_inset Formula $\mathit{AbC}$
18157 \end_inset
18158
18159
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 -
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \backslash
18181 mathrm
18182 \series bold
18183
18184 \begin_inset ERT
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188
18189
18190 \backslash
18191 spce 
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \series default
18198 AbC
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 \begin_inset Formula $\mathrm{AbC}$
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 Alt-c r
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 </row>
18225 <row>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230
18231 \backslash
18232 mathsf
18233 \series bold
18234
18235 \begin_inset ERT
18236 status collapsed
18237
18238 \begin_layout Plain Layout
18239
18240
18241 \backslash
18242 spce 
18243 \end_layout
18244
18245 \end_inset
18246
18247
18248 \series default
18249 AbC
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 \begin_inset Formula $\mathsf{AbC}$
18259 \end_inset
18260
18261
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 Alt-c s
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 <row>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \backslash
18283 mathtt
18284 \series bold
18285
18286 \begin_inset ERT
18287 status collapsed
18288
18289 \begin_layout Plain Layout
18290
18291
18292 \backslash
18293 spce 
18294 \end_layout
18295
18296 \end_inset
18297
18298
18299 \series default
18300 AbC
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Formula $\mathtt{AbC}$
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 Alt-c p
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 </row>
18327 </lyxtabular>
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 \begin_inset Note Greyedout
18336 status open
18337
18338 \begin_layout Plain Layout
18339
18340 \series bold
18341 Nota
18342 \series default
18343 : Los estilos 
18344 \series bold
18345
18346 \backslash
18347 mathbb
18348 \series default
18349  y 
18350 \series bold
18351
18352 \backslash
18353 mathcal
18354 \series default
18355  sólo se aplican a letras mayúsculas.
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 El estilo predeterminado es 
18365 \series bold
18366
18367 \backslash
18368 mathnormal
18369 \series default
18370 .
18371 \end_layout
18372
18373 \begin_layout Standard
18374 Los comandos de estilo funcionan también en estructuras matemáticas:
18375 \begin_inset Formula \[
18376 \mathfrak{A=\frac{b}{C}}\]
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Los caracteres en texto matemático no aparecen en un estilo de letra de
18385  ecuaciones sino en el estilo 
18386 \series bold
18387
18388 \backslash
18389 textrm
18390 \series default
18391 .
18392  Este estilo no se puede poner correctamente con el diálogo de estilo de
18393  texto por un fallo de LyX.
18394 \begin_inset Foot
18395 status collapsed
18396
18397 \begin_layout Plain Layout
18398 \begin_inset CommandInset href
18399 LatexCommand href
18400 name "LyX-bug #4091"
18401 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18402
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \begin_layout Standard
18414 En vez de comandos se puede usar el menú 
18415 \family sans
18416 Editar\SpecialChar \menuseparator
18417 Ecuación\SpecialChar \menuseparator
18418 Estilo del texto
18419 \family default
18420  o el botón 
18421 \begin_inset Graphics
18422         filename ../../images/math/font.png
18423         scale 85
18424
18425 \end_inset
18426
18427 .
18428 \end_layout
18429
18430 \begin_layout Subsection
18431 Ecuaciones en negrita
18432 \begin_inset CommandInset label
18433 LatexCommand label
18434 name "sub:Ecuaciones-en-negrita"
18435
18436 \end_inset
18437
18438
18439 \begin_inset Index
18440 status collapsed
18441
18442 \begin_layout Plain Layout
18443 Ecuación ! en negrita
18444 \end_layout
18445
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Standard
18452 Para poner en negrita una ecuación completa no se puede usar el comando
18453  
18454 \series bold
18455
18456 \backslash
18457 mathbf
18458 \series default
18459 , porque no funciona con minúsculas griegas.
18460  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18461 \begin_inset Formula \[
18462 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \begin_layout Standard
18470 Para presentar la ecuación correctamente se usa el comando 
18471 \series bold
18472 boldsymbol
18473 \series default
18474 :
18475 \begin_inset Formula \[
18476 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 También es posible poner la fórmula en un 
18485 \series bold
18486 entorno boldmath
18487 \series default
18488 , que se inserta con el comando 
18489 \series bold
18490
18491 \backslash
18492 boldmath
18493 \series default
18494
18495 \begin_inset Index
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499 Comandos ! B ! 
18500 \backslash
18501 boldmath
18502 \end_layout
18503
18504 \end_inset
18505
18506  en modo TeX.
18507  Para finalizar el entorno se usa el comando 
18508 \series bold
18509
18510 \backslash
18511 unboldmath
18512 \series default
18513
18514 \begin_inset Index
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518 Comandos ! U ! 
18519 \backslash
18520 unboldmath
18521 \end_layout
18522
18523 \end_inset
18524
18525  en modo TeX.
18526 \begin_inset ERT
18527 status collapsed
18528
18529 \begin_layout Plain Layout
18530
18531
18532 \backslash
18533 boldmath
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \begin_inset Formula \[
18540 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Standard
18548 \begin_inset ERT
18549 status collapsed
18550
18551 \begin_layout Plain Layout
18552
18553
18554 \backslash
18555 unboldmath
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Subsection
18564 Tamaños de fuentes
18565 \begin_inset CommandInset label
18566 LatexCommand label
18567 name "sub:Tamaños-de-fuentes"
18568
18569 \end_inset
18570
18571
18572 \begin_inset Index
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576 Fuentes ! tamaño
18577 \end_layout
18578
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \begin_layout Standard
18585 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18586  siguientes comandos de tamaño:
18587 \end_layout
18588
18589 \begin_layout Standard
18590
18591 \series bold
18592
18593 \backslash
18594 Huge
18595 \series default
18596
18597 \series bold
18598
18599 \backslash
18600 huge
18601 \series default
18602
18603 \series bold
18604
18605 \backslash
18606 LARGE
18607 \series default
18608
18609 \series bold
18610
18611 \backslash
18612 Large
18613 \series default
18614
18615 \series bold
18616
18617 \backslash
18618 large
18619 \series default
18620
18621 \series bold
18622
18623 \backslash
18624 normalsize
18625 \series default
18626
18627 \series bold
18628
18629 \backslash
18630 small
18631 \series default
18632 ,
18633 \begin_inset Newline newline
18634 \end_inset
18635
18636
18637 \series bold
18638
18639 \backslash
18640 footnotesize
18641 \series default
18642
18643 \series bold
18644
18645 \backslash
18646 scriptsize
18647 \series default
18648 , y 
18649 \series bold
18650
18651 \backslash
18652 tiny
18653 \end_layout
18654
18655 \begin_layout Standard
18656 El tamaño dado por los comandos depende del tamaño base de la fuente en
18657  el documento, dado por el comando 
18658 \series bold
18659
18660 \backslash
18661 normalsize
18662 \series default
18663 .
18664  Los demás comandos producen tamaños menores o mayores que 
18665 \series bold
18666
18667 \backslash
18668 normalsize
18669 \series default
18670 .
18671  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18672  Si, por ejemplo, la fuente del documento es de 12
18673 \begin_inset space \thinspace{}
18674 \end_inset
18675
18676 pt, el comando 
18677 \series bold
18678
18679 \backslash
18680 Huge
18681 \series default
18682  da el mismo tamaño que 
18683 \series bold
18684
18685 \backslash
18686 huge
18687 \series default
18688 .
18689 \end_layout
18690
18691 \begin_layout Standard
18692 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18693  a todas las ecuaciones y texto siguientes.
18694  Para volver al tamaño anterior hay que insertar el comando 
18695 \series bold
18696
18697 \backslash
18698 normalsize
18699 \series default
18700  en modo TeX detrás de la ecuación.
18701  
18702 \end_layout
18703
18704 \begin_layout Standard
18705 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
18706  en texto matemático.
18707  Para hacerlo se inserta el comando en texto matemático.
18708  Todos los caracteres siguientes, hasta el final del texto matemático o
18709  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18710  Dos ejemplos:
18711 \end_layout
18712
18713 \begin_layout Standard
18714 \begin_inset VSpace -2mm
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Standard
18721 \begin_inset ERT
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725
18726
18727 \backslash
18728 huge
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \begin_inset Formula \[
18735 A=\frac{B}{c}\cdot\maltese\]
18736
18737 \end_inset
18738
18739
18740 \begin_inset Formula \[
18741 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 normalsize
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \begin_inset VSpace medskip
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \begin_layout Standard
18769 Antes de las ecuaciones se ha insertado el comando 
18770 \series bold
18771
18772 \backslash
18773 huge
18774 \series default
18775 .
18776  Para la segunda ecuación el comando es:
18777 \begin_inset Newline newline
18778 \end_inset
18779
18780
18781 \series bold
18782
18783 \backslash
18784 maltese
18785 \begin_inset ERT
18786 status collapsed
18787
18788 \begin_layout Plain Layout
18789
18790
18791 \backslash
18792 spce 
18793 \end_layout
18794
18795 \end_inset
18796
18797 A Alt-m m 
18798 \backslash
18799 Large
18800 \begin_inset ERT
18801 status collapsed
18802
18803 \begin_layout Plain Layout
18804
18805
18806 \backslash
18807 spce 
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \backslash
18814 maltese
18815 \begin_inset ERT
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819
18820
18821 \backslash
18822 spce 
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \backslash
18829 textit
18830 \begin_inset ERT
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834
18835
18836 \backslash
18837 spce 
18838 \end_layout
18839
18840 \end_inset
18841
18842 A
18843 \begin_inset Formula $\to$
18844 \end_inset
18845
18846
18847 \begin_inset Formula $\to$
18848 \end_inset
18849
18850
18851 \begin_inset Newline newline
18852 \end_inset
18853
18854
18855 \begin_inset space \hspace*{}
18856 \length 1cm
18857 \end_inset
18858
18859 Alt-m
18860 \series default
18861  
18862 \series bold
18863
18864 \backslash
18865 tiny
18866 \begin_inset ERT
18867 status collapsed
18868
18869 \begin_layout Plain Layout
18870
18871
18872 \backslash
18873 spce 
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \backslash
18880 maltese
18881 \begin_inset ERT
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885
18886
18887 \backslash
18888 spce 
18889 \end_layout
18890
18891 \end_inset
18892
18893
18894 \backslash
18895 textit
18896 \begin_inset ERT
18897 status collapsed
18898
18899 \begin_layout Plain Layout
18900
18901
18902 \backslash
18903 spce 
18904 \end_layout
18905
18906 \end_inset
18907
18908 A
18909 \end_layout
18910
18911 \begin_layout Standard
18912 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18913  el tamaño por defecto.
18914 \end_layout
18915
18916 \begin_layout Section
18917 Letras griegas
18918 \begin_inset Index
18919 status collapsed
18920
18921 \begin_layout Plain Layout
18922 Letras griegas
18923 \end_layout
18924
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \begin_layout Standard
18931 Todas las letras griegas se pueden insertar además mediante el botón 
18932 \begin_inset Graphics
18933         filename ../../images/math/alpha.png
18934         scale 85
18935
18936 \end_inset
18937
18938  de la barra de ecuaciones.
18939 \end_layout
18940
18941 \begin_layout Subsection
18942 Minúsculas
18943 \begin_inset CommandInset label
18944 LatexCommand label
18945 name "sub:Minúsculas"
18946
18947 \end_inset
18948
18949
18950 \begin_inset Index
18951 status collapsed
18952
18953 \begin_layout Plain Layout
18954 Letras griegas ! minúsculas
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \begin_layout Standard
18963 \begin_inset space \hfill{}
18964 \end_inset
18965
18966
18967 \begin_inset Tabular
18968 <lyxtabular version="3" rows="11" columns="2">
18969 <features>
18970 <column alignment="center" valignment="top" width="0pt">
18971 <column alignment="center" valignment="top" width="0pt">
18972 <row>
18973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 Comando
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986 Símbolo
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997
18998 \backslash
18999 alpha
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 \begin_inset Formula $\alpha$
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \backslash
19024 beta
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033 \begin_inset Formula $\beta$
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 </row>
19042 <row>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \backslash
19049 gamma
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 \begin_inset Formula $\gamma$
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \backslash
19074 delta
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Formula $\delta$
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \backslash
19099 epsilon
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 \begin_inset Formula $\epsilon$
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \backslash
19124 varepsilon
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 \begin_inset Formula $\varepsilon$
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147
19148 \backslash
19149 zeta
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Formula $\zeta$
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \backslash
19174 eta
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Formula $\eta$
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 </row>
19192 <row>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \backslash
19199 theta
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset Formula $\theta$
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \backslash
19224 vartheta
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset Formula $\vartheta$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 </lyxtabular>
19243
19244 \end_inset
19245
19246
19247 \begin_inset space \hfill{}
19248 \end_inset
19249
19250
19251 \begin_inset Tabular
19252 <lyxtabular version="3" rows="12" columns="2">
19253 <features>
19254 <column alignment="center" valignment="top" width="0pt">
19255 <column alignment="center" valignment="top" width="0pt">
19256 <row>
19257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261 Comando
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 Símbolo
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 </row>
19276 <row>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281
19282 \backslash
19283 iota
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 \begin_inset Formula $\iota$
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 </row>
19301 <row>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306
19307 \backslash
19308 kappa
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 \begin_inset Formula $\kappa$
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 </row>
19326 <row>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \backslash
19333 varkappa
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 \begin_inset Formula $\varkappa$
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \backslash
19358 lambda
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 \begin_inset Formula $\lambda$
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 </row>
19376 <row>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \backslash
19383 mu
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 \begin_inset Formula $\mu$
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \backslash
19408 nu
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Formula $\nu$
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 <row>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \backslash
19433 xi
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 \begin_inset Formula $\xi$
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 o
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 \begin_inset Formula $o$
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \backslash
19481 pi
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 \begin_inset Formula $\pi$
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 <row>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \backslash
19506 varpi
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 \begin_inset Formula $\varpi$
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 </row>
19524 <row>
19525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \backslash
19531 rho
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 \begin_inset Formula $\rho$
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 </lyxtabular>
19550
19551 \end_inset
19552
19553
19554 \begin_inset space \hfill{}
19555 \end_inset
19556
19557
19558 \begin_inset Tabular
19559 <lyxtabular version="3" rows="11" columns="2">
19560 <features>
19561 <column alignment="center" valignment="top" width="0pt">
19562 <column alignment="center" valignment="top" width="0pt">
19563 <row>
19564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 Comando
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 Símbolo
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 </row>
19583 <row>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588
19589 \backslash
19590 varrho
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 \begin_inset Formula $\varrho$
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 </row>
19608 <row>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613
19614 \backslash
19615 sigma
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 \begin_inset Formula $\sigma$
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 </row>
19633 <row>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \backslash
19640 varsigma
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 \begin_inset Formula $\varsigma$
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \backslash
19665 tau
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\tau$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \backslash
19690 upsilon
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Formula $\upsilon$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \backslash
19715 phi
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724 \begin_inset Formula $\phi$
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \backslash
19740 varphi
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\varphi$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 chi
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\chi$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 psi
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\psi$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 omega
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\omega$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 </lyxtabular>
19834
19835 \end_inset
19836
19837
19838 \begin_inset space \hfill{}
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \begin_layout Standard
19845 \begin_inset VSpace medskip
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \begin_layout Standard
19852 Cómo escribir letras griegas en redonda se explica en 
19853 \begin_inset CommandInset ref
19854 LatexCommand ref
19855 reference "sub:Griegas-en-redonda"
19856
19857 \end_inset
19858
19859 .
19860 \end_layout
19861
19862 \begin_layout Subsection
19863 Mayúsculas
19864 \begin_inset Index
19865 status collapsed
19866
19867 \begin_layout Plain Layout
19868 Letras griegas ! mayúsculas
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \begin_layout Standard
19877 \begin_inset space \hfill{}
19878 \end_inset
19879
19880
19881 \begin_inset Tabular
19882 <lyxtabular version="3" rows="7" columns="2">
19883 <features>
19884 <column alignment="center" valignment="top" width="0pt">
19885 <column alignment="center" valignment="top" width="0pt">
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 Comando
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 Símbolo
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 </row>
19906 <row>
19907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \backslash
19913 Gamma
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 \begin_inset Formula $\Gamma$
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 </row>
19931 <row>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936
19937 \backslash
19938 Delta
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 \begin_inset Formula $\Delta$
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 <row>
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961
19962 \backslash
19963 Theta
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972 \begin_inset Formula $\Theta$
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 <row>
19982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986
19987 \backslash
19988 Lambda
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997 \begin_inset Formula $\Lambda$
19998 \end_inset
19999
20000
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 </row>
20006 <row>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011
20012 \backslash
20013 Xi
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022 \begin_inset Formula $\Xi$
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 </row>
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \backslash
20038 Pi
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\Pi$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 </lyxtabular>
20057
20058 \end_inset
20059
20060
20061 \begin_inset space \hfill{}
20062 \end_inset
20063
20064
20065 \begin_inset Tabular
20066 <lyxtabular version="3" rows="6" columns="2">
20067 <features>
20068 <column alignment="center" valignment="top" width="0pt">
20069 <column alignment="center" valignment="top" width="0pt">
20070 <row>
20071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 Comando
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 Símbolo
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 <row>
20091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095
20096 \backslash
20097 Sigma
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106 \begin_inset Formula $\Sigma$
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 </row>
20115 <row>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120
20121 \backslash
20122 Upsilon
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131 \begin_inset Formula $\Upsilon$
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145
20146 \backslash
20147 Phi
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156 \begin_inset Formula $\Phi$
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \backslash
20172 Psi
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\Psi$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \backslash
20197 Omega
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\Omega$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 </lyxtabular>
20216
20217 \end_inset
20218
20219
20220 \begin_inset space \hfill{}
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Standard
20227 \begin_inset VSpace medskip
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \begin_layout Standard
20234 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20235  cuando se desarrolló TeX.
20236  Para obtener mayúsculas en cursiva, inicia cada comando con 
20237 \series bold
20238 var
20239 \series default
20240 .
20241  Por ejemplo, el comando 
20242 \series bold
20243
20244 \backslash
20245 varGamma
20246 \series default
20247  genera: 
20248 \begin_inset Formula $\varGamma$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Subsection
20255 Letras en negrita
20256 \begin_inset Index
20257 status collapsed
20258
20259 \begin_layout Plain Layout
20260 Letras griegas ! en negrita
20261 \end_layout
20262
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \begin_layout Standard
20269 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20270  Sólo se pueden poner en negrita con el comando 
20271 \series bold
20272
20273 \backslash
20274 boldsymbol
20275 \series default
20276
20277 \begin_inset Index
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281 Comandos ! B ! 
20282 \backslash
20283 boldsymbol
20284 \end_layout
20285
20286 \end_inset
20287
20288 .
20289 \end_layout
20290
20291 \begin_layout Standard
20292 \align center
20293 \begin_inset Tabular
20294 <lyxtabular version="3" rows="3" columns="2">
20295 <features>
20296 <column alignment="center" valignment="top" width="0">
20297 <column alignment="center" valignment="top" width="0">
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 Comando
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 Símbolo
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 Upsilon
20326 \backslash
20327 boldsymbol
20328 \backslash
20329 Upsilon
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \backslash
20354 theta
20355 \backslash
20356 boldsymbol
20357 \backslash
20358 theta
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\theta\boldsymbol{\theta}$
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 </lyxtabular>
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Section
20384 Símbolos
20385 \begin_inset ERT
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389
20390
20391 \backslash
20392 texorpdfstring{
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \begin_inset Foot
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20403  LaTeX en 
20404 \begin_inset CommandInset citation
20405 LatexCommand cite
20406 key "Symbole"
20407
20408 \end_inset
20409
20410 .
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \begin_inset ERT
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420
20421 }{}
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \begin_inset Note Note
20428 status collapsed
20429
20430 \begin_layout Plain Layout
20431
20432 \backslash
20433 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20434  PDF.
20435 \end_layout
20436
20437 \begin_layout Plain Layout
20438 Más sobre 
20439 \backslash
20440 texorpdfstring en la sección 
20441 \begin_inset CommandInset ref
20442 LatexCommand ref
20443 reference "sub:Ecuaciones-en-títulos"
20444
20445 \end_inset
20446
20447 .
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \begin_inset Index
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 Símbolos
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Muchos de los símbolos listados en esta sección se pueden insertar además
20467  mediante los botones 
20468 \begin_inset Graphics
20469         filename ../../images/math/nabla.png
20470         scale 85
20471
20472 \end_inset
20473
20474  y 
20475 \begin_inset Graphics
20476         filename ../../images/math/digamma.png
20477         scale 85
20478
20479 \end_inset
20480
20481  de la barra de ecuaciones.
20482 \end_layout
20483
20484 \begin_layout Subsection
20485 Símbolos matemáticos
20486 \begin_inset CommandInset label
20487 LatexCommand label
20488 name "sub:Símbolos-matemáticos"
20489
20490 \end_inset
20491
20492
20493 \begin_inset Index
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 Símbolos ! matemáticos
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Standard
20506 \begin_inset space \hfill{}
20507 \end_inset
20508
20509
20510 \begin_inset Tabular
20511 <lyxtabular version="3" rows="10" columns="2">
20512 <features>
20513 <column alignment="center" valignment="top" width="0pt">
20514 <column alignment="center" valignment="top" width="0pt">
20515 <row>
20516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 Comando
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 Símbolo
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 neg
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\neg$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 <row>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565
20566 \backslash
20567 Im
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 \begin_inset Formula $\Im$
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 </row>
20585 <row>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590
20591 \backslash
20592 Re
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Formula $\Re$
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \backslash
20617 aleph
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Formula $\aleph$
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 partial
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 \begin_inset Formula $\partial$
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 infty
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\infty$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 wp
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\wp$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 imath
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\imath$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 jmath
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\jmath$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 </lyxtabular>
20761
20762 \end_inset
20763
20764
20765 \begin_inset space \hfill{}
20766 \end_inset
20767
20768
20769 \begin_inset Tabular
20770 <lyxtabular version="3" rows="10" columns="2">
20771 <features>
20772 <column alignment="center" valignment="top" width="0pt">
20773 <column alignment="center" valignment="top" width="0pt">
20774 <row>
20775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 Comando
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 Símbolo
20789 \begin_inset Note Note
20790 status collapsed
20791
20792 \begin_layout Plain Layout
20793
20794 \series bold
20795
20796 \backslash
20797 raisebox
20798 \series default
20799  se usa sólo como espaciador
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \backslash
20817 forall
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\forall$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \backslash
20842 exists
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 \begin_inset Formula $\exists$
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 nexists
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\nexists$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 emptyset
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Formula $\emptyset$
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \backslash
20917 varnothing
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\varnothing$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 dag
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Formula $\dag$
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965
20966 \backslash
20967 ddag
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 \begin_inset Formula $\ddag$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 complement
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset ERT
21002 status collapsed
21003
21004 \begin_layout Plain Layout
21005
21006
21007 \backslash
21008 raisebox{-0.8mm}{
21009 \end_layout
21010
21011 \end_inset
21012
21013
21014 \begin_inset Formula $\complement$
21015 \end_inset
21016
21017
21018 \begin_inset ERT
21019 status collapsed
21020
21021 \begin_layout Plain Layout
21022
21023 }
21024 \end_layout
21025
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 <row>
21035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039
21040 \backslash
21041 Bbbk
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 \begin_inset Formula $\Bbbk$
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 </row>
21059 </lyxtabular>
21060
21061 \end_inset
21062
21063
21064 \begin_inset space \hfill{}
21065 \end_inset
21066
21067
21068 \begin_inset Tabular
21069 <lyxtabular version="3" rows="10" columns="2">
21070 <features>
21071 <column alignment="center" valignment="top" width="0pt">
21072 <column alignment="center" valignment="top" width="0pt">
21073 <row>
21074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 Comando
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 Símbolo
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \backslash
21100 prime
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\prime$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 <row>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123
21124 \backslash
21125 backprime
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 \begin_inset Formula $\backprime$
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 </row>
21143 <row>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148
21149 \backslash
21150 mho
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 \begin_inset Formula $\mho$
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \backslash
21175 triangle
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\triangle$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198
21199 \backslash
21200 angle
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $\angle$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 measuredangle
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\measuredangle$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 sphericalangle
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\sphericalangle$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 top
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\top$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 bot
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\bot$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 </lyxtabular>
21319
21320 \end_inset
21321
21322
21323 \begin_inset space \hfill{}
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Subsection
21330 Símbolos misceláneos
21331 \begin_inset CommandInset label
21332 LatexCommand label
21333 name "sub:Símbolos-misceláneos"
21334
21335 \end_inset
21336
21337
21338 \begin_inset Index
21339 status collapsed
21340
21341 \begin_layout Plain Layout
21342 Símbolos ! misceláneos
21343 \end_layout
21344
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 \noindent
21352 \align center
21353 \begin_inset Tabular
21354 <lyxtabular version="3" rows="10" columns="2">
21355 <features>
21356 <column alignment="center" valignment="top" width="0pt">
21357 <column alignment="center" valignment="top" width="0pt">
21358 <row>
21359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 Comando
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 Símbolo
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 flat
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $\flat$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408
21409 \backslash
21410 natural
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 \begin_inset Formula $\natural$
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433
21434 \backslash
21435 sharp
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 \begin_inset Formula $\sharp$
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 surd
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\surd$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 checkmark
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\checkmark$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 yen
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\yen$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 pounds
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\pounds$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 $
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 \begin_inset Formula $\$$
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 </row>
21576 <row>
21577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 §
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Formula $§$
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 </lyxtabular>
21600
21601 \end_inset
21602
21603
21604 \begin_inset Tabular
21605 <lyxtabular version="3" rows="10" columns="2">
21606 <features>
21607 <column alignment="center" valignment="top" width="0">
21608 <column alignment="center" valignment="top" width="0">
21609 <row>
21610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614 Comando
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 Símbolo
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \backslash
21636 hbar
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 \begin_inset Formula $\hbar$
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 <row>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659
21660 \backslash
21661 hslash
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Formula $\hslash$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \backslash
21686 clubsuit
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 \begin_inset Formula $\clubsuit$
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 <row>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \backslash
21711 spadesuit
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 \begin_inset Formula $\spadesuit$
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 <row>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734
21735 \backslash
21736 bigstar
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 \begin_inset Formula $\bigstar$
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 blacklozenge
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\blacklozenge$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \backslash
21786 blacktriangle
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 \begin_inset Formula $\blacktriangle$
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 blacktiangledown
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\blacktriangledown$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 bullet
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\bullet$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 </lyxtabular>
21855
21856 \end_inset
21857
21858
21859 \begin_inset Tabular
21860 <lyxtabular version="3" rows="10" columns="2">
21861 <features>
21862 <column alignment="center" valignment="top" width="0pt">
21863 <column alignment="center" valignment="top" width="0pt">
21864 <row>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 Comando
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 Símbolo
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 diamondsuit
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\diamondsuit$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914
21915 \backslash
21916 Diamond
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 \begin_inset Formula $\Diamond$
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939
21940 \backslash
21941 heartsuit
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Formula $\heartsuit$
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 <row>
21960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \backslash
21966 P
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 \begin_inset Formula $\P$
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 copyright
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\copyright$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 circledR
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\circledR$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 <row>
22035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039
22040 \backslash
22041 maltese
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Formula $\maltese$
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \backslash
22066 diagup
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Formula $\diagup$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \backslash
22091 diagdown
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Formula $\diagdown$
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 </lyxtabular>
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Standard
22117 \begin_inset VSpace medskip
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \begin_layout Standard
22124 Hay más símbolos en 
22125 \begin_inset CommandInset ref
22126 LatexCommand ref
22127 reference "sub:Caracteres-especiales-misceláneos"
22128
22129 \end_inset
22130
22131 .
22132 \end_layout
22133
22134 \begin_layout Standard
22135 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22136 \begin_inset CommandInset ref
22137 LatexCommand ref
22138 reference "sub:Tamaños-de-fuentes"
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Subsection
22146 El símbolo del euro, €
22147 \begin_inset Index
22148 status collapsed
22149
22150 \begin_layout Plain Layout
22151 Símbolos ! euro
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \begin_inset Index
22158 status collapsed
22159
22160 \begin_layout Plain Layout
22161 \begin_inset ERT
22162 status collapsed
22163
22164 \begin_layout Plain Layout
22165
22166
22167 \backslash
22168 officialeuro
22169 \end_layout
22170
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22183  LaTeX 
22184 \series bold
22185 eurosym
22186 \series default
22187
22188 \begin_inset Index
22189 status collapsed
22190
22191 \begin_layout Plain Layout
22192 Paquetes ! eurosym
22193 \end_layout
22194
22195 \end_inset
22196
22197 , y cargado en el preámbulo LaTeX con la línea
22198 \end_layout
22199
22200 \begin_layout Standard
22201
22202 \series bold
22203
22204 \backslash
22205 usepackage[gennarrow]{eurosym}
22206 \end_layout
22207
22208 \begin_layout Standard
22209 Actualmente también se puede insertar con el comando 
22210 \series bold
22211
22212 \backslash
22213 euro
22214 \series default
22215
22216 \begin_inset Index
22217 status collapsed
22218
22219 \begin_layout Plain Layout
22220 Comandos ! E ! 
22221 \backslash
22222 euro
22223 \end_layout
22224
22225 \end_inset
22226
22227 .
22228 \end_layout
22229
22230 \begin_layout Standard
22231 El símbolo del euro puede insertarse directamente con la tecla € en texto
22232  matemático sin tener 
22233 \series bold
22234 eurosym
22235 \series default
22236  instalado.
22237  Si 
22238 \series bold
22239 eurosym
22240 \series default
22241  está instalado, se puede insertar 
22242 \series bold
22243
22244 \backslash
22245 euro
22246 \series default
22247  en modo TeX.
22248  El símbolo oficial de la moneda se puede insertar con el comando 
22249 \series bold
22250
22251 \backslash
22252 officialeuro
22253 \series default
22254
22255 \begin_inset Index
22256 status collapsed
22257
22258 \begin_layout Plain Layout
22259 Comandos ! O ! 
22260 \backslash
22261 officialeuro
22262 \end_layout
22263
22264 \end_inset
22265
22266 , que sólo está disponible en modo TeX.
22267 \end_layout
22268
22269 \begin_layout Standard
22270 \begin_inset ERT
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274
22275
22276 \backslash
22277 ifeurosym
22278 \end_layout
22279
22280 \end_inset
22281
22282
22283 \begin_inset Note Note
22284 status collapsed
22285
22286 \begin_layout Plain Layout
22287 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22288 \series bold
22289 eurosym
22290 \series default
22291 .
22292 \end_layout
22293
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \begin_layout Standard
22300 Un vistazo a los diferentes símbolos del euro.
22301 \end_layout
22302
22303 \begin_layout Standard
22304 \noindent
22305 \align center
22306 \begin_inset Tabular
22307 <lyxtabular version="3" rows="4" columns="3">
22308 <features>
22309 <column alignment="center" valignment="top" width="0">
22310 <column alignment="center" valignment="top" width="0">
22311 <column alignment="center" valignment="top" width="0">
22312 <row>
22313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 Comando
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 Símbolo
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 ecuación
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 euro
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\euro$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 texto matemático
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Formula $\mbox{€}$
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 <row>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 modo TeX
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \backslash
22423 officialeuro
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset ERT
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436
22437
22438 \backslash
22439 officialeuro
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 </lyxtabular>
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \begin_layout Standard
22458 \begin_inset ERT
22459 status collapsed
22460
22461 \begin_layout Plain Layout
22462
22463
22464 \backslash
22465 else
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \begin_inset Note Note
22472 status collapsed
22473
22474 \begin_layout Plain Layout
22475 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22476 \series bold
22477 eurosym
22478 \series default
22479 :
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \begin_layout Standard
22488 Para ver la salida completa de esta subsección debe estar instalado el paquete
22489  LaTeX 
22490 \series bold
22491 eurosym
22492 \series default
22493 .
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset ERT
22498 status collapsed
22499
22500 \begin_layout Plain Layout
22501
22502
22503 \backslash
22504 fi
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \begin_layout Section
22513 Relaciones
22514 \begin_inset CommandInset label
22515 LatexCommand label
22516 name "sec:Relaciones"
22517
22518 \end_inset
22519
22520
22521 \begin_inset Index
22522 status collapsed
22523
22524 \begin_layout Plain Layout
22525 Relaciones
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \begin_inset Index
22532 status collapsed
22533
22534 \begin_layout Plain Layout
22535 Comparaciones|see
22536 \begin_inset ERT
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540
22541 {
22542 \end_layout
22543
22544 \end_inset
22545
22546 Relaciones
22547 \begin_inset ERT
22548 status collapsed
22549
22550 \begin_layout Plain Layout
22551
22552 }
22553 \end_layout
22554
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \begin_layout Standard
22566 Todas las relaciones se pueden insertar también con el botón 
22567 \begin_inset Graphics
22568         filename ../../images/math/leq.png
22569         scale 85
22570
22571 \end_inset
22572
22573  de la barra de ecuaciones.
22574 \end_layout
22575
22576 \begin_layout Standard
22577 \begin_inset space \hfill{}
22578 \end_inset
22579
22580
22581 \begin_inset Tabular
22582 <lyxtabular version="3" rows="17" columns="2">
22583 <features>
22584 <column alignment="center" valignment="top" width="0pt">
22585 <column alignment="center" valignment="top" width="0pt">
22586 <row>
22587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 Comando
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 Relación
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 </row>
22606 <row>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 <
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Formula $<$
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 <row>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \backslash
22636 le
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 \begin_inset Formula $\le$
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 <row>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659
22660 \backslash
22661 ll
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 \begin_inset Formula $\ll$
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 </row>
22679 <row>
22680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684
22685 \backslash
22686 prec
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 \begin_inset Formula $\prec$
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 </row>
22704 <row>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \backslash
22711 preceq
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Formula $\preceq$
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 <row>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734
22735 \backslash
22736 subset
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 \begin_inset Formula $\subset$
22746 \end_inset
22747
22748
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 \backslash
22761 subseteq
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $\subseteq$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 <row>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784
22785 \backslash
22786 sqsubseteq
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Formula $\sqsubseteq$
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 </row>
22804 <row>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809
22810 \backslash
22811 in
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 \begin_inset Formula $\in$
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 </row>
22829 <row>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834
22835 \backslash
22836 vdash
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 \begin_inset Formula $\vdash$
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 <row>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859
22860 \backslash
22861 smile
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset Formula $\smile$
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 <row>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 lhd
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Formula $\lhd$
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 unlhd
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\unlhd$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \backslash
22936 gtrless
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Formula $\gtrless$
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \backslash
22961 mid
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $\mid$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 nmid
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Formula $\nmid$
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 </lyxtabular>
23005
23006 \end_inset
23007
23008
23009 \begin_inset space \hfill{}
23010 \end_inset
23011
23012
23013 \begin_inset Tabular
23014 <lyxtabular version="3" rows="17" columns="2">
23015 <features>
23016 <column alignment="center" valignment="top" width="0pt">
23017 <column alignment="center" valignment="top" width="0pt">
23018 <row>
23019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 Comando
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 Relación
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 </row>
23038 <row>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 =
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $=$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \backslash
23068 not=
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 \begin_inset Formula $\not=$
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091
23092 \backslash
23093 equiv
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 \begin_inset Formula $\equiv$
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 </row>
23111 <row>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116
23117 \backslash
23118 sim
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Formula $\sim$
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \backslash
23143 simeq
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 \begin_inset Formula $\simeq$
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 <row>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 approx
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Formula $\approx$
23178 \end_inset
23179
23180
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 \backslash
23193 cong
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $\cong$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 bowtie
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Formula $\bowtie$
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \backslash
23243 notin
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $\notin$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 perp
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\perp$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291
23292 \backslash
23293 propto
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $\propto$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 asymp
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\asymp$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 doteq
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\doteq$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 circeq
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\circeq$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 models
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\models$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 widehat=
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\widehat{=}$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 </lyxtabular>
23437
23438 \end_inset
23439
23440
23441 \begin_inset space \hfill{}
23442 \end_inset
23443
23444
23445 \begin_inset Tabular
23446 <lyxtabular version="3" rows="17" columns="2">
23447 <features>
23448 <column alignment="center" valignment="top" width="0pt">
23449 <column alignment="center" valignment="top" width="0pt">
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 Comando
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 Relación
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 </row>
23470 <row>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 >
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $>$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 ge
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\ge$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 gg
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\gg$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 succ
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\succ$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 succeq
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\succeq$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 supset
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\supset$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 supseteq
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\supseteq$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 sqsupseteq
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\sqsupseteq$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 ni
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\ni$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 dashv
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\dashv$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \backslash
23725 frown
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $\frown$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 rhd
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\rhd$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 unrhd
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\unrhd$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 lessgtr
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\lessgtr$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 parallel
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\parallel$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 nparallel
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\nparallel$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 </lyxtabular>
23869
23870 \end_inset
23871
23872
23873 \begin_inset space \hfill{}
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 \begin_inset VSpace medskip
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \begin_layout Standard
23887 Los caracteres 
23888 \series bold
23889
23890 \backslash
23891 lhd
23892 \series default
23893  y 
23894 \series bold
23895
23896 \backslash
23897 rhd
23898 \series default
23899  son mayores que los operadores de aspecto similar 
23900 \series bold
23901
23902 \backslash
23903 triangleleft
23904 \series default
23905  y 
23906 \series bold
23907
23908 \backslash
23909 triangleright
23910 \series default
23911 , respectivamente.
23912 \end_layout
23913
23914 \begin_layout Standard
23915 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23916 \end_layout
23917
23918 \begin_layout Standard
23919 Se pueden componer relaciones con etiquetas con el comando 
23920 \series bold
23921
23922 \backslash
23923 stackrel
23924 \series default
23925
23926 \begin_inset Index
23927 status collapsed
23928
23929 \begin_layout Plain Layout
23930 Comandos ! S ! 
23931 \backslash
23932 stackrel
23933 \end_layout
23934
23935 \end_inset
23936
23937 :
23938 \end_layout
23939
23940 \begin_layout Standard
23941 \align center
23942 \begin_inset Tabular
23943 <lyxtabular version="3" rows="2" columns="2">
23944 <features>
23945 <column alignment="center" valignment="top" width="0">
23946 <column alignment="center" valignment="top" width="0">
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 Comando
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 Resultado
23962 \begin_inset Note Note
23963 status collapsed
23964
23965 \begin_layout Plain Layout
23966
23967 \series bold
23968
23969 \backslash
23970 raisebox
23971 \series default
23972  se usa sólo como espaciador
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 </row>
23983 <row>
23984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 A(r)
23989 \backslash
23990 stackrel
23991 \begin_inset ERT
23992 status collapsed
23993
23994 \begin_layout Plain Layout
23995
23996
23997 \backslash
23998 spce 
23999 \end_layout
24000
24001 \end_inset
24002
24003 r
24004 \backslash
24005 to
24006 \backslash
24007 infty
24008 \begin_inset ERT
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012
24013
24014 \backslash
24015 spce 
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \begin_inset Formula $\downarrow$
24022 \end_inset
24023
24024
24025 \backslash
24026 approx
24027 \begin_inset ERT
24028 status collapsed
24029
24030 \begin_layout Plain Layout
24031
24032
24033 \backslash
24034 spce 
24035 \end_layout
24036
24037 \end_inset
24038
24039
24040 \begin_inset ERT
24041 status collapsed
24042
24043 \begin_layout Plain Layout
24044
24045
24046 \backslash
24047 spce 
24048 \end_layout
24049
24050 \end_inset
24051
24052 B
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 </row>
24070 </lyxtabular>
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \begin_layout Section
24078 Funciones
24079 \end_layout
24080
24081 \begin_layout Subsection
24082 Funciones predefinidas
24083 \begin_inset CommandInset label
24084 LatexCommand label
24085 name "sub:Funciones-predefinidas"
24086
24087 \end_inset
24088
24089
24090 \begin_inset Index
24091 status collapsed
24092
24093 \begin_layout Plain Layout
24094 Funciones ! predefinidas
24095 \end_layout
24096
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \begin_layout Standard
24103 En general las variables se escriben en 
24104 \emph on
24105 cursiva
24106 \emph default
24107  en expresiones matemáticas, pero no los nombres de las funciones, porque
24108  
24109 \begin_inset Formula $sen$
24110 \end_inset
24111
24112  podría confundirse con 
24113 \begin_inset Formula $s\cdot e\cdot n$
24114 \end_inset
24115
24116 .
24117  Por eso hay funciones predefinidas, que además se separan un poco del factor
24118  precedente.
24119  Se insertan como comandos con una barra inversa  delante de su nombre.
24120 \end_layout
24121
24122 \begin_layout Standard
24123 \align center
24124 \begin_inset Tabular
24125 <lyxtabular version="3" rows="2" columns="4">
24126 <features>
24127 <column alignment="center" valignment="top" width="0pt">
24128 <column alignment="center" valignment="top" width="0pt">
24129 <column alignment="center" valignment="top" width="0pt">
24130 <column alignment="center" valignment="top" width="0pt">
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 Comando
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145 Resultado
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 Comando
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 Resultado
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 </row>
24169 <row>
24170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174 Asen(x)+B
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183 \begin_inset Formula $Asen(x)+B$
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 A
24196 \backslash
24197 sen(x)+B
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 \begin_inset Formula $A\sen(x)+B$
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 </lyxtabular>
24216
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \begin_layout Standard
24223 Las funciones siguientes están predefinidas:
24224 \begin_inset Foot
24225 status open
24226
24227 \begin_layout Plain Layout
24228 Se han añadido los comandos equivalentes suministrados por el estilo 
24229 \series bold
24230 spanish
24231 \series default
24232  de 
24233 \series bold
24234 babel
24235 \series default
24236 , adaptados a las convenciones hispanohablantes.
24237  Además, en su caso, las funciones serán acentuadas automáticamente en la
24238  salida, p.
24239 \begin_inset space \thinspace{}
24240 \end_inset
24241
24242 e.
24243  
24244 \begin_inset Quotes fld
24245 \end_inset
24246
24247 lím
24248 \begin_inset Quotes frd
24249 \end_inset
24250
24251  o 
24252 \begin_inset Quotes fld
24253 \end_inset
24254
24255 máx
24256 \begin_inset Quotes frd
24257 \end_inset
24258
24259 .
24260  Más información en 
24261 \begin_inset CommandInset citation
24262 LatexCommand cite
24263 key "spanish"
24264
24265 \end_inset
24266
24267 .
24268  (
24269 \emph on
24270 N.
24271 \begin_inset space \thinspace{}
24272 \end_inset
24273
24274 del t.
24275 \emph default
24276 )
24277 \end_layout
24278
24279 \end_inset
24280
24281
24282 \end_layout
24283
24284 \begin_layout Standard
24285 \begin_inset VSpace -2mm
24286 \end_inset
24287
24288
24289 \end_layout
24290
24291 \begin_layout Standard
24292 \align center
24293 \begin_inset Tabular
24294 <lyxtabular version="3" rows="9" columns="7">
24295 <features>
24296 <column alignment="center" valignment="top" width="0pt">
24297 <column alignment="center" valignment="top" width="0pt">
24298 <column alignment="center" valignment="top" width="0pt">
24299 <column alignment="center" valignment="top" width="0pt">
24300 <column alignment="center" valignment="top" width="0pt">
24301 <column alignment="center" valignment="top" width="0pt">
24302 <column alignment="center" valignment="top" width="0pt">
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 Comando
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 español
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 Comando
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 español
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 Comando
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 español
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 Comando
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 </row>
24368 <row>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 sin
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 sen
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 sinh
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406
24407 \backslash
24408 senh
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417
24418 \backslash
24419 arcsin
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 arcsen
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \backslash
24441 sup
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 </row>
24447 <row>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \backslash
24454 cos
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \backslash
24474 cosh
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 arccos
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 arccos
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \backslash
24516 inf
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 </row>
24522 <row>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 tan
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 tg
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 tanh
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 tgh
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 arctan
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 arctg
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 lim
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 </row>
24601 <row>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \backslash
24608 cot
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 cotg
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 coth
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 arg
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668
24669 \backslash
24670 liminf
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 </row>
24676 <row>
24677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681
24682 \backslash
24683 sec
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 min
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 deg
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741
24742 \backslash
24743 limsup
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 </row>
24749 <row>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \backslash
24756 csc
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 cosec
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 max
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 det
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816
24817 \backslash
24818 Pr
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 </row>
24824 <row>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \backslash
24831 ln
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 exp
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869
24870 \backslash
24871 dim
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \backslash
24891 hom
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 </row>
24897 <row>
24898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902
24903 \backslash
24904 lg
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922
24923 \backslash
24924 log
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \backslash
24944 ker
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \backslash
24964 gcd
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 </row>
24970 </lyxtabular>
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Standard
24978 También se pueden insertar con el botón 
24979 \begin_inset Graphics
24980         filename ../../images/math/functions.png
24981         scale 85
24982
24983 \end_inset
24984
24985  de la barra de ecuaciones.
24986 \end_layout
24987
24988 \begin_layout Subsection
24989 Funciones definidas por el usuario
24990 \begin_inset Index
24991 status collapsed
24992
24993 \begin_layout Plain Layout
24994 Funciones ! personalizadas
24995 \end_layout
24996
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \begin_layout Standard
25003 Para usar una función no predefinida, como por ejemplo la función signo,
25004  sgn(x), hay dos posibilidades:
25005 \end_layout
25006
25007 \begin_layout Itemize
25008 Define la función añadiendo al preámbulo LaTeX la línea
25009 \begin_inset Foot
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013 Más sobre 
25014 \series bold
25015
25016 \backslash
25017 DeclareMathOperator
25018 \series default
25019  en 
25020 \begin_inset CommandInset ref
25021 LatexCommand ref
25022 reference "sub:Operadores-de-usuario"
25023
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035
25036 \begin_inset VSpace -3mm
25037 \end_inset
25038
25039
25040 \begin_inset Newline newline
25041 \end_inset
25042
25043
25044 \series bold
25045
25046 \backslash
25047 DeclareMathOperator{
25048 \backslash
25049 sgn}{sgn}
25050 \series default
25051
25052 \begin_inset Index
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056 Comandos ! D ! 
25057 \backslash
25058 dbinom@
25059 \backslash
25060 DeclareMathOperator
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset Newline newline
25067 \end_inset
25068
25069
25070 \begin_inset VSpace -2mm
25071 \end_inset
25072
25073
25074 \begin_inset Newline newline
25075 \end_inset
25076
25077 Ahora la función recién definida se puede obtener con el comando 
25078 \series bold
25079
25080 \backslash
25081 sgn
25082 \series default
25083 .
25084 \end_layout
25085
25086 \begin_layout Itemize
25087 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25088  en nuestro ejemplo las letras 
25089 \emph on
25090 sgn
25091 \emph default
25092 , y cámbialo a texto matemático.
25093  Entre el factor precedente y la función se inserta un espacio.
25094 \end_layout
25095
25096 \begin_layout Standard
25097 El resultado con ambos métodos es el mismo que con una función predefinida:
25098 \begin_inset Foot
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25103  negro.
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \align center
25113 \begin_inset Tabular
25114 <lyxtabular version="3" rows="3" columns="2">
25115 <features>
25116 <column alignment="center" valignment="top" width="0pt">
25117 <column alignment="center" valignment="top" width="0pt">
25118 <row>
25119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 Comando
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132 Resultado
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 <row>
25139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 A
25144 \backslash
25145 sgn(x)+B
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 \begin_inset Formula $A\sgn(x)+B$
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168 A
25169 \backslash
25170 ,
25171 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25172 \end_inset
25173
25174 (x)+B
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 </lyxtabular>
25193
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 El primer método es preferible si la función se va a usar varias veces.
25201 \end_layout
25202
25203 \begin_layout Subsection
25204 Límites
25205 \begin_inset Index
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209 Límites
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 Para límites, además de 
25219 \series bold
25220
25221 \backslash
25222 lim
25223 \series default
25224
25225 \begin_inset Index
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229 Comandos ! L ! 
25230 \backslash
25231 lim
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \series bold
25238
25239 \backslash
25240 liminf
25241 \series default
25242  y 
25243 \series bold
25244
25245 \backslash
25246 limsup
25247 \series default
25248  están definidas las siguientes funciones:
25249 \series bold
25250  
25251 \end_layout
25252
25253 \begin_layout Standard
25254 \noindent
25255 \align center
25256 \begin_inset Tabular
25257 <lyxtabular version="3" rows="5" columns="2">
25258 <features>
25259 <column alignment="center" valignment="top" width="0">
25260 <column alignment="center" valignment="top" width="0">
25261 <row>
25262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266 Comando
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 Resultado
25276 \begin_inset Note Note
25277 status collapsed
25278
25279 \begin_layout Plain Layout
25280
25281 \series bold
25282
25283 \backslash
25284 raisebox
25285 \series default
25286  se usa sólo como espaciador
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 </row>
25297 <row>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302
25303 \backslash
25304 varliminf
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313 \begin_inset Formula $\varliminf$
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 </row>
25322 <row>
25323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \backslash
25329 varlimsup
25330 \end_layout
25331
25332 \end_inset
25333 </cell>
25334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338 \begin_inset Formula $\varlimsup$
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 </row>
25347 <row>
25348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352
25353 \backslash
25354 varprojlim
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 \begin_inset Formula $\varprojlim$
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 </row>
25372 <row>
25373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377
25378 \backslash
25379 varinjlim
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388 \begin_inset Formula $\varinjlim$
25389 \end_inset
25390
25391
25392 \begin_inset Formula $\raisebox{-2.5mm}{}$
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 </row>
25401 </lyxtabular>
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \begin_layout Standard
25409 \begin_inset VSpace medskip
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \begin_layout Standard
25416 El límite se crea insertando un subíndice.
25417  Se imprime a la derecha junto a la función en una fórmula en línea:
25418 \end_layout
25419
25420 \begin_layout Standard
25421 \noindent
25422 \align center
25423 \begin_inset Tabular
25424 <lyxtabular version="3" rows="2" columns="2">
25425 <features>
25426 <column alignment="center" valignment="top" width="0pt">
25427 <column alignment="center" valignment="top" width="0pt">
25428 <row>
25429 <cell alignment="center" valignment="top" usebox="none">
25430 \begin_inset Text
25431
25432 \begin_layout Plain Layout
25433 Comando
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 \begin_inset space \hspace{}
25443 \length 1cm
25444 \end_inset
25445
25446 Resultado
25447 \begin_inset Note Note
25448 status collapsed
25449
25450 \begin_layout Plain Layout
25451
25452 \series bold
25453
25454 \backslash
25455 raisebox
25456 \series default
25457  se usa sólo como espaciador
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \backslash
25475 lim_x
25476 \backslash
25477 to
25478 \begin_inset ERT
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482
25483
25484 \backslash
25485 spce 
25486 \end_layout
25487
25488 \end_inset
25489
25490 A
25491 \begin_inset ERT
25492 status collapsed
25493
25494 \begin_layout Plain Layout
25495
25496
25497 \backslash
25498 spce 
25499 \end_layout
25500
25501 \end_inset
25502
25503 x=B
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25513 \end_inset
25514
25515
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 </row>
25521 </lyxtabular>
25522
25523 \end_inset
25524
25525
25526 \end_layout
25527
25528 \begin_layout Standard
25529 En una ecuación presentada el límite se imprime debajo, como es habitual:
25530 \begin_inset Formula \[
25531 \lim\limits _{x\rightarrow A}=B\]
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Subsection
25539 Función módulo
25540 \begin_inset Index
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 Funciones ! módulo
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 La función módulo es especial, porque existe en cuatro variantes.
25554 \end_layout
25555
25556 \begin_layout Standard
25557 En una ecuación presentada:
25558 \begin_inset Formula \begin{align*}
25559 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25560 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25561 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25562 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25563 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25564
25565 \end_inset
25566
25567 En una ecuación en línea se pone menos espacio delante del nombre de la
25568  función para todas las variantes.
25569 \end_layout
25570
25571 \begin_layout Section
25572 Caracteres especiales
25573 \begin_inset Index
25574 status collapsed
25575
25576 \begin_layout Plain Layout
25577 Caracteres especiales
25578 \end_layout
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \begin_layout Subsection
25586 Caracteres especiales en texto matemático
25587 \end_layout
25588
25589 \begin_layout Standard
25590 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25591  TeX:
25592 \end_layout
25593
25594 \begin_layout Standard
25595 \begin_inset space \hfill{}
25596 \end_inset
25597
25598
25599 \begin_inset Tabular
25600 <lyxtabular version="3" rows="8" columns="2">
25601 <features>
25602 <column alignment="block" valignment="top" width="0">
25603 <column alignment="block" valignment="top" width="0">
25604 <row>
25605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 Comando
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 Resultado
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 </row>
25624 <row>
25625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629
25630 \backslash
25631 oe
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 \begin_inset Formula $\textrm{œ}$
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 </row>
25649 <row>
25650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654
25655 \backslash
25656 OE
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665 \begin_inset Formula $\textrm{Œ}$
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 <row>
25675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679
25680 \backslash
25681 ae
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690 \begin_inset Formula $\textrm{æ}$
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 </row>
25699 <row>
25700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704
25705 \backslash
25706 AE
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25712 \begin_inset Text
25713
25714 \begin_layout Plain Layout
25715 \begin_inset Formula $\textrm{Æ}$
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 </row>
25724 <row>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729
25730 \backslash
25731 aa
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 \begin_inset Formula $\textrm{\aa}$
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 <row>
25750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754
25755 \backslash
25756 AA
25757 \begin_inset Index
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761 \begin_inset ERT
25762 status collapsed
25763
25764 \begin_layout Plain Layout
25765
25766
25767 \backslash
25768 @
25769 \backslash
25770 textrm{
25771 \backslash
25772 AA}
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791 \begin_inset Formula $\textrm{Å}$
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \end_inset
25798 </cell>
25799 </row>
25800 <row>
25801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805
25806 \backslash
25807 i
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25813 \begin_inset Text
25814
25815 \begin_layout Plain Layout
25816 \begin_inset Formula $\textrm{ı}$
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 </row>
25825 </lyxtabular>
25826
25827 \end_inset
25828
25829
25830 \begin_inset space \hfill{}
25831 \end_inset
25832
25833
25834 \begin_inset Tabular
25835 <lyxtabular version="3" rows="8" columns="2">
25836 <features>
25837 <column alignment="block" valignment="top" width="0">
25838 <column alignment="center" valignment="top" width="0">
25839 <row>
25840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844 Comando
25845 \begin_inset Note Note
25846 status collapsed
25847
25848 \begin_layout Plain Layout
25849
25850 \series bold
25851
25852 \backslash
25853 raisebox
25854 \series default
25855  se usa sólo como espaciador
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869 Resultado
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 </row>
25875 <row>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880
25881 \backslash
25882 o
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 Formula $\textrm{ø}$
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 </row>
25900 <row>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905
25906 \backslash
25907 O
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 \begin_inset Formula $\textrm{Ø}$
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \end_inset
25923 </cell>
25924 </row>
25925 <row>
25926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930
25931 \backslash
25932 l
25933 \end_layout
25934
25935 \end_inset
25936 </cell>
25937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941 \begin_inset Formula $\textrm{ł}$
25942 \end_inset
25943
25944
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 </row>
25950 <row>
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955
25956 \backslash
25957 L
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 \begin_inset Formula $\textrm{Ł}$
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 </row>
25975 <row>
25976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980 !
25981 \begin_inset space \hspace{}
25982 \length 0mm
25983 \end_inset
25984
25985 `
25986 \begin_inset ERT
25987 status collapsed
25988
25989 \begin_layout Plain Layout
25990
25991
25992 \backslash
25993 spce 
25994 \end_layout
25995
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset Formula $\textrm{!`}$
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 </row>
26016 <row>
26017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26018 \begin_inset Text
26019
26020 \begin_layout Plain Layout
26021 ?
26022 \begin_inset space \hspace{}
26023 \length 0mm
26024 \end_inset
26025
26026 `
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032
26033 \backslash
26034 spce 
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048 \begin_inset Formula $\textrm{?`}$
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \end_inset
26055 </cell>
26056 </row>
26057 <row>
26058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Plain Layout
26062
26063 \backslash
26064 j
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 \begin_inset Formula $\textrm{ȷ}$
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \end_inset
26080 </cell>
26081 </row>
26082 </lyxtabular>
26083
26084 \end_inset
26085
26086
26087 \begin_inset space \hfill{}
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \begin_layout Standard
26094 Los caracteres 
26095 \begin_inset Formula $\textrm{\textrm{Å}}$
26096 \end_inset
26097
26098  y 
26099 \begin_inset Formula $\textrm{\textrm{Ø}}$
26100 \end_inset
26101
26102  también se pueden insertar mediante el botón 
26103 \begin_inset Graphics
26104         filename ../../images/math/digamma.png
26105         scale 85
26106
26107 \end_inset
26108
26109  de la barra de ecuaciones.
26110 \end_layout
26111
26112 \begin_layout Standard
26113 Los comandos 
26114 \series bold
26115 !
26116 \begin_inset space \hspace{}
26117 \length 0mm
26118 \end_inset
26119
26120 `
26121 \series default
26122  y 
26123 \series bold
26124 ?
26125 \begin_inset space \hspace{}
26126 \length 0mm
26127 \end_inset
26128
26129 `
26130 \series default
26131  son una excepción porque se pueden insertar directamente a texto en LyX.
26132  
26133 \end_layout
26134
26135 \begin_layout Subsection
26136 Acentos en texto
26137 \begin_inset CommandInset label
26138 LatexCommand label
26139 name "sub:Acentos-en-texto"
26140
26141 \end_inset
26142
26143
26144 \begin_inset Index
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148 Acentos ! en texto
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Standard
26157 Con los siguientes comandos se pueden acentuar todas las letras.
26158  Los comandos deben ponerse en modo TeX.
26159 \end_layout
26160
26161 \begin_layout Standard
26162 \begin_inset space \hfill{}
26163 \end_inset
26164
26165
26166 \begin_inset Tabular
26167 <lyxtabular version="3" rows="8" columns="2">
26168 <features>
26169 <column alignment="block" valignment="top" width="0">
26170 <column alignment="block" valignment="top" width="0">
26171 <row>
26172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Plain Layout
26176 Comando
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 Resultado
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 </row>
26191 <row>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \backslash
26198
26199 \begin_inset Quotes grd
26200 \end_inset
26201
26202 e
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211 \begin_inset ERT
26212 status collapsed
26213
26214 \begin_layout Plain Layout
26215
26216
26217 \backslash
26218 "e
26219 \end_layout
26220
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row>
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234
26235 \backslash
26236 `e
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 \begin_inset ERT
26246 status collapsed
26247
26248 \begin_layout Plain Layout
26249
26250
26251 \backslash
26252 `e
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 <row>
26264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268
26269 \backslash
26270 ^
26271 \begin_inset ERT
26272 status collapsed
26273
26274 \begin_layout Plain Layout
26275
26276
26277 \backslash
26278 spce 
26279 \end_layout
26280
26281 \end_inset
26282
26283 e
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 \begin_inset ERT
26293 status collapsed
26294
26295 \begin_layout Plain Layout
26296
26297
26298 \backslash
26299 ^e
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 <row>
26311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315
26316 \backslash
26317 =e
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Plain Layout
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 =e
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 </row>
26344 <row>
26345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \backslash
26351 u
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 spce 
26360 \end_layout
26361
26362 \end_inset
26363
26364 e
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 \begin_inset ERT
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377
26378
26379 \backslash
26380 u e
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 </row>
26391 <row>
26392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396
26397 \backslash
26398 b
26399 \begin_inset ERT
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403
26404
26405 \backslash
26406 spce 
26407 \end_layout
26408
26409 \end_inset
26410
26411 e
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26417 \begin_inset Text
26418
26419 \begin_layout Plain Layout
26420 \begin_inset ERT
26421 status collapsed
26422
26423 \begin_layout Plain Layout
26424
26425
26426 \backslash
26427 b e
26428 \end_layout
26429
26430 \end_inset
26431
26432
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 </row>
26438 <row>
26439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443
26444 \backslash
26445 t
26446 \begin_inset ERT
26447 status collapsed
26448
26449 \begin_layout Plain Layout
26450
26451
26452 \backslash
26453 spce 
26454 \end_layout
26455
26456 \end_inset
26457
26458 ee
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 \begin_inset ERT
26468 status collapsed
26469
26470 \begin_layout Plain Layout
26471
26472
26473 \backslash
26474 t ee
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 </row>
26485 </lyxtabular>
26486
26487 \end_inset
26488
26489
26490 \begin_inset space \hfill{}
26491 \end_inset
26492
26493
26494 \begin_inset Tabular
26495 <lyxtabular version="3" rows="8" columns="2">
26496 <features>
26497 <column alignment="block" valignment="top" width="0">
26498 <column alignment="center" valignment="top" width="0">
26499 <row>
26500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 Comando
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513 Resultado
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 </row>
26519 <row>
26520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524
26525 \backslash
26526 H
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 spce 
26535 \end_layout
26536
26537 \end_inset
26538
26539 e
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 \begin_inset ERT
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552
26553
26554 \backslash
26555 H e
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 </row>
26566 <row>
26567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571
26572 \backslash
26573 'e
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 \begin_inset ERT
26583 status collapsed
26584
26585 \begin_layout Plain Layout
26586
26587
26588 \backslash
26589 'e
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 <row>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605
26606 \backslash
26607 ~e
26608 \begin_inset Index
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 Tilde
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Plain Layout
26626 \begin_inset ERT
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630
26631
26632 \backslash
26633 ~e
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 </row>
26644 <row>
26645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649
26650 \backslash
26651 .e
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660 \begin_inset ERT
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664
26665
26666 \backslash
26667 .e
26668 \end_layout
26669
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 </row>
26678 <row>
26679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683
26684 \backslash
26685 v
26686 \begin_inset ERT
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690
26691
26692 \backslash
26693 spce 
26694 \end_layout
26695
26696 \end_inset
26697
26698 e
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 \begin_inset ERT
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711
26712
26713 \backslash
26714 v e
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 </row>
26725 <row>
26726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Plain Layout
26730
26731 \backslash
26732 d
26733 \begin_inset ERT
26734 status collapsed
26735
26736 \begin_layout Plain Layout
26737
26738
26739 \backslash
26740 spce 
26741 \end_layout
26742
26743 \end_inset
26744
26745 e
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 d e
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 <row>
26773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777
26778 \backslash
26779 c
26780 \begin_inset ERT
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784
26785
26786 \backslash
26787 spce 
26788 \end_layout
26789
26790 \end_inset
26791
26792 e
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801 \begin_inset ERT
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805
26806
26807 \backslash
26808 c e
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 </row>
26819 </lyxtabular>
26820
26821 \end_inset
26822
26823
26824 \begin_inset space \hfill{}
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Standard
26831 \begin_inset VSpace medskip
26832 \end_inset
26833
26834
26835 \end_layout
26836
26837 \begin_layout Standard
26838 Con el comando 
26839 \series bold
26840
26841 \backslash
26842 t
26843 \series default
26844  también se pueden acentuar dos caracteres distintos.
26845  El comando 
26846 \series bold
26847
26848 \backslash
26849 t
26850 \begin_inset ERT
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854
26855
26856 \backslash
26857 spce 
26858 \end_layout
26859
26860 \end_inset
26861
26862 sz
26863 \series default
26864  genera 
26865 \begin_inset ERT
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869
26870
26871 \backslash
26872 t sz
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \begin_layout Standard
26881 Los acentos 
26882 \series bold
26883 `
26884 \series default
26885  , 
26886 \series bold
26887 '
26888 \series default
26889  y 
26890 \series bold
26891 ^
26892 \series default
26893  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26894  TeX.
26895  Lo mismo se aplica a la tilde
26896 \begin_inset Foot
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26901 \end_layout
26902
26903 \end_inset
26904
26905  con 
26906 \emph on
26907 a
26908 \emph default
26909
26910 \emph on
26911 o
26912 \emph default
26913  y 
26914 \emph on
26915 n.
26916 \end_layout
26917
26918 \begin_layout Standard
26919 Los comandos 
26920 \series bold
26921
26922 \backslash
26923 b
26924 \series default
26925  , 
26926 \series bold
26927
26928 \backslash
26929 c
26930 \series default
26931  , 
26932 \series bold
26933
26934 \backslash
26935 d
26936 \series default
26937  , 
26938 \series bold
26939
26940 \backslash
26941 H
26942 \series default
26943  , 
26944 \series bold
26945
26946 \backslash
26947 t
26948 \series default
26949  , 
26950 \series bold
26951
26952 \backslash
26953 u
26954 \series default
26955  , 
26956 \series bold
26957
26958 \backslash
26959 v
26960 \series default
26961 , y acentos insertados directamente con el teclado también están disponibles
26962  en texto matemático.
26963  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26964  
26965 \begin_inset CommandInset ref
26966 LatexCommand ref
26967 reference "sub:Acentos-para-un"
26968
26969 \end_inset
26970
26971 .
26972 \end_layout
26973
26974 \begin_layout Standard
26975 \begin_inset VSpace bigskip
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \begin_layout Standard
26982 Además, con el comando 
26983 \series bold
26984
26985 \backslash
26986 textcircled
26987 \series default
26988
26989 \begin_inset Index
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993 Comandos ! T ! 
26994 \backslash
26995 textcircled
26996 \end_layout
26997
26998 \end_inset
26999
27000  se pueden insertar en un círculo todos los números y letras, de forma parecida
27001  al símbolo copyright.
27002 \end_layout
27003
27004 \begin_layout Standard
27005 \noindent
27006 \align center
27007 \begin_inset Tabular
27008 <lyxtabular version="3" rows="3" columns="2">
27009 <features>
27010 <column alignment="center" valignment="top" width="0">
27011 <column alignment="center" valignment="top" width="0">
27012 <row>
27013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017 Comando
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026 Resultado
27027 \begin_inset Note Note
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031
27032 \series bold
27033
27034 \backslash
27035 raisebox
27036 \series default
27037  se usa sólo como espaciador
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 </row>
27048 <row>
27049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27050 \begin_inset Text
27051
27052 \begin_layout Plain Layout
27053
27054 \backslash
27055 textcircled{w}
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 textcircled{w}
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 </row>
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087
27088 \backslash
27089 Large 
27090 \backslash
27091 textcircled{
27092 \backslash
27093 normalsize
27094 \backslash
27095 protect
27096 \backslash
27097 raisebox{-1.5pt}{W}}
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106 \begin_inset Formula $\raisebox{4.5mm}{}$
27107 \end_inset
27108
27109
27110 \begin_inset ERT
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114
27115
27116 \backslash
27117 Large 
27118 \backslash
27119 textcircled{
27120 \backslash
27121 normalsize
27122 \backslash
27123 protect
27124 \backslash
27125 raisebox{-1.5pt}W}
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \begin_inset Formula $\raisebox{-2mm}{}$
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \end_inset
27138 </cell>
27139 </row>
27140 </lyxtabular>
27141
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \begin_layout Standard
27148 Hay que tener cuidado que el carácter se ajuste al círculo.
27149  Por eso 
27150 \series bold
27151
27152 \backslash
27153 Large
27154 \begin_inset Foot
27155 status collapsed
27156
27157 \begin_layout Plain Layout
27158 véase 
27159 \begin_inset CommandInset ref
27160 LatexCommand ref
27161 reference "sub:Tamaños-de-fuentes"
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \series default
27172  especifica el tamaño del círculo.
27173  Con ayuda de 
27174 \series bold
27175
27176 \backslash
27177 raisebox
27178 \begin_inset Foot
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182 véase 
27183 \begin_inset CommandInset ref
27184 LatexCommand ref
27185 reference "sub:Cuadros-sin-marco"
27186
27187 \end_inset
27188
27189
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \series default
27196  se puede centrar el carácter.
27197 \end_layout
27198
27199 \begin_layout Subsection
27200 Números minúsculos
27201 \begin_inset Index
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 Números ! minúsculos
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Standard
27214 Los números minúsculos se componen con el comando 
27215 \series bold
27216
27217 \backslash
27218 oldstylenums
27219 \series default
27220
27221 \begin_inset Index
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 Comandos ! O ! 
27226 \backslash
27227 oldstylenums
27228 \end_layout
27229
27230 \end_inset
27231
27232 .
27233  El comando se puede usar en ecuaciones y en modo TeX.
27234  Su esquema es:
27235 \end_layout
27236
27237 \begin_layout Standard
27238
27239 \series bold
27240
27241 \backslash
27242 oldstylenums{número}
27243 \end_layout
27244
27245 \begin_layout Standard
27246 El comando 
27247 \series bold
27248
27249 \backslash
27250 oldstylenums{0123456789}
27251 \series default
27252  genera: 
27253 \begin_inset Formula $\oldstylenums{0123456789}$
27254 \end_inset
27255
27256
27257 \end_layout
27258
27259 \begin_layout Subsection
27260 Caracteres especiales misceláneos
27261 \begin_inset CommandInset label
27262 LatexCommand label
27263 name "sub:Caracteres-especiales-misceláneos"
27264
27265 \end_inset
27266
27267
27268 \begin_inset Index
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 Caracteres especiales ! misceláneos
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \begin_layout Standard
27281 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27282  comandos:
27283 \end_layout
27284
27285 \begin_layout Standard
27286 \noindent
27287 \align center
27288 \begin_inset Tabular
27289 <lyxtabular version="3" rows="4" columns="2">
27290 <features>
27291 <column alignment="center" valignment="top" width="0">
27292 <column alignment="center" valignment="top" width="0">
27293 <row>
27294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298 Comando
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307 Resultado
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 </row>
27313 <row>
27314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27315 \begin_inset Text
27316
27317 \begin_layout Plain Layout
27318
27319 \backslash
27320 ^
27321 \begin_inset ERT
27322 status collapsed
27323
27324 \begin_layout Plain Layout
27325
27326
27327 \backslash
27328 spce 
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \end_inset
27337 </cell>
27338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27339 \begin_inset Text
27340
27341 \begin_layout Plain Layout
27342 \begin_inset Formula $\mathcircumflex$
27343 \end_inset
27344
27345
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 </row>
27351 <row>
27352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356
27357 \backslash
27358 _
27359 \end_layout
27360
27361 \end_inset
27362 </cell>
27363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367 \begin_inset Formula $\_$
27368 \end_inset
27369
27370
27371 \end_layout
27372
27373 \end_inset
27374 </cell>
27375 </row>
27376 <row>
27377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27378 \begin_inset Text
27379
27380 \begin_layout Plain Layout
27381 ^
27382 \begin_inset ERT
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386
27387
27388 \backslash
27389 spce 
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \backslash
27396 circ
27397 \begin_inset Index
27398 status collapsed
27399
27400 \begin_layout Plain Layout
27401 °
27402 \end_layout
27403
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415 \begin_inset Formula $^{\circ}$
27416 \end_inset
27417
27418
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 </row>
27424 </lyxtabular>
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \begin_layout Standard
27432 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27433  LaTeX contiene la línea:
27434 \begin_inset Foot
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438 Más sobre este asunto en 
27439 \begin_inset CommandInset ref
27440 LatexCommand ref
27441 reference "sub:Caracteres-de-texto"
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \end_inset
27449
27450  
27451 \end_layout
27452
27453 \begin_layout Standard
27454
27455 \series bold
27456
27457 \backslash
27458 DeclareInputtext{176}{
27459 \backslash
27460 ifmmode^
27461 \backslash
27462 circ
27463 \backslash
27464 else
27465 \backslash
27466 textdegree
27467 \backslash
27468 fi}
27469 \end_layout
27470
27471 \begin_layout Section
27472 Estilos de ecuación
27473 \begin_inset CommandInset label
27474 LatexCommand label
27475 name "sec:Estilos-de-ecuación"
27476
27477 \end_inset
27478
27479
27480 \begin_inset Index
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 Ecuación ! estilos de
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Itemize
27493 Hay dos estilos diferentes de alineación:
27494 \end_layout
27495
27496 \begin_deeper
27497 \begin_layout Description
27498 Centrado es el estándar predefinido
27499 \end_layout
27500
27501 \begin_layout Description
27502 Sangrado para este estilo debe insertarse la opción 
27503 \series bold
27504 fleqn
27505 \series default
27506  en el menú 
27507 \family sans
27508 Documento\SpecialChar \menuseparator
27509 Configuración
27510 \family default
27511  bajo 
27512 \family sans
27513 Clase de documento
27514 \end_layout
27515
27516 \begin_layout Standard
27517 Cuando se usa 
27518 \series bold
27519 Sangrado
27520 \series default
27521 , éste se puede ajustar con la longitud 
27522 \series bold
27523
27524 \backslash
27525 mathindent
27526 \series default
27527
27528 \begin_inset Index
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 Comandos ! M ! 
27533 \backslash
27534 mathindent
27535 \end_layout
27536
27537 \end_inset
27538
27539 .
27540  Para 15
27541 \begin_inset space \thinspace{}
27542 \end_inset
27543
27544 mm, p.
27545 \begin_inset space \thinspace{}
27546 \end_inset
27547
27548 e., se inserta esta línea de comando en el preámbulo LaTeX:
27549 \end_layout
27550
27551 \begin_layout Standard
27552
27553 \series bold
27554
27555 \backslash
27556 setlength{
27557 \backslash
27558 mathindent}{15mm}
27559 \end_layout
27560
27561 \begin_layout Standard
27562 Si no se especifica longitud se usa el valor predeterminado de 30
27563 \begin_inset space \thinspace{}
27564 \end_inset
27565
27566 pt.
27567 \end_layout
27568
27569 \end_deeper
27570 \begin_layout Itemize
27571 Y dos estilos diferentes de numeración:
27572 \end_layout
27573
27574 \begin_deeper
27575 \begin_layout Description
27576 Derecha es el estándar predefinido
27577 \end_layout
27578
27579 \begin_layout Description
27580 Izquierda para este estilo debe insertarse la opción 
27581 \series bold
27582 fleqn
27583 \series default
27584  en el menú 
27585 \family sans
27586 Documento\SpecialChar \menuseparator
27587 Configuración
27588 \family default
27589  bajo 
27590 \family sans
27591 Clase de documento
27592 \end_layout
27593
27594 \end_deeper
27595 \begin_layout Standard
27596
27597 \series bold
27598 fleqn
27599 \series default
27600  y 
27601 \series bold
27602 leqno
27603 \series default
27604  también se pueden usar juntos.
27605  En ese caso se insertan ambas opciones, separadas por una coma.
27606 \end_layout
27607
27608 \begin_layout Standard
27609 Los estilos escogidos se aplican a todas las ecuaciones en presentación
27610  del documento.
27611  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27612  estilo 
27613 \series bold
27614 Centrado
27615 \series default
27616  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27617 \begin_inset CommandInset ref
27618 LatexCommand ref
27619 reference "sub:Entorno-flalign"
27620
27621 \end_inset
27622
27623 .
27624 \end_layout
27625
27626 \begin_layout Section
27627 Ecuaciones multilínea
27628 \begin_inset CommandInset label
27629 LatexCommand label
27630 name "sec:Ecuaciones-multilínea"
27631
27632 \end_inset
27633
27634
27635 \begin_inset Index
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639 Ecuación ! multilínea
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Subsection
27648 General
27649 \end_layout
27650
27651 \begin_layout Standard
27652 En LyX se generan nuevas líneas en una ecuación con 
27653 \family sans
27654 \series bold
27655 Ctrl-Intro
27656 \family default
27657 \series default
27658 .
27659  Esto crea un 
27660 \series bold
27661 entorno align
27662 \series default
27663 , que se describe en la 
27664 \begin_inset CommandInset ref
27665 LatexCommand ref
27666 reference "sub:Entorno-align-estándar"
27667
27668 \end_inset
27669
27670 .
27671 \end_layout
27672
27673 \begin_layout Standard
27674 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27675  el menú 
27676 \family sans
27677 Insertar\SpecialChar \menuseparator
27678 Ecuación
27679 \family default
27680 .
27681  En las siguientes secciones se describen estos entornos.
27682 \end_layout
27683
27684 \begin_layout Standard
27685 En todos los entornos de ecuación multilínea la combinación 
27686 \family sans
27687 Ctrl-Intro
27688 \family default
27689  genera una línea nueva.
27690  Para añadir o quitar líneas se pueden usar los botones 
27691 \begin_inset Graphics
27692         filename ../../images/tabular-feature_append-row.png
27693         scale 85
27694
27695 \end_inset
27696
27697  o 
27698 \begin_inset Graphics
27699         filename ../../images/tabular-feature_delete-row.png
27700         scale 85
27701
27702 \end_inset
27703
27704 de la barra de herramientas, respectivamente, o el menú 
27705 \family sans
27706 Editar\SpecialChar \menuseparator
27707 Filas y columnas
27708 \family default
27709 .
27710 \end_layout
27711
27712 \begin_layout Subsubsection
27713 Separación de líneas
27714 \begin_inset CommandInset label
27715 LatexCommand label
27716 name "sub:Separación-de-líneas"
27717
27718 \end_inset
27719
27720
27721 \begin_inset Index
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 Ecuación ! multilínea ! separación de filas
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27735 \begin_inset Formula \begin{eqnarray*}
27736 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}\\
27737 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27738
27739 \end_inset
27740
27741 En LaTeX un espacio adicional para una línea se especifica como argumento
27742  opcional del comando de nueva línea.
27743  Esto aún no es posible en LYX,
27744 \begin_inset Foot
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 véase 
27749 \begin_inset CommandInset href
27750 LatexCommand href
27751 name "LyX-bug #1505"
27752 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \end_inset
27760
27761  por lo que toda la ecuación debe insertarse en modo TeX.
27762  Para añadir espacio en nuestro ejemplo se inserta el comando 
27763 \series bold
27764
27765 \backslash
27766
27767 \backslash
27768 [3mm]
27769 \series default
27770  al final de la primera línea.
27771  Así: 
27772 \begin_inset ERT
27773 status collapsed
27774
27775 \begin_layout Plain Layout
27776
27777
27778 \backslash
27779 begin{eqnarray*}
27780 \end_layout
27781
27782 \begin_layout Plain Layout
27783
27784 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27785  = & 
27786 \backslash
27787 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27788 \backslash
27789
27790 \backslash
27791 [3mm]
27792 \end_layout
27793
27794 \begin_layout Plain Layout
27795
27796 4x^{2}
27797 \backslash
27798 left(B^{2}+x_{0}^{2}
27799 \backslash
27800 right)+4x_{0}x
27801 \backslash
27802 left(D-B^{2}
27803 \backslash
27804 right)+B^{2}
27805 \backslash
27806 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27807 \backslash
27808 right) & = & 0
27809 \end_layout
27810
27811 \begin_layout Plain Layout
27812
27813
27814 \backslash
27815 end{eqnarray*}
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \begin_inset VSpace bigskip
27822 \end_inset
27823
27824
27825 \end_layout
27826
27827 \begin_layout Standard
27828 Para obtener separación en todas las líneas hay que cambiar la longitud
27829  
27830 \series bold
27831
27832 \backslash
27833 jot
27834 \series default
27835
27836 \begin_inset Index
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840 Comandos ! J ! 
27841 \backslash
27842 jot
27843 \end_layout
27844
27845 \end_inset
27846
27847 .
27848  La definición es: 
27849 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27850 \end_inset
27851
27852 .
27853  El valor predeterminado para 
27854 \series bold
27855
27856 \backslash
27857 jot
27858 \series default
27859  es 3
27860 \begin_inset space \thinspace{}
27861 \end_inset
27862
27863 pt.
27864  Para establecer una separación adicional de 3
27865 \begin_inset space \thinspace{}
27866 \end_inset
27867
27868 mm como en el ejemplo anterior, se inserta el comando
27869 \end_layout
27870
27871 \begin_layout Standard
27872
27873 \series bold
27874
27875 \backslash
27876 setlength{
27877 \backslash
27878 jot}{3mm+3pt}
27879 \end_layout
27880
27881 \begin_layout Standard
27882 en modo TeX antes de la ecuación.
27883  Es necesario cargar el paquete 
27884 \series bold
27885 calc
27886 \series default
27887
27888 \begin_inset Foot
27889 status collapsed
27890
27891 \begin_layout Plain Layout
27892
27893 \series bold
27894 calc
27895 \series default
27896  forma parte de toda instalación LaTeX estándar.
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \begin_inset Index
27903 status collapsed
27904
27905 \begin_layout Plain Layout
27906 Paquetes ! calc
27907 \end_layout
27908
27909 \end_inset
27910
27911  en el preámbulo con la línea
27912 \end_layout
27913
27914 \begin_layout Standard
27915
27916 \series bold
27917
27918 \backslash
27919 usepackage{calc}
27920 \end_layout
27921
27922 \begin_layout Standard
27923 Se obtiene:
27924 \begin_inset ERT
27925 status collapsed
27926
27927 \begin_layout Plain Layout
27928
27929
27930 \backslash
27931 setlength{
27932 \backslash
27933 jot}{3mm+3pt}
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \begin_inset Formula \begin{eqnarray*}
27940 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}\\
27941 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27942
27943 \end_inset
27944
27945
27946 \begin_inset ERT
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950
27951
27952 \backslash
27953 setlength{
27954 \backslash
27955 jot}{3pt}
27956 \end_layout
27957
27958 \end_inset
27959
27960  Para volver a la distancia predeterminada, 
27961 \series bold
27962
27963 \backslash
27964 jot
27965 \series default
27966  se establece en 3
27967 \begin_inset space \thinspace{}
27968 \end_inset
27969
27970 pt.
27971 \end_layout
27972
27973 \begin_layout Subsubsection
27974 Separación de columnas
27975 \begin_inset CommandInset label
27976 LatexCommand label
27977 name "sub:Separación-de-columnas"
27978
27979 \end_inset
27980
27981
27982 \begin_inset Index
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986 Ecuación ! multilínea !separación de columnas
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Standard
27995 Una ecuación multilínea forma una matriz.
27996  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27997  columnas.
27998  Cambiando la separación de columnas en este entorno se puede cambiar el
27999  espacio junto al signo de relación.
28000 \end_layout
28001
28002 \begin_layout Standard
28003 La separación de columnas se especifica con la longitud
28004 \series bold
28005  
28006 \backslash
28007 arraycolsep
28008 \series default
28009
28010 \begin_inset Index
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014 Comandos ! A ! 
28015 \backslash
28016 arraycolsep
28017 \end_layout
28018
28019 \end_inset
28020
28021  según:
28022 \begin_inset Newline newline
28023 \end_inset
28024
28025 separación de columnas = 2
28026 \begin_inset space \thinspace{}
28027 \end_inset
28028
28029
28030 \series bold
28031
28032 \backslash
28033 arraycolsep
28034 \series default
28035
28036 \begin_inset Newline newline
28037 \end_inset
28038
28039 Así, el comando en modo TeX
28040 \end_layout
28041
28042 \begin_layout Standard
28043
28044 \series bold
28045
28046 \backslash
28047 setlength{
28048 \backslash
28049 arraycolsep}{1cm}
28050 \end_layout
28051
28052 \begin_layout Standard
28053 establece para todas las ecuaciones siguientes una separación de columnas
28054  de 2
28055 \begin_inset space \thinspace{}
28056 \end_inset
28057
28058 cm.
28059  Para volver al valor predefinido, 
28060 \series bold
28061
28062 \backslash
28063 arraycolsep
28064 \series default
28065  se pone en 5
28066 \begin_inset space \thinspace{}
28067 \end_inset
28068
28069 pt.
28070 \end_layout
28071
28072 \begin_layout Standard
28073 Una ecuación con separación de 2
28074 \begin_inset space \thinspace{}
28075 \end_inset
28076
28077 cm entre columnas:
28078 \begin_inset ERT
28079 status collapsed
28080
28081 \begin_layout Plain Layout
28082
28083
28084 \backslash
28085 setlength{
28086 \backslash
28087 arraycolsep}{1cm}
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \begin_inset Formula \begin{eqnarray*}
28094 A & = & B\\
28095 C & \ne & A\end{eqnarray*}
28096
28097 \end_inset
28098
28099 Una ecuación con la separación predefinida para matrices, 10
28100 \begin_inset space \thinspace{}
28101 \end_inset
28102
28103 pt:
28104 \begin_inset ERT
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108
28109
28110 \backslash
28111 setlength{
28112 \backslash
28113 arraycolsep}{5pt}
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \begin_inset Formula \begin{eqnarray*}
28120 A & = & B\\
28121 C & \ne & A\end{eqnarray*}
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Subsubsection
28129 Ecuaciones largas
28130 \begin_inset Index
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 Ecuación ! larga
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Standard
28143 Se pueden componer ecuaciones largas mediante estos métodos:
28144 \end_layout
28145
28146 \begin_layout Itemize
28147 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28148  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28149 \begin_inset Formula \begin{eqnarray}
28150 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 \\
28151  &  & -\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:kurzlang}\end{eqnarray}
28152
28153 \end_inset
28154
28155 El signo menos al principio de la segunda línea normalmente no aparece como
28156  operador porque es el primer carácter de la línea.
28157  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28158  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28159 \series bold
28160
28161 \backslash
28162 hspace{3pt}
28163 \series default
28164
28165 \begin_inset Index
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 Comandos ! H ! 
28170 \backslash
28171 hspace
28172 \end_layout
28173
28174 \end_inset
28175
28176 .
28177 \begin_inset Foot
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 véase más sobre 
28182 \series bold
28183
28184 \backslash
28185 hspace
28186 \series default
28187  en 
28188 \begin_inset CommandInset ref
28189 LatexCommand ref
28190 reference "sub:Espacio-variable"
28191
28192 \end_inset
28193
28194
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \begin_layout Itemize
28203 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28204 \series bold
28205
28206 \backslash
28207 lefteqn
28208 \series default
28209
28210 \begin_inset Index
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214 Comandos ! L ! 
28215 \backslash
28216 lefteqn
28217 \end_layout
28218
28219 \end_inset
28220
28221 .
28222  Se inserta en la primer columna de la primera línea y hace que todas las
28223  inserciones posteriores sobreescriban las columnas siguientes:
28224 \begin_inset Formula \begin{eqnarray}
28225 \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 \\
28226  &  & -\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 \\
28227  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
28228
28229 \end_inset
28230
28231 Tras la inserción de 
28232 \series bold
28233
28234 \backslash
28235 lefteqn
28236 \series default
28237  el cursor está en un marco púrpura un poco a la izquierda del azul.
28238  La ecuación se inserta en éste.
28239 \begin_inset Newline newline
28240 \end_inset
28241
28242 El contenido de las restantes líneas se inserta en la segunda columna o
28243  en otra.
28244  A mayor número de columna donde se inserte, mayor sangrado.
28245 \begin_inset ERT
28246 status collapsed
28247
28248 \begin_layout Plain Layout
28249
28250
28251 \backslash
28252 medskip
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset Newline newline
28259 \end_inset
28260
28261
28262 \begin_inset Note Greyedout
28263 status open
28264
28265 \begin_layout Plain Layout
28266 Ten en cuenta lo siguiente si usas 
28267 \series bold
28268
28269 \backslash
28270 lefteqn
28271 \series default
28272 :
28273 \end_layout
28274
28275 \begin_layout Itemize
28276 La ecuación no usa la anchura total de la página.
28277  Cuando se añade, p.
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 e., el término 
28282 \begin_inset Formula $-B^{2}$
28283 \end_inset
28284
28285  en la primera línea del ejemplo, debería estar fuera del margen.
28286  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28287  principio de la primera línea.
28288 \end_layout
28289
28290 \begin_layout Itemize
28291 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28292  primera línea.
28293 \begin_inset Foot
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297 \begin_inset CommandInset href
28298 LatexCommand href
28299 name "LyX-bug #1429"
28300 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \end_inset
28308
28309  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28310  teclas de flecha.
28311 \end_layout
28312
28313 \end_inset
28314
28315  
28316 \end_layout
28317
28318 \begin_layout Itemize
28319 Se describen otros métodos para escribir fórmulas largas en 
28320 \begin_inset CommandInset ref
28321 LatexCommand ref
28322 reference "sub:Entorno-multilínea"
28323
28324 \end_inset
28325
28326  y 
28327 \begin_inset CommandInset ref
28328 LatexCommand ref
28329 reference "sub:Partes-de-una-multilínea"
28330
28331 \end_inset
28332
28333 .
28334 \end_layout
28335
28336 \begin_layout Subsubsection
28337 Delimitadores multilínea
28338 \begin_inset CommandInset label
28339 LatexCommand label
28340 name "sub:Delimitadores-multilínea"
28341
28342 \end_inset
28343
28344
28345 \begin_inset Index
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 Delimitadores ! para varias líneas
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Standard
28358 Para poner delimitadores que cubran varias líneas hay un problema:
28359 \begin_inset Formula \begin{eqnarray*}
28360 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28361  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28362
28363 \end_inset
28364
28365 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28366 res con tamaño variable no abarcan líneas múltiples.
28367 \end_layout
28368
28369 \begin_layout Standard
28370 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28371  primera línea se finaliza con 
28372 \series bold
28373
28374 \backslash
28375 right.
28376 \series default
28377
28378 \begin_inset Index
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382 Comandos ! R ! 
28383 \backslash
28384 right
28385 \end_layout
28386
28387 \end_inset
28388
28389  y la segunda con 
28390 \series bold
28391
28392 \backslash
28393 left.
28394 \series default
28395 .
28396 \begin_inset Foot
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400 Más sobre 
28401 \series bold
28402
28403 \backslash
28404 left.
28405
28406 \series default
28407  y 
28408 \series bold
28409
28410 \backslash
28411 right.
28412
28413 \series default
28414  en 
28415 \begin_inset CommandInset ref
28416 LatexCommand ref
28417 reference "sub:Tamaño-automático-de"
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \begin_inset Index
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431 Comandos ! L ! 
28432 \backslash
28433 left
28434 \end_layout
28435
28436 \end_inset
28437
28438  Después de 
28439 \series bold
28440
28441 \backslash
28442 left.
28443
28444 \series default
28445  se inserta el comando 
28446 \series bold
28447
28448 \backslash
28449 vphantom
28450 \series default
28451
28452 \begin_inset ERT
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456
28457
28458 \backslash
28459 spce 
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \series bold
28466
28467 \backslash
28468 prod
28469 \series default
28470 ^
28471 \begin_inset ERT
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475
28476
28477 \backslash
28478 spce 
28479 \end_layout
28480
28481 \end_inset
28482
28483
28484 \series bold
28485
28486 \backslash
28487 infty
28488 \series default
28489
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495
28496 \backslash
28497 spce 
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \series bold
28504
28505 \begin_inset Formula $\downarrow$
28506 \end_inset
28507
28508 _R=1}
28509 \series default
28510
28511 \begin_inset Index
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 Comandos ! V ! 
28516 \backslash
28517 vphantom
28518 \end_layout
28519
28520 \end_inset
28521
28522 , porque el operador de multiplicación con sus límites es el símbolo mayor
28523  en la primera línea y ese debería ser el tamaño para el delimitador en
28524  la segunda línea.
28525 \end_layout
28526
28527 \begin_layout Standard
28528 El resultado es: 
28529 \begin_inset Formula \begin{eqnarray*}
28530 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28531  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Subsection
28539 Entornos align
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28544  Son especialmente apropiados para poner ecuaciones adosadas.
28545 \end_layout
28546
28547 \begin_layout Standard
28548 Los entornos align constan de columnas.
28549  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28550  En un entorno align se puede numerar cada línea.
28551 \end_layout
28552
28553 \begin_layout Standard
28554 Los entornos align se crean con el menú 
28555 \family sans
28556 Insertar\SpecialChar \menuseparator
28557 Ecuación
28558 \family default
28559 .
28560  Una ecuación existente se puede convertir a align con el menú 
28561 \family sans
28562 Editar\SpecialChar \menuseparator
28563 Ecuación\SpecialChar \menuseparator
28564 Cambiar tipo de ecuación
28565 \family default
28566 .
28567 \end_layout
28568
28569 \begin_layout Standard
28570 Para añadir o quitar columnas se pueden usar los botones 
28571 \begin_inset Graphics
28572         filename ../../images/tabular-feature_append-row.png
28573         scale 85
28574
28575 \end_inset
28576
28577  o 
28578 \begin_inset Graphics
28579         filename ../../images/tabular-feature_delete-row.png
28580         scale 85
28581
28582 \end_inset
28583
28584 de la barra de ecuaciones o el menú 
28585 \family sans
28586 Editar\SpecialChar \menuseparator
28587 Filas y columnas
28588 \family default
28589 .
28590 \end_layout
28591
28592 \begin_layout Subsubsection
28593 Entorno align estándar
28594 \begin_inset CommandInset label
28595 LatexCommand label
28596 name "sub:Entorno-align-estándar"
28597
28598 \end_inset
28599
28600
28601 \begin_inset Index
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605 Ecuación ! multilínea ! entorno align
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 Este entorno align se crea pulsando 
28615 \family sans
28616 Ctrl-Intro
28617 \family default
28618  en una ecuación o con el menú 
28619 \family sans
28620 Insertar\SpecialChar \menuseparator
28621 Ecuación\SpecialChar \menuseparator
28622 Entorno AMS align
28623 \family default
28624 .
28625 \end_layout
28626
28627 \begin_layout Standard
28628 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28629  align de cuatro columnas:
28630 \begin_inset Formula \begin{align*}
28631 A & =\sen(B) & C & =D\\
28632 C & \neq A & B & \neq D\end{align*}
28633
28634 \end_inset
28635
28636 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28637  un 
28638 \series bold
28639
28640 \backslash
28641 hfill
28642 \series default
28643
28644 \begin_inset Foot
28645 status collapsed
28646
28647 \begin_layout Plain Layout
28648 Más sobre 
28649 \series bold
28650
28651 \backslash
28652 hfill
28653 \series default
28654  en 
28655 \begin_inset CommandInset ref
28656 LatexCommand ref
28657 reference "sub:Espacio-variable"
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \end_inset
28665
28666  antes de la primera y detrás de cada columna par.
28667  Si se pone en estilo 
28668 \series bold
28669 Sangrado
28670 \series default
28671 ,
28672 \begin_inset Foot
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676 véase estilos de ecuación en 
28677 \begin_inset CommandInset ref
28678 LatexCommand ref
28679 reference "sec:Estilos-de-ecuación"
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \end_inset
28687
28688  la ecuación queda sin el 
28689 \series bold
28690
28691 \backslash
28692 hfill
28693 \series default
28694  ante la primera columna.
28695 \end_layout
28696
28697 \begin_layout Subsubsection
28698 Entorno alignat
28699 \begin_inset Index
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 Ecuación ! multilínea ! entorno alignat
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 El entorno alignat no tiene separación predefinida de columnas.
28713  Se puede insertar manualmente con los espacios descritos en 
28714 \begin_inset CommandInset ref
28715 LatexCommand ref
28716 reference "sec:Espacio"
28717
28718 \end_inset
28719
28720 .
28721 \end_layout
28722
28723 \begin_layout Standard
28724 El ejemplo anterior en el entorno alignat, con un espacio de 1
28725 \begin_inset space \thinspace{}
28726 \end_inset
28727
28728 cm al comienzo da la segunda ecuación:
28729 \begin_inset Formula \begin{alignat*}{2}
28730 A & =\sen(B)\hspace{1cm} & C & =D\\
28731 C & \neq A & B & \neq D\end{alignat*}
28732
28733 \end_inset
28734
28735 Como cada columna puede tener un espacio diferente, este entorno es especialment
28736 e apropiado para poner tres o más ecuaciones adosadas.
28737 \end_layout
28738
28739 \begin_layout Subsubsection
28740 Entorno flalign
28741 \begin_inset CommandInset label
28742 LatexCommand label
28743 name "sub:Entorno-flalign"
28744
28745 \end_inset
28746
28747
28748 \begin_inset Index
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752 Ecuación ! multilínea ! entorno flalign
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Standard
28761 En este entorno las dos primeras columnas están siempre tan a la izquierda
28762  como sea posible y las dos últimas a la derecha.
28763  Ejemplo:
28764 \begin_inset Formula \begin{flalign*}
28765 A & =1 & B & =2 & C & =3\\
28766 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
28767
28768 \end_inset
28769
28770 En un entorno flalign con un número impar de columnas, en la última de las
28771  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28772  alineadas a la izquierda, aunque se use el estilo 
28773 \series bold
28774 Centrado
28775 \series default
28776 .
28777  Un ejemplo de fórmula sangrada 
28778 \begin_inset CommandInset ref
28779 LatexCommand eqref
28780 reference "eq:IntVol"
28781
28782 \end_inset
28783
28784 :
28785 \begin_inset Formula \begin{flalign}
28786 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
28787
28788 \end_inset
28789
28790 Las dos primeras columnas contienen la fórmula.
28791  Para sangrarla como con el estilo 
28792 \series bold
28793 Sangrado
28794 \series default
28795 , se añade un espacio de 30
28796 \begin_inset space \thinspace{}
28797 \end_inset
28798
28799 pt al comienzo de la primera columna.
28800  
28801 \end_layout
28802
28803 \begin_layout Subsection
28804 Entorno eqnarray
28805 \begin_inset Index
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809 Ecuación ! multilínea ! entorno eqnarray
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \begin_inset Index
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819 Ecuación ! multilínea ! entorno eqnarray
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Standard
28828 Al introducir este entorno aparecen tres marcos azules.
28829  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28830  El contenido del marco central está centrado y algo más pequeño, porque
28831  está diseñado para insertar sólo caracteres de relación.
28832 \begin_inset Formula \begin{eqnarray*}
28833 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28834 AB & AB & AB\\
28835 A & = & A\end{eqnarray*}
28836
28837 \end_inset
28838
28839
28840 \end_layout
28841
28842 \begin_layout Subsection
28843 Entorno gather
28844 \begin_inset Index
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 Ecuación ! multilínea ! entorno gather
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Standard
28857 Este entorno consta de una sola columna centrada.
28858  Se puede numerar cada línea.
28859 \begin_inset Formula \begin{gather}
28860 A=1\\
28861 X=\mbox{-}1\end{gather}
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Subsection
28869 Entorno multilínea
28870 \begin_inset CommandInset label
28871 LatexCommand label
28872 name "sub:Entorno-multilínea"
28873
28874 \end_inset
28875
28876
28877 \begin_inset Index
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881 Ecuación ! multilínea ! entorno multilínea
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Standard
28890 El entorno multilínea, como gather, consta de una sola columna.
28891  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28892  Las demás están centradas.
28893  Por tanto este entorno es apropiado para ecuaciones largas.
28894  Como ejemplo, la ecuación
28895 \begin_inset space ~
28896 \end_inset
28897
28898
28899 \begin_inset CommandInset ref
28900 LatexCommand eqref
28901 reference "eq:lefteqn"
28902
28903 \end_inset
28904
28905  en entorno multilínea:
28906 \begin_inset Formula \begin{multline}
28907 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}\\
28908 -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}\\
28909 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28910
28911 \end_inset
28912
28913 En la salida sólo aparece numerada la última (primera) línea si la numeración
28914  del documento es a la derecha (izquierda).
28915 \begin_inset Foot
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919 véanse los estilos de numeración en 
28920 \begin_inset CommandInset ref
28921 LatexCommand ref
28922 reference "sec:Estilos-de-ecuación"
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Con los comandos 
28936 \series bold
28937
28938 \backslash
28939 shoveright
28940 \begin_inset Index
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 Comandos ! S ! 
28945 \backslash
28946 shoveright
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \series default
28953  y 
28954 \series bold
28955
28956 \backslash
28957 shoveleft
28958 \series default
28959
28960 \begin_inset Index
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Comandos ! S ! 
28965 \backslash
28966 shoveleft
28967 \end_layout
28968
28969 \end_inset
28970
28971 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28972 ente.
28973  Los comandos se usan como sigue:
28974 \end_layout
28975
28976 \begin_layout Standard
28977
28978 \series bold
28979
28980 \backslash
28981 shoveright{contenido de la línea}
28982 \series default
28983  y 
28984 \series bold
28985
28986 \backslash
28987 shoveleft{contenido de la línea}
28988 \end_layout
28989
28990 \begin_layout Standard
28991 \begin_inset VSpace medskip
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 La longitud 
28999 \series bold
29000
29001 \backslash
29002 multlinegap
29003 \series default
29004
29005 \begin_inset Index
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009 Comandos ! M ! 
29010 \backslash
29011 multlinegap
29012 \end_layout
29013
29014 \end_inset
29015
29016  especifica la distancia de la primera línea desde el margen izquierdo de
29017  la página.
29018  Esta longitud es 0
29019 \begin_inset space \thinspace{}
29020 \end_inset
29021
29022 pt por defecto.
29023 \end_layout
29024
29025 \begin_layout Standard
29026 Como ejemplo la ecuación anterior con el comando
29027 \end_layout
29028
29029 \begin_layout Standard
29030
29031 \series bold
29032
29033 \backslash
29034 setlength{
29035 \backslash
29036 multlinegap}{2cm}
29037 \end_layout
29038
29039 \begin_layout Standard
29040 insertado previamente en modo TeX:
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046
29047 \backslash
29048 setlength{
29049 \backslash
29050 multlinegap}{2cm}
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \begin_inset Formula \begin{multline}
29057 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}\\
29058 \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}}\\
29059 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
29060
29061 \end_inset
29062
29063
29064 \begin_inset ERT
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068
29069
29070 \backslash
29071 setlength{
29072 \backslash
29073 multlinegap}{0pt}
29074 \end_layout
29075
29076 \end_inset
29077
29078 La segunda línea se ha alineado a la izquierda con 
29079 \series bold
29080
29081 \backslash
29082 shoveleft
29083 \series default
29084 .
29085 \end_layout
29086
29087 \begin_layout Subsection
29088 Partes de una ecuación multilínea
29089 \begin_inset CommandInset label
29090 LatexCommand label
29091 name "sub:Partes-de-una-multilínea"
29092
29093 \end_inset
29094
29095
29096 \begin_inset Index
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 Ecuación ! multilínea ! partes de
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109 Para mostrar sólo partes de una ecuación multilínea se
29110 \family roman
29111 \series medium
29112 \shape up
29113 \size normal
29114 \emph off
29115 \bar no
29116 \noun off
29117 \color none
29118
29119 \backslash
29120 left.
29121 \backslash
29122 right
29123 \backslash
29124 }
29125 \family default
29126 \series default
29127 \shape default
29128 \size default
29129 \emph default
29130 \bar default
29131 \noun default
29132 \color inherit
29133  usa uno de los siguientes métodos: 
29134 \series bold
29135 aligned
29136 \series default
29137
29138 \series bold
29139 alignedat
29140 \series default
29141
29142 \series bold
29143 gathered
29144 \series default
29145  o 
29146 \series bold
29147 split
29148 \series default
29149 .
29150  Se pueden elegir en el menú 
29151 \family sans
29152 Insertar\SpecialChar \menuseparator
29153 Ecuación
29154 \family default
29155  o usando los comandos aquí descritos.
29156 \end_layout
29157
29158 \begin_layout Standard
29159 Los tres primeros tienen las mismas propiedades que los correspondientes
29160  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29161  Un ejemplo:
29162 \begin_inset Formula \[
29163 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29164 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29165 \right\} \mbox{Relaciones de incertidumbre}\]
29166
29167 \end_inset
29168
29169 Para componer esta expresión se inserta una ecuación en presentación y en
29170  ella se introduce el comando 
29171 \series bold
29172
29173 \backslash
29174 aligned
29175 \series default
29176
29177 \begin_inset Index
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Comandos ! A ! 
29182 \backslash
29183 aligned
29184 \end_layout
29185
29186 \end_inset
29187
29188 .
29189  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29190  añadir filas y columnas.
29191  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29192  como la llave.
29193 \end_layout
29194
29195 \begin_layout Standard
29196 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29197  se alinean horizontalmente.
29198  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29199  número de ecuación se centra verticalmente con las líneas.
29200  Como ejemplo, la ecuación 
29201 \begin_inset CommandInset ref
29202 LatexCommand eqref
29203 reference "eq:kurzlang"
29204
29205 \end_inset
29206
29207  en entorno aligned: 
29208 \begin_inset Formula \begin{equation}
29209 \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}|}\\
29210  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
29211 \end{equation}
29212
29213 \end_inset
29214
29215 Para usar los entornos 
29216 \series bold
29217 alignedat
29218 \series default
29219
29220 \series bold
29221 gathered
29222 \series default
29223 , o 
29224 \series bold
29225 split
29226 \series default
29227 , se insertan respectivamente los comandos
29228 \series bold
29229  
29230 \backslash
29231 alignedat
29232 \series default
29233 ,
29234 \begin_inset Index
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 Comandos ! A ! 
29239 \backslash
29240 alignedat
29241 \end_layout
29242
29243 \end_inset
29244
29245  
29246 \series bold
29247
29248 \backslash
29249 gathered
29250 \series default
29251
29252 \begin_inset Index
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256 Comandos ! G ! 
29257 \backslash
29258 gathered
29259 \end_layout
29260
29261 \end_inset
29262
29263 , o 
29264 \series bold
29265
29266 \backslash
29267 split
29268 \series default
29269
29270 \begin_inset Index
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274 Comandos ! S ! 
29275 \backslash
29276 split
29277 \end_layout
29278
29279 \end_inset
29280
29281 .
29282  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29283  tener dos columnas.
29284 \end_layout
29285
29286 \begin_layout Subsection
29287 Texto en ecuaciones multilínea
29288 \begin_inset CommandInset label
29289 LatexCommand label
29290 name "sub:Texto-en-multilínea"
29291
29292 \end_inset
29293
29294
29295 \begin_inset Index
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299 Texto ! en ecuaciones
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \begin_inset Index
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309 Ecuación ! multilínea ! texto en
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \begin_layout Standard
29318 En los entornos Align, multilínea y gather, se puede insertar texto que
29319  se mostrará en una línea separada y que no afecta la alineación de columna.
29320  Para esto se usa el comando 
29321 \series bold
29322
29323 \backslash
29324 intertext
29325 \series default
29326
29327 \begin_inset Index
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331 Comandos ! I ! 
29332 \backslash
29333 intertext
29334 \end_layout
29335
29336 \end_inset
29337
29338  con el siguiente esquema:
29339 \end_layout
29340
29341 \begin_layout Standard
29342
29343 \series bold
29344
29345 \backslash
29346 intertext{texto}
29347 \end_layout
29348
29349 \begin_layout Standard
29350 El texto no debería ocupar más de una línea porque no se puede partir con
29351  guión.
29352  Como LyX aún no soporta 
29353 \series bold
29354
29355 \backslash
29356 intertext
29357 \series default
29358  directamente, el texto se escribe como texto matemático.
29359  
29360 \series bold
29361
29362 \backslash
29363 intertext
29364 \series default
29365  debe por tanto estar al comienzo de una línea y en la salida se presenta
29366  sobre esta línea.
29367  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29368 \begin_inset Formula \begin{align}
29369 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29370 \intertext{\text{el integrando es simétrico para $\phi=\pi$, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29371
29372 \end_inset
29373
29374
29375 \end_layout
29376
29377 \begin_layout Section
29378 Numeración de ecuaciones
29379 \begin_inset Index
29380 status collapsed
29381
29382 \begin_layout Plain Layout
29383 Ecuación ! numeración|see
29384 \begin_inset ERT
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389 {
29390 \end_layout
29391
29392 \end_inset
29393
29394 Numeración de ecuaciones
29395 \begin_inset ERT
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399
29400 }
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset Index
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 Numeración de ecuaciones
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \begin_layout Subsection
29424 General
29425 \end_layout
29426
29427 \begin_layout Standard
29428 Las ecuaciones numeradas se insertan con el menú 
29429 \family sans
29430 Insertar\SpecialChar \menuseparator
29431 Ecuación
29432 \family default
29433  
29434 \family sans
29435 \SpecialChar \menuseparator
29436 Ecuación
29437 \begin_inset space ~
29438 \end_inset
29439
29440 numerada
29441 \family default
29442  (atajo 
29443 \family sans
29444 Ctrl-Alt
29445 \begin_inset space ~
29446 \end_inset
29447
29448 n
29449 \family default
29450 ).
29451  Ecuaciones existentes se pueden numerar con el menú 
29452 \family sans
29453 Editar\SpecialChar \menuseparator
29454 Ecuación\SpecialChar \menuseparator
29455 Conmutar
29456 \begin_inset space ~
29457 \end_inset
29458
29459 numeración
29460 \family default
29461  (atajo
29462 \family sans
29463  Alt-m
29464 \begin_inset space ~
29465 \end_inset
29466
29467 n
29468 \family default
29469 ).
29470  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29471  En la salida se muestra el número real.
29472 \end_layout
29473
29474 \begin_layout Standard
29475 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29476  líneas.
29477  No obstante, la numeración se puede controlar en cada línea con el menú
29478  
29479 \family sans
29480 Editar\SpecialChar \menuseparator
29481 Ecuación\SpecialChar \menuseparator
29482 \SpecialChar \menuseparator
29483 Conmutar
29484 \begin_inset space ~
29485 \end_inset
29486
29487 numeración
29488 \begin_inset space ~
29489 \end_inset
29490
29491 de
29492 \begin_inset space ~
29493 \end_inset
29494
29495 línea
29496 \family default
29497  (atajo
29498 \family sans
29499  Alt-m
29500 \begin_inset space ~
29501 \end_inset
29502
29503 N
29504 \family default
29505 ).
29506 \end_layout
29507
29508 \begin_layout Standard
29509 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29510  distintos, véase 
29511 \begin_inset CommandInset ref
29512 LatexCommand ref
29513 reference "sec:Estilos-de-ecuación"
29514
29515 \end_inset
29516
29517 .
29518 \end_layout
29519
29520 \begin_layout Subsection
29521 Referencias cruzadas
29522 \begin_inset CommandInset label
29523 LatexCommand label
29524 name "sub:Referencias-cruzadas"
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Referencias cruzadas ! a ecuaciones
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Standard
29542 Todas las ecuaciones con etiqueta se pueden referenciar.
29543  La etiqueta se añade con el menú 
29544 \family sans
29545 Insertar\SpecialChar \menuseparator
29546 Etiqueta
29547 \family default
29548  o con el botón 
29549 \begin_inset Graphics
29550         filename ../../images/label-insert.png
29551         scale 85
29552
29553 \end_inset
29554
29555  de la barra de herramientas.
29556  El cursor debe estar dentro de una ecuación en presentación.
29557  Surge un diálogo con el prefijo 
29558 \series bold
29559 eq:
29560 \series default
29561 , detrás del cual se escribe el texto de la etiqueta.
29562  El prefijo significa 
29563 \begin_inset Quotes fld
29564 \end_inset
29565
29566 equation
29567 \begin_inset Quotes frd
29568 \end_inset
29569
29570  y hace más fácil encontrar etiquetas en documentos extensos porque así
29571  se distingue p.
29572 \begin_inset space \thinspace{}
29573 \end_inset
29574
29575 e.
29576 \begin_inset space ~
29577 \end_inset
29578
29579 de las etiquetas de sección.
29580  Para cambiar una etiqueta se usa de nuevo el menú 
29581 \family sans
29582 Insertar\SpecialChar \menuseparator
29583 Etiqueta
29584 \family default
29585 .
29586 \end_layout
29587
29588 \begin_layout Standard
29589 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29590  ecuación.
29591  Una ecuación con etiqueta se numera siempre.
29592 \end_layout
29593
29594 \begin_layout Standard
29595 Las referencias cruzadas se insertan mediante el menú 
29596 \family sans
29597 Insertar\SpecialChar \menuseparator
29598 Referencia cruzada
29599 \family default
29600  o con el botón 
29601 \begin_inset Graphics
29602         filename ../../images/dialog-show-new-inset_ref.png
29603         scale 85
29604
29605 \end_inset
29606
29607 .
29608  Una referencia a una ecuación aparece en la salida con su número.
29609  Si en el diálogo de referencia cruzada se elige el formato 
29610 \series bold
29611 (<referencia>)
29612 \series default
29613 , la referencia se muestra en la salida entre paréntesis.
29614  
29615 \begin_inset Newline newline
29616 \end_inset
29617
29618 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29619  a la ecuación de referencia.
29620 \end_layout
29621
29622 \begin_layout Standard
29623 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29624  siguientes:
29625 \begin_inset Note Note
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 Observa los distintos tipos de referencias cruzadas.
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Standard
29638 Las ecuaciones 
29639 \begin_inset CommandInset ref
29640 LatexCommand eqref
29641 reference "eq:tag"
29642
29643 \end_inset
29644
29645  y 
29646 \begin_inset CommandInset ref
29647 LatexCommand eqref
29648 reference "eq:c"
29649
29650 \end_inset
29651
29652  son equivalentes.
29653  En (
29654 \begin_inset CommandInset ref
29655 LatexCommand ref
29656 reference "eq:Lat"
29657
29658 \end_inset
29659
29660 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29661 \begin_inset CommandInset ref
29662 LatexCommand ref
29663 reference "eq:Rom"
29664
29665 \end_inset
29666
29667 ).
29668 \begin_inset VSpace medskip
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Si el argumento de 
29676 \series bold
29677
29678 \backslash
29679 tag
29680 \begin_inset Foot
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684
29685 \series bold
29686
29687 \backslash
29688 tag
29689 \series default
29690  se describe en 
29691 \begin_inset CommandInset ref
29692 LatexCommand ref
29693 reference "sub:Numeración-personalizada"
29694
29695 \end_inset
29696
29697
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \series default
29704  contiene un marco, como se describe en la 
29705 \begin_inset CommandInset ref
29706 LatexCommand ref
29707 reference "sub:Cuadros-de-párrafo"
29708
29709 \end_inset
29710
29711 , no se puede referenciar la ecuación.
29712 \end_layout
29713
29714 \begin_layout Subsection
29715 Subnumeración
29716 \begin_inset Index
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720 Numeración de ecuaciones ! subnumeración
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Con ayuda de los comandos 
29730 \series bold
29731
29732 \backslash
29733 begin{subequations}
29734 \series default
29735  y 
29736 \series bold
29737
29738 \backslash
29739 end{subequations}
29740 \series default
29741  en modo TeX se pueden subnumerar ecuaciones.
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Ejemplo:
29746 \begin_inset Formula \begin{equation}
29747 A=C-B\label{eq:a}\end{equation}
29748
29749 \end_inset
29750
29751
29752 \begin_inset ERT
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756
29757
29758 \backslash
29759 addtocounter{equation}{-1}
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770
29771 \backslash
29772 begin{subequations}
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \begin_inset VSpace -5mm
29779 \end_inset
29780
29781
29782 \begin_inset Formula \begin{equation}
29783 B=C-A\label{eq:b}\end{equation}
29784
29785 \end_inset
29786
29787
29788 \begin_inset Formula \begin{equation}
29789 C=A+B\label{eq:c}\end{equation}
29790
29791 \end_inset
29792
29793
29794 \end_layout
29795
29796 \begin_layout Standard
29797 \begin_inset ERT
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801
29802
29803 \backslash
29804 end{subequations}
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \end_layout
29811
29812 \begin_layout Standard
29813 Para este ejemplo se ha hecho lo siguiente:
29814 \end_layout
29815
29816 \begin_layout Enumerate
29817 se inserta la primera ecuación
29818 \end_layout
29819
29820 \begin_layout Enumerate
29821 después de ella se inserta
29822 \series bold
29823
29824 \begin_inset Newline newline
29825 \end_inset
29826
29827
29828 \backslash
29829 addtocounter{equation}{-1} 
29830 \backslash
29831 begin{subequations}
29832 \begin_inset Index
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836 Comandos ! A ! 
29837 \backslash
29838 addtocounter
29839 \end_layout
29840
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \begin_layout Enumerate
29847 se inserta la segunda ecuación
29848 \end_layout
29849
29850 \begin_layout Enumerate
29851 se inserta la tercera ecuación
29852 \end_layout
29853
29854 \begin_layout Enumerate
29855 se inserta 
29856 \series bold
29857
29858 \backslash
29859 end{subequations}
29860 \series default
29861  tras la tercera ecuación
29862 \end_layout
29863
29864 \begin_layout Standard
29865 Toda ecuación entre los comandos 
29866 \series bold
29867
29868 \backslash
29869 begin
29870 \series default
29871  y 
29872 \series bold
29873
29874 \backslash
29875 end
29876 \series default
29877  se subnumera con a, b, c\SpecialChar \ldots{}
29878  En ecuaciones multilínea se subnumerará cada línea.
29879  Todas las ecuaciones subnumeradas son tratadas como 
29880 \emph on
29881 una
29882 \emph default
29883  ecuación numerada.
29884  Pero como cada ecuación numerada aumenta el contador 
29885 \series bold
29886 equation
29887 \series default
29888  en uno, hay que disminuir el comando 
29889 \series bold
29890
29891 \backslash
29892 addtocounter
29893 \series default
29894 .
29895  De lo contrario, las ecuaciones 
29896 \begin_inset CommandInset ref
29897 LatexCommand eqref
29898 reference "eq:a"
29899
29900 \end_inset
29901
29902
29903 \begin_inset CommandInset ref
29904 LatexCommand eqref
29905 reference "eq:b"
29906
29907 \end_inset
29908
29909
29910 \begin_inset CommandInset ref
29911 LatexCommand eqref
29912 reference "eq:c"
29913
29914 \end_inset
29915
29916  se numerarían 
29917 \begin_inset CommandInset ref
29918 LatexCommand eqref
29919 reference "eq:a"
29920
29921 \end_inset
29922
29923
29924 \begin_inset CommandInset ref
29925 LatexCommand eqref
29926 reference "eq:d"
29927
29928 \end_inset
29929
29930
29931 \begin_inset CommandInset ref
29932 LatexCommand eqref
29933 reference "eq:f"
29934
29935 \end_inset
29936
29937 .
29938 \end_layout
29939
29940 \begin_layout Standard
29941 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29942  ecuaciones.
29943  Para evitarlo se inserta ese espacio vertical de -5
29944 \begin_inset space \thinspace{}
29945 \end_inset
29946
29947 mm detrás del comando 
29948 \series bold
29949
29950 \backslash
29951 begin{subequations}
29952 \series default
29953 .
29954
29955 \series bold
29956  
29957 \series default
29958 Si se usa el estilo 
29959 \series bold
29960 Sangrado
29961 \series default
29962
29963 \begin_inset Foot
29964 status open
29965
29966 \begin_layout Plain Layout
29967 véase estilos de ecuación en 
29968 \begin_inset CommandInset ref
29969 LatexCommand ref
29970 reference "sec:Estilos-de-ecuación"
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \end_inset
29978
29979 , entonces se inserta -7
29980 \begin_inset space \thinspace{}
29981 \end_inset
29982
29983 mm.
29984 \end_layout
29985
29986 \begin_layout Standard
29987 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29988  de la segunda línea:
29989 \begin_inset ERT
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993
29994
29995 \backslash
29996 begin{subequations}
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \begin_inset Formula \begin{eqnarray}
30003 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30004  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30005  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30006
30007 \end_inset
30008
30009
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015
30016 \backslash
30017 end{subequations}
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Subsection
30026 Numeración definida por el usuario
30027 \begin_inset CommandInset label
30028 LatexCommand label
30029 name "sub:Numeración-personalizada"
30030
30031 \end_inset
30032
30033
30034 \begin_inset Index
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038 Numeración de ecuaciones ! personalizada
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \begin_layout Standard
30047 Con la numeración estándar el número se coloca entre paréntesis.
30048  Para reemplazar los paréntesis con barras verticales, p.
30049 \begin_inset space \thinspace{}
30050 \end_inset
30051
30052 e., se añade al preámbulo LaTeX la línea: 
30053 \end_layout
30054
30055 \begin_layout Standard
30056
30057 \series bold
30058
30059 \backslash
30060 def
30061 \backslash
30062 tagform@#1{
30063 \backslash
30064 maketag@@@{|#1|}}
30065 \series default
30066
30067 \begin_inset Note Note
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30072  Para activarlo, quita el % del principio.
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \end_layout
30079
30080 \begin_layout Standard
30081 Para usar otros caracteres, se reemplazan las barras al lado de 
30082 \series bold
30083 #1
30084 \series default
30085  por ellos.
30086  Para obtener sólo el número de ecuación se omiten las barras verticales.
30087 \begin_inset VSpace bigskip
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \begin_layout Standard
30094 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30095  consecutivo, se usa el comando 
30096 \series bold
30097
30098 \backslash
30099 tag
30100 \begin_inset Index
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Comandos ! T ! 
30105 \backslash
30106 tag
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \series default
30113 :
30114 \begin_inset Formula \begin{equation}
30115 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30116
30117 \end_inset
30118
30119 En este ejemplo se ha insertado el comando
30120 \series bold
30121  
30122 \backslash
30123 tag
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 spce 
30132 \end_layout
30133
30134 \end_inset
30135
30136 algo
30137 \series default
30138  en la ecuación.
30139 \end_layout
30140
30141 \begin_layout Standard
30142 Si se usa en su lugar el comando con asterisco 
30143 \series bold
30144
30145 \backslash
30146 tag*
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152
30153 \backslash
30154 spce 
30155 \end_layout
30156
30157 \end_inset
30158
30159 algo
30160 \series default
30161  no se imprimen los paréntesis:
30162 \begin_inset Formula \[
30163 A+B=C\tag*{algo}\]
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Standard
30171 \begin_inset VSpace bigskip
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 Para reiniciar la numeración en nuevas partes o secciones del documento
30179  se usan los siguientes comandos:
30180 \end_layout
30181
30182 \begin_layout Standard
30183
30184 \series bold
30185
30186 \backslash
30187 @addtoreset{equation}{part}
30188 \series default
30189
30190 \begin_inset Index
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194 Comandos ! 
30195 \begin_inset ERT
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199
30200 "
30201 \end_layout
30202
30203 \end_inset
30204
30205 @
30206 \begin_inset ERT
30207 status collapsed
30208
30209 \begin_layout Plain Layout
30210
30211 "
30212 \end_layout
30213
30214 \end_inset
30215
30216  ! 
30217 \backslash
30218
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224 "
30225 \end_layout
30226
30227 \end_inset
30228
30229 @
30230 \begin_inset ERT
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234
30235 "
30236 \end_layout
30237
30238 \end_inset
30239
30240 addtoreset
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \begin_inset Newline newline
30247 \end_inset
30248
30249
30250 \series bold
30251
30252 \backslash
30253 @addtoreset{equation}{section}
30254 \end_layout
30255
30256 \begin_layout Standard
30257 Pata poder usar estos comandos en modo TeX, el carácter 
30258 \begin_inset Quotes fld
30259 \end_inset
30260
30261 @
30262 \begin_inset Quotes frd
30263 \end_inset
30264
30265  debe 
30266 \begin_inset Quotes fld
30267 \end_inset
30268
30269 activarse
30270 \begin_inset Quotes frd
30271 \end_inset
30272
30273  para LaTeX con el comando 
30274 \series bold
30275
30276 \backslash
30277 makeatletter
30278 \series default
30279 .
30280  El comando 
30281 \series bold
30282
30283 \backslash
30284 makeatother
30285 \series default
30286  deshace esto.
30287  Así pues, la secuencia de comandos en modo TeX es:
30288 \end_layout
30289
30290 \begin_layout Standard
30291
30292 \series bold
30293
30294 \backslash
30295 makeatletter
30296 \begin_inset Newline newline
30297 \end_inset
30298
30299
30300 \backslash
30301 @addtoreset{equation}{section}
30302 \begin_inset Newline newline
30303 \end_inset
30304
30305
30306 \backslash
30307 makeatother
30308 \end_layout
30309
30310 \begin_layout Standard
30311 En el preámbulo LaTeX se pueden omitir 
30312 \series bold
30313
30314 \backslash
30315 makeatletter
30316 \series default
30317  y 
30318 \series bold
30319
30320 \backslash
30321 makeatother
30322 \series default
30323  pues son automáticamente insertados por LyX.
30324 \end_layout
30325
30326 \begin_layout Standard
30327 Para el comando 
30328 \series bold
30329
30330 \backslash
30331 @addtoreset
30332 \series default
30333 ,
30334 \series bold
30335  
30336 \series default
30337 hay que cargar en el preámbulo LaTeX el archivo 
30338 \series bold
30339 remreset.sty
30340 \series default
30341
30342 \begin_inset Foot
30343 status open
30344
30345 \begin_layout Plain Layout
30346
30347 \series bold
30348 remreset
30349 \series default
30350  es parte del paquete LaTeX 
30351 \series bold
30352 carlisle
30353 \series default
30354
30355 \begin_inset Index
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359 Paquetes ! carlisle
30360 \end_layout
30361
30362 \end_inset
30363
30364 , incluido en las instalaciones estándar de LaTeX.
30365 \end_layout
30366
30367 \end_inset
30368
30369
30370 \begin_inset Index
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374 Paquetes ! remreset
30375 \end_layout
30376
30377 \end_inset
30378
30379  con la línea
30380 \end_layout
30381
30382 \begin_layout Standard
30383
30384 \series bold
30385
30386 \backslash
30387 usepackage{remreset}
30388 \end_layout
30389
30390 \begin_layout Standard
30391 Entonces se puede usar el comando 
30392 \series bold
30393
30394 \backslash
30395 @removefromreset
30396 \series default
30397
30398 \begin_inset Index
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402 Comandos ! 
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408 "
30409 \end_layout
30410
30411 \end_inset
30412
30413 @
30414 \begin_inset ERT
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418
30419 "
30420 \end_layout
30421
30422 \end_inset
30423
30424  ! 
30425 \backslash
30426
30427 \begin_inset ERT
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431
30432 "
30433 \end_layout
30434
30435 \end_inset
30436
30437 @
30438 \begin_inset ERT
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442
30443 "
30444 \end_layout
30445
30446 \end_inset
30447
30448 removefromreset
30449 \end_layout
30450
30451 \end_inset
30452
30453  con el mismo esquema que 
30454 \series bold
30455
30456 \backslash
30457 @addtoreset
30458 \series default
30459 .
30460 \begin_inset VSpace bigskip
30461 \end_inset
30462
30463
30464 \end_layout
30465
30466 \begin_layout Standard
30467 A veces las ecuaciones deberían numerarse de la siguiente manera:
30468 \end_layout
30469
30470 \begin_layout Standard
30471
30472 \family typewriter
30473 (número de sección.número de ecuación)
30474 \end_layout
30475
30476 \begin_layout Standard
30477 El número de ecuación empezaría con 
30478 \begin_inset Quotes fld
30479 \end_inset
30480
30481 1
30482 \begin_inset Quotes frd
30483 \end_inset
30484
30485  en cada sección.
30486 \end_layout
30487
30488 \begin_layout Standard
30489 Para este caso hay el comando 
30490 \series bold
30491
30492 \backslash
30493 numberwithin
30494 \series default
30495
30496 \begin_inset Index
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 Comandos ! N ! 
30501 \backslash
30502 numberwithin
30503 \end_layout
30504
30505 \end_inset
30506
30507 , que se usa con el esquema:
30508 \end_layout
30509
30510 \begin_layout Standard
30511
30512 \series bold
30513
30514 \backslash
30515 numberwithin{counter}{sectioning}
30516 \end_layout
30517
30518 \begin_layout Standard
30519 \begin_inset Quotes fld
30520 \end_inset
30521
30522 counter
30523 \begin_inset Quotes frd
30524 \end_inset
30525
30526  indica qué clase de numeración es afectada, 
30527 \begin_inset Quotes fld
30528 \end_inset
30529
30530 sectioning
30531 \begin_inset Quotes frd
30532 \end_inset
30533
30534  indica qué número va delante del punto.
30535  
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Así pues, en nuestro caso se ha usado la siguiente línea ERT o de preámbulo
30540  LaTeX:
30541 \end_layout
30542
30543 \begin_layout Standard
30544
30545 \series bold
30546
30547 \backslash
30548 numberwithin{equation}{section}
30549 \end_layout
30550
30551 \begin_layout Standard
30552 Este es el resultado::
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 numberwithin{equation}{section}
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \begin_inset Formula \begin{equation}
30567 A+B=C\end{equation}
30568
30569 \end_inset
30570
30571
30572 \end_layout
30573
30574 \begin_layout Standard
30575 Para numerar p.
30576 \begin_inset space \thinspace{}
30577 \end_inset
30578
30579 e.
30580 \begin_inset space ~
30581 \end_inset
30582
30583 tablas de modo que 
30584 \begin_inset Quotes fld
30585 \end_inset
30586
30587 sectioning
30588 \begin_inset Quotes frd
30589 \end_inset
30590
30591  es el número de la parte se usa
30592 \begin_inset Newline newline
30593 \end_inset
30594
30595
30596 \series bold
30597
30598 \backslash
30599 numberwithin{table}{part}
30600 \end_layout
30601
30602 \begin_layout Standard
30603 Para volver a la numeración estándar o evitar esta clase numeración cuando
30604  es definida por la clase de documento, se inserta el siguiente comando
30605  como ERT o en el preámbulo LaTeX:
30606 \end_layout
30607
30608 \begin_layout Standard
30609
30610 \series bold
30611
30612 \backslash
30613 renewcommand{
30614 \backslash
30615 theequation}{
30616 \backslash
30617 arabic{equation}}
30618 \begin_inset Index
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 Comandos ! A ! 
30623 \backslash
30624 arabic
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \series default
30631
30632 \begin_inset ERT
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636
30637
30638 \backslash
30639 renewcommand{
30640 \backslash
30641 theequation}{
30642 \backslash
30643 arabic{equation}}
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \series bold
30650
30651 \begin_inset Newline newline
30652 \end_inset
30653
30654
30655 \series default
30656 o
30657 \series bold
30658
30659 \begin_inset Newline newline
30660 \end_inset
30661
30662
30663 \backslash
30664 renewcommand{
30665 \backslash
30666 thetable}{
30667 \backslash
30668 arabic{table}}
30669 \end_layout
30670
30671 \begin_layout Standard
30672
30673 \series bold
30674
30675 \backslash
30676 numberwithin
30677 \series default
30678  usa internamente el comando 
30679 \series bold
30680
30681 \backslash
30682 @addtoreset
30683 \series default
30684 , descrito arriba, que también necesita ser restaurado.
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690
30691 \backslash
30692 makeatletter
30693 \end_layout
30694
30695 \begin_layout Plain Layout
30696
30697
30698 \backslash
30699 @removefromreset{equation}{section}
30700 \end_layout
30701
30702 \begin_layout Plain Layout
30703
30704
30705 \backslash
30706 makeatother
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \end_layout
30713
30714 \begin_layout Subsection
30715 Numeración con números romanos y letras
30716 \begin_inset CommandInset label
30717 LatexCommand label
30718 name "sub:Numeración-con-romanos"
30719
30720 \end_inset
30721
30722
30723 \begin_inset Index
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Numeración de ecuaciones ! con números romanos
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \begin_inset Index
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737 Numeración de ecuaciones ! con letras
30738 \end_layout
30739
30740 \end_inset
30741
30742
30743 \end_layout
30744
30745 \begin_layout Standard
30746 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30747  Por ejemplo, para numerar con romanos en minúscula,
30748 \begin_inset Foot
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752 Como en español no se usan romanos en minúscula, el estilo 
30753 \series bold
30754 spanish
30755 \series default
30756  del sistema 
30757 \series bold
30758 babel
30759 \series default
30760  redefine 
30761 \series bold
30762
30763 \backslash
30764 roman
30765 \series default
30766  para que los dé en versalitas.
30767  Véase 
30768 \begin_inset CommandInset citation
30769 LatexCommand cite
30770 key "spanish"
30771
30772 \end_inset
30773
30774  (
30775 \emph on
30776 N.
30777 \begin_inset space \thinspace{}
30778 \end_inset
30779
30780 del t
30781 \emph default
30782 ).
30783 \end_layout
30784
30785 \end_inset
30786
30787  se inserta el comando
30788 \end_layout
30789
30790 \begin_layout Standard
30791
30792 \series bold
30793
30794 \backslash
30795 renewcommand{
30796 \backslash
30797 theequation}{
30798 \backslash
30799 roman{equation}}
30800 \end_layout
30801
30802 \begin_layout Standard
30803 antes de la ecuación en modo TeX.
30804  
30805 \series bold
30806
30807 \backslash
30808 renewcommand
30809 \series default
30810
30811 \begin_inset Index
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815 Comandos ! R ! 
30816 \backslash
30817 renewcommand
30818 \end_layout
30819
30820 \end_inset
30821
30822  redefine el comando predefinido 
30823 \series bold
30824
30825 \backslash
30826 theequation
30827 \series default
30828  como 
30829 \series bold
30830
30831 \backslash
30832 roman{equation}
30833 \series default
30834 .
30835 \begin_inset Foot
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 El comando 
30840 \series bold
30841
30842 \backslash
30843 renewcommand
30844 \series default
30845  tiene el mismo esquema que el comando 
30846 \series bold
30847
30848 \backslash
30849 newcommand
30850 \series default
30851 , descrito en 
30852 \begin_inset CommandInset ref
30853 LatexCommand ref
30854 reference "sec:Comandos-de-usuario"
30855
30856 \end_inset
30857
30858 .
30859 \end_layout
30860
30861 \end_inset
30862
30863  
30864 \series bold
30865 equation
30866 \series default
30867  es el contador de ecuaciones.
30868  Si se usa el comando 
30869 \series bold
30870
30871 \backslash
30872 the
30873 \series default
30874  como prefijo de un contador, el valor del contador sale en números arábigos.
30875  Si una ecuación es numerada, LaTeX pone internamente el comando 
30876 \series bold
30877
30878 \backslash
30879 theequation
30880 \series default
30881  detrás de la ecuación.
30882  
30883 \series bold
30884
30885 \backslash
30886 roman{equation}
30887 \series default
30888
30889 \begin_inset Index
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893 Comandos ! R ! 
30894 \backslash
30895 roman
30896 \end_layout
30897
30898 \end_inset
30899
30900  pone el contador en romanos en minúscula.
30901 \end_layout
30902
30903 \begin_layout Standard
30904 Todas las ecuaciones siguientes a 
30905 \series bold
30906
30907 \backslash
30908 renew
30909 \series default
30910 c
30911 \series bold
30912 ommand
30913 \series default
30914  se numerarán en romanos.
30915  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30916  cambiando 
30917 \series bold
30918
30919 \backslash
30920 roman
30921 \series default
30922  por 
30923 \series bold
30924
30925 \backslash
30926 Roman
30927 \series default
30928  
30929 \begin_inset Index
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 Comandos ! R ! 
30934 \backslash
30935 roman@
30936 \backslash
30937 Roman
30938 \end_layout
30939
30940 \end_inset
30941
30942 .
30943  Para 
30944 \begin_inset Quotes fld
30945 \end_inset
30946
30947 numerar
30948 \begin_inset Quotes frd
30949 \end_inset
30950
30951  con minúsculas latinas hay el comando 
30952 \series bold
30953
30954 \backslash
30955 alph
30956 \series default
30957
30958 \begin_inset Index
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962 Comandos ! A ! 
30963 \backslash
30964 alph
30965 \end_layout
30966
30967 \end_inset
30968
30969 , y para mayúsculas el comando 
30970 \series bold
30971
30972 \backslash
30973 Alph
30974 \series default
30975
30976 \begin_inset Index
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980 Comandos ! A ! 
30981 \backslash
30982 alph@
30983 \backslash
30984 Alph
30985 \end_layout
30986
30987 \end_inset
30988
30989 .
30990 \end_layout
30991
30992 \begin_layout Standard
30993 \begin_inset Note Greyedout
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998 \series bold
30999 Nota:
31000 \series default
31001  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31002 \end_layout
31003
31004 \end_inset
31005
31006
31007 \begin_inset ERT
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011
31012
31013 \backslash
31014 renewcommand{
31015 \backslash
31016 theequation}{
31017 \backslash
31018 roman{equation}}
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \begin_inset Formula \begin{equation}
31025 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31026
31027 \end_inset
31028
31029
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 renewcommand{
31038 \backslash
31039 theequation}{
31040 \backslash
31041 Roman{equation}}
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \begin_inset Formula \begin{equation}
31048 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31049
31050 \end_inset
31051
31052
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057
31058
31059 \backslash
31060 renewcommand{
31061 \backslash
31062 theequation}{
31063 \backslash
31064 alph{equation}}
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Formula \begin{equation}
31071 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31072
31073 \end_inset
31074
31075
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081
31082 \backslash
31083 renewcommand{
31084 \backslash
31085 theequation}{
31086 \backslash
31087 Alph{equation}}
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \begin_inset Formula \begin{equation}
31094 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31095
31096 \end_inset
31097
31098
31099 \end_layout
31100
31101 \begin_layout Standard
31102 Para volver a la numeración por defecto se inserta el comando:
31103 \end_layout
31104
31105 \begin_layout Standard
31106
31107 \series bold
31108
31109 \backslash
31110 renewcommand{
31111 \backslash
31112 theequation}{
31113 \backslash
31114 arabic{equation}}
31115 \begin_inset Index
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 Comandos ! A ! 
31120 \backslash
31121 arabic
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135
31136 \backslash
31137 renewcommand{
31138 \backslash
31139 theequation}{
31140 \backslash
31141 arabic{equation}}
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \begin_inset Formula \begin{equation}
31148 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31149
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \begin_layout Standard
31156 \begin_inset VSpace medskip
31157 \end_inset
31158
31159
31160 \end_layout
31161
31162 \begin_layout Standard
31163 Como ves, las ecuaciones se numeran consecutivamente independientemente
31164  del estilo de numeración.
31165  Cuando la numeración haya de empezar con 
31166 \begin_inset Quotes fld
31167 \end_inset
31168
31169 1
31170 \begin_inset Quotes frd
31171 \end_inset
31172
31173  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31174  Una descripción sobre esto se encuentra en el archivo 
31175 \begin_inset CommandInset href
31176 LatexCommand href
31177 target "Formula-numbering.lyx"
31178
31179 \end_inset
31180
31181 .
31182 \end_layout
31183
31184 \begin_layout Section
31185 Comandos definidos por el usuario
31186 \begin_inset CommandInset label
31187 LatexCommand label
31188 name "sec:Comandos-de-usuario"
31189
31190 \end_inset
31191
31192
31193 \begin_inset Index
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197 Comandos personalizados
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31207  Pero es posible definir nuevos comandos más cortos con el comando 
31208 \series bold
31209
31210 \backslash
31211 newcommand
31212 \series default
31213
31214 \begin_inset Index
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 Comandos ! N ! 
31219 \backslash
31220 newcommand
31221 \end_layout
31222
31223 \end_inset
31224
31225 .
31226  
31227 \end_layout
31228
31229 \begin_layout Standard
31230 El esquema del comando 
31231 \series bold
31232
31233 \backslash
31234 newcommand
31235 \series default
31236  es:
31237 \end_layout
31238
31239 \begin_layout Standard
31240
31241 \series bold
31242
31243 \backslash
31244 newcommand{nombre nuevo de comando}[número de argumentos]
31245 \begin_inset Newline newline
31246 \end_inset
31247
31248
31249 \begin_inset ERT
31250 status collapsed
31251
31252 \begin_layout Plain Layout
31253
31254
31255 \backslash
31256 phantom{
31257 \end_layout
31258
31259 \end_inset
31260
31261
31262 \backslash
31263 newcommand
31264 \begin_inset ERT
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268
31269 }
31270 \end_layout
31271
31272 \end_inset
31273
31274 [valor opcional]{definición de comando}
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset Note Greyedout
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282
31283 \series bold
31284 Nota:
31285 \series default
31286  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31287  documento o en paquetes LaTeX que uses.
31288  Si p.
31289 \begin_inset space \thinspace{}
31290 \end_inset
31291
31292 e.
31293  defines el comando 
31294 \series bold
31295
31296 \backslash
31297 le
31298 \series default
31299  para 
31300 \series bold
31301
31302 \backslash
31303 Leftarrow,
31304 \series default
31305  se producirán errores porque 
31306 \series bold
31307
31308 \backslash
31309 le
31310 \series default
31311  ya existe como comando para 
31312 \begin_inset Quotes fld
31313 \end_inset
31314
31315
31316 \begin_inset Formula $\le$
31317 \end_inset
31318
31319
31320 \begin_inset Quotes frd
31321 \end_inset
31322
31323 .
31324
31325 \series bold
31326  
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \end_layout
31333
31334 \begin_layout Standard
31335 \begin_inset Note Greyedout
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340 \series bold
31341 Nota:
31342 \series default
31343  Los nombres de comandos personalizados sólo pueden tener letras latinas.
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31353  argumentos debería tener el nuevo comando.
31354  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31355  Cuando se hace esto, el 
31356 \emph on
31357 primer
31358 \emph default
31359  argumento del nuevo comando es automáticamente opcional.
31360 \end_layout
31361
31362 \begin_layout Standard
31363 Veamos unos ejemplos:
31364 \end_layout
31365
31366 \begin_layout Itemize
31367 Para definir el comando 
31368 \series bold
31369
31370 \backslash
31371 gr
31372 \series default
31373  para 
31374 \series bold
31375
31376 \backslash
31377 Longrightarrow
31378 \series default
31379 , la línea de preámbulo LaTeX es:
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385
31386 \backslash
31387 medskip
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \series bold
31394
31395 \begin_inset Newline newline
31396 \end_inset
31397
31398
31399 \backslash
31400 newcommand{
31401 \backslash
31402 gr}{
31403 \backslash
31404 Longrightarrow}
31405 \end_layout
31406
31407 \begin_layout Itemize
31408 Para definir el comando 
31409 \series bold
31410
31411 \backslash
31412 us
31413 \series default
31414  para 
31415 \series bold
31416
31417 \backslash
31418 underline
31419 \series default
31420 , el argumento (que sería subrayado) debe tenerse en cuenta.
31421  Para esto la línea de preámbulo es: :
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 medskip
31430 \end_layout
31431
31432 \end_inset
31433
31434
31435 \series bold
31436
31437 \begin_inset Newline newline
31438 \end_inset
31439
31440
31441 \backslash
31442 newcommand{
31443 \backslash
31444 us}[1]{
31445 \backslash
31446 underline{#1}}
31447 \series default
31448
31449 \begin_inset ERT
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453
31454
31455 \backslash
31456 medskip
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \begin_inset Newline newline
31463 \end_inset
31464
31465 El carácter 
31466 \series bold
31467 #
31468 \series default
31469  actúa como colocador del argumento, el 
31470 \series bold
31471 1
31472 \series default
31473  indica que es el colocador para el primer argumento.
31474 \end_layout
31475
31476 \begin_layout Itemize
31477 Para 
31478 \series bold
31479
31480 \backslash
31481 framebox
31482 \series default
31483  se puede p.
31484 \begin_inset space \thinspace{}
31485 \end_inset
31486
31487 e.
31488  definir el comando 
31489 \series bold
31490
31491 \backslash
31492 fb
31493 \series default
31494 :
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500
31501 \backslash
31502 medskip
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \series bold
31509
31510 \begin_inset Newline newline
31511 \end_inset
31512
31513
31514 \backslash
31515 newcommand{
31516 \backslash
31517 fb}[3]{
31518 \backslash
31519 framebox#1#2{$#3$}}
31520 \series default
31521
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527
31528 \backslash
31529 medskip
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \begin_inset Newline newline
31536 \end_inset
31537
31538 Los dos signos dólar generan la ecuación extra necesaria para 
31539 \series bold
31540
31541 \backslash
31542 framebox
31543 \series default
31544 , véase 
31545 \begin_inset CommandInset ref
31546 LatexCommand ref
31547 reference "sub:Cuadros-con-marco"
31548
31549 \end_inset
31550
31551 .
31552 \end_layout
31553
31554 \begin_layout Itemize
31555 Para crear un nuevo comando para 
31556 \series bold
31557
31558 \backslash
31559 fcolorbox
31560 \series default
31561  donde no es necesario especificar el color para el cuadro, el argumento
31562  para el color se define opcional:
31563 \begin_inset ERT
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567
31568
31569 \backslash
31570 medskip
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \series bold
31577
31578 \begin_inset Newline newline
31579 \end_inset
31580
31581
31582 \backslash
31583 newcommand{
31584 \backslash
31585 cb}[3][white]{
31586 \backslash
31587 fcolorbox{#2}{#1}{$#3$}}
31588 \series default
31589
31590 \begin_inset ERT
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594
31595
31596 \backslash
31597 medskip
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \begin_inset Newline newline
31604 \end_inset
31605
31606 Si el color no es especificado al usar 
31607 \series bold
31608
31609 \backslash
31610 cb
31611 \series default
31612 , se elige el color 
31613 \series bold
31614 white
31615 \series default
31616  predefinido.
31617 \end_layout
31618
31619 \begin_layout Standard
31620 Un ensayo con los nuevos comandos definidos:
31621 \end_layout
31622
31623 \begin_layout Standard
31624 \noindent
31625 \align center
31626 \begin_inset Tabular
31627 <lyxtabular version="3" rows="6" columns="2">
31628 <features>
31629 <column alignment="center" valignment="top" width="0">
31630 <column alignment="center" valignment="top" width="0">
31631 <row>
31632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31633 \begin_inset Text
31634
31635 \begin_layout Plain Layout
31636 Comando
31637 \end_layout
31638
31639 \end_inset
31640 </cell>
31641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645 Resultado
31646 \begin_inset Note Note
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651 \series bold
31652
31653 \backslash
31654 raisebox
31655 \series default
31656  se usa sólo como espaciador
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 </row>
31667 <row>
31668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672 A
31673 \backslash
31674 gr
31675 \begin_inset ERT
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679
31680
31681 \backslash
31682 spce 
31683 \end_layout
31684
31685 \end_inset
31686
31687 B
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31693 \begin_inset Text
31694
31695 \begin_layout Plain Layout
31696 \begin_inset Formula $A\gr B$
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \end_inset
31703 </cell>
31704 </row>
31705 <row>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710
31711 \backslash
31712 us{ABcd
31713 \end_layout
31714
31715 \end_inset
31716 </cell>
31717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Plain Layout
31721 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \end_inset
31728 </cell>
31729 </row>
31730 <row>
31731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31732 \begin_inset Text
31733
31734 \begin_layout Plain Layout
31735
31736 \backslash
31737 fb{[2cm]
31738 \begin_inset Formula $\to$
31739 \end_inset
31740
31741
31742 \backslash
31743 {
31744 \begin_inset Formula $\to$
31745 \end_inset
31746
31747
31748 \backslash
31749 {
31750 \backslash
31751 int
31752 \begin_inset ERT
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756
31757
31758 \backslash
31759 spce 
31760 \end_layout
31761
31762 \end_inset
31763
31764 A=B
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 </row>
31782 <row>
31783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31784 \begin_inset Text
31785
31786 \begin_layout Plain Layout
31787
31788 \backslash
31789 cb{red
31790 \begin_inset Formula $\to$
31791 \end_inset
31792
31793
31794 \backslash
31795 {
31796 \backslash
31797 int
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803
31804 \backslash
31805 spce 
31806 \end_layout
31807
31808 \end_inset
31809
31810 A=B
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31816 \begin_inset Text
31817
31818 \begin_layout Plain Layout
31819 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31820 \end_inset
31821
31822
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 </row>
31828 <row>
31829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833
31834 \backslash
31835 cb[green]
31836 \backslash
31837 {red
31838 \begin_inset Formula $\to$
31839 \end_inset
31840
31841
31842 \backslash
31843 {
31844 \backslash
31845 int
31846 \begin_inset ERT
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850
31851
31852 \backslash
31853 spce 
31854 \end_layout
31855
31856 \end_inset
31857
31858 A=B
31859 \end_layout
31860
31861 \end_inset
31862 </cell>
31863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Plain Layout
31867 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \end_inset
31874 </cell>
31875 </row>
31876 </lyxtabular>
31877
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \begin_layout Section
31884 Diagramas
31885 \begin_inset Index
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Diagramas
31890 \end_layout
31891
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \begin_layout Standard
31898 Para componer diagramas se necesita el paquete LaTeX 
31899 \series bold
31900 amscd
31901 \series default
31902 .
31903 \series bold
31904
31905 \begin_inset Foot
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909
31910 \series bold
31911 amscd
31912 \series default
31913  forma parte de las instalaciones estándar de LaTeX.
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \series default
31920
31921 \begin_inset Index
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925 Paquetes ! amscd
31926 \end_layout
31927
31928 \end_inset
31929
31930  Se carga en el preámbulo LaTeX con la línea:
31931 \end_layout
31932
31933 \begin_layout Standard
31934
31935 \series bold
31936
31937 \backslash
31938 usepackage{amscd}
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Los diagramas visualizan relaciones y su aspecto es como este:
31943 \begin_inset Formula \[
31944 \begin{CD}A@)))B@)))C\\
31945 @AAA@.@VVV\\
31946 F@(((E@(((D\end{CD}\]
31947
31948 \end_inset
31949
31950 Para obtener el diagrama se inserta en la ecuación el comando 
31951 \series bold
31952
31953 \backslash
31954 CD
31955 \begin_inset Index
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959 Comandos ! C ! 
31960 \backslash
31961 CD
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \series default
31968 .
31969  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31970  continuación comandos.
31971  Con 
31972 \family sans
31973 Ctrl-Intro
31974 \family default
31975  se inicia una nueva línea.
31976  En las líneas impares se insertan relaciones horizontales, en las pares
31977  verticales.
31978 \end_layout
31979
31980 \begin_layout Standard
31981 Para componer las relaciones hay los siguientes comandos:
31982 \begin_inset Foot
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986 \begin_inset CommandInset label
31987 LatexCommand label
31988 name "fn:sinónimos"
31989
31990 \end_inset
31991
31992 Los comandos con 
31993 \series bold
31994 >
31995 \series default
31996  o 
31997 \series bold
31998 <
31999 \series default
32000  pueden generar errores con el estilo 
32001 \series bold
32002 spanish
32003 \series default
32004  de 
32005 \series bold
32006 babel
32007 \series default
32008 .
32009  Para evitarlo se pueden sustituir por sus sinónimos 
32010 \series bold
32011 )
32012 \series default
32013  o 
32014 \series bold
32015 (
32016 \series default
32017  respectivamente.
32018  Véase 
32019 \begin_inset CommandInset citation
32020 LatexCommand cite
32021 key "spanish"
32022
32023 \end_inset
32024
32025 .
32026  (
32027 \emph on
32028 N.
32029 \begin_inset space \thinspace{}
32030 \end_inset
32031
32032 del t.
32033 \emph default
32034 )
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \end_layout
32041
32042 \begin_layout Itemize
32043
32044 \series bold
32045 @<<<
32046 \series default
32047  genera una flecha hacia la izquierda, 
32048 \series bold
32049 @>>>
32050 \series default
32051  una hacia la derecha, y 
32052 \series bold
32053 @=
32054 \series default
32055  un signo igual largo
32056 \end_layout
32057
32058 \begin_layout Itemize
32059
32060 \series bold
32061 @AAA
32062 \series default
32063  genera una flecha hacia arriba, 
32064 \series bold
32065 @VVV
32066 \series default
32067  una hacia abajo, y 
32068 \series bold
32069 @|
32070 \series default
32071  un signo igual vertical
32072 \end_layout
32073
32074 \begin_layout Itemize
32075
32076 \series bold
32077 @.
32078
32079 \series default
32080  genera una ubicación vacía para relaciones inexistentes
32081 \end_layout
32082
32083 \begin_layout Standard
32084 Todas las flechas pueden etiquetarse como sigue:
32085 \end_layout
32086
32087 \begin_layout Itemize
32088 Si se inserta texto entre el primero y el segundo 
32089 \series bold
32090 <
32091 \series default
32092  o 
32093 \series bold
32094 >
32095 \series default
32096 , respectivamente, se muestra sobre la flecha.
32097  Si se inserta entre el segundo y el tercero, bajo la flecha.
32098 \end_layout
32099
32100 \begin_layout Itemize
32101 Para flechas verticales, si se inserta texto entre la primera y la segunda
32102  
32103 \series bold
32104 A
32105 \series default
32106  o 
32107 \series bold
32108 V
32109 \series default
32110 , respectivamente, se muestra al lado izquierdo de la flecha.
32111  Si se inserta entre la segunda y la tercera, al lado derecho.
32112  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Como ejemplo un diagrama con todas las relaciones posibles:
32117 \begin_inset Formula \[
32118 \begin{CD}A@)j))B@))k)C@=F\\
32119 @AmAA@.@VV{V}V@|\\
32120 D@((j\,(E@)k))F@=C\end{CD}\]
32121
32122 \end_inset
32123
32124 El comando para este diagrama es:
32125 \begin_inset Newline newline
32126 \end_inset
32127
32128
32129 \series bold
32130
32131 \backslash
32132 CD
32133 \begin_inset ERT
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137
32138
32139 \backslash
32140 spce 
32141 \end_layout
32142
32143 \end_inset
32144
32145 A@>j>>B@>>k>C@=F Ctrl-Intro
32146 \begin_inset Newline newline
32147 \end_inset
32148
32149
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 hphantom{
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \backslash
32164 CD
32165 \begin_inset ERT
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169
32170
32171 \backslash
32172 spce 
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \begin_inset ERT
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182
32183 }
32184 \end_layout
32185
32186 \end_inset
32187
32188 @AmAA@.@VV
32189 \backslash
32190 {V
32191 \series default
32192
32193 \begin_inset Formula $\to$
32194 \end_inset
32195
32196
32197 \series bold
32198 V@| Ctrl-Intro
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208
32209 \backslash
32210 hphantom{
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \backslash
32217 CD
32218 \begin_inset ERT
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222
32223
32224 \backslash
32225 spce 
32226 \end_layout
32227
32228 \end_inset
32229
32230
32231 \begin_inset ERT
32232 status collapsed
32233
32234 \begin_layout Plain Layout
32235
32236 }
32237 \end_layout
32238
32239 \end_inset
32240
32241 D@<<j<E@>k>>F@=C
32242 \end_layout
32243
32244 \begin_layout Standard
32245 \begin_inset Newpage newpage
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \begin_layout Section
32252 Indicaciones
32253 \begin_inset ERT
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257
32258
32259 \backslash
32260 texorpdfstring{
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \begin_inset Foot
32267 status collapsed
32268
32269 \begin_layout Plain Layout
32270 Otras sugerencias útiles para matemáticas en 
32271 \begin_inset CommandInset citation
32272 LatexCommand cite
32273 key "Voss"
32274
32275 \end_inset
32276
32277 .
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \begin_inset ERT
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287
32288 }{}
32289 \end_layout
32290
32291 \end_inset
32292
32293
32294 \begin_inset Note Note
32295 status collapsed
32296
32297 \begin_layout Plain Layout
32298
32299 \backslash
32300 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
32301  PDF.
32302 \end_layout
32303
32304 \begin_layout Plain Layout
32305 Más sobre 
32306 \backslash
32307 texorpdfstring hay en la sección 
32308 \begin_inset CommandInset ref
32309 LatexCommand ref
32310 reference "sub:Ecuaciones-en-Sección"
32311
32312 \end_inset
32313
32314 .
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \begin_inset Index
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324 Indicaciones
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Subsection
32333 Símbolos y ecuaciones químicas
32334 \begin_inset CommandInset label
32335 LatexCommand label
32336 name "sub:Símbolos-y-ecuaciones-químicas"
32337
32338 \end_inset
32339
32340
32341 \begin_inset Index
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345 Química ! símbolos
32346 \end_layout
32347
32348 \end_inset
32349
32350
32351 \begin_inset Index
32352 status collapsed
32353
32354 \begin_layout Plain Layout
32355 Ecuación química
32356 \end_layout
32357
32358 \end_inset
32359
32360
32361 \begin_inset Index
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365 Química ! caracteres
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \begin_inset Index
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375 Iones|see
32376 \begin_inset ERT
32377 status collapsed
32378
32379 \begin_layout Plain Layout
32380
32381 {
32382 \end_layout
32383
32384 \end_inset
32385
32386 Química ! caracteres
32387 \begin_inset ERT
32388 status collapsed
32389
32390 \begin_layout Plain Layout
32391
32392 }
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \begin_layout Standard
32406 Un ejemplo de texto de química:
32407 \end_layout
32408
32409 \begin_layout Quote
32410 El ión 
32411 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32412 \end_inset
32413
32414  reacciona con dos iones 
32415 \begin_inset Formula $\mathrm{Na^{+}}$
32416 \end_inset
32417
32418  para dar sulfato de sodio 
32419 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32420 \end_inset
32421
32422 .
32423  La ecuación química es:
32424 \begin_inset Formula \[
32425 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32426
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \begin_layout Standard
32433 Esta ecuación química puede componerse directamente en modo ecuación.
32434  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32435  y con el atajo 
32436 \family sans
32437 Alt-c
32438 \begin_inset space ~
32439 \end_inset
32440
32441 r
32442 \family default
32443  se cambia en redonda.
32444 \begin_inset Foot
32445 status open
32446
32447 \begin_layout Plain Layout
32448 véase estilos de fuentes en 
32449 \begin_inset CommandInset ref
32450 LatexCommand ref
32451 reference "sub:Estilos-de-fuentes"
32452
32453 \end_inset
32454
32455 .
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \begin_layout Subsection
32464 Números negativos
32465 \begin_inset Index
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469 Números ! negativos
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 Los números negativos a veces se ven feos en las ecuaciones porque el signo
32479  menos delante del número tiene la misma longitud que el operador signo
32480  menos.
32481  Si se escribe el número negativo en texto normal el signo menos aparece
32482  correctamente.
32483 \end_layout
32484
32485 \begin_layout Standard
32486 Así pues, el problema desaparece si se convierte el signo menos a texto
32487  matemático.
32488 \end_layout
32489
32490 \begin_layout Standard
32491 Un ejemplo para visualizar el problema:
32492 \end_layout
32493
32494 \begin_layout Standard
32495 \noindent
32496 \align center
32497 \begin_inset Tabular
32498 <lyxtabular version="3" rows="3" columns="2">
32499 <features>
32500 <column alignment="center" valignment="top" width="0">
32501 <column alignment="center" valignment="top" width="0">
32502 <row>
32503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507 texto normal:
32508 \end_layout
32509
32510 \end_inset
32511 </cell>
32512 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32513 \begin_inset Text
32514
32515 \begin_layout Plain Layout
32516 x = -2
32517 \end_layout
32518
32519 \end_inset
32520 </cell>
32521 </row>
32522 <row>
32523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 ecuación:
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32533 \begin_inset Text
32534
32535 \begin_layout Plain Layout
32536 \begin_inset Formula $x=-2$
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 </row>
32545 <row>
32546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32547 \begin_inset Text
32548
32549 \begin_layout Plain Layout
32550 solución:
32551 \end_layout
32552
32553 \end_inset
32554 </cell>
32555 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32556 \begin_inset Text
32557
32558 \begin_layout Plain Layout
32559 \begin_inset Formula $x=\mbox{-}2$
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \end_inset
32566 </cell>
32567 </row>
32568 </lyxtabular>
32569
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \begin_layout Subsection
32576 Coma como separador decimal
32577 \begin_inset Index
32578 status collapsed
32579
32580 \begin_layout Plain Layout
32581 Coma decimal
32582 \end_layout
32583
32584 \end_inset
32585
32586
32587 \end_layout
32588
32589 \begin_layout Standard
32590 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
32591  de grupos numéricos.
32592  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
32593 \end_layout
32594
32595 \begin_layout Standard
32596 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
32597  
32598 \family sans
32599 Alt-m
32600 \begin_inset space ~
32601 \end_inset
32602
32603 m
32604 \family default
32605 ).
32606 \end_layout
32607
32608 \begin_layout Standard
32609 Para usar las comas en todas las fórmulas del documento como separador decimal,
32610  se carga el archivo 
32611 \series bold
32612 icomma.sty
32613 \series default
32614
32615 \begin_inset Foot
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619
32620 \series bold
32621 icomma
32622 \series default
32623  forma parte del paquete LaTeX 
32624 \series bold
32625 was
32626 \series default
32627
32628 \begin_inset Index
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 Paquetes ! was
32633 \begin_inset ERT
32634 status collapsed
32635
32636 \begin_layout Plain Layout
32637
32638
32639 \backslash
32640 vspace{4mm}
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \end_layout
32647
32648 \end_inset
32649
32650 .
32651 \end_layout
32652
32653 \end_inset
32654
32655
32656 \begin_inset Index
32657 status collapsed
32658
32659 \begin_layout Plain Layout
32660 Paquetes ! icomma
32661 \end_layout
32662
32663 \end_inset
32664
32665  en el preámbulo LaTeX con la línea: 
32666 \end_layout
32667
32668 \begin_layout Standard
32669
32670 \series bold
32671
32672 \backslash
32673 usepackage{icomma}
32674 \end_layout
32675
32676 \begin_layout Subsection
32677 Vectores físicos
32678 \begin_inset CommandInset label
32679 LatexCommand label
32680 name "sub:Vectores-físicos"
32681
32682 \end_inset
32683
32684
32685 \begin_inset Index
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689 Vectores físicos
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Standard
32698 El paquete LaTeX 
32699 \series bold
32700 braket
32701 \series default
32702
32703 \begin_inset Foot
32704 status collapsed
32705
32706 \begin_layout Plain Layout
32707
32708 \series bold
32709 braket
32710 \series default
32711  se incluye en las instalaciones estándar de LaTeX.
32712 \end_layout
32713
32714 \end_inset
32715
32716
32717 \begin_inset Index
32718 status collapsed
32719
32720 \begin_layout Plain Layout
32721 Paquetes ! braket
32722 \end_layout
32723
32724 \end_inset
32725
32726  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
32727 \end_layout
32728
32729 \begin_layout Standard
32730
32731 \series bold
32732
32733 \backslash
32734 usepackage{braket}
32735 \end_layout
32736
32737 \begin_layout Standard
32738 \begin_inset ERT
32739 status collapsed
32740
32741 \begin_layout Plain Layout
32742
32743
32744 \backslash
32745 ifbraket 
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \begin_inset Note Note
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
32756 \series bold
32757 braket
32758 \series default
32759  está instalado.
32760 \end_layout
32761
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \begin_layout Standard
32768 Están definidos los siguientes comandos:
32769 \end_layout
32770
32771 \begin_layout Standard
32772 \noindent
32773 \align center
32774 \begin_inset Tabular
32775 <lyxtabular version="3" rows="4" columns="2">
32776 <features>
32777 <column alignment="center" valignment="top" width="0">
32778 <column alignment="center" valignment="top" width="0">
32779 <row>
32780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 Comando
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 Resultado
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 </row>
32799 <row>
32800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804
32805 \backslash
32806 Bra{
32807 \backslash
32808 psi
32809 \end_layout
32810
32811 \end_inset
32812 </cell>
32813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32814 \begin_inset Text
32815
32816 \begin_layout Plain Layout
32817 \begin_inset Formula $\Bra{\psi}$
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \end_inset
32824 </cell>
32825 </row>
32826 <row>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831
32832 \backslash
32833 Ket{
32834 \backslash
32835 psi
32836 \end_layout
32837
32838 \end_inset
32839 </cell>
32840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844 \begin_inset Formula $\Ket{\psi}$
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \end_inset
32851 </cell>
32852 </row>
32853 <row>
32854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32855 \begin_inset Text
32856
32857 \begin_layout Plain Layout
32858
32859 \backslash
32860 Braket{
32861 \backslash
32862 psi|
32863 \backslash
32864 phi
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32870 \begin_inset Text
32871
32872 \begin_layout Plain Layout
32873 \begin_inset Formula $\Braket{\psi|\phi}$
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \end_inset
32880 </cell>
32881 </row>
32882 </lyxtabular>
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \begin_layout Standard
32890 El comando 
32891 \series bold
32892
32893 \backslash
32894 Braket
32895 \series default
32896  asegura que todas las barras verticales tienen el tamaño de los delimitadores
32897  circundantes:
32898 \begin_inset Formula \[
32899 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32900
32901 \end_inset
32902
32903
32904 \begin_inset ERT
32905 status collapsed
32906
32907 \begin_layout Plain Layout
32908
32909
32910 \backslash
32911 else
32912 \end_layout
32913
32914 \end_inset
32915
32916
32917 \begin_inset Note Note
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921 Lo que sigue se verá en la salida si el paquete LaTeX 
32922 \series bold
32923 braket
32924 \series default
32925  no está instalado:
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Standard
32934 Debes instalar el paquete LaTeX 
32935 \series bold
32936 braket
32937 \series default
32938  para ver en la salida el resto de esta subsección.
32939 \end_layout
32940
32941 \begin_layout Standard
32942 \begin_inset ERT
32943 status collapsed
32944
32945 \begin_layout Plain Layout
32946
32947
32948 \backslash
32949 fi
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \begin_layout Standard
32958 El efecto de 
32959 \series bold
32960
32961 \backslash
32962 Braket
32963 \series default
32964  también se puede conseguir con el comando 
32965 \series bold
32966
32967 \backslash
32968 middle
32969 \series default
32970 , que se describe en 
32971 \begin_inset CommandInset ref
32972 LatexCommand ref
32973 reference "sub:Tamaño-automático-de"
32974
32975 \end_inset
32976
32977 .
32978 \end_layout
32979
32980 \begin_layout Subsection
32981 Fracciones definidas por el usuario
32982 \begin_inset CommandInset label
32983 LatexCommand label
32984 name "sub:Fracciones-personalizadas"
32985
32986 \end_inset
32987
32988
32989 \begin_inset Index
32990 status collapsed
32991
32992 \begin_layout Plain Layout
32993 Fracciones ! personalizadas
32994 \end_layout
32995
32996 \end_inset
32997
32998
32999 \end_layout
33000
33001 \begin_layout Standard
33002 Para definir comandos personalizados para fracciones, se usa el comando
33003  
33004 \series bold
33005
33006 \backslash
33007 genfrac
33008 \series default
33009
33010 \begin_inset Index
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014 Comandos ! G ! 
33015 \backslash
33016 genfrac
33017 \end_layout
33018
33019 \end_inset
33020
33021  con el siguiente esquema:
33022 \end_layout
33023
33024 \begin_layout Standard
33025
33026 \series bold
33027
33028 \backslash
33029 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
33030 \begin_inset Newline newline
33031 \end_inset
33032
33033
33034 \begin_inset ERT
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038
33039
33040 \backslash
33041 phantom{
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \backslash
33048 genfrac{
33049 \begin_inset ERT
33050 status collapsed
33051
33052 \begin_layout Plain Layout
33053
33054 }
33055 \end_layout
33056
33057 \end_inset
33058
33059 fracción}{estilo}{numerador}{denominador}
33060 \end_layout
33061
33062 \begin_layout Standard
33063 El estilo es un número en el rango 0-3.
33064 \end_layout
33065
33066 \begin_layout Standard
33067 \align center
33068 \begin_inset Tabular
33069 <lyxtabular version="3" rows="5" columns="2">
33070 <features>
33071 <column alignment="center" valignment="top" width="0">
33072 <column alignment="center" valignment="top" width="0">
33073 <row>
33074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078 Número
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 Estilo (tamaño)
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 </row>
33093 <row>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 0
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 ecuación en presentación
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 </row>
33113 <row>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 1
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 ecuación en línea
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 </row>
33133 <row>
33134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 2
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 pequeño
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 </row>
33153 <row>
33154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 3
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33164 \begin_inset Text
33165
33166 \begin_layout Plain Layout
33167 muy pequeño
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 </row>
33173 </lyxtabular>
33174
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Standard
33181 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33182  
33183 \series bold
33184
33185 \backslash
33186 frac
33187 \series default
33188 .
33189 \end_layout
33190
33191 \begin_layout Standard
33192 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33193  de 0.4
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 pt.
33198 \end_layout
33199
33200 \begin_layout Standard
33201 Por ejemplo, los comandos 
33202 \series bold
33203
33204 \backslash
33205 dfrac
33206 \series default
33207  y 
33208 \series bold
33209
33210 \backslash
33211 tbinom
33212 \series default
33213  de la 
33214 \begin_inset CommandInset ref
33215 LatexCommand ref
33216 reference "sub:Fracciones"
33217
33218 \end_inset
33219
33220  se definen con los comandos:
33221 \end_layout
33222
33223 \begin_layout Standard
33224
33225 \series bold
33226
33227 \backslash
33228 newcommand{
33229 \backslash
33230 dfrac}[2]{
33231 \backslash
33232 genfrac{}{}{}{0}{#1}{#2}}
33233 \end_layout
33234
33235 \begin_layout Standard
33236 y
33237 \end_layout
33238
33239 \begin_layout Standard
33240
33241 \series bold
33242
33243 \backslash
33244 newcommand{
33245 \backslash
33246 tbinom}[2]{
33247 \backslash
33248 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33249 \end_layout
33250
33251 \begin_layout Standard
33252 \begin_inset VSpace medskip
33253 \end_inset
33254
33255
33256 \end_layout
33257
33258 \begin_layout Standard
33259 Para definir una fracción en la que el grosor de la raya se pueda definir
33260  como argumento opcional, se inserta la siguiente línea en el preámbulo
33261  LaTeX:
33262 \end_layout
33263
33264 \begin_layout Standard
33265
33266 \series bold
33267
33268 \backslash
33269 newcommand{
33270 \backslash
33271 fracS}[3][]{
33272 \backslash
33273 genfrac{}{}{#1}{}{#2}{#3}}
33274 \end_layout
33275
33276 \begin_layout Standard
33277 Un ensayo:
33278 \begin_inset Formula \begin{align*}
33279 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33280 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33281
33282 \end_inset
33283
33284 Como se puede ver, la distancia del numerador y el denominador a la raya
33285  de fracción se redondea a unas tres veces el grosor de la raya.
33286 \end_layout
33287
33288 \begin_layout Subsection
33289 Ecuaciones canceladas
33290 \begin_inset CommandInset label
33291 LatexCommand label
33292 name "sub:Ecuaciones-canceladas"
33293
33294 \end_inset
33295
33296
33297 \begin_inset Index
33298 status collapsed
33299
33300 \begin_layout Plain Layout
33301 Ecuación ! cancelada
33302 \end_layout
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \begin_layout Standard
33310 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
33311  
33312 \series bold
33313 cancel
33314 \series default
33315
33316 \begin_inset Foot
33317 status collapsed
33318
33319 \begin_layout Plain Layout
33320
33321 \series bold
33322 cancel
33323 \series default
33324  forma parte de las distribuciones estándar de LaTeX.
33325 \end_layout
33326
33327 \end_inset
33328
33329
33330 \begin_inset Index
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334 Paquetes ! cancel
33335 \end_layout
33336
33337 \end_inset
33338
33339  con la línea de preámbulo LaTeX
33340 \end_layout
33341
33342 \begin_layout Standard
33343
33344 \series bold
33345
33346 \backslash
33347 usepackage[samesize]{cancel}
33348 \end_layout
33349
33350 \begin_layout Standard
33351 Hay cuatro formas de cancelar ecuaciones:
33352 \end_layout
33353
33354 \begin_layout Standard
33355 \align center
33356 \begin_inset Tabular
33357 <lyxtabular version="3" rows="5" columns="2">
33358 <features>
33359 <column alignment="center" valignment="top" width="0">
33360 <column alignment="center" valignment="top" width="0">
33361 <row>
33362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33363 \begin_inset Text
33364
33365 \begin_layout Plain Layout
33366 Comando
33367 \end_layout
33368
33369 \end_inset
33370 </cell>
33371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33372 \begin_inset Text
33373
33374 \begin_layout Plain Layout
33375 Resultado
33376 \begin_inset Note Note
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380
33381 \series bold
33382
33383 \backslash
33384 hspace
33385 \series default
33386  y 
33387 \series bold
33388
33389 \backslash
33390 raisebox
33391 \series default
33392  se usa sólo como espaciador
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 </row>
33403 <row>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408
33409 \backslash
33410 cancel{
33411 \backslash
33412 int
33413 \begin_inset ERT
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417
33418
33419 \backslash
33420 spce 
33421 \end_layout
33422
33423 \end_inset
33424
33425 A=B
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33431 \begin_inset Text
33432
33433 \begin_layout Plain Layout
33434 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33435 \end_inset
33436
33437
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 </row>
33443 <row>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448
33449 \backslash
33450 bcancel{
33451 \backslash
33452 int
33453 \begin_inset ERT
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457
33458
33459 \backslash
33460 spce 
33461 \end_layout
33462
33463 \end_inset
33464
33465 A=B
33466 \end_layout
33467
33468 \end_inset
33469 </cell>
33470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33471 \begin_inset Text
33472
33473 \begin_layout Plain Layout
33474 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \end_inset
33481 </cell>
33482 </row>
33483 <row>
33484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488
33489 \backslash
33490 xcancel{
33491 \backslash
33492 int
33493 \begin_inset ERT
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497
33498
33499 \backslash
33500 spce 
33501 \end_layout
33502
33503 \end_inset
33504
33505 A=B
33506 \end_layout
33507
33508 \end_inset
33509 </cell>
33510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \end_inset
33521 </cell>
33522 </row>
33523 <row>
33524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528
33529 \backslash
33530 cancelto{1
33531 \begin_inset Formula $\to$
33532 \end_inset
33533
33534
33535 \backslash
33536 {
33537 \backslash
33538 int
33539 \begin_inset ERT
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543
33544
33545 \backslash
33546 spce 
33547 \end_layout
33548
33549 \end_inset
33550
33551 A=B
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33557 \begin_inset Text
33558
33559 \begin_layout Plain Layout
33560 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 </row>
33569 </lyxtabular>
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \begin_layout Standard
33577
33578 \series bold
33579
33580 \backslash
33581 cancelto
33582 \series default
33583  es especialmente apropiada para visualizar la simplificación de fracciones
33584  en una ecuación:
33585 \begin_inset Formula \[
33586 \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}}}\]
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Subsection
33594 Ecuaciones en encabezados de sección
33595 \begin_inset CommandInset label
33596 LatexCommand label
33597 name "sub:Ecuaciones-en-encabezados"
33598
33599 \end_inset
33600
33601
33602 \begin_inset Index
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 Ecuación ! en encabezados de sección
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Standard
33615 Si se quiere poner una ecuación en un encabezado de sección hay que tener
33616  en cuenta lo siguiente:
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset Note Greyedout
33621 status open
33622
33623 \begin_layout Plain Layout
33624 Si el soporte para 
33625 \series bold
33626 hyperref
33627 \series default
33628
33629 \begin_inset Index
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 Paquetes ! hyperref
33634 \end_layout
33635
33636 \end_inset
33637
33638  está activado en la configuración del documento, 
33639 \family sans
33640 Propiedades
33641 \begin_inset space ~
33642 \end_inset
33643
33644
33645 \family default
33646 PDF, los marcadores PDF se generan para cada encabezado de sección en el
33647  índice.
33648  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
33649  texto del marcador, porque se infringen las convenciones PDF.
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \end_layout
33656
33657 \begin_layout Standard
33658 Estos problemas se pueden solucionar insertando al final del encabezado
33659  un título breve con el menú 
33660 \family sans
33661 Insertar\SpecialChar \menuseparator
33662 Título
33663 \begin_inset space ~
33664 \end_inset
33665
33666 breve
33667 \family default
33668 .
33669  Los títulos breves se usan como alternativa para encabezados de sección
33670  con más de una línea para mantener el buen aspecto del índice.
33671  En éste sólo aparece el título breve y por tanto también en los marcadores.
33672 \end_layout
33673
33674 \begin_layout Standard
33675 Si hay que poner ecuaciones en el índice y se usa 
33676 \series bold
33677 hyperref
33678 \series default
33679 , se puede insertar el siguiente comando en modo TeX:
33680 \end_layout
33681
33682 \begin_layout Standard
33683
33684 \series bold
33685
33686 \backslash
33687 texorpdfstring{parte}{alternativa}
33688 \begin_inset Index
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692 Comandos ! T ! 
33693 \backslash
33694 texorpdfstring
33695 \end_layout
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Standard
33703 Parte se refiere a la parte del encabezado que no debería aparecer en el
33704  marcador PDF.
33705  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
33706  La alternativa se usa para el marcador en vez de la parte.
33707 \end_layout
33708
33709 \begin_layout Standard
33710 Aquí hay dos ejemplo de encabezados:
33711 \end_layout
33712
33713 \begin_layout Standard
33714 \begin_inset VSpace -3mm
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Standard
33721 \begin_inset ERT
33722 status collapsed
33723
33724 \begin_layout Plain Layout
33725
33726
33727 \backslash
33728 boldmath 
33729 \end_layout
33730
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Subsubsection
33737 Encabezado sin ecuación en el índice 
33738 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33739 \end_inset
33740
33741
33742 \begin_inset OptArg
33743 status collapsed
33744
33745 \begin_layout Plain Layout
33746 Encabezado sin ecuación en el índice
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Subsubsection
33755 Encabezado con ecuación en el índice
33756 \begin_inset ERT
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760
33761
33762 \backslash
33763 texorpdfstring{
33764 \end_layout
33765
33766 \end_inset
33767
33768  
33769 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33770 \end_inset
33771
33772
33773 \begin_inset ERT
33774 status collapsed
33775
33776 \begin_layout Plain Layout
33777
33778 }{}
33779 \end_layout
33780
33781 \end_inset
33782
33783
33784 \end_layout
33785
33786 \begin_layout Standard
33787 \begin_inset ERT
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791
33792
33793 \backslash
33794 unboldmath 
33795 \end_layout
33796
33797 \end_inset
33798
33799 En el primer encabezado se ha puesto un título breve, en el segundo un 
33800 \series bold
33801
33802 \backslash
33803 texorpdfstring
33804 \series default
33805 .
33806 \end_layout
33807
33808 \begin_layout Standard
33809 Para obtener el mismo formato que en los demás encabezados se han puesto
33810  ambos en un entorno 
33811 \series bold
33812 boldmath
33813 \series default
33814 .
33815 \begin_inset Foot
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819 véase 
33820 \begin_inset CommandInset ref
33821 LatexCommand ref
33822 reference "sub:Ecuaciones-en-negrita"
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \end_inset
33830
33831
33832 \end_layout
33833
33834 \begin_layout Subsection
33835 Ecuaciones en texto multicolumna
33836 \begin_inset Index
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840 Ecuación ! en texto multicolumna
33841 \end_layout
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
33850  para ajustarse a la columna y entonces es preciso abarcar la anchura total
33851  de la página.
33852  Esto se hace usando el paquete LaTeX 
33853 \series bold
33854 multicol
33855 \series default
33856 ,
33857 \begin_inset Foot
33858 status collapsed
33859
33860 \begin_layout Plain Layout
33861
33862 \series bold
33863 multicol
33864 \series default
33865  forma parte de las distribuciones LaTeX estándar.
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \begin_inset Index
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875 Paquetes ! multicol
33876 \end_layout
33877
33878 \end_inset
33879
33880  que se carga en el preámbulo LaTeX con la línea
33881 \end_layout
33882
33883 \begin_layout Standard
33884
33885 \series bold
33886
33887 \backslash
33888 usepackage{multicol}
33889 \end_layout
33890
33891 \begin_layout Standard
33892 \begin_inset Note Greyedout
33893 status collapsed
33894
33895 \begin_layout Plain Layout
33896 Ten en cuenta que la opción 
33897 \family sans
33898 Documento
33899 \begin_inset space ~
33900 \end_inset
33901
33902 con
33903 \begin_inset space ~
33904 \end_inset
33905
33906 dos
33907 \begin_inset space ~
33908 \end_inset
33909
33910 caras
33911 \family default
33912 , bajo 
33913 \family sans
33914 Diseño
33915 \begin_inset space ~
33916 \end_inset
33917
33918 de
33919 \begin_inset space ~
33920 \end_inset
33921
33922 página 
33923 \family default
33924 en el menú 
33925 \family sans
33926 Documento\SpecialChar \menuseparator
33927 Configuración
33928 \family default
33929  
33930 \emph on
33931 debe
33932 \emph default
33933  estar desmarcada.
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 Antes del texto multicolumna se inserta en modo TeX el comando
33943 \end_layout
33944
33945 \begin_layout Standard
33946
33947 \series bold
33948
33949 \backslash
33950 begin{multicols}{número de columnas}
33951 \end_layout
33952
33953 \begin_layout Standard
33954 El número de columnas está en el rango 2-10.
33955  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
33956  TeX el comando
33957 \end_layout
33958
33959 \begin_layout Standard
33960
33961 \series bold
33962
33963 \backslash
33964 end{multicols}
33965 \end_layout
33966
33967 \begin_layout Standard
33968 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
33969  Para quitarlo se inserta un espacio vertical de -6
33970 \begin_inset space \thinspace{}
33971 \end_inset
33972
33973 mm antes de la ecuación.
33974  Si se usa el estilo 
33975 \series bold
33976 Sangrado
33977 \series default
33978 ,
33979 \begin_inset Foot
33980 status collapsed
33981
33982 \begin_layout Plain Layout
33983 véase estilos de ecuación en 
33984 \begin_inset CommandInset ref
33985 LatexCommand ref
33986 reference "sec:Estilos-de-ecuación"
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \end_inset
33994
33995  se inserta un espacio de -9
33996 \begin_inset space \thinspace{}
33997 \end_inset
33998
33999 mm.
34000 \end_layout
34001
34002 \begin_layout Standard
34003 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
34004 \end_layout
34005
34006 \begin_layout Standard
34007 \begin_inset ERT
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011
34012
34013 \backslash
34014 begin{multicols}{2}
34015 \end_layout
34016
34017 \end_inset
34018
34019 Das Spektrum wird fouriertransformiert.
34020  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34021 , Lösungsmittel) zu trennen.
34022  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34023  nun das Aussehen des Ausgangssignals.
34024  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34025  über alle Phasen integrieren muss.
34026  Sei nun 
34027 \begin_inset Formula $S$
34028 \end_inset
34029
34030  unser normiertes Ausgangssignal and 
34031 \begin_inset Formula $P$
34032 \end_inset
34033
34034  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34035 \begin_inset ERT
34036 status collapsed
34037
34038 \begin_layout Plain Layout
34039
34040
34041 \backslash
34042 end{multicols}
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \begin_inset VSpace -6mm
34049 \end_inset
34050
34051
34052 \begin_inset Formula \begin{equation}
34053 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34054
34055 \end_inset
34056
34057
34058 \begin_inset ERT
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062
34063
34064 \backslash
34065 begin{multicols}{2}
34066 \end_layout
34067
34068 \end_inset
34069
34070 wobei 
34071 \begin_inset Formula $S_{0}$
34072 \end_inset
34073
34074  das Signal ohne Gradient ist and the Normierungsbedingung 
34075 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34076 \end_inset
34077
34078  gilt.
34079  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34080  Direkt nach the 
34081 \begin_inset Formula $\nicefrac{\pi}{2}$
34082 \end_inset
34083
34084
34085 \begin_inset space \thinspace{}
34086 \end_inset
34087
34088 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34089  das Signal zusätzlich abschwächt.
34090  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34091  
34092 \begin_inset Formula $T_{2}$
34093 \end_inset
34094
34095 -Zeit.
34096 \end_layout
34097
34098 \begin_layout Standard
34099 \begin_inset ERT
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103
34104
34105 \backslash
34106 end{multicols}
34107 \end_layout
34108
34109 \end_inset
34110
34111  
34112 \end_layout
34113
34114 \begin_layout Subsection
34115 Ecuaciones con descripción de variables
34116 \begin_inset Index
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120 Ecuación ! con descripción de variables
34121 \end_layout
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Para describir variables en una ecuación, como en la fórmula 
34130 \begin_inset CommandInset ref
34131 LatexCommand eqref
34132 reference "eq:within"
34133
34134 \end_inset
34135
34136 , se inserta una matriz 2×
34137 \begin_inset Formula $n$
34138 \end_inset
34139
34140  con columnas alineadas a la izquierda para las 
34141 \emph on
34142
34143 \begin_inset Formula $n$
34144 \end_inset
34145
34146
34147 \emph default
34148  variables usadas.
34149 \begin_inset Foot
34150 status collapsed
34151
34152 \begin_layout Plain Layout
34153 véase matrices en 
34154 \begin_inset CommandInset ref
34155 LatexCommand ref
34156 reference "sec:Matrices"
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \end_inset
34164
34165  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34166  
34167 \series bold
34168
34169 \backslash
34170 footnotesize
34171 \series default
34172  antes de la matriz.
34173 \begin_inset Foot
34174 status collapsed
34175
34176 \begin_layout Plain Layout
34177 véase tamaños de fuentes en 
34178 \begin_inset CommandInset ref
34179 LatexCommand ref
34180 reference "sub:Tamaños-de-fuentes"
34181
34182 \end_inset
34183
34184 .
34185 \end_layout
34186
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Standard
34193 Si se usa el estilo 
34194 \series bold
34195 Sangrado
34196 \series default
34197 ,
34198 \begin_inset Foot
34199 status collapsed
34200
34201 \begin_layout Plain Layout
34202 véase estilos de ecuación en 
34203 \begin_inset CommandInset ref
34204 LatexCommand ref
34205 reference "sec:Estilos-de-ecuación"
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213
34214  se inserta un 
34215 \series bold
34216
34217 \backslash
34218 hfill
34219 \series default
34220
34221 \begin_inset Foot
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225
34226 \series bold
34227
34228 \backslash
34229 hfill
34230 \series default
34231  sólo funciona en ecuaciones en estilo 
34232 \series bold
34233 Sangrado
34234 \series default
34235 , véase 
34236 \begin_inset CommandInset ref
34237 LatexCommand ref
34238 reference "sub:Espacio-variable"
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \end_inset
34246
34247  delante y detrás de la matriz para que tenga la misma separación con la
34248  ecuación y con el margen.
34249 \end_layout
34250
34251 \begin_layout Standard
34252 Si se usa el estilo 
34253 \series bold
34254 Centrado
34255 \series default
34256  se emplea el método descrito en la 
34257 \begin_inset CommandInset ref
34258 LatexCommand ref
34259 reference "sub:Entorno-flalign"
34260
34261 \end_inset
34262
34263  para sangrar la ecuación.
34264  La ecuación 
34265 \begin_inset CommandInset ref
34266 LatexCommand eqref
34267 reference "eq:within"
34268
34269 \end_inset
34270
34271  consta de cinco columnas ya que las dos primeras contienen la fórmula,
34272  la tercera la matriz y la última una llave TeX vacía.
34273 \begin_inset Formula \begin{flalign}
34274 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
34275 \rho & \mbox{densidad}\\
34276 V & \mbox{volumen}\\
34277 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Subsection
34285 Letras griegas minúsculas en redonda
34286 \begin_inset CommandInset label
34287 LatexCommand label
34288 name "sub:Griegas-en-redonda"
34289
34290 \end_inset
34291
34292
34293 \begin_inset Index
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 Letras griegas ! en redonda
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Standard
34306 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
34307  cursiva.
34308  Pero para símbolos de partículas elementales como piones y neutrinos hacen
34309  falta letras griegas en redonda.
34310  El archivo 
34311 \series bold
34312 upgreek.sty
34313 \series default
34314
34315 \begin_inset Foot
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319
34320 \series bold
34321 upgreek
34322 \series default
34323  forma parte del paquete LaTeX 
34324 \series bold
34325 was
34326 \series default
34327
34328 \begin_inset Index
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332 Paquetes ! was
34333 \begin_inset ERT
34334 status collapsed
34335
34336 \begin_layout Plain Layout
34337
34338
34339 \backslash
34340 vspace{4mm}
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \end_inset
34349
34350 .
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \begin_inset Index
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360 Paquetes ! upgreek
34361 \end_layout
34362
34363 \end_inset
34364
34365 , que se carga en el preámbulo LaTeX con la línea
34366 \end_layout
34367
34368 \begin_layout Standard
34369
34370 \series bold
34371
34372 \backslash
34373 usepackage{upgreek}
34374 \end_layout
34375
34376 \begin_layout Standard
34377 las suministra.
34378  
34379 \begin_inset ERT
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383
34384
34385 \backslash
34386 ifupgreek 
34387 \end_layout
34388
34389 \end_inset
34390
34391
34392 \begin_inset Note Note
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
34397  
34398 \series bold
34399 upgreek
34400 \series default
34401 .
34402 \end_layout
34403
34404 \end_inset
34405
34406  Se imprimen con el comando de la letra correspondiente precedido de 
34407 \series bold
34408 up
34409 \series default
34410 .
34411  Por ejemplo, el comando 
34412 \series bold
34413
34414 \backslash
34415 uptau
34416 \series default
34417  genera: 
34418 \begin_inset Formula $\uptau$
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Standard
34425 Con estos comandos se pueden escribir reacciones entre partículas elementales:
34426 \begin_inset Formula \[
34427 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \begin_layout Standard
34435 Las letras en redonda son más remarcadas y más grandes que las correspondientes
34436  en cursiva.
34437  Por tanto no deberían emplearse para unidades como 
34438 \begin_inset Quotes fld
34439 \end_inset
34440
34441 µm
34442 \begin_inset Quotes frd
34443 \end_inset
34444
34445 .
34446 \end_layout
34447
34448 \begin_layout Standard
34449 \begin_inset ERT
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453
34454
34455 \backslash
34456 else 
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \begin_inset Note Note
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466 Lo siguiente se mostrará si el paquete LaTeX 
34467 \series bold
34468 upgreek
34469 \series default
34470  no está instalado:
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \begin_layout Standard
34479 Debes instalar el paquete LaTeX 
34480 \series bold
34481 upgreek
34482 \series default
34483  para ver en la salida el resto de esta subsección.
34484  
34485 \end_layout
34486
34487 \begin_layout Standard
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493
34494 \backslash
34495 fi
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Subsection
34504 Caracteres de texto en ecuaciones
34505 \begin_inset CommandInset label
34506 LatexCommand label
34507 name "sub:Caracteres-de-texto"
34508
34509 \end_inset
34510
34511
34512 \begin_inset Index
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 Texto ! en ecuaciones
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 En algunos casos podrías querer insertar caracteres de texto directamente
34526  en ecuaciones.
34527  Por ejemplo, cuando se usa con frecuencia el punto centrado 
34528 \begin_inset Formula $\cdot$
34529 \end_inset
34530
34531  en expresiones como 
34532 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
34533 \end_inset
34534
34535 , habría que insertar el comando 
34536 \series bold
34537
34538 \backslash
34539 cdot
34540 \series default
34541
34542 \begin_inset Foot
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546 véase 
34547 \begin_inset CommandInset ref
34548 LatexCommand ref
34549 reference "sub:Operadores-binarios"
34550
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \end_inset
34557
34558  continuamente, porque este carácter está definido en todas las codificaciones
34559  como carácter de texto.
34560  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
34561 \end_layout
34562
34563 \begin_layout Standard
34564
34565 \series bold
34566
34567 \backslash
34568 Declare Inputtext{183}{
34569 \backslash
34570 ifmmode
34571 \backslash
34572 cdot
34573 \backslash
34574 else
34575 \backslash
34576 textperiodcentered
34577 \backslash
34578 f\SpecialChar \textcompwordmark{}
34579 i}
34580 \end_layout
34581
34582 \begin_layout Standard
34583 La codificación de caracteres (menú 
34584 \family sans
34585 Documento\SpecialChar \menuseparator
34586 Configuración\SpecialChar \menuseparator
34587 Idioma
34588 \family default
34589 ) especifica el carácter que se muestra al pulsar una tecla.
34590  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
34591  
34592 \series bold
34593
34594 \backslash
34595 textperiodcentered
34596 \series default
34597 .
34598  Pero este comando no está disponible en ecuaciones así que obtendrías errores
34599  de LaTeX.
34600  Con la codificación cambiada se escoge automáticamente el comando correcto,
34601  dependiendo de si el carácter se ha insertado en una ecuación o no.
34602 \end_layout
34603
34604 \begin_layout Standard
34605 La codificación de diversos caracteres se guarda en archivos de definición.
34606  Por ejemplo la codificación 
34607 \series bold
34608 latin9
34609 \series default
34610  se define en el archivo 
34611 \series bold
34612 latin9.def
34613 \series default
34614  que está en el directorio de LaTeX.
34615  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
34616  archivo de definición, de lo contrario nuestros documentos no podrían ser
34617  editados en otros ordenadores.
34618 \begin_inset VSpace medskip
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \begin_layout Standard
34625 Además del punto centrado, en este documento se ha definido el símbolo grado
34626  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
34627  directamente en una fórmula:
34628 \end_layout
34629
34630 \begin_layout Standard
34631
34632 \series bold
34633
34634 \backslash
34635 DeclareInputtext{176}{
34636 \backslash
34637 ifmmode^
34638 \backslash
34639 circ
34640 \backslash
34641 else
34642 \backslash
34643 textdegree
34644 \backslash
34645 f\SpecialChar \textcompwordmark{}
34646 i}
34647 \begin_inset Newpage newpage
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \begin_layout Section
34654 \start_of_appendix
34655 Notas sobre tipografía
34656 \begin_inset Index
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660 Tipografía, notas
34661 \end_layout
34662
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \begin_layout Standard
34669 Esta sección es un resumen de las normas tipográficas ISO más importantes.
34670 \begin_inset Foot
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
34675  
34676 \begin_inset Quotes fld
34677 \end_inset
34678
34679 Duden
34680 \begin_inset Quotes frd
34681 \end_inset
34682
34683  
34684 \begin_inset CommandInset citation
34685 LatexCommand cite
34686 key "Duden"
34687
34688 \end_inset
34689
34690 , que incluye algunas de las normas ISO.
34691  
34692 \begin_inset Newline newline
34693 \end_inset
34694
34695 (
34696 \emph on
34697 N.
34698 \begin_inset space \thinspace{}
34699 \end_inset
34700
34701 del t.
34702 \emph default
34703 : Para documentación en español sobre el tema, véase 
34704 \begin_inset CommandInset citation
34705 LatexCommand cite
34706 key "Bezos"
34707
34708 \end_inset
34709
34710 .)
34711 \end_layout
34712
34713 \end_inset
34714
34715
34716 \end_layout
34717
34718 \begin_layout Itemize
34719 Las unidades físicas se escriben 
34720 \emph on
34721 siempre 
34722 \emph default
34723 en redonda
34724 \begin_inset Foot
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728 véase estilos de fuentes en 
34729 \begin_inset CommandInset ref
34730 LatexCommand ref
34731 reference "sub:Estilos-de-fuentes"
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \end_inset
34739
34740 : 30
34741 \begin_inset space \thinspace{}
34742 \end_inset
34743
34744 km/h
34745 \begin_inset Newline newline
34746 \end_inset
34747
34748 Entre el valor y la unidad hay un espacio delgado, véase 
34749 \begin_inset CommandInset ref
34750 LatexCommand ref
34751 reference "sub:Espacio-predefinido"
34752
34753 \end_inset
34754
34755 .
34756 \end_layout
34757
34758 \begin_layout Itemize
34759 Los signos por ciento y por mil se escriben como las unidades físicas:
34760 \begin_inset Newline newline
34761 \end_inset
34762
34763 1,2
34764 \begin_inset space \thinspace{}
34765 \end_inset
34766
34767 ‰ de alcohol en sangre.
34768 \end_layout
34769
34770 \begin_layout Itemize
34771 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
34772  otra unidad: 15
34773 \begin_inset space \thinspace{}
34774 \end_inset
34775
34776 °C
34777 \end_layout
34778
34779 \begin_layout Itemize
34780 En números con más de cuatro dígitos se inserta un espacio delgado para
34781  separarlos en grupos de tres cifras: 18
34782 \begin_inset space \thinspace{}
34783 \end_inset
34784
34785 473
34786 \begin_inset space \thinspace{}
34787 \end_inset
34788
34789 588
34790 \end_layout
34791
34792 \begin_layout Itemize
34793 Para dimensiones como 120×90×40
34794 \begin_inset space \thinspace{}
34795 \end_inset
34796
34797 cm se usa el aspa de multiplicar 
34798 \begin_inset Quotes fld
34799 \end_inset
34800
34801 ×
34802 \begin_inset Quotes frd
34803 \end_inset
34804
34805 .
34806  Se puede insertar con el comando LaTeX 
34807 \series bold
34808
34809 \backslash
34810 texttimes
34811 \series default
34812  o directamente con alguna combinación de teclas.
34813 \end_layout
34814
34815 \begin_layout Itemize
34816 Las funciones con nombres que constan de varias letras se escriben en redonda
34817  para evitar confusiones, véase 
34818 \begin_inset CommandInset ref
34819 LatexCommand ref
34820 reference "sub:Funciones-predefinidas"
34821
34822 \end_inset
34823
34824 .
34825 \end_layout
34826
34827 \begin_layout Itemize
34828 Los índices que constan de varias letras se escriben en redonda: 
34829 \begin_inset Formula $E_{\mbox{cin}}$
34830 \end_inset
34831
34832
34833 \begin_inset Newline newline
34834 \end_inset
34835
34836 Los componentes de una matriz se escriben en cursiva: 
34837 \begin_inset Formula $\hat{H}_{kl}$
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Itemize
34844 El operador de diferenciación/integración 'd', el número de Euler 'e' y
34845  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
34846 s con otras variables.
34847  
34848 \end_layout
34849
34850 \begin_layout Standard
34851 \begin_inset Newpage newpage
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Section
34858 Sinónimos
34859 \begin_inset Index
34860 status collapsed
34861
34862 \begin_layout Plain Layout
34863 Sinónimos
34864 \end_layout
34865
34866 \end_inset
34867
34868
34869 \end_layout
34870
34871 \begin_layout Standard
34872 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
34873  como los que se recogen en esta lista:
34874 \begin_inset Foot
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878 véase también 
34879 \begin_inset CommandInset ref
34880 LatexCommand ref
34881 reference "fn:sinónimos"
34882
34883 \end_inset
34884
34885 .
34886 \end_layout
34887
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \begin_layout Standard
34894
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \begin_inset VSpace bigskip
34899 \end_inset
34900
34901
34902 \begin_inset space \hfill{}
34903 \end_inset
34904
34905
34906 \begin_inset Tabular
34907 <lyxtabular version="3" rows="12" columns="2">
34908 <features>
34909 <column alignment="center" valignment="top" width="0pt">
34910 <column alignment="center" valignment="top" width="0pt">
34911 <row>
34912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34913 \begin_inset Text
34914
34915 \begin_layout Plain Layout
34916 Comando
34917 \end_layout
34918
34919 \end_inset
34920 </cell>
34921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925 equivalente a
34926 \begin_inset Note Note
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930
34931 \series bold
34932
34933 \backslash
34934 raisebox
34935 \series default
34936  se usa sólo como espaciador
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 </row>
34947 <row>
34948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952
34953 \backslash
34954 ast
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34960 \begin_inset Text
34961
34962 \begin_layout Plain Layout
34963 \begin_inset ERT
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967
34968
34969 \backslash
34970 raisebox{-1.2mm}{
34971 \end_layout
34972
34973 \end_inset
34974
34975 *
34976 \begin_inset ERT
34977 status collapsed
34978
34979 \begin_layout Plain Layout
34980
34981 }
34982 \end_layout
34983
34984 \end_inset
34985
34986
34987 \end_layout
34988
34989 \end_inset
34990 </cell>
34991 </row>
34992 <row>
34993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997
34998 \backslash
34999 choose
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008
35009 \backslash
35010 binom
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 </row>
35016 <row>
35017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021
35022 \backslash
35023 geq
35024 \end_layout
35025
35026 \end_inset
35027 </cell>
35028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032
35033 \backslash
35034 ge
35035 \end_layout
35036
35037 \end_inset
35038 </cell>
35039 </row>
35040 <row>
35041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35042 \begin_inset Text
35043
35044 \begin_layout Plain Layout
35045
35046 \backslash
35047 lbrace
35048 \end_layout
35049
35050 \end_inset
35051 </cell>
35052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35053 \begin_inset Text
35054
35055 \begin_layout Plain Layout
35056 {
35057 \end_layout
35058
35059 \end_inset
35060 </cell>
35061 </row>
35062 <row>
35063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35064 \begin_inset Text
35065
35066 \begin_layout Plain Layout
35067
35068 \backslash
35069 lbracket
35070 \end_layout
35071
35072 \end_inset
35073 </cell>
35074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078 [
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 </row>
35084 <row>
35085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089
35090 \backslash
35091 leftarrow
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35097 \begin_inset Text
35098
35099 \begin_layout Plain Layout
35100
35101 \backslash
35102 gets
35103 \end_layout
35104
35105 \end_inset
35106 </cell>
35107 </row>
35108 <row>
35109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113
35114 \backslash
35115 leq
35116 \end_layout
35117
35118 \end_inset
35119 </cell>
35120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35121 \begin_inset Text
35122
35123 \begin_layout Plain Layout
35124
35125 \backslash
35126 le
35127 \end_layout
35128
35129 \end_inset
35130 </cell>
35131 </row>
35132 <row>
35133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35134 \begin_inset Text
35135
35136 \begin_layout Plain Layout
35137
35138 \backslash
35139 lor
35140 \end_layout
35141
35142 \end_inset
35143 </cell>
35144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35145 \begin_inset Text
35146
35147 \begin_layout Plain Layout
35148
35149 \backslash
35150 vee
35151 \end_layout
35152
35153 \end_inset
35154 </cell>
35155 </row>
35156 <row>
35157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161
35162 \backslash
35163 neq
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172
35173 \backslash
35174 not=
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 </row>
35180 <row>
35181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35182 \begin_inset Text
35183
35184 \begin_layout Plain Layout
35185
35186 \backslash
35187 slash
35188 \end_layout
35189
35190 \end_inset
35191 </cell>
35192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35193 \begin_inset Text
35194
35195 \begin_layout Plain Layout
35196 /
35197 \end_layout
35198
35199 \end_inset
35200 </cell>
35201 </row>
35202 <row>
35203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35204 \begin_inset Text
35205
35206 \begin_layout Plain Layout
35207
35208 \backslash
35209 vert
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35215 \begin_inset Text
35216
35217 \begin_layout Plain Layout
35218 |
35219 \end_layout
35220
35221 \end_inset
35222 </cell>
35223 </row>
35224 </lyxtabular>
35225
35226 \end_inset
35227
35228
35229 \begin_inset space \hfill{}
35230 \end_inset
35231
35232
35233 \begin_inset Tabular
35234 <lyxtabular version="3" rows="12" columns="2">
35235 <features>
35236 <column alignment="center" valignment="top" width="0pt">
35237 <column alignment="center" valignment="top" width="0pt">
35238 <row>
35239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243 Comando
35244 \end_layout
35245
35246 \end_inset
35247 </cell>
35248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35249 \begin_inset Text
35250
35251 \begin_layout Plain Layout
35252 equivalente a
35253 \end_layout
35254
35255 \end_inset
35256 </cell>
35257 </row>
35258 <row>
35259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35260 \begin_inset Text
35261
35262 \begin_layout Plain Layout
35263
35264 \backslash
35265 backslash
35266 \end_layout
35267
35268 \end_inset
35269 </cell>
35270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35271 \begin_inset Text
35272
35273 \begin_layout Plain Layout
35274
35275 \backslash
35276
35277 \backslash
35278
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 </row>
35284 <row>
35285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289
35290 \backslash
35291 dasharrow
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300
35301 \backslash
35302 dashrightarrow
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 </row>
35308 <row>
35309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35310 \begin_inset Text
35311
35312 \begin_layout Plain Layout
35313
35314 \backslash
35315 land
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324
35325 \backslash
35326 wedge
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 </row>
35332 <row>
35333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35334 \begin_inset Text
35335
35336 \begin_layout Plain Layout
35337
35338 \backslash
35339 rbrace
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348 }
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 </row>
35354 <row>
35355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359
35360 \backslash
35361 rbracket
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 ]
35371 \end_layout
35372
35373 \end_inset
35374 </cell>
35375 </row>
35376 <row>
35377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35378 \begin_inset Text
35379
35380 \begin_layout Plain Layout
35381
35382 \backslash
35383 rightarrow
35384 \end_layout
35385
35386 \end_inset
35387 </cell>
35388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35389 \begin_inset Text
35390
35391 \begin_layout Plain Layout
35392
35393 \backslash
35394 to
35395 \end_layout
35396
35397 \end_inset
35398 </cell>
35399 </row>
35400 <row>
35401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35402 \begin_inset Text
35403
35404 \begin_layout Plain Layout
35405
35406 \backslash
35407 lnot
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35413 \begin_inset Text
35414
35415 \begin_layout Plain Layout
35416
35417 \backslash
35418 neg
35419 \end_layout
35420
35421 \end_inset
35422 </cell>
35423 </row>
35424 <row>
35425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35426 \begin_inset Text
35427
35428 \begin_layout Plain Layout
35429
35430 \backslash
35431 ne
35432 \end_layout
35433
35434 \end_inset
35435 </cell>
35436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35437 \begin_inset Text
35438
35439 \begin_layout Plain Layout
35440
35441 \backslash
35442 not=
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 </row>
35448 <row>
35449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35450 \begin_inset Text
35451
35452 \begin_layout Plain Layout
35453
35454 \backslash
35455 owns
35456 \end_layout
35457
35458 \end_inset
35459 </cell>
35460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35461 \begin_inset Text
35462
35463 \begin_layout Plain Layout
35464
35465 \backslash
35466 ni
35467 \end_layout
35468
35469 \end_inset
35470 </cell>
35471 </row>
35472 <row>
35473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35474 \begin_inset Text
35475
35476 \begin_layout Plain Layout
35477
35478 \backslash
35479 square
35480 \end_layout
35481
35482 \end_inset
35483 </cell>
35484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35485 \begin_inset Text
35486
35487 \begin_layout Plain Layout
35488
35489 \backslash
35490 Box
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 </row>
35496 <row>
35497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501
35502 \backslash
35503 Vert
35504 \end_layout
35505
35506 \end_inset
35507 </cell>
35508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35509 \begin_inset Text
35510
35511 \begin_layout Plain Layout
35512
35513 \backslash
35514 |
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 </row>
35520 </lyxtabular>
35521
35522 \end_inset
35523
35524
35525 \begin_inset space \hfill{}
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \begin_inset Newpage newpage
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \begin_layout Bibliography
35539 \begin_inset CommandInset bibitem
35540 LatexCommand bibitem
35541 key "TLC2"
35542
35543 \end_inset
35544
35545
35546 \shape smallcaps
35547 Mittelbach, F.
35548  ; Goossens, M.
35549 \shape default
35550
35551 \shape italic
35552 The LaTeX Companion
35553 \shape default
35554 .
35555  Addison Wesley, 2004
35556 \end_layout
35557
35558 \begin_layout Bibliography
35559 \begin_inset CommandInset bibitem
35560 LatexCommand bibitem
35561 key "Mathmode"
35562
35563 \end_inset
35564
35565
35566 \begin_inset CommandInset href
35567 LatexCommand href
35568 name "Descripción"
35569 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35570
35571 \end_inset
35572
35573  de habilidades matemáticas de LaTeX
35574 \end_layout
35575
35576 \begin_layout Bibliography
35577 \begin_inset CommandInset bibitem
35578 LatexCommand bibitem
35579 key "Voss"
35580
35581 \end_inset
35582
35583
35584 \begin_inset CommandInset href
35585 LatexCommand href
35586 name "Página web"
35587 target "http://tug.org/TeXnik/"
35588
35589 \end_inset
35590
35591  sugerencias y consejos de LaTeX
35592 \end_layout
35593
35594 \begin_layout Bibliography
35595 \begin_inset CommandInset bibitem
35596 LatexCommand bibitem
35597 key "AMS"
35598
35599 \end_inset
35600
35601
35602 \begin_inset CommandInset href
35603 LatexCommand href
35604 name "Descripción"
35605 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35606
35607 \end_inset
35608
35609  de 
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615
35616 \backslash
35617 AmS
35618 \end_layout
35619
35620 \end_inset
35621
35622 -LaTeX
35623 \end_layout
35624
35625 \begin_layout Bibliography
35626 \begin_inset CommandInset bibitem
35627 LatexCommand bibitem
35628 key "Symbole"
35629
35630 \end_inset
35631
35632
35633 \begin_inset CommandInset href
35634 LatexCommand href
35635 name "Lista"
35636 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35637
35638 \end_inset
35639
35640  de todos los símbolos disponibles con paquetes LaTeX
35641 \end_layout
35642
35643 \begin_layout Bibliography
35644 \begin_inset CommandInset bibitem
35645 LatexCommand bibitem
35646 key "hyperref"
35647
35648 \end_inset
35649
35650
35651 \begin_inset CommandInset href
35652 LatexCommand href
35653 name "Documentación"
35654 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35655
35656 \end_inset
35657
35658  del paquete LaTeX 
35659 \series bold
35660 hyperref
35661 \series default
35662
35663 \begin_inset Index
35664 status collapsed
35665
35666 \begin_layout Plain Layout
35667 Paquetes ! hyperref
35668 \end_layout
35669
35670 \end_inset
35671
35672
35673 \end_layout
35674
35675 \begin_layout Bibliography
35676 \begin_inset CommandInset bibitem
35677 LatexCommand bibitem
35678 key "Mathclap"
35679
35680 \end_inset
35681
35682
35683 \begin_inset CommandInset href
35684 LatexCommand href
35685 name "Descripción"
35686 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35687
35688 \end_inset
35689
35690  del comando 
35691 \series bold
35692
35693 \backslash
35694 mathclap
35695 \series default
35696 , descrito en 
35697 \begin_inset CommandInset ref
35698 LatexCommand ref
35699 reference "sub:Límites-de-operadores"
35700
35701 \end_inset
35702
35703
35704 \begin_inset Index
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708 Comandos ! M ! 
35709 \backslash
35710 mathclap
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Bibliography
35719 \begin_inset CommandInset bibitem
35720 LatexCommand bibitem
35721 key "Duden"
35722
35723 \end_inset
35724
35725
35726 \emph on
35727 Duden Band 1
35728 \emph default
35729 .
35730  22.
35731  Auflage, Duden 2001
35732 \end_layout
35733
35734 \begin_layout Bibliography
35735 \begin_inset CommandInset bibitem
35736 LatexCommand bibitem
35737 key "spanish"
35738
35739 \end_inset
35740
35741
35742 \begin_inset CommandInset href
35743 LatexCommand href
35744 name "Documentación"
35745 target "http://www.tex-tipografia.com/archive/spanish.pdf"
35746
35747 \end_inset
35748
35749  del estilo 
35750 \series bold
35751 spanish
35752 \family sans
35753 \series default
35754  
35755 \family default
35756 incluido en el paquete 
35757 \series bold
35758 babel
35759 \end_layout
35760
35761 \begin_layout Bibliography
35762 \begin_inset CommandInset bibitem
35763 LatexCommand bibitem
35764 key "Bezos"
35765
35766 \end_inset
35767
35768
35769 \begin_inset CommandInset href
35770 LatexCommand href
35771 name "Documento"
35772 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
35773
35774 \end_inset
35775
35776  sobre ortotipografía y notaciones matemáticas en español
35777 \end_layout
35778
35779 \begin_layout Standard
35780
35781 \family sans
35782 \series bold
35783 \begin_inset CommandInset index_print
35784 LatexCommand printindex
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \end_body
35792 \end_document