]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
- InsetMathAMSArray.cpp: code cosmetic
[features.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 in sec. 19.4
87 \usepackage{remreset}
88
89 % center multirows (e.g. in sec. 13.3)
90 \renewcommand{\multirowsetup}{\centering}
91
92 % define a color, used in sec.9.3
93 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
94
95 % declare operators (see sec. 10.4 and sec. 15.2)
96 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
97 \DeclareMathOperator{\sgn}{sgn}
98
99 \newcommand{\spce}{\textvisiblespace}
100
101 % example definitions for sec. 20.1 
102 \newcommand{\gr}{\Longrightarrow}
103 \newcommand{\us}[1]{\underline{#1}}
104 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
105 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
106 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
107
108 % example macro from sec. 19.4
109 %\def\tagform@#1{\maketag@@@{|#1|}}
110
111 % macro from sec. 10.2
112 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
113 \def\mathclap {\mathpalette \mathclapinternal}
114 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
115
116 % redefine the greyed out note
117 \renewenvironment{lyxgreyedout}
118  {\textcolor{blue}\bgroup}{\egroup}
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package eurosym
125 % used for the Euro symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % needed in sec. 22.4
133 % check for package braket
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % needed in sec. 22.10
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
149 \language spanish
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159
160 \graphics default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "Manual detallado de Matemáticas en LyX"
165 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pagebackref false
177 \pdf_pdfusetitle false
178 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
179 \papersize a4paper
180 \use_geometry false
181 \use_amsmath 2
182 \use_esint 1
183 \cite_engine basic
184 \use_bibtopic false
185 \paperorientation portrait
186 \secnumdepth 4
187 \tocdepth 3
188 \paragraph_separation skip
189 \defskip medskip
190 \quotes_language french
191 \papercolumns 1
192 \papersides 2
193 \paperpagestyle plain
194 \bullet 1 0 6 -1
195 \bullet 2 2 35 -1
196 \bullet 3 2 7 -1
197 \tracking_changes false
198 \output_changes false
199 \author "" 
200 \author "" 
201 \end_header
202
203 \begin_body
204
205 \begin_layout Title
206 Manual detallado de
207 \begin_inset Newline newline
208 \end_inset
209
210 Matemáticas en LyX
211 \end_layout
212
213 \begin_layout Author
214 por el Equipo LyX
215 \begin_inset Foot
216 status collapsed
217
218 \begin_layout Plain Layout
219 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
220  lista de correo de documentación de LyX
221 \family typewriter
222
223 \begin_inset CommandInset href
224 LatexCommand href
225 name "lyx-docs@lists.lyx.org"
226 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
227
228 \end_inset
229
230
231 \end_layout
232
233 \end_inset
234
235
236 \begin_inset Note Note
237 status collapsed
238
239 \begin_layout Plain Layout
240 autor: Uwe Stöhr, translation: Ignacio Garcia
241 \end_layout
242
243 \end_inset
244
245
246 \begin_inset Newline newline
247 \end_inset
248
249
250 \begin_inset Newline newline
251 \end_inset
252
253 Versión 1.6svn
254 \end_layout
255
256 \begin_layout Standard
257 \begin_inset CommandInset toc
258 LatexCommand tableofcontents
259
260 \end_inset
261
262
263 \end_layout
264
265 \begin_layout Standard
266 \begin_inset Note Note
267 status open
268
269 \begin_layout Plain Layout
270 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
271  paquetes LaTeX 
272 \series bold
273 eurosym
274 \series default
275
276 \series bold
277 multirow
278 \series default
279  y 
280 \series bold
281 was
282 \series default
283 .
284  Si no están instalados también puedes exportar el documento pero las secciones
285  en que se requieren dichos paquetes no aparecerán en la salida.
286 \end_layout
287
288 \begin_layout Plain Layout
289 La última versión PDF de este documento está disponible en:
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \series bold
295 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
296 \end_layout
297
298 \end_inset
299
300
301 \begin_inset Newpage newpage
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Section
308 Introducción
309 \begin_inset CommandInset label
310 LatexCommand label
311 name "sec:Introducción"
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 Este documento explica las características matemáticas de LyX y además es
320  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
321  Las explicaciones están diseñadas para el uso de comandos.
322  Por consiguiente es preciso que hayas leído la sección 
323 \emph on
324 Ecuaciones matemáticas
325 \emph default
326  de la 
327 \emph on
328 Guía del usuario
329 \emph default
330 .
331 \end_layout
332
333 \begin_layout Standard
334 La mayoría de caracteres y muchas estructuras explicadas en este manual
335  también son accesibles mediante el menú 
336 \family sans
337 Insertar\SpecialChar \menuseparator
338 Ecuación
339 \family default
340  o la barra de herramientas
341 \family sans
342  Ecuaciones
343 \family default
344 .
345  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
346  mucho más rápido usar comandos que la barra de herramientas.
347  Por tanto este manual está enfocado al uso de comandos, aunque también
348  se mencionan los botones correspondientes de las barras de herramientas
349  cuando están disponibles.
350 \end_layout
351
352 \begin_layout Standard
353 Si no se especifica lo contrario los comandos sólo están disponibles dentro
354  de las fórmulas.
355  Para poder usar todos los comandos explicados en este documento, debe usarse
356  la opción 
357 \family sans
358 Usar el paquete de ecuaciones AMS
359 \family default
360  en la configuración del documento (menú 
361 \family sans
362 Documento\SpecialChar \menuseparator
363 Configuración\SpecialChar \menuseparator
364 Ecuaciones
365 \family default
366 )
367 \begin_inset Foot
368 status collapsed
369
370 \begin_layout Plain Layout
371 La opción 
372 \family sans
373 Usar el paquete de ecuaciones AMS automáticamente
374 \family default
375  sólo usa ecuaciones 
376 \begin_inset ERT
377 status collapsed
378
379 \begin_layout Plain Layout
380
381
382 \backslash
383 AmS 
384 \end_layout
385
386 \end_inset
387
388
389 \begin_inset space ~
390 \end_inset
391
392  si las estructuras matemáticas son soportadas por LyX.
393 \end_layout
394
395 \end_inset
396
397 .
398 \end_layout
399
400 \begin_layout Standard
401 Este documento no recoge todos los comandos de ecuaciones 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414
415 \begin_inset Foot
416 status collapsed
417
418 \begin_layout Plain Layout
419 En el archivo 
420 \family sans
421
422 \begin_inset CommandInset href
423 LatexCommand href
424 name "amsguide.ps"
425 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
426
427 \end_inset
428
429
430 \family default
431 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
432  lista con todos los comandos de ecuaciones 
433 \begin_inset ERT
434 status collapsed
435
436 \begin_layout Plain Layout
437
438
439 \backslash
440 AmS 
441 \end_layout
442
443 \end_inset
444
445 .
446 \end_layout
447
448 \end_inset
449
450  por razones de claridad.
451 \end_layout
452
453 \begin_layout Section
454 Instrucciones generales
455 \begin_inset CommandInset label
456 LatexCommand label
457 name "sec:Instrucciones-generales"
458
459 \end_inset
460
461
462 \end_layout
463
464 \begin_layout Standard
465 Para crear una ecuación en línea
466 \begin_inset Index
467 status collapsed
468
469 \begin_layout Plain Layout
470 Ecuación ! en línea
471 \end_layout
472
473 \end_inset
474
475 , insertada en una línea de texto, teclea 
476 \family sans
477 Ctrl-m
478 \family default
479  o pulsa el botón 
480 \begin_inset Graphics
481         filename ../../images/math-mode.png
482         scale 85
483
484 \end_inset
485
486  de la barra de herramientas.
487 \begin_inset Newline newline
488 \end_inset
489
490 Para crear una ecuación en estilo presentación
491 \begin_inset Index
492 status collapsed
493
494 \begin_layout Plain Layout
495 Ecuación ! en presentación
496 \end_layout
497
498 \end_inset
499
500 , que se verá más grande y en su propio párrafo, teclea
501 \family sans
502  Ctrl-M
503 \family default
504 .
505 \end_layout
506
507 \begin_layout Standard
508 Para cambiar una ecuación en estilo presentación a estilo en línea, pon
509  el cursor dentro de la ecuación y teclea 
510 \family sans
511 Ctrl-M
512 \family default
513  o usa el menú 
514 \family sans
515 Editar\SpecialChar \menuseparator
516 Ecuación\SpecialChar \menuseparator
517 Cambiar tipo de ecuación
518 \family default
519 .
520  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
521 \end_layout
522
523 \begin_layout Standard
524 Para mostrar partes de una ecuación en línea en el tamaño del estilo presentació
525 n, escribe el comando 
526 \series bold
527
528 \backslash
529 displaystyle
530 \series default
531
532 \begin_inset Index
533 status collapsed
534
535 \begin_layout Plain Layout
536 Comandos ! D ! 
537 \backslash
538 displaystyle
539 \end_layout
540
541 \end_inset
542
543  en la ecuación y pulsa espacio.
544  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
545  de la ecuación.
546 \end_layout
547
548 \begin_layout Standard
549 En las tablas sólo se permiten ecuaciones en línea.
550 \end_layout
551
552 \begin_layout Standard
553 Las barras 
554 \family sans
555 Ecuaciones
556 \family default
557  y 
558 \family sans
559 Panel de ecuaciones 
560 \family default
561 se pueden visualizar mediante el menú 
562 \family sans
563 Ver\SpecialChar \menuseparator
564 Barras de herramientas
565 \family default
566 .
567  Si ahí pulsas en 
568 \begin_inset Quotes fld
569 \end_inset
570
571 Ecuaciones
572 \begin_inset Quotes frd
573 \end_inset
574
575  y/o en 
576 \begin_inset Quotes fld
577 \end_inset
578
579 Panel de ecuaciones
580 \begin_inset Quotes frd
581 \end_inset
582
583 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
584  estado se visualiza en el menú de las barras de herramientas con una marca.
585  Si en este estado pulsas de nuevo sobre 
586 \begin_inset Quotes fld
587 \end_inset
588
589 Ecuaciones
590 \begin_inset Quotes frd
591 \end_inset
592
593  y/o 
594 \begin_inset Quotes fld
595 \end_inset
596
597 Panel de ecuaciones
598 \begin_inset Quotes frd
599 \end_inset
600
601  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
602  de una ecuación; este estado se indica añadiendo a las entradas del menú
603  la palabra 
604 \begin_inset Quotes fld
605 \end_inset
606
607 (auto)
608 \begin_inset Quotes frd
609 \end_inset
610
611 .
612  
613 \end_layout
614
615 \begin_layout Standard
616 El modo TeX
617 \begin_inset Index
618 status collapsed
619
620 \begin_layout Plain Layout
621 T@TeX ! modo
622 \end_layout
623
624 \end_inset
625
626  se invoca pulsando el botón 
627 \begin_inset Graphics
628         filename ../../images/ert-insert.png
629         scale 85
630
631 \end_inset
632
633  de la barra de herramientas o con el menú 
634 \family sans
635 Insertar\SpecialChar \menuseparator
636 Código Te
637 \begin_inset ERT
638 status collapsed
639
640 \begin_layout Plain Layout
641
642 {}
643 \end_layout
644
645 \end_inset
646
647 X
648 \family default
649 , (atajo 
650 \family sans
651 Ctrl-l
652 \family default
653 ).
654 \begin_inset Note Note
655 status open
656
657 \begin_layout Plain Layout
658 En LyX hay tres 
659 \begin_inset Quotes fld
660 \end_inset
661
662 nombres propios
663 \begin_inset Quotes frd
664 \end_inset
665
666  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
667  LaTeX y LyX.
668 \end_layout
669
670 \begin_layout Plain Layout
671 Para evitar que estas palabras sean reconocidas como tales nombres propios,
672  se inserta un par de llaves TeX.
673  
674 \end_layout
675
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 Para cambiar el preámbulo LaTeX
683 \begin_inset Index
684 status collapsed
685
686 \begin_layout Plain Layout
687 LaTeX preámbulo
688 \end_layout
689
690 \end_inset
691
692 , usa el menú 
693 \family sans
694 Documento\SpecialChar \menuseparator
695 Configuración\SpecialChar \menuseparator
696 Preámbulo LaT
697 \begin_inset ERT
698 status collapsed
699
700 \begin_layout Plain Layout
701
702 {}
703 \end_layout
704
705 \end_inset
706
707 eX
708 \family default
709 .
710 \end_layout
711
712 \begin_layout Standard
713 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
714  multilínea, se pueden usar los menús 
715 \family sans
716 Editar\SpecialChar \menuseparator
717 Ecuación
718 \family default
719  y 
720 \family sans
721 Editar\SpecialChar \menuseparator
722 Filas y columnas
723 \family default
724  o la barra de herramientas de 
725 \family sans
726 Tabla
727 \family default
728 .
729  Cuando las líneas y columnas se intercambian mediante el menú, la columna
730  o línea en la que está se cambia con la columna de la derecha o con la
731  línea de abajo, respectivamente.
732  Si el cursor está en la última columna o fila, el cambio se hace con la
733  columna de la izquierda o la línea de arriba.
734 \end_layout
735
736 \begin_layout Standard
737 Para escribir texto en fórmulas se usa 
738 \emph on
739 texto de ecuaciones
740 \emph default
741
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 Texto ! en ecuaciones
747 \end_layout
748
749 \end_inset
750
751 .
752 \begin_inset Foot
753 status collapsed
754
755 \begin_layout Plain Layout
756 Para ecuaciones multilínea se usa el comando 
757 \series bold
758
759 \backslash
760 intertext
761 \series default
762 , véase
763 \begin_inset space ~
764 \end_inset
765
766
767 \begin_inset CommandInset ref
768 LatexCommand ref
769 reference "sub:Texto-en-multilínea"
770
771 \end_inset
772
773 .
774 \end_layout
775
776 \end_inset
777
778  Este modo se invoca con el atajo 
779 \family sans
780 Alt-m
781 \begin_inset space ~
782 \end_inset
783
784 m
785 \family default
786  o insertando el comando 
787 \series bold
788
789 \backslash
790 text
791 \series default
792
793 \begin_inset Index
794 status collapsed
795
796 \begin_layout Plain Layout
797 Comandos ! T ! 
798 \backslash
799 text
800 \end_layout
801
802 \end_inset
803
804 .
805  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
806  partes de la ecuación que se ven en azul.
807  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
808 a de otras partes de la fórmula.
809 \end_layout
810
811 \begin_layout Subsection*
812 Esquema de comandos
813 \end_layout
814
815 \begin_layout Standard
816 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
817  siguiente esquema:
818 \end_layout
819
820 \begin_layout Standard
821
822 \series bold
823
824 \backslash
825 nombre_del_comando[argumento opcional]{argumento requerido}
826 \end_layout
827
828 \begin_layout Standard
829 Un comando empieza siempre por una barra inversa, 
830 \series bold
831
832 \backslash
833
834 \series default
835 .
836  Para omitir argumentos opcionales, quita también los corchetes asociados.
837  En este documento, las llaves que encierran los argumentos requeridos se
838  denominan llaves TeX
839 \begin_inset Index
840 status collapsed
841
842 \begin_layout Plain Layout
843 T@TeX ! llaves
844 \end_layout
845
846 \end_inset
847
848 .
849  Si en una ecuación añades una llave de apertura al nombre de un comando,
850  LyX crea automáticamente una llave TeX.
851  En todos los demás casos las llaves TeX se crean en las ecuaciones con
852  el comando 
853 \series bold
854
855 \backslash
856 {
857 \series default
858 .
859  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
860  que se muestran en azul.
861  En modo TeX no hace falta comando para poner llaves TeX.
862  Las llaves TeX no aparecen en la salida.
863 \end_layout
864
865 \begin_layout Standard
866 En el caso de comandos sin argumentos, como los comandos para símbolos que
867  se introducen en modo TeX, 
868 \emph on
869 siempre
870 \emph default
871  debe teclearse un espacio tras el comando para finalizarlo.
872  Este espacio no aparece en la salida.
873  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
874  de un espacio protegido en texto normal.
875 \end_layout
876
877 \begin_layout Standard
878 Un espacio protegido se inserta con 
879 \family sans
880 Ctrl-espacio
881 \family default
882 .
883 \begin_inset Newpage newpage
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Subsection*
890 Explicación de la sintaxis
891 \end_layout
892
893 \begin_layout Itemize
894 El símbolo 
895 \begin_inset ERT
896 status collapsed
897
898 \begin_layout Plain Layout
899
900
901 \backslash
902 spce 
903 \end_layout
904
905 \end_inset
906
907
908 \begin_inset Foot
909 status collapsed
910
911 \begin_layout Plain Layout
912 Este carácter, espacio visible, se puede componer con el comando 
913 \series bold
914
915 \backslash
916 textvisiblespace
917 \series default
918
919 \begin_inset Index
920 status collapsed
921
922 \begin_layout Plain Layout
923 Comandos ! T ! 
924 \backslash
925 textvisiblespace
926 \end_layout
927
928 \end_inset
929
930  insertado en código TeX.
931 \end_layout
932
933 \end_inset
934
935  indica que hay que teclear un espacio.
936 \end_layout
937
938 \begin_layout Itemize
939 Una flecha como 
940 \begin_inset Formula $\rightarrow$
941 \end_inset
942
943  indica el uso de la correspondiente tecla de flecha.
944  
945 \end_layout
946
947 \begin_layout Subsection*
948 Unidades empleadas
949 \end_layout
950
951 \begin_layout Standard
952 \align center
953 \begin_inset Float table
954 placement H
955 wide false
956 sideways false
957 status open
958
959 \begin_layout Plain Layout
960 \align center
961 \begin_inset Caption
962
963 \begin_layout Plain Layout
964 \begin_inset CommandInset label
965 LatexCommand label
966 name "tab:Unidades-empleadas"
967
968 \end_inset
969
970 Unidades empleadas
971 \end_layout
972
973 \end_inset
974
975
976 \end_layout
977
978 \begin_layout Plain Layout
979 \align center
980 \begin_inset Tabular
981 <lyxtabular version="3" rows="13" columns="2">
982 <features>
983 <column alignment="center" valignment="top" width="0">
984 <column alignment="center" valignment="top" width="0">
985 <row>
986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
987 \begin_inset Text
988
989 \begin_layout Plain Layout
990 Unidad
991 \end_layout
992
993 \end_inset
994 </cell>
995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
996 \begin_inset Text
997
998 \begin_layout Plain Layout
999 Nombre / Descripción
1000 \end_layout
1001
1002 \end_inset
1003 </cell>
1004 </row>
1005 <row>
1006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 mm
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Plain Layout
1019 Milímetro
1020 \end_layout
1021
1022 \end_inset
1023 </cell>
1024 </row>
1025 <row>
1026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 cm
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Plain Layout
1039 Centímetro
1040 \end_layout
1041
1042 \end_inset
1043 </cell>
1044 </row>
1045 <row>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 in
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 Pulgada (1
1060 \begin_inset space \thinspace{}
1061 \end_inset
1062
1063 in = 2,54
1064 \begin_inset space \thinspace{}
1065 \end_inset
1066
1067 cm)
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 </row>
1073 <row>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 pt
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 Punto (72.27
1088 \begin_inset space \thinspace{}
1089 \end_inset
1090
1091 pt = 1
1092 \begin_inset space \thinspace{}
1093 \end_inset
1094
1095 in)
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 </row>
1101 <row>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 pc
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 Pica (1
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 pc = 12
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 pt)
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 </row>
1129 <row>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 sp
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 Punto escalado (65536
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 sp = 1
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 pt)
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 </row>
1157 <row>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 bp
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Punto grande (72
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 bp = 1
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 in)
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 </row>
1185 <row>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 dd
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 Didot (1
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 dd 
1204 \begin_inset Formula $\approx$
1205 \end_inset
1206
1207  0.376
1208 \begin_inset space \thinspace{}
1209 \end_inset
1210
1211 mm)
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 </row>
1217 <row>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 cc
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 Cicero (1
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 cc = 12
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 dd)
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 </row>
1245 <row>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 ex
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 Altura de la letra 
1260 \begin_inset Quotes fld
1261 \end_inset
1262
1263
1264 \emph on
1265 x
1266 \emph default
1267
1268 \begin_inset Quotes frd
1269 \end_inset
1270
1271  en la fuente actual
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 </row>
1277 <row>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 em
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 Anchura de la letra 
1292 \begin_inset Quotes fld
1293 \end_inset
1294
1295
1296 \emph on
1297 M
1298 \emph default
1299
1300 \begin_inset Quotes frd
1301 \end_inset
1302
1303  en la fuente actual
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 </row>
1309 <row>
1310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 mu
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 Unidad matemática (1
1324 \begin_inset space \thinspace{}
1325 \end_inset
1326
1327 mu = 
1328 \begin_inset Formula $\nicefrac{1}{18}$
1329 \end_inset
1330
1331
1332 \begin_inset space \thinspace{}
1333 \end_inset
1334
1335 em)
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 </row>
1341 </lyxtabular>
1342
1343 \end_inset
1344
1345
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \begin_layout Standard
1354 \align center
1355 \begin_inset Newpage newpage
1356 \end_inset
1357
1358
1359 \end_layout
1360
1361 \begin_layout Section
1362 Funciones básicas
1363 \end_layout
1364
1365 \begin_layout Subsection
1366 Exponentes
1367 \begin_inset Index
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 Exponentes
1372 \end_layout
1373
1374 \end_inset
1375
1376  e índices
1377 \begin_inset Index
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 In@Índices
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \begin_inset Index
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 Superíndices|see
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 {
1398 \end_layout
1399
1400 \end_inset
1401
1402 Exponentes
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418
1419 \begin_inset Index
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423 Subíndices|see
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 {
1430 \end_layout
1431
1432 \end_inset
1433
1434 Índices
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 }
1441 \end_layout
1442
1443 \end_inset
1444
1445
1446 \end_layout
1447
1448 \end_inset
1449
1450
1451 \end_layout
1452
1453 \begin_layout Standard
1454 Los índices se componen con un guión bajo 
1455 \begin_inset Quotes fld
1456 \end_inset
1457
1458 _
1459 \begin_inset Quotes frd
1460 \end_inset
1461
1462  o con el botón de la barra de herramientas de ecuaciones 
1463 \begin_inset Graphics
1464         filename ../../images/math-subscript.png
1465         scale 85
1466
1467 \end_inset
1468
1469 , los exponentes con un circunflejo 
1470 \begin_inset Quotes fld
1471 \end_inset
1472
1473 ^
1474 \begin_inset Quotes frd
1475 \end_inset
1476
1477  o con el botón de la barra de herramientas de ecuaciones 
1478 \begin_inset Graphics
1479         filename ../../images/math-superscript.png
1480         scale 85
1481
1482 \end_inset
1483
1484 .
1485 \end_layout
1486
1487 \begin_layout Standard
1488 \noindent
1489 \align center
1490 \begin_inset Tabular
1491 <lyxtabular version="3" rows="4" columns="2">
1492 <features>
1493 <column alignment="center" valignment="top" width="0">
1494 <column alignment="center" valignment="top" width="0">
1495 <row>
1496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500 Comando
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 Resultado
1510 \begin_inset Note Note
1511 status collapsed
1512
1513 \begin_layout Plain Layout
1514
1515 \series bold
1516
1517 \backslash
1518 raisebox
1519 \series default
1520  sólo se usa como espaciador.
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \end_layout
1527
1528 \end_inset
1529 </cell>
1530 </row>
1531 <row>
1532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 B_V
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 \begin_inset Formula $B_{V}$
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 </row>
1554 <row>
1555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559 B^V
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1569 \end_inset
1570
1571
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 </row>
1577 <row>
1578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1579 \begin_inset Text
1580
1581 \begin_layout Plain Layout
1582 B^
1583 \begin_inset ERT
1584 status collapsed
1585
1586 \begin_layout Plain Layout
1587
1588
1589 \backslash
1590 spce 
1591 \end_layout
1592
1593 \end_inset
1594
1595 A
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 </lyxtabular>
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \begin_layout Standard
1621 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1622  caso acentuará las vocales y no funcionará como exponente.
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 Dependiendo de la configuración del teclado esto puede suceder también con
1628  otros caracteres además de las vocales.
1629 \end_layout
1630
1631 \end_inset
1632
1633  Para conseguir exponentes en estos casos debes pulsar 
1634 \family sans
1635 Espacio
1636 \family default
1637  tras el circunflejo, como en el último ejemplo.
1638  
1639 \end_layout
1640
1641 \begin_layout Subsection
1642 Fracciones
1643 \begin_inset CommandInset label
1644 LatexCommand label
1645 name "sub:Fracciones"
1646
1647 \end_inset
1648
1649
1650 \begin_inset Index
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 Fracciones
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663 Las fracciones se generan con el comando 
1664 \series bold
1665
1666 \backslash
1667 frac
1668 \series default
1669
1670 \begin_inset Index
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Comandos ! F ! 
1675 \backslash
1676 frac
1677 \end_layout
1678
1679 \end_inset
1680
1681  o con el botón 
1682 \begin_inset Graphics
1683         filename ../../images/math/frac.png
1684         scale 50
1685
1686 \end_inset
1687
1688  de la barra de herramientas.
1689  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1690  está en línea o en estilo presentación.
1691  Con el botón 
1692 \begin_inset Graphics
1693         filename ../../images/math/frac-square.png
1694         scale 85
1695
1696 \end_inset
1697
1698 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1699  de fracciones.
1700 \end_layout
1701
1702 \begin_layout Standard
1703 Con el comando 
1704 \series bold
1705
1706 \backslash
1707 dfrac
1708 \series default
1709
1710 \begin_inset Index
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 Comandos ! D ! 
1715 \backslash
1716 dfrac
1717 \end_layout
1718
1719 \end_inset
1720
1721  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1722  presentación.
1723  Con 
1724 \series bold
1725
1726 \backslash
1727 tfrac
1728 \series default
1729
1730 \begin_inset Index
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 Comandos ! T ! 
1735 \backslash
1736 tfrac
1737 \end_layout
1738
1739 \end_inset
1740
1741  la fracción tiene siempre el tamaño del estilo en línea.
1742  Un ejemplo:
1743 \end_layout
1744
1745 \begin_layout Standard
1746 Una línea con la fracción 
1747 \begin_inset Formula $\frac{1}{2}$
1748 \end_inset
1749
1750  creada con el comando 
1751 \series bold
1752
1753 \backslash
1754 frac
1755 \series default
1756 .
1757  
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Una línea con la fracción 
1762 \begin_inset Formula $\dfrac{1}{2}$
1763 \end_inset
1764
1765  creada con el comando 
1766 \series bold
1767
1768 \backslash
1769 dfrac
1770 \series default
1771 .
1772 \end_layout
1773
1774 \begin_layout Standard
1775 \noindent
1776 \align center
1777 \begin_inset Tabular
1778 <lyxtabular version="3" rows="4" columns="2">
1779 <features>
1780 <column alignment="center" valignment="top" width="0">
1781 <column alignment="center" valignment="top" width="0">
1782 <row>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 Comando
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796 Resultado
1797 \begin_inset Note Note
1798 status collapsed
1799
1800 \begin_layout Plain Layout
1801
1802 \series bold
1803
1804 \backslash
1805 raisebox
1806 \series default
1807  se usa sólo como espaciador
1808 \end_layout
1809
1810 \end_inset
1811
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 </row>
1818 <row>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \backslash
1825 frac
1826 \begin_inset ERT
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830
1831
1832 \backslash
1833 spce 
1834 \end_layout
1835
1836 \end_inset
1837
1838 A
1839 \begin_inset Formula $\downarrow$
1840 \end_inset
1841
1842 B
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \backslash
1867 dfrac
1868 \begin_inset ERT
1869 status collapsed
1870
1871 \begin_layout Plain Layout
1872
1873
1874 \backslash
1875 spce 
1876 \end_layout
1877
1878 \end_inset
1879
1880 A
1881 \begin_inset Formula $\downarrow$
1882 \end_inset
1883
1884 B
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 <row>
1903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \backslash
1909 dfrac
1910 \begin_inset ERT
1911 status collapsed
1912
1913 \begin_layout Plain Layout
1914
1915
1916 \backslash
1917 spce 
1918 \end_layout
1919
1920 \end_inset
1921
1922 e^
1923 \begin_inset ERT
1924 status collapsed
1925
1926 \begin_layout Plain Layout
1927
1928
1929 \backslash
1930 spce 
1931 \end_layout
1932
1933 \end_inset
1934
1935
1936 \backslash
1937 frac
1938 \begin_inset ERT
1939 status collapsed
1940
1941 \begin_layout Plain Layout
1942
1943
1944 \backslash
1945 spce 
1946 \end_layout
1947
1948 \end_inset
1949
1950 1
1951 \begin_inset Formula $\downarrow$
1952 \end_inset
1953
1954 2
1955 \begin_inset Formula $\downarrow$
1956 \end_inset
1957
1958 3
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 </row>
1976 </lyxtabular>
1977
1978 \end_inset
1979
1980
1981 \begin_inset VSpace bigskip
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \begin_layout Standard
1988 Para fracciones anidadas se puede usar el comando 
1989 \series bold
1990
1991 \backslash
1992 cfrac
1993 \series default
1994
1995 \begin_inset Index
1996 status collapsed
1997
1998 \begin_layout Plain Layout
1999 Comandos ! C ! 
2000 \backslash
2001 cfrac
2002 \end_layout
2003
2004 \end_inset
2005
2006 .
2007  Un ejemplo:
2008 \begin_inset VSpace -3mm
2009 \end_inset
2010
2011
2012 \end_layout
2013
2014 \begin_layout Standard
2015 \begin_inset Formula \begin{align*}
2016 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2017 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2018
2019 \end_inset
2020
2021
2022 \end_layout
2023
2024 \begin_layout Standard
2025 El comando para el ejemplo de arriba es:
2026 \end_layout
2027
2028 \begin_layout Standard
2029
2030 \series bold
2031
2032 \backslash
2033 cfrac{A
2034 \begin_inset Formula $\to$
2035 \end_inset
2036
2037
2038 \backslash
2039 {B+
2040 \backslash
2041 cfrac{C+
2042 \backslash
2043 cfrac{E
2044 \begin_inset Formula $\to$
2045 \end_inset
2046
2047
2048 \backslash
2049 {F
2050 \begin_inset Formula $\to\to$
2051 \end_inset
2052
2053
2054 \backslash
2055 {D
2056 \end_layout
2057
2058 \begin_layout Standard
2059 \begin_inset VSpace medskip
2060 \end_inset
2061
2062
2063 \end_layout
2064
2065 \begin_layout Standard
2066
2067 \series bold
2068
2069 \backslash
2070 cfrac
2071 \series default
2072  compone la fracción siempre en el tamaño del estilo presentación, también
2073  cuando es parte de otra fracción.
2074  
2075 \series bold
2076
2077 \backslash
2078 cfrac
2079 \series default
2080  tiene el siguiente esquema de comando:
2081 \end_layout
2082
2083 \begin_layout Standard
2084
2085 \series bold
2086
2087 \backslash
2088 cfrac[posición del numerador]{numerador}{denominador}
2089 \end_layout
2090
2091 \begin_layout Standard
2092 La posición del numerador puede ser 
2093 \emph on
2094 l
2095 \emph default
2096
2097 \emph on
2098 c
2099 \emph default
2100  o 
2101 \emph on
2102 r
2103 \emph default
2104  .
2105  
2106 \emph on
2107 l
2108 \emph default
2109  o 
2110 \emph on
2111 r
2112 \emph default
2113  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2114  la raya de fracción.
2115  Si se pone 
2116 \emph on
2117 c
2118 \emph default
2119  o no se especifica posición, el numerador aparece centrado.
2120  Estas fracciones muestran las distintas alineaciones:
2121 \end_layout
2122
2123 \begin_layout Standard
2124 \noindent
2125 \align center
2126 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2127 \end_inset
2128
2129  ; 
2130 \begin_inset Formula $\cfrac{A}{B+C}$
2131 \end_inset
2132
2133  ; 
2134 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2135 \end_inset
2136
2137  
2138 \begin_inset VSpace medskip
2139 \end_inset
2140
2141
2142 \end_layout
2143
2144 \begin_layout Standard
2145 Muchas veces es adecuado combinar 
2146 \series bold
2147
2148 \backslash
2149 cfrac
2150 \series default
2151  y 
2152 \series bold
2153
2154 \backslash
2155 frac
2156 \series default
2157 :
2158 \begin_inset Formula \[
2159 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2160
2161 \end_inset
2162
2163
2164 \end_layout
2165
2166 \begin_layout Standard
2167 Para componer fracciones en línea con raya de fracción inclinada puedes
2168  usar el comando 
2169 \series bold
2170
2171 \backslash
2172 nicefrac
2173 \series default
2174
2175 \begin_inset Index
2176 status collapsed
2177
2178 \begin_layout Plain Layout
2179 Comandos ! N ! 
2180 \backslash
2181 nicefrac
2182 \end_layout
2183
2184 \end_inset
2185
2186
2187 \begin_inset Formula $\nicefrac{5}{31}$
2188 \end_inset
2189
2190  
2191 \end_layout
2192
2193 \begin_layout Standard
2194 En la 
2195 \begin_inset CommandInset ref
2196 LatexCommand ref
2197 reference "sub:Fracciones-personalizadas"
2198
2199 \end_inset
2200
2201  se explica cómo componer fracciones personalizadas en las que la raya de
2202  fracción se puede cambiar.
2203  
2204 \end_layout
2205
2206 \begin_layout Subsection
2207 Raíces
2208 \begin_inset Index
2209 status collapsed
2210
2211 \begin_layout Plain Layout
2212 Raíces
2213 \end_layout
2214
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 Las raíces cuadradas se componen con 
2222 \series bold
2223
2224 \backslash
2225 sqrt
2226 \series default
2227
2228 \begin_inset Index
2229 status collapsed
2230
2231 \begin_layout Plain Layout
2232 Comandos ! S ! 
2233 \backslash
2234 sqrt
2235 \end_layout
2236
2237 \end_inset
2238
2239  o con el botón 
2240 \begin_inset Graphics
2241         filename ../../images/math/sqrt.png
2242         scale 85
2243
2244 \end_inset
2245
2246  de la barra de  ecuaciones; todas las demás raíces con el comando 
2247 \series bold
2248
2249 \backslash
2250 root
2251 \series default
2252
2253 \begin_inset Index
2254 status collapsed
2255
2256 \begin_layout Plain Layout
2257 Comandos ! R ! 
2258 \backslash
2259 root
2260 \end_layout
2261
2262 \end_inset
2263
2264  o con el botón 
2265 \begin_inset Graphics
2266         filename ../../images/math/root.png
2267         scale 85
2268
2269 \end_inset
2270
2271 .
2272 \end_layout
2273
2274 \begin_layout Standard
2275 \noindent
2276 \align center
2277 \begin_inset Tabular
2278 <lyxtabular version="3" rows="3" columns="2">
2279 <features>
2280 <column alignment="center" valignment="top" width="0">
2281 <column alignment="center" valignment="top" width="0">
2282 <row>
2283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2284 \begin_inset Text
2285
2286 \begin_layout Plain Layout
2287 Comando
2288 \end_layout
2289
2290 \end_inset
2291 </cell>
2292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2293 \begin_inset Text
2294
2295 \begin_layout Plain Layout
2296 Resultado
2297 \begin_inset Note Note
2298 status collapsed
2299
2300 \begin_layout Plain Layout
2301
2302 \series bold
2303
2304 \backslash
2305 raisebox
2306 \series default
2307  se usa sólo como espaciador
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 </row>
2318 <row>
2319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2320 \begin_inset Text
2321
2322 \begin_layout Plain Layout
2323
2324 \backslash
2325 sqrt
2326 \begin_inset ERT
2327 status collapsed
2328
2329 \begin_layout Plain Layout
2330
2331
2332 \backslash
2333 spce 
2334 \end_layout
2335
2336 \end_inset
2337
2338 A-B
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 <row>
2357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361
2362 \backslash
2363 root
2364 \begin_inset ERT
2365 status collapsed
2366
2367 \begin_layout Plain Layout
2368
2369
2370 \backslash
2371 spce 
2372 \end_layout
2373
2374 \end_inset
2375
2376 3
2377 \begin_inset Formula $\downarrow$
2378 \end_inset
2379
2380 A-B
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 </lyxtabular>
2399
2400 \end_inset
2401
2402
2403 \end_layout
2404
2405 \begin_layout Standard
2406 Una raíz cuadrada se compone también con 
2407 \series bold
2408
2409 \backslash
2410 root
2411 \series default
2412  dejando vacío el campo del índice.
2413 \end_layout
2414
2415 \begin_layout Standard
2416 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2417  la raíz: 
2418 \begin_inset Formula $\sqrt[\beta]{B}$
2419 \end_inset
2420
2421
2422 \begin_inset Newline newline
2423 \end_inset
2424
2425 La 
2426 \begin_inset Formula $\beta$
2427 \end_inset
2428
2429  toca la raíz.
2430  Para evitar esto se usan los comandos 
2431 \series bold
2432
2433 \backslash
2434 leftroot
2435 \series default
2436
2437 \begin_inset Index
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441 Comandos ! L ! 
2442 \backslash
2443 leftroot
2444 \end_layout
2445
2446 \end_inset
2447
2448  y 
2449 \series bold
2450
2451 \backslash
2452 uproot
2453 \series default
2454
2455 \begin_inset Index
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459 Comandos ! U ! 
2460 \backslash
2461 uproot
2462 \end_layout
2463
2464 \end_inset
2465
2466  con el esquema siguiente:
2467 \end_layout
2468
2469 \begin_layout Standard
2470
2471 \series bold
2472
2473 \backslash
2474 leftroot{distancia}
2475 \series default
2476  y 
2477 \series bold
2478
2479 \backslash
2480 uproot{distancia}
2481 \end_layout
2482
2483 \begin_layout Standard
2484 Distancia es el número de Puntos Grandes (
2485 \begin_inset Quotes fld
2486 \end_inset
2487
2488 Big Points
2489 \begin_inset Quotes frd
2490 \end_inset
2491
2492 , unidad bp; 
2493 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2494 \end_inset
2495
2496 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2497  Los comandos se escriben en el índice.
2498  Así, el comando:
2499 \begin_inset Newline newline
2500 \end_inset
2501
2502
2503 \series bold
2504
2505 \backslash
2506 root
2507 \backslash
2508 leftroot{-1
2509 \begin_inset Formula $\to$
2510 \end_inset
2511
2512
2513 \backslash
2514 uproot{2
2515 \begin_inset Formula $\to$
2516 \end_inset
2517
2518
2519 \backslash
2520 beta
2521 \begin_inset ERT
2522 status collapsed
2523
2524 \begin_layout Plain Layout
2525
2526
2527 \backslash
2528 spce 
2529 \end_layout
2530
2531 \end_inset
2532
2533
2534 \begin_inset Formula $\to$
2535 \end_inset
2536
2537 B
2538 \begin_inset Newline newline
2539 \end_inset
2540
2541
2542 \series default
2543 genera una fórmula correctamente tipografiada: 
2544 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2545 \end_inset
2546
2547
2548 \end_layout
2549
2550 \begin_layout Subsection
2551 Coeficientes de un binomio
2552 \begin_inset Index
2553 status collapsed
2554
2555 \begin_layout Plain Layout
2556 Binomios
2557 \end_layout
2558
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \begin_layout Standard
2565 Los coeficientes de un binomio se insertan con el comando 
2566 \series bold
2567
2568 \backslash
2569 binom
2570 \series default
2571
2572 \begin_inset Index
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 Comandos ! B ! 
2577 \backslash
2578 binom
2579 \end_layout
2580
2581 \end_inset
2582
2583  o con el submenú del botón 
2584 \begin_inset Graphics
2585         filename ../../images/math/frac-square.png
2586         scale 85
2587
2588 \end_inset
2589
2590 de la barra de herramientas de ecuaciones.
2591  Como en las fracciones, además de 
2592 \series bold
2593
2594 \backslash
2595 binom
2596 \series default
2597  hay los comandos 
2598 \series bold
2599
2600 \backslash
2601 dbinom
2602 \begin_inset Index
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 Comandos ! D ! 
2607 \backslash
2608 dbinom
2609 \end_layout
2610
2611 \end_inset
2612
2613
2614 \series default
2615  y 
2616 \series bold
2617
2618 \backslash
2619 tbinom
2620 \series default
2621
2622 \begin_inset Index
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 Comandos ! T ! 
2627 \backslash
2628 tbinom
2629 \end_layout
2630
2631 \end_inset
2632
2633 .
2634  Para otros delimitadores de coeficientes de un binomio hay los comandos
2635  
2636 \series bold
2637
2638 \backslash
2639 brace
2640 \series default
2641
2642 \begin_inset Index
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 Comandos ! B ! 
2647 \backslash
2648 brace
2649 \end_layout
2650
2651 \end_inset
2652
2653  y 
2654 \series bold
2655
2656 \backslash
2657 brack
2658 \series default
2659
2660 \begin_inset Index
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 Comandos ! B ! 
2665 \backslash
2666 brack
2667 \end_layout
2668
2669 \end_inset
2670
2671 .
2672 \end_layout
2673
2674 \begin_layout Standard
2675 \noindent
2676 \align center
2677 \begin_inset Tabular
2678 <lyxtabular version="3" rows="6" columns="2">
2679 <features>
2680 <column alignment="center" valignment="top" width="0">
2681 <column alignment="center" valignment="top" width="0">
2682 <row>
2683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Plain Layout
2687 Comando
2688 \end_layout
2689
2690 \end_inset
2691 </cell>
2692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2693 \begin_inset Text
2694
2695 \begin_layout Plain Layout
2696 Resultado
2697 \begin_inset Note Note
2698 status collapsed
2699
2700 \begin_layout Plain Layout
2701
2702 \series bold
2703
2704 \backslash
2705 raisebox
2706 \series default
2707  se usa sólo como espaciador
2708 \end_layout
2709
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \end_inset
2716 </cell>
2717 </row>
2718 <row>
2719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723
2724 \backslash
2725 binom
2726 \begin_inset ERT
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730
2731
2732 \backslash
2733 spce 
2734 \end_layout
2735
2736 \end_inset
2737
2738 A
2739 \begin_inset Formula $\downarrow$
2740 \end_inset
2741
2742 B
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Plain Layout
2751 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 </row>
2760 <row>
2761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765
2766 \backslash
2767 dbinom
2768 \begin_inset ERT
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772
2773
2774 \backslash
2775 spce 
2776 \end_layout
2777
2778 \end_inset
2779
2780 A
2781 \begin_inset Formula $\downarrow$
2782 \end_inset
2783
2784 B
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \backslash
2809 tbinom
2810 \begin_inset ERT
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814
2815
2816 \backslash
2817 spce 
2818 \end_layout
2819
2820 \end_inset
2821
2822 A
2823 \begin_inset Formula $\downarrow$
2824 \end_inset
2825
2826 B
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 <row>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849
2850 \backslash
2851 brack
2852 \begin_inset ERT
2853 status collapsed
2854
2855 \begin_layout Plain Layout
2856
2857
2858 \backslash
2859 spce 
2860 \end_layout
2861
2862 \end_inset
2863
2864 A
2865 \begin_inset Formula $\downarrow$
2866 \end_inset
2867
2868 B
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 </row>
2886 <row>
2887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891
2892 \backslash
2893 brace
2894 \begin_inset ERT
2895 status collapsed
2896
2897 \begin_layout Plain Layout
2898
2899
2900 \backslash
2901 spce 
2902 \end_layout
2903
2904 \end_inset
2905
2906 A
2907 \begin_inset Formula $\downarrow$
2908 \end_inset
2909
2910 B
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 </row>
2928 </lyxtabular>
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \begin_layout Subsection
2936 Diferenciaciones de casos
2937 \begin_inset Index
2938 status collapsed
2939
2940 \begin_layout Plain Layout
2941 Casos
2942 \end_layout
2943
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \begin_layout Standard
2950 \noindent
2951 \align center
2952 \begin_inset Tabular
2953 <lyxtabular version="3" rows="3" columns="2">
2954 <features>
2955 <column alignment="center" valignment="top" width="0">
2956 <column alignment="center" valignment="top" width="0">
2957 <row>
2958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962 Comando
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 Resultado
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 </row>
2977 <row>
2978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \backslash
2984 cases
2985 \begin_inset ERT
2986 status collapsed
2987
2988 \begin_layout Plain Layout
2989
2990
2991 \backslash
2992 spce 
2993 \end_layout
2994
2995 \end_inset
2996
2997 A
2998 \begin_inset Formula $\to$
2999 \end_inset
3000
3001 B>0
3002 \begin_inset Index
3003 status collapsed
3004
3005 \begin_layout Plain Layout
3006 Comandos ! C ! 
3007 \backslash
3008 cases
3009 \end_layout
3010
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 \begin_inset Formula $\begin{cases}
3023 A & B>0\end{cases}$
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 </row>
3032 <row>
3033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037
3038 \backslash
3039 cases
3040 \begin_inset ERT
3041 status collapsed
3042
3043 \begin_layout Plain Layout
3044
3045
3046 \backslash
3047 spce 
3048 \end_layout
3049
3050 \end_inset
3051
3052 Ctrl-Intro
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Plain Layout
3061 \begin_inset Formula $\begin{cases}
3062 A & \textrm{para }x>0\\
3063 B & \textrm{para }x=0\end{cases}$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Standard
3080 Después de insertar 
3081 \series bold
3082
3083 \backslash
3084 cases
3085 \series default
3086  o usar el botón 
3087 \begin_inset Graphics
3088         filename ../../images/math/cases.png
3089         scale 85
3090
3091 \end_inset
3092
3093  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3094 \family sans
3095 Ctrl-Intro
3096 \family default
3097  o con el botón
3098 \family sans
3099  
3100 \family default
3101
3102 \begin_inset Graphics
3103         filename ../../images/tabular-feature_append-row.png
3104         scale 85
3105
3106 \end_inset
3107
3108  de la barra de tablas.
3109 \end_layout
3110
3111 \begin_layout Standard
3112 El comando 
3113 \series bold
3114
3115 \backslash
3116 cases
3117 \series default
3118  también está disponible en el menú 
3119 \family sans
3120 Insertar\SpecialChar \menuseparator
3121 Ecuación\SpecialChar \menuseparator
3122 Entorno casos
3123 \family default
3124 .
3125 \end_layout
3126
3127 \begin_layout Subsection
3128 Negaciones
3129 \begin_inset Index
3130 status collapsed
3131
3132 \begin_layout Plain Layout
3133 Negaciones
3134 \end_layout
3135
3136 \end_inset
3137
3138
3139 \end_layout
3140
3141 \begin_layout Standard
3142 Con el comando 
3143 \series bold
3144
3145 \backslash
3146 not
3147 \series default
3148
3149 \begin_inset Index
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153 Comandos ! N ! 
3154 \backslash
3155 not
3156 \end_layout
3157
3158 \end_inset
3159
3160  todo carácter se puede mostrar cancelado.
3161  Los caracteres son casi tachados con una barra inclinada.
3162 \end_layout
3163
3164 \begin_layout Standard
3165 \noindent
3166 \align center
3167 \begin_inset Tabular
3168 <lyxtabular version="3" rows="4" columns="2">
3169 <features>
3170 <column alignment="center" valignment="top" width="0">
3171 <column alignment="center" valignment="top" width="0">
3172 <row>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 Comando
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 Resultado
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row>
3193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \backslash
3199 not=
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 \begin_inset Formula $\not=$
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row>
3218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \backslash
3224 not 
3225 \backslash
3226 le
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 \begin_inset Formula $\not\le$
3236 \end_inset
3237
3238
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row>
3245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \backslash
3251 not 
3252 \backslash
3253 parallel
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 \begin_inset Formula $\not\parallel$
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 </lyxtabular>
3272
3273 \end_inset
3274
3275
3276 \end_layout
3277
3278 \begin_layout Standard
3279 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3280  Por tanto para algunas negaciones hay comandos especiales (véase 
3281 \begin_inset CommandInset ref
3282 LatexCommand ref
3283 reference "sub:Símbolos-matemáticos"
3284
3285 \end_inset
3286
3287  y 
3288 \begin_inset CommandInset ref
3289 LatexCommand ref
3290 reference "sec:Relaciones"
3291
3292 \end_inset
3293
3294 ).
3295 \end_layout
3296
3297 \begin_layout Subsection
3298 Espaciadores fantasma 
3299 \begin_inset CommandInset label
3300 LatexCommand label
3301 name "sub:Espaciadores-fantasma"
3302
3303 \end_inset
3304
3305
3306 \begin_inset Index
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Espaciadores fantasma
3311 \end_layout
3312
3313 \end_inset
3314
3315
3316 \begin_inset Index
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320 Química ! isótopos
3321 \end_layout
3322
3323 \end_inset
3324
3325
3326 \begin_inset Index
3327 status collapsed
3328
3329 \begin_layout Plain Layout
3330 Isótopos|see
3331 \begin_inset ERT
3332 status collapsed
3333
3334 \begin_layout Plain Layout
3335
3336 {
3337 \end_layout
3338
3339 \end_inset
3340
3341 Química
3342 \begin_inset ERT
3343 status collapsed
3344
3345 \begin_layout Plain Layout
3346
3347 }
3348 \end_layout
3349
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \end_inset
3356
3357
3358 \end_layout
3359
3360 \begin_layout Standard
3361 En la presentación de isótopos,
3362 \begin_inset Foot
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366 Más sobre símbolos químicos en 
3367 \begin_inset CommandInset ref
3368 LatexCommand ref
3369 reference "sub:Símbolos-y-ecuaciones-químicas"
3370
3371 \end_inset
3372
3373
3374 \end_layout
3375
3376 \end_inset
3377
3378  p.
3379 \begin_inset space \thinspace{}
3380 \end_inset
3381
3382 e., surge el problema siguiente:
3383 \end_layout
3384
3385 \begin_layout Standard
3386 \noindent
3387 \align center
3388 \begin_inset Tabular
3389 <lyxtabular version="3" rows="2" columns="2">
3390 <features>
3391 <column alignment="center" valignment="top" width="0">
3392 <column alignment="center" valignment="top" width="0">
3393 <row>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Índices generados con sub- y superíndices:
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="center" valignment="top" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 Índices correctos:
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3431 \end_inset
3432
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 </lyxtabular>
3440
3441 \end_inset
3442
3443
3444 \begin_inset Note Note
3445 status collapsed
3446
3447 \begin_layout Plain Layout
3448
3449 \series bold
3450
3451 \backslash
3452 raisebox
3453 \series default
3454  se usa sólo como espaciador
3455 \end_layout
3456
3457 \end_inset
3458
3459
3460 \end_layout
3461
3462 \begin_layout Standard
3463 Por defecto, el índice más corto se coloca sobre o bajo el primer carácter
3464  del índice más largo.
3465  Para evitarlo está el comando 
3466 \series bold
3467
3468 \backslash
3469 phantom
3470 \series default
3471
3472 \begin_inset Index
3473 status collapsed
3474
3475 \begin_layout Plain Layout
3476 Comandos ! P ! 
3477 \backslash
3478 phantom
3479 \end_layout
3480
3481 \end_inset
3482
3483  o el botón 
3484 \begin_inset space ~
3485 \end_inset
3486
3487
3488 \begin_inset Graphics
3489         filename ../../images/math/phantom.png
3490         scale 85
3491
3492 \end_inset
3493
3494  del submenú de espaciado de ecuaciones
3495 \begin_inset Foot
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499 Botón 
3500 \begin_inset Graphics
3501         filename ../../images/math/space.png
3502         scale 85
3503
3504 \end_inset
3505
3506  de la barra de ecuaciones
3507 \end_layout
3508
3509 \end_inset
3510
3511 , que genera uno o más caracteres fantasma.
3512  Al insertar 
3513 \series bold
3514
3515 \backslash
3516 phantom
3517 \series default
3518  aparece un pequeño marco azul con dos flechas rojas superpuestas
3519 \begin_inset Formula $\phantom{}$
3520 \end_inset
3521
3522 .
3523  Las flechas indican que se utilizarán como espaciador la anchura y altura
3524  totales del contenido del marco.
3525  Los caracteres fantasmas son espaciadores adecuados al tamaño de los caracteres.
3526 \end_layout
3527
3528 \begin_layout Standard
3529 \noindent
3530 \align center
3531 \begin_inset Tabular
3532 <lyxtabular version="3" rows="4" columns="2">
3533 <features>
3534 <column alignment="center" valignment="top" width="0">
3535 <column alignment="center" valignment="top" width="0">
3536 <row>
3537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 Comando
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Resultado
3551 \begin_inset Note Note
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557
3558 \backslash
3559 raisebox
3560 \series default
3561  se usa sólo como espaciador
3562 \end_layout
3563
3564 \end_inset
3565
3566
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 ^19
3578 \begin_inset ERT
3579 status collapsed
3580
3581 \begin_layout Plain Layout
3582
3583
3584 \backslash
3585 spce 
3586 \end_layout
3587
3588 \end_inset
3589
3590 _
3591 \backslash
3592 phantom
3593 \begin_inset ERT
3594 status collapsed
3595
3596 \begin_layout Plain Layout
3597
3598
3599 \backslash
3600 spce 
3601 \end_layout
3602
3603 \end_inset
3604
3605 1
3606 \begin_inset Formula $\rightarrow$
3607 \end_inset
3608
3609 9
3610 \begin_inset ERT
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614
3615
3616 \backslash
3617 spce 
3618 \end_layout
3619
3620 \end_inset
3621
3622 F
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3632 \end_inset
3633
3634
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 <row>
3641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 ^235
3646 \begin_inset ERT
3647 status collapsed
3648
3649 \begin_layout Plain Layout
3650
3651
3652 \backslash
3653 spce 
3654 \end_layout
3655
3656 \end_inset
3657
3658 _
3659 \backslash
3660 phantom
3661 \begin_inset ERT
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665
3666
3667 \backslash
3668 spce 
3669 \end_layout
3670
3671 \end_inset
3672
3673 23
3674 \begin_inset Formula $\rightarrow$
3675 \end_inset
3676
3677 9
3678 \begin_inset ERT
3679 status collapsed
3680
3681 \begin_layout Plain Layout
3682
3683
3684 \backslash
3685 spce 
3686 \end_layout
3687
3688 \end_inset
3689
3690 F
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3700 \end_inset
3701
3702
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \backslash
3715 Lambda^
3716 \begin_inset ERT
3717 status collapsed
3718
3719 \begin_layout Plain Layout
3720
3721
3722 \backslash
3723 spce 
3724 \end_layout
3725
3726 \end_inset
3727
3728
3729 \backslash
3730 phantom
3731 \begin_inset ERT
3732 status collapsed
3733
3734 \begin_layout Plain Layout
3735
3736
3737 \backslash
3738 spce 
3739 \end_layout
3740
3741 \end_inset
3742
3743 ii
3744 \begin_inset Formula $\rightarrow$
3745 \end_inset
3746
3747 t
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 spce 
3756 \end_layout
3757
3758 \end_inset
3759
3760 _MMt
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3770 \end_inset
3771
3772
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 </lyxtabular>
3779
3780 \end_inset
3781
3782
3783 \end_layout
3784
3785 \begin_layout Standard
3786 Además hay los comandos 
3787 \series bold
3788
3789 \backslash
3790 vphantom
3791 \series default
3792
3793 \begin_inset Index
3794 status collapsed
3795
3796 \begin_layout Plain Layout
3797 Comandos ! V ! 
3798 \backslash
3799 vphantom
3800 \end_layout
3801
3802 \end_inset
3803
3804  (botón 
3805 \begin_inset space ~
3806 \end_inset
3807
3808
3809 \begin_inset Graphics
3810         filename ../../images/math/vphantom.png
3811         scale 85
3812
3813 \end_inset
3814
3815 ) y 
3816 \series bold
3817
3818 \backslash
3819 hphantom
3820 \series default
3821
3822 \begin_inset Index
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826 Comandos ! H ! 
3827 \backslash
3828 hphantom
3829 \end_layout
3830
3831 \end_inset
3832
3833  (botón 
3834 \begin_inset space ~
3835 \end_inset
3836
3837
3838 \begin_inset Graphics
3839         filename ../../images/math/hphantom.png
3840         scale 85
3841
3842 \end_inset
3843
3844 ).
3845  
3846 \series bold
3847
3848 \backslash
3849 hphantom
3850 \series default
3851  genera espacio en el marco sólo para la altura máxima de los caracteres,
3852  no para su anchura.
3853  
3854 \series bold
3855
3856 \backslash
3857 vphantom
3858 \series default
3859  genera espacio sólo para la anchura del contenido del marco.
3860  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3861 \end_layout
3862
3863 \begin_layout Standard
3864 Por ejemplo, 
3865 \series bold
3866
3867 \backslash
3868 vphantom
3869 \series default
3870
3871 \begin_inset ERT
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875
3876
3877 \backslash
3878 spce 
3879 \end_layout
3880
3881 \end_inset
3882
3883
3884 \series bold
3885 a
3886 \backslash
3887 int
3888 \series default
3889  genera espacio de la altura del signo de la integral,
3890 \begin_inset Foot
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894 El comando 
3895 \series bold
3896
3897 \backslash
3898 int
3899 \series default
3900  genera un signo de integral, véase 
3901 \begin_inset CommandInset ref
3902 LatexCommand ref
3903 reference "sub:Operadores-grandes"
3904
3905 \end_inset
3906
3907
3908 \end_layout
3909
3910 \end_inset
3911
3912  porque este es el carácter más largo.
3913  En la 
3914 \begin_inset CommandInset ref
3915 LatexCommand ref
3916 reference "sub:Delimitadores-multilínea"
3917
3918 \end_inset
3919
3920  hay un ejemplo de aplicación.
3921 \end_layout
3922
3923 \begin_layout Subsection
3924 Barras
3925 \begin_inset Index
3926 status collapsed
3927
3928 \begin_layout Plain Layout
3929 Barras
3930 \end_layout
3931
3932 \end_inset
3933
3934
3935 \begin_inset Index
3936 status collapsed
3937
3938 \begin_layout Plain Layout
3939 Ecuación ! sub- o superrayada
3940 \end_layout
3941
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \begin_layout Standard
3948 \noindent
3949 \align center
3950 \begin_inset Tabular
3951 <lyxtabular version="3" rows="4" columns="2">
3952 <features>
3953 <column alignment="center" valignment="top" width="0">
3954 <column alignment="center" valignment="top" width="0">
3955 <row>
3956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Comando
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Resultado
3970 \begin_inset Note Note
3971 status collapsed
3972
3973 \begin_layout Plain Layout
3974
3975 \series bold
3976
3977 \backslash
3978 raisebox
3979 \series default
3980  se usa sólo como espaciador
3981 \end_layout
3982
3983 \end_inset
3984
3985
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 </row>
3991 <row>
3992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996
3997 \backslash
3998 overline
3999 \begin_inset ERT
4000 status collapsed
4001
4002 \begin_layout Plain Layout
4003
4004
4005 \backslash
4006 spce 
4007 \end_layout
4008
4009 \end_inset
4010
4011 A+B
4012 \begin_inset Index
4013 status collapsed
4014
4015 \begin_layout Plain Layout
4016 Comandos ! O ! 
4017 \backslash
4018 overline
4019 \end_layout
4020
4021 \end_inset
4022
4023
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4033 \end_inset
4034
4035
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 </row>
4041 <row>
4042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \backslash
4048 underline
4049 \begin_inset ERT
4050 status collapsed
4051
4052 \begin_layout Plain Layout
4053
4054
4055 \backslash
4056 spce 
4057 \end_layout
4058
4059 \end_inset
4060
4061 A+B
4062 \begin_inset Index
4063 status collapsed
4064
4065 \begin_layout Plain Layout
4066 Comandos ! U ! 
4067 \backslash
4068 underline
4069 \end_layout
4070
4071 \end_inset
4072
4073
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4083 \end_inset
4084
4085
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \backslash
4098 overline
4099 \begin_inset ERT
4100 status collapsed
4101
4102 \begin_layout Plain Layout
4103
4104
4105 \backslash
4106 spce 
4107 \end_layout
4108
4109 \end_inset
4110
4111
4112 \backslash
4113 underline
4114 \begin_inset ERT
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118
4119
4120 \backslash
4121 spce 
4122 \end_layout
4123
4124 \end_inset
4125
4126 A+B
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4136 \end_inset
4137
4138
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 </row>
4144 </lyxtabular>
4145
4146 \end_inset
4147
4148
4149 \end_layout
4150
4151 \begin_layout Standard
4152 En el último ejemplo es indiferente poner primero 
4153 \series bold
4154
4155 \backslash
4156 overline
4157 \series default
4158  o 
4159 \series bold
4160
4161 \backslash
4162 underline
4163 \series default
4164 .
4165 \end_layout
4166
4167 \begin_layout Standard
4168 Para poner doble subrayado, p.
4169 \begin_inset space \thinspace{}
4170 \end_inset
4171
4172 e.
4173  en resultados, se usa 
4174 \series bold
4175
4176 \backslash
4177 underline
4178 \series default
4179  dos veces.
4180 \end_layout
4181
4182 \begin_layout Standard
4183 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4184 \end_layout
4185
4186 \begin_layout Subsection
4187 Puntos
4188 \begin_inset Index
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192 Puntos
4193 \end_layout
4194
4195 \end_inset
4196
4197
4198 \end_layout
4199
4200 \begin_layout Standard
4201 Hay distintos tipos de puntos disponibles.
4202 \begin_inset Foot
4203 status collapsed
4204
4205 \begin_layout Plain Layout
4206 En la barra de herramientas de ecuaciones, en el panel del botón 
4207 \begin_inset Graphics
4208         filename ../../images/math/ldots.png
4209         scale 85
4210
4211 \end_inset
4212
4213 .
4214 \end_layout
4215
4216 \end_inset
4217
4218  Para continuación en enumeraciones se usan puntos bajos, (
4219 \series bold
4220
4221 \backslash
4222 ldots
4223 \series default
4224
4225 \begin_inset Index
4226 status collapsed
4227
4228 \begin_layout Plain Layout
4229 Comandos ! L ! 
4230 \backslash
4231 ldots
4232 \end_layout
4233
4234 \end_inset
4235
4236 ), mientras que para operaciones se usan puntos centrados a la misma altura
4237  que los operadores, (
4238 \series bold
4239
4240 \backslash
4241 cdots
4242 \series default
4243
4244 \begin_inset Index
4245 status collapsed
4246
4247 \begin_layout Plain Layout
4248 Comandos ! C ! 
4249 \backslash
4250 cdots
4251 \end_layout
4252
4253 \end_inset
4254
4255 ).
4256  Si se usa el comando 
4257 \series bold
4258
4259 \backslash
4260 dots
4261 \series default
4262
4263 \begin_inset Index
4264 status collapsed
4265
4266 \begin_layout Plain Layout
4267 Comandos ! D ! 
4268 \backslash
4269 dots
4270 \end_layout
4271
4272 \end_inset
4273
4274 , LaTeX decide el tipo a usar en función del carácter siguiente.
4275 \end_layout
4276
4277 \begin_layout Standard
4278 \align center
4279 \begin_inset Tabular
4280 <lyxtabular version="3" rows="8" columns="2">
4281 <features>
4282 <column alignment="center" valignment="top" width="0pt">
4283 <column alignment="center" valignment="top" width="0pt">
4284 <row>
4285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Comando
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Resultado
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 A_1
4310 \begin_inset ERT
4311 status collapsed
4312
4313 \begin_layout Plain Layout
4314
4315
4316 \backslash
4317 spce 
4318 \end_layout
4319
4320 \end_inset
4321
4322 ,
4323 \backslash
4324 dots
4325 \begin_inset ERT
4326 status collapsed
4327
4328 \begin_layout Plain Layout
4329
4330
4331 \backslash
4332 spce 
4333 \end_layout
4334
4335 \end_inset
4336
4337 ,A_n
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 \begin_inset Formula $A_{1},\dots,A_{n}$
4347 \end_inset
4348
4349
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 A_1
4361 \begin_inset ERT
4362 status collapsed
4363
4364 \begin_layout Plain Layout
4365
4366
4367 \backslash
4368 spce 
4369 \end_layout
4370
4371 \end_inset
4372
4373 +
4374 \backslash
4375 dots
4376 \begin_inset ERT
4377 status collapsed
4378
4379 \begin_layout Plain Layout
4380
4381
4382 \backslash
4383 spce 
4384 \end_layout
4385
4386 \end_inset
4387
4388 +A_n
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 \begin_inset Formula $A_{1}+\dots+A_{n}$
4398 \end_inset
4399
4400
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 A_1
4412 \begin_inset ERT
4413 status collapsed
4414
4415 \begin_layout Plain Layout
4416
4417
4418 \backslash
4419 spce 
4420 \end_layout
4421
4422 \end_inset
4423
4424 ,
4425 \backslash
4426 ldots
4427 \begin_inset ERT
4428 status collapsed
4429
4430 \begin_layout Plain Layout
4431
4432
4433 \backslash
4434 spce 
4435 \end_layout
4436
4437 \end_inset
4438
4439 ,A_n
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 \begin_inset Formula $A_{1},\ldots,A_{n}$
4449 \end_inset
4450
4451
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 A_1
4463 \begin_inset ERT
4464 status collapsed
4465
4466 \begin_layout Plain Layout
4467
4468
4469 \backslash
4470 spce 
4471 \end_layout
4472
4473 \end_inset
4474
4475 +
4476 \backslash
4477 cdots
4478 \begin_inset ERT
4479 status collapsed
4480
4481 \begin_layout Plain Layout
4482
4483
4484 \backslash
4485 spce 
4486 \end_layout
4487
4488 \end_inset
4489
4490 +A_n
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4500 \end_inset
4501
4502
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \backslash
4515 vdots
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 \begin_inset Formula $\vdots$
4525 \end_inset
4526
4527
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \backslash
4540 ddots
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 \begin_inset Formula $\ddots$
4550 \end_inset
4551
4552
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 Matriz
4564 \begin_inset space \thinspace{}
4565 \end_inset
4566
4567 3×3 con los distintos puntos
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 \begin_inset Formula $\begin{array}{ccc}
4577 A_{11} & \cdots & A_{1m}\\
4578 \vdots & \ddots & \vdots\\
4579 A_{n1} & \cdots & A_{nm}\end{array}$
4580 \end_inset
4581
4582
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 </lyxtabular>
4589
4590 \end_inset
4591
4592
4593 \end_layout
4594
4595 \begin_layout Standard
4596 Los puntos suspensivos disponibles en el menú 
4597 \family sans
4598 Insertar\SpecialChar \menuseparator
4599 Carácter especial
4600 \family default
4601  son 
4602 \series bold
4603
4604 \backslash
4605 ldots
4606 \series default
4607 .
4608 \begin_inset VSpace medskip
4609 \end_inset
4610
4611
4612 \end_layout
4613
4614 \begin_layout Standard
4615 Hay puntos específicos para matrices que se extienden por varias columnas.
4616  Se generan con el comando 
4617 \series bold
4618
4619 \backslash
4620 hdotsfor
4621 \series default
4622
4623 \begin_inset Index
4624 status collapsed
4625
4626 \begin_layout Plain Layout
4627 Comandos ! H ! 
4628 \backslash
4629 hdotsfor
4630 \end_layout
4631
4632 \end_inset
4633
4634 , que tiene el siguiente esquema:
4635 \end_layout
4636
4637 \begin_layout Standard
4638
4639 \series bold
4640
4641 \backslash
4642 hdotsfor[distancia]{número de columnas}
4643 \end_layout
4644
4645 \begin_layout Standard
4646 Número de columnas especifica cuántas columnas deben abarcarse.
4647  Distancia es un factor para la separación entre los puntos.
4648 \end_layout
4649
4650 \begin_layout Standard
4651 En la siguiente matriz se ha insertado el comando 
4652 \series bold
4653
4654 \backslash
4655 hdotsfor[2]{4}
4656 \series default
4657  en el primer recuadro de la segunda línea para obtener puntos separados
4658  una distancia equivalente a dos veces la del comando 
4659 \series bold
4660
4661 \backslash
4662 dots
4663 \series default
4664 .
4665 \begin_inset Formula \[
4666 \left(\begin{array}{cccc}
4667 A & B & C & D\\
4668 \hdotsfor[2]{4}\\
4669 q & w & e & r\end{array}\right)\]
4670
4671 \end_inset
4672
4673
4674 \end_layout
4675
4676 \begin_layout Standard
4677 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4678  de lo contrario se producen errores de LaTeX.
4679 \end_layout
4680
4681 \begin_layout Standard
4682 \begin_inset VSpace bigskip
4683 \end_inset
4684
4685
4686 \end_layout
4687
4688 \begin_layout Standard
4689 Además, con el comando 
4690 \series bold
4691
4692 \backslash
4693 dotfill
4694 \series default
4695
4696 \begin_inset Index
4697 status collapsed
4698
4699 \begin_layout Plain Layout
4700 Comandos ! D ! 
4701 \backslash
4702 dotfill
4703 \end_layout
4704
4705 \end_inset
4706
4707  puedes completar con puntos una línea.
4708  El efecto de este tipo de comandos es como el de 
4709 \series bold
4710
4711 \backslash
4712 hfill
4713 \series default
4714 , véase 
4715 \begin_inset CommandInset ref
4716 LatexCommand ref
4717 reference "sub:Espacio-variable"
4718
4719 \end_inset
4720
4721 .
4722 \end_layout
4723
4724 \begin_layout Standard
4725 Por ejemplo el comando 
4726 \series bold
4727 A
4728 \backslash
4729 dotfill
4730 \series default
4731
4732 \begin_inset ERT
4733 status collapsed
4734
4735 \begin_layout Plain Layout
4736
4737
4738 \backslash
4739 spce 
4740 \end_layout
4741
4742 \end_inset
4743
4744
4745 \series bold
4746 B
4747 \series default
4748  genera
4749 \end_layout
4750
4751 \begin_layout Standard
4752 \begin_inset Formula $A\dotfill B$
4753 \end_inset
4754
4755
4756 \end_layout
4757
4758 \begin_layout Standard
4759 Un comando análogo a 
4760 \series bold
4761
4762 \backslash
4763 dotfill
4764 \series default
4765  para rellenar con una línea es 
4766 \series bold
4767
4768 \backslash
4769 hrulefill
4770 \series default
4771
4772 \begin_inset Index
4773 status collapsed
4774
4775 \begin_layout Plain Layout
4776 Comandos ! H ! 
4777 \backslash
4778 hrulefill
4779 \end_layout
4780
4781 \end_inset
4782
4783 :
4784 \end_layout
4785
4786 \begin_layout Standard
4787 \begin_inset Formula $A\hrulefill B$
4788 \end_inset
4789
4790
4791 \end_layout
4792
4793 \begin_layout Standard
4794 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4795 \end_layout
4796
4797 \begin_layout Section
4798 Matrices
4799 \begin_inset CommandInset label
4800 LatexCommand label
4801 name "sec:Matrices"
4802
4803 \end_inset
4804
4805
4806 \begin_inset Index
4807 status collapsed
4808
4809 \begin_layout Plain Layout
4810 Matrices
4811 \end_layout
4812
4813 \end_inset
4814
4815
4816 \end_layout
4817
4818 \begin_layout Standard
4819 Se pueden insertar con el botón 
4820 \begin_inset Graphics
4821         filename ../../images/dialog-show_mathmatrix.png
4822         scale 85
4823
4824 \end_inset
4825
4826  de la barra de ecuaciones o con el menú 
4827 \family sans
4828 Insertar\SpecialChar \menuseparator
4829 Ecuación\SpecialChar \menuseparator
4830 Matriz
4831 \family default
4832 .
4833  Aparece una ventana en la que se pide el número de filas y columnas y la
4834  alineación.
4835  La alineación vertical sólo es relevante para matrices en línea:
4836 \end_layout
4837
4838 \begin_layout Standard
4839 Esta primera matriz tiene alineación superior 
4840 \begin_inset Formula $\begin{array}[t]{cccc}
4841 A & D & G & J\\
4842 B & E & H & K\\
4843 D & F & I & L\end{array}$
4844 \end_inset
4845
4846  , la segunda alineación central 
4847 \begin_inset Formula $\begin{array}{cccc}
4848 A & D & G & J\\
4849 B & E & H & K\\
4850 D & F & I & L\end{array}$
4851 \end_inset
4852
4853  , y la tercera alineación inferior 
4854 \begin_inset Formula $\begin{array}[b]{cccc}
4855 A & D & G & J\\
4856 B & E & H & K\\
4857 D & F & I & L\end{array}$
4858 \end_inset
4859
4860 .
4861 \end_layout
4862
4863 \begin_layout Standard
4864 La alineación horizontal especifica cómo deben alinearse las entradas de
4865  la columna.
4866  Se determina mediante una letra para cada columna.
4867  
4868 \emph on
4869 l
4870 \emph default
4871  indica alineación a la izquierda, 
4872 \emph on
4873 c
4874 \emph default
4875  alineación centrada y 
4876 \emph on
4877 r
4878 \emph default
4879  alineación a la derecha.
4880  Por ejemplo, para componer una matriz
4881 \begin_inset space ~
4882 \end_inset
4883
4884 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4885  centradas y la última a la derecha, se anota 
4886 \series bold
4887 lccr
4888 \series default
4889  en la alineación horizontal.
4890  Normalmente todas las columnas de una matriz están centradas, por tanto
4891  el valor por defecto es 
4892 \series bold
4893 c
4894 \series default
4895  para todas ellas.
4896 \end_layout
4897
4898 \begin_layout Standard
4899 Alineación horizontal:
4900 \end_layout
4901
4902 \begin_layout Standard
4903
4904 \series bold
4905 lll
4906 \series default
4907  : 
4908 \begin_inset Formula $\begin{array}{lll}
4909 10000 & D & G\\
4910 B & 10000 & H\\
4911 C & F & 10000\end{array}$
4912 \end_inset
4913
4914  , 
4915 \series bold
4916 ccc 
4917 \series default
4918
4919 \begin_inset Formula $\begin{array}{ccc}
4920 10000 & D & G\\
4921 B & 10000 & H\\
4922 C & F & 10000\end{array}$
4923 \end_inset
4924
4925  
4926 \series bold
4927 ,
4928 \series default
4929  
4930 \series bold
4931 rrr 
4932 \series default
4933
4934 \begin_inset Formula $\begin{array}{rrr}
4935 10000 & D & G\\
4936 B & 10000 & H\\
4937 C & F & 10000\end{array}$
4938 \end_inset
4939
4940
4941 \end_layout
4942
4943 \begin_layout Standard
4944 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4945  botones 
4946 \begin_inset Graphics
4947         filename ../../images/tabular-feature_append-row.png
4948         scale 85
4949
4950 \end_inset
4951
4952
4953 \begin_inset Graphics
4954         filename ../../images/tabular-feature_delete-row.png
4955         scale 85
4956
4957 \end_inset
4958
4959 , etc.
4960  de la barra de ecuaciones o el menú 
4961 \family sans
4962 Editar\SpecialChar \menuseparator
4963 Filas y columnas
4964 \family default
4965 .
4966  También se pueden añadir filas nuevas con 
4967 \family sans
4968 Ctrl-Intro
4969 \family default
4970 .
4971 \end_layout
4972
4973 \begin_layout Standard
4974 \begin_inset VSpace bigskip
4975 \end_inset
4976
4977
4978 \end_layout
4979
4980 \begin_layout Standard
4981 Se pueden poner paréntesis alrededor de una matriz con los comandos 
4982 \series bold
4983
4984 \backslash
4985 left
4986 \series default
4987
4988 \begin_inset Index
4989 status collapsed
4990
4991 \begin_layout Plain Layout
4992 Comandos ! L ! 
4993 \backslash
4994 left
4995 \end_layout
4996
4997 \end_inset
4998
4999  y 
5000 \series bold
5001
5002 \backslash
5003 right
5004 \series default
5005
5006 \begin_inset Index
5007 status collapsed
5008
5009 \begin_layout Plain Layout
5010 Comandos ! R ! 
5011 \backslash
5012 right
5013 \end_layout
5014
5015 \end_inset
5016
5017  (atajo 
5018 \family sans
5019 Alt-m
5020 \begin_inset space ~
5021 \end_inset
5022
5023 paréntesis
5024 \family default
5025 ), véase 
5026 \begin_inset CommandInset ref
5027 LatexCommand ref
5028 reference "sub:Tamaño-automático-de"
5029
5030 \end_inset
5031
5032 , o usando los comandos siguientes:
5033 \end_layout
5034
5035 \begin_layout Standard
5036 \begin_inset VSpace medskip
5037 \end_inset
5038
5039
5040 \end_layout
5041
5042 \begin_layout Standard
5043 \begin_inset space \hfill{}
5044 \end_inset
5045
5046
5047 \begin_inset Tabular
5048 <lyxtabular version="3" rows="4" columns="2">
5049 <features>
5050 <column alignment="center" valignment="top" width="0">
5051 <column alignment="center" valignment="top" width="0">
5052 <row>
5053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Comando
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Resultado
5067 \begin_inset Note Note
5068 status collapsed
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073
5074 \backslash
5075 raisebox
5076 \series default
5077  se usa sólo como espaciador
5078 \end_layout
5079
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \backslash
5095 bmatrix
5096 \begin_inset ERT
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100
5101
5102 \backslash
5103 spce 
5104 \end_layout
5105
5106 \end_inset
5107
5108 2
5109 \series bold
5110 ×
5111 \series default
5112 2
5113 \begin_inset space \thinspace{}
5114 \end_inset
5115
5116 matriz
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5126 0 & \textrm{-}\mathrm{i}\\
5127 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 </row>
5136 <row>
5137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141
5142 \backslash
5143 Bmatrix
5144 \begin_inset ERT
5145 status collapsed
5146
5147 \begin_layout Plain Layout
5148
5149
5150 \backslash
5151 spce 
5152 \end_layout
5153
5154 \end_inset
5155
5156 2×2
5157 \begin_inset space \thinspace{}
5158 \end_inset
5159
5160 matriz
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5170 0 & \textrm{-}\mathrm{i}\\
5171 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5172 \end_inset
5173
5174
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row>
5181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \backslash
5187 pmatrix
5188 \begin_inset ERT
5189 status collapsed
5190
5191 \begin_layout Plain Layout
5192
5193
5194 \backslash
5195 spce 
5196 \end_layout
5197
5198 \end_inset
5199
5200 2
5201 \series bold
5202 ×
5203 \series default
5204 2
5205 \begin_inset space \thinspace{}
5206 \end_inset
5207
5208 matriz
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5218 0 & \textrm{-}\mathrm{i}\\
5219 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 </lyxtabular>
5229
5230 \end_inset
5231
5232
5233 \begin_inset space \hfill{}
5234 \end_inset
5235
5236
5237 \begin_inset Tabular
5238 <lyxtabular version="3" rows="4" columns="2">
5239 <features>
5240 <column alignment="center" valignment="top" width="0">
5241 <column alignment="center" valignment="top" width="0">
5242 <row>
5243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247 Comando
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 Resultado
5257 \begin_inset Note Note
5258 status collapsed
5259
5260 \begin_layout Plain Layout
5261
5262 \series bold
5263
5264 \backslash
5265 raisebox
5266 \series default
5267  se usa sólo como espaciador
5268 \end_layout
5269
5270 \end_inset
5271
5272
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \backslash
5285 vmatrix
5286 \begin_inset ERT
5287 status collapsed
5288
5289 \begin_layout Plain Layout
5290
5291
5292 \backslash
5293 spce 
5294 \end_layout
5295
5296 \end_inset
5297
5298 2
5299 \series bold
5300 ×
5301 \series default
5302 2
5303 \begin_inset space \thinspace{}
5304 \end_inset
5305
5306 matriz
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5316 0 & \textrm{-}\mathrm{i}\\
5317 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5318 \end_inset
5319
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 <row>
5327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \backslash
5333 Vmatrix
5334 \begin_inset ERT
5335 status collapsed
5336
5337 \begin_layout Plain Layout
5338
5339
5340 \backslash
5341 spce 
5342 \end_layout
5343
5344 \end_inset
5345
5346 2
5347 \series bold
5348 ×
5349 \series default
5350 2
5351 \begin_inset space \thinspace{}
5352 \end_inset
5353
5354 matriz
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5364 0 & \textrm{-}\mathrm{i}\\
5365 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row>
5375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379
5380 \backslash
5381 matrix
5382 \begin_inset ERT
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386
5387
5388 \backslash
5389 spce 
5390 \end_layout
5391
5392 \end_inset
5393
5394 2
5395 \series bold
5396 ×
5397 \series default
5398 2
5399 \begin_inset space \thinspace{}
5400 \end_inset
5401
5402 matriz
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5412 0 & \textrm{-}\mathrm{i}\\
5413 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 </lyxtabular>
5423
5424 \end_inset
5425
5426
5427 \begin_inset space \hfill{}
5428 \end_inset
5429
5430
5431 \end_layout
5432
5433 \begin_layout Standard
5434 \begin_inset VSpace medskip
5435 \end_inset
5436
5437
5438 \end_layout
5439
5440 \begin_layout Standard
5441 Cuando se inserta p.
5442 \begin_inset space \thinspace{}
5443 \end_inset
5444
5445 e.
5446 \begin_inset space ~
5447 \end_inset
5448
5449
5450 \series bold
5451
5452 \backslash
5453 vmatrix
5454 \series default
5455 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5456  la matriz.
5457 \end_layout
5458
5459 \begin_layout Standard
5460 \begin_inset VSpace bigskip
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \begin_layout Standard
5467 Como todas las ecuaciones multilínea son matrices, la longitud 
5468 \series bold
5469
5470 \backslash
5471 arraycolsep
5472 \series default
5473
5474 \begin_inset Index
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 Comandos ! A ! 
5479 \backslash
5480 arraycolsep
5481 \end_layout
5482
5483 \end_inset
5484
5485 , que se describe en 
5486 \begin_inset CommandInset ref
5487 LatexCommand ref
5488 reference "sub:Separación-de-columnas"
5489
5490 \end_inset
5491
5492 , también se puede usar para cambiar la separación de las columnas en una
5493  matriz.
5494  Para cambiar la separación de las filas, se usa el comando 
5495 \series bold
5496
5497 \backslash
5498 arraystretch
5499 \series default
5500
5501 \begin_inset Index
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505 Comandos ! A ! 
5506 \backslash
5507 arraystretch
5508 \end_layout
5509
5510 \end_inset
5511
5512  de la siguiente manera:
5513 \end_layout
5514
5515 \begin_layout Standard
5516
5517 \series bold
5518
5519 \backslash
5520 renewcommand{
5521 \backslash
5522 arraystretch}{factor de separación}
5523 \begin_inset Index
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527 Comandos ! R ! 
5528 \backslash
5529 renewcommand
5530 \end_layout
5531
5532 \end_inset
5533
5534
5535 \end_layout
5536
5537 \begin_layout Standard
5538 El comando 
5539 \series bold
5540
5541 \backslash
5542 renewcommand
5543 \series default
5544  asigna el factor de separación al comando predefinido 
5545 \series bold
5546
5547 \backslash
5548 arraystretch
5549 \series default
5550 .
5551  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5552  Además, éste se usa para todas las matrices siguientes.
5553  Para volver a la separación original, asigna factor 1 a 
5554 \series bold
5555
5556 \backslash
5557 arraystretch
5558 \series default
5559 .
5560 \end_layout
5561
5562 \begin_layout Standard
5563 Para poner matrices en línea se usa el comando 
5564 \series bold
5565
5566 \backslash
5567 smallmatrix
5568 \series default
5569
5570 \begin_inset Index
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574 Comandos ! S ! 
5575 \backslash
5576 smallmatrix
5577 \end_layout
5578
5579 \end_inset
5580
5581 .
5582  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5583  se inserta la matriz.
5584  
5585 \end_layout
5586
5587 \begin_layout Standard
5588 Esto es una matriz 
5589 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5590 C & D\end{smallmatrix}\right)$
5591 \end_inset
5592
5593  en línea.
5594 \end_layout
5595
5596 \begin_layout Section
5597 Delimitadores
5598 \begin_inset Index
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602 Delimitadores
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \begin_layout Subsection
5611 Delimitadores verticales
5612 \begin_inset Index
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616 Delimitadores ! verticales
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Standard
5625 \begin_inset space \hfill{}
5626 \end_inset
5627
5628
5629 \begin_inset Tabular
5630 <lyxtabular version="3" rows="9" columns="2">
5631 <features>
5632 <column alignment="center" valignment="top" width="0pt">
5633 <column alignment="center" valignment="top" width="0pt">
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 Comando
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 Resultado
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 </row>
5654 <row>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 (
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 \begin_inset Formula $($
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 {
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 \begin_inset Formula $\{$
5692 \end_inset
5693
5694
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 [
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 \begin_inset Formula $[$
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \backslash
5730 langle
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 \begin_inset Formula $\langle$
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753
5754 \backslash
5755 lceil
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $\lceil$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778
5779 \backslash
5780 lfloor
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 \begin_inset Formula $\lfloor$
5790 \end_inset
5791
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 /
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $/$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 |
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $|$
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 </lyxtabular>
5845
5846 \end_inset
5847
5848
5849 \begin_inset space \hfill{}
5850 \end_inset
5851
5852
5853 \begin_inset Tabular
5854 <lyxtabular version="3" rows="9" columns="2">
5855 <features>
5856 <column alignment="center" valignment="top" width="0pt">
5857 <column alignment="center" valignment="top" width="0pt">
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 Comando
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 Resultado
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 )
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 \begin_inset Formula $)$
5893 \end_inset
5894
5895
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 <row>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 }
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 \begin_inset Formula $\}$
5916 \end_inset
5917
5918
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 </row>
5924 <row>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 ]
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 \begin_inset Formula $]$
5939 \end_inset
5940
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \backslash
5954 rangle
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $\rangle$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977
5978 \backslash
5979 rceil
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 \begin_inset Formula $\rceil$
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002
6003 \backslash
6004 rfloor
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 \begin_inset Formula $\rfloor$
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027
6028 \backslash
6029
6030 \backslash
6031
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 \begin_inset Formula $\backslash$
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 </row>
6049 <row>
6050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \backslash
6056 |
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 \begin_inset Formula $\|$
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 </row>
6074 </lyxtabular>
6075
6076 \end_inset
6077
6078
6079 \begin_inset space \hfill{}
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \begin_layout Standard
6086 \begin_inset Note Greyedout
6087 status collapsed
6088
6089 \begin_layout Plain Layout
6090
6091 \series bold
6092 Nota
6093 \series default
6094 : En modo TeX hay que usar el comando 
6095 \series bold
6096
6097 \backslash
6098 textbackslash
6099 \series default
6100
6101 \begin_inset Index
6102 status collapsed
6103
6104 \begin_layout Plain Layout
6105 Comandos ! T ! 
6106 \backslash
6107 textbackslash
6108 \end_layout
6109
6110 \end_inset
6111
6112  para la barra invertida, porque si no el comando 
6113 \series bold
6114
6115 \backslash
6116
6117 \backslash
6118
6119 \series default
6120  genera un salto de línea.
6121 \end_layout
6122
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \begin_layout Standard
6129 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6130  descritos en las dos subsecciones siguientes.
6131  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6132  < y > en vez de los comandos 
6133 \series bold
6134
6135 \backslash
6136 langle
6137 \series default
6138  y 
6139 \series bold
6140
6141 \backslash
6142 rangle
6143 \series default
6144 .
6145  
6146 \end_layout
6147
6148 \begin_layout Subsubsection
6149 Tamaño manual de los delimitadores
6150 \begin_inset CommandInset label
6151 LatexCommand label
6152 name "sub:Tamaño-manual-de"
6153
6154 \end_inset
6155
6156
6157 \begin_inset Index
6158 status collapsed
6159
6160 \begin_layout Plain Layout
6161 Delimitadores ! tamaño manual
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \begin_layout Standard
6170 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6171  LaTeX 
6172 \series bold
6173
6174 \backslash
6175 big
6176 \series default
6177
6178 \begin_inset Index
6179 status collapsed
6180
6181 \begin_layout Plain Layout
6182 Comandos ! B ! 
6183 \backslash
6184 big
6185 \end_layout
6186
6187 \end_inset
6188
6189
6190 \series bold
6191
6192 \backslash
6193 Big
6194 \series default
6195
6196 \series bold
6197
6198 \backslash
6199 bigg
6200 \series default
6201 , y 
6202 \series bold
6203
6204 \backslash
6205 Bigg
6206 \series default
6207 .
6208  
6209 \series bold
6210
6211 \backslash
6212 big
6213 \series default
6214  indica el tamaño menor y 
6215 \series bold
6216
6217 \backslash
6218 Bigg
6219 \series default
6220  el mayor.
6221 \end_layout
6222
6223 \begin_layout Standard
6224 Estos comandos se usan para resaltar niveles de delimitación:
6225 \end_layout
6226
6227 \begin_layout Standard
6228 \noindent
6229 \align center
6230 \begin_inset Tabular
6231 <lyxtabular version="3" rows="2" columns="2">
6232 <features>
6233 <column alignment="center" valignment="top" width="0">
6234 <column alignment="center" valignment="top" width="0">
6235 <row>
6236 <cell alignment="center" valignment="top" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 todos los delimitadores de igual tamaño:
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6250 \end_inset
6251
6252
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 </row>
6258 <row>
6259 <cell alignment="center" valignment="top" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 así tiene mejor aspecto:
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 </lyxtabular>
6282
6283 \end_inset
6284
6285
6286 \begin_inset Note Note
6287 status collapsed
6288
6289 \begin_layout Plain Layout
6290
6291 \series bold
6292
6293 \backslash
6294 raisebox
6295 \series default
6296  se usa sólo como espaciador
6297 \end_layout
6298
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \begin_layout Standard
6305 Para la segunda expresión se ha empleado el comando 
6306 \series bold
6307
6308 \backslash
6309 Big((A+B)(A-B)
6310 \backslash
6311 Big)^
6312 \series default
6313
6314 \begin_inset ERT
6315 status collapsed
6316
6317 \begin_layout Plain Layout
6318
6319
6320 \backslash
6321 spce 
6322 \end_layout
6323
6324 \end_inset
6325
6326
6327 \series bold
6328 C
6329 \series default
6330 .
6331 \end_layout
6332
6333 \begin_layout Standard
6334 He aquí una visión conjunta de todos los tamaños y delimitadores:
6335 \end_layout
6336
6337 \begin_layout Standard
6338 \noindent
6339 \align center
6340
6341 \backslash
6342 Bigg(
6343 \backslash
6344 exp
6345 \backslash
6346 bigg<
6347 \backslash
6348 Big[
6349 \backslash
6350 big{
6351 \backslash
6352 ln(3x)
6353 \backslash
6354 big}^2
6355 \begin_inset ERT
6356 status collapsed
6357
6358 \begin_layout Plain Layout
6359
6360
6361 \backslash
6362 spce 
6363 \end_layout
6364
6365 \end_inset
6366
6367
6368 \backslash
6369 sen(x)
6370 \backslash
6371 Big]^
6372 \begin_inset ERT
6373 status collapsed
6374
6375 \begin_layout Plain Layout
6376
6377
6378 \backslash
6379 spce 
6380 \end_layout
6381
6382 \end_inset
6383
6384 A
6385 \begin_inset ERT
6386 status collapsed
6387
6388 \begin_layout Plain Layout
6389
6390
6391 \backslash
6392 spce 
6393 \end_layout
6394
6395 \end_inset
6396
6397
6398 \backslash
6399 bigg>
6400 \backslash
6401 Bigg)^0,5
6402 \begin_inset Formula \[
6403 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6404
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \begin_layout Standard
6411 Además de los comandos 
6412 \series bold
6413
6414 \backslash
6415 big
6416 \series default
6417  hay la variante 
6418 \series bold
6419
6420 \backslash
6421 bigm
6422 \series default
6423
6424 \begin_inset Index
6425 status collapsed
6426
6427 \begin_layout Plain Layout
6428 Comandos ! B ! 
6429 \backslash
6430 bigm
6431 \end_layout
6432
6433 \end_inset
6434
6435 , que añade un poco más de espacio entre el delimitador y su contenido,
6436  y la variante 
6437 \series bold
6438
6439 \backslash
6440 bigl
6441 \series default
6442 -
6443 \series bold
6444
6445 \backslash
6446 bigr
6447 \series default
6448
6449 \begin_inset Index
6450 status collapsed
6451
6452 \begin_layout Plain Layout
6453 Comandos ! B ! 
6454 \backslash
6455 bigl - 
6456 \backslash
6457 bigr
6458 \end_layout
6459
6460 \end_inset
6461
6462 , que no añade espacio adicional.
6463  La 
6464 \emph on
6465 l
6466 \emph default
6467  al final del comando 
6468 \series bold
6469
6470 \backslash
6471 bigl 
6472 \series default
6473 es para el delimitador izquierdo, la 
6474 \emph on
6475 r
6476 \emph default
6477  es para el delimitador derecho.
6478  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6479  apertura o de cierre.
6480 \end_layout
6481
6482 \begin_layout Standard
6483 En el siguiente cuadro hay una comparación de las variantes:
6484 \end_layout
6485
6486 \begin_layout Standard
6487 \noindent
6488 \align center
6489 \begin_inset Tabular
6490 <lyxtabular version="3" rows="5" columns="2">
6491 <features>
6492 <column alignment="center" valignment="top" width="0">
6493 <column alignment="center" valignment="top" width="0">
6494 <row>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 Comando
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 Resultado
6509 \begin_inset Note Note
6510 status collapsed
6511
6512 \begin_layout Plain Layout
6513
6514 \series bold
6515
6516 \backslash
6517 raisebox
6518 \series default
6519  se usa sólo como espaciador
6520 \end_layout
6521
6522 \end_inset
6523
6524
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 </row>
6530 <row>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535
6536 \backslash
6537 Bigm(
6538 \backslash
6539 bigm(
6540 \backslash
6541 ln(3x)
6542 \backslash
6543 bigm)^2
6544 \series bold
6545
6546 \begin_inset ERT
6547 status collapsed
6548
6549 \begin_layout Plain Layout
6550
6551
6552 \backslash
6553 spce 
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \series default
6560
6561 \backslash
6562 Bigm)
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 <row>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585
6586 \backslash
6587 Big(
6588 \backslash
6589 big(
6590 \backslash
6591 ln(3x)
6592 \backslash
6593 big)^2
6594 \series bold
6595
6596 \begin_inset ERT
6597 status collapsed
6598
6599 \begin_layout Plain Layout
6600
6601
6602 \backslash
6603 spce 
6604 \end_layout
6605
6606 \end_inset
6607
6608
6609 \series default
6610
6611 \backslash
6612 Big)
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6622 \end_inset
6623
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 </row>
6630 <row>
6631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635
6636 \backslash
6637 Bigl(
6638 \backslash
6639 bigl(
6640 \backslash
6641 ln(3x)
6642 \backslash
6643 bigr)^2
6644 \series bold
6645
6646 \begin_inset ERT
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650
6651
6652 \backslash
6653 spce 
6654 \end_layout
6655
6656 \end_inset
6657
6658
6659 \series default
6660
6661 \backslash
6662 Bigr)
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 <row>
6681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \backslash
6687 bigl)
6688 \backslash
6689 ln(3x)
6690 \backslash
6691 bigr(
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6701 \end_inset
6702
6703
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 </lyxtabular>
6710
6711 \end_inset
6712
6713
6714 \end_layout
6715
6716 \begin_layout Subsubsection
6717 Tamaño automático de los delimitadores
6718 \begin_inset CommandInset label
6719 LatexCommand label
6720 name "sub:Tamaño-automático-de"
6721
6722 \end_inset
6723
6724
6725 \begin_inset Index
6726 status collapsed
6727
6728 \begin_layout Plain Layout
6729 Delimitadores ! tamaño automático
6730 \end_layout
6731
6732 \end_inset
6733
6734
6735 \end_layout
6736
6737 \begin_layout Standard
6738 Se pueden insertar delimitadores de tamaño variable con los comandos 
6739 \series bold
6740
6741 \backslash
6742 left
6743 \series default
6744
6745 \begin_inset Index
6746 status collapsed
6747
6748 \begin_layout Plain Layout
6749 Comandos ! L ! 
6750 \backslash
6751 left
6752 \end_layout
6753
6754 \end_inset
6755
6756  y 
6757 \series bold
6758
6759 \backslash
6760 right
6761 \series default
6762
6763 \begin_inset Index
6764 status collapsed
6765
6766 \begin_layout Plain Layout
6767 Comandos ! R ! 
6768 \backslash
6769 right
6770 \end_layout
6771
6772 \end_inset
6773
6774  o con el botón de la barra de ecuaciones 
6775 \begin_inset Graphics
6776         filename ../../images/dialog-show_mathdelimiter.png
6777         scale 85
6778
6779 \end_inset
6780
6781 .
6782  El delimitador deseado se debe insertar directamente detrás de 
6783 \series bold
6784
6785 \backslash
6786 left
6787 \series default
6788  y 
6789 \series bold
6790
6791 \backslash
6792 right
6793 \series default
6794 .
6795  El tamaño se calculará automáticamente después para la salida.
6796  
6797 \end_layout
6798
6799 \begin_layout Standard
6800 \noindent
6801 \align center
6802 delimitador normal: El comando 
6803 \series bold
6804
6805 \backslash
6806 ln(
6807 \backslash
6808 frac
6809 \series default
6810
6811 \begin_inset ERT
6812 status collapsed
6813
6814 \begin_layout Plain Layout
6815
6816
6817 \backslash
6818 spce 
6819 \end_layout
6820
6821 \end_inset
6822
6823
6824 \series bold
6825 A
6826 \begin_inset Formula $\downarrow$
6827 \end_inset
6828
6829 C
6830 \series default
6831
6832 \begin_inset ERT
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836
6837
6838 \backslash
6839 spce
6840 \end_layout
6841
6842 \end_inset
6843
6844
6845 \series bold
6846 )
6847 \series default
6848  genera
6849 \begin_inset Formula \[
6850 \ln(\frac{A}{C})\]
6851
6852 \end_inset
6853
6854
6855 \end_layout
6856
6857 \begin_layout Standard
6858 \noindent
6859 \align center
6860 delimitador multilínea: El comando 
6861 \series bold
6862
6863 \backslash
6864 ln
6865 \backslash
6866 left(
6867 \backslash
6868 frac
6869 \series default
6870
6871 \begin_inset ERT
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875
6876
6877 \backslash
6878 spce 
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \series bold
6885 A
6886 \begin_inset Formula $\downarrow$
6887 \end_inset
6888
6889 C
6890 \series default
6891
6892 \begin_inset ERT
6893 status collapsed
6894
6895 \begin_layout Plain Layout
6896
6897
6898 \backslash
6899 spce 
6900 \end_layout
6901
6902 \end_inset
6903
6904
6905 \series bold
6906
6907 \backslash
6908 right)
6909 \series default
6910  genera
6911 \begin_inset Formula \[
6912 \ln\left(\frac{A}{C}\right)\]
6913
6914 \end_inset
6915
6916
6917 \end_layout
6918
6919 \begin_layout Standard
6920 En lugar de 
6921 \series bold
6922
6923 \backslash
6924 left
6925 \series default
6926  y 
6927 \series bold
6928
6929 \backslash
6930 right
6931 \series default
6932  se puede usar el atajo 
6933 \family sans
6934 Alt-m
6935 \begin_inset space ~
6936 \end_inset
6937
6938 delimitador
6939 \family default
6940 .
6941  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6942  real del delimitador y además se genera el correspondiente delimitador
6943  de cierre.
6944 \begin_inset Newline newline
6945 \end_inset
6946
6947 El comando para el último ejemplo sería 
6948 \series bold
6949
6950 \backslash
6951 ln Alt-m
6952 \series default
6953  
6954 \series bold
6955 (
6956 \backslash
6957 frac
6958 \begin_inset ERT
6959 status collapsed
6960
6961 \begin_layout Plain Layout
6962
6963
6964 \backslash
6965 spce 
6966 \end_layout
6967
6968 \end_inset
6969
6970 A
6971 \begin_inset Formula $\downarrow$
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \begin_layout Standard
6978 Para omitir uno de los dos delimitadores se inserta un punto.
6979  Por ejemplo, el comando 
6980 \series bold
6981
6982 \backslash
6983 left.
6984 \backslash
6985 frac
6986 \series default
6987
6988 \begin_inset ERT
6989 status collapsed
6990
6991 \begin_layout Plain Layout
6992
6993
6994 \backslash
6995 spce 
6996 \end_layout
6997
6998 \end_inset
6999
7000
7001 \series bold
7002 A
7003 \begin_inset Formula $\downarrow$
7004 \end_inset
7005
7006 B
7007 \series default
7008
7009 \begin_inset ERT
7010 status collapsed
7011
7012 \begin_layout Plain Layout
7013
7014
7015 \backslash
7016 spce 
7017 \end_layout
7018
7019 \end_inset
7020
7021
7022 \series bold
7023
7024 \backslash
7025 right}
7026 \series default
7027  da lugar a:
7028 \begin_inset Formula \[
7029 \left.\frac{A}{B}\right\} \]
7030
7031 \end_inset
7032
7033
7034 \end_layout
7035
7036 \begin_layout Standard
7037 LyX convertirá los comandos 
7038 \series bold
7039
7040 \backslash
7041 left
7042 \series default
7043  y 
7044 \series bold
7045
7046 \backslash
7047 right
7048 \series default
7049  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7050  omitido aparecerá como línea de trazos.
7051  
7052 \begin_inset VSpace bigskip
7053 \end_inset
7054
7055
7056 \end_layout
7057
7058 \begin_layout Standard
7059 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7060  de LaTeX, el comando 
7061 \series bold
7062
7063 \backslash
7064 middle
7065 \series default
7066
7067 \begin_inset Index
7068 status collapsed
7069
7070 \begin_layout Plain Layout
7071 Comandos ! M ! 
7072 \backslash
7073 middle
7074 \end_layout
7075
7076 \end_inset
7077
7078  está también disponible para todos los delimitadores y límites.
7079  Con este comando la altura del siguiente carácter se adapta a la de los
7080  delimitadores circundantes, lo que es necesario, p.
7081 \begin_inset space \thinspace{}
7082 \end_inset
7083
7084 e., para vectores físicos: 
7085 \begin_inset Formula \[
7086 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7087
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \begin_layout Standard
7094 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7095 \begin_inset CommandInset ref
7096 LatexCommand ref
7097 reference "sub:Vectores-físicos"
7098
7099 \end_inset
7100
7101 .
7102 \end_layout
7103
7104 \begin_layout Subsection
7105 Delimitadores horizontales
7106 \begin_inset Index
7107 status collapsed
7108
7109 \begin_layout Plain Layout
7110 Delimitadores ! horizontales
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \begin_layout Standard
7119 \noindent
7120 \align center
7121 \begin_inset Tabular
7122 <lyxtabular version="3" rows="4" columns="2">
7123 <features>
7124 <column alignment="center" valignment="top" width="0">
7125 <column alignment="center" valignment="top" width="0">
7126 <row>
7127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 Comando
7132 \begin_inset Note Note
7133 status collapsed
7134
7135 \begin_layout Plain Layout
7136
7137 \series bold
7138
7139 \backslash
7140 raisebox
7141 \series default
7142  se usa sólo como espaciador
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 Resultado
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 <row>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 raisebox{2.3mm}{
7175 \end_layout
7176
7177 \end_inset
7178
7179
7180 \backslash
7181 overbrace
7182 \begin_inset ERT
7183 status collapsed
7184
7185 \begin_layout Plain Layout
7186
7187
7188 \backslash
7189 spce 
7190 \end_layout
7191
7192 \end_inset
7193
7194 A+B
7195 \begin_inset ERT
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199
7200
7201 \backslash
7202 spce 
7203 \end_layout
7204
7205 \end_inset
7206
7207 ^
7208 \begin_inset ERT
7209 status collapsed
7210
7211 \begin_layout Plain Layout
7212
7213
7214 \backslash
7215 spce 
7216 \end_layout
7217
7218 \end_inset
7219
7220 3
7221 \begin_inset ERT
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225
7226 }
7227 \end_layout
7228
7229 \end_inset
7230
7231
7232 \begin_inset Index
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236 Comandos ! O ! 
7237 \backslash
7238 overbrace
7239 \end_layout
7240
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 \begin_inset Formula $\overbrace{A+B}^{3}$
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 </row>
7261 <row>
7262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 \begin_inset ERT
7267 status collapsed
7268
7269 \begin_layout Plain Layout
7270
7271
7272 \backslash
7273 raisebox{-2.2mm}{
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \backslash
7280 underbrace
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 spce 
7289 \end_layout
7290
7291 \end_inset
7292
7293 A+B
7294 \begin_inset ERT
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298
7299
7300 \backslash
7301 spce 
7302 \end_layout
7303
7304 \end_inset
7305
7306 _5
7307 \begin_inset ERT
7308 status collapsed
7309
7310 \begin_layout Plain Layout
7311
7312 }
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \begin_inset Index
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322 Comandos ! U ! 
7323 \backslash
7324 underbrace
7325 \end_layout
7326
7327 \end_inset
7328
7329
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 \begin_inset Formula $\underbrace{A+B}_{5}$
7339 \end_inset
7340
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 </row>
7347 <row>
7348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352
7353 \backslash
7354 overbrace
7355 \begin_inset ERT
7356 status collapsed
7357
7358 \begin_layout Plain Layout
7359
7360
7361 \backslash
7362 spce 
7363 \end_layout
7364
7365 \end_inset
7366
7367
7368 \backslash
7369 underbrace
7370 \begin_inset ERT
7371 status collapsed
7372
7373 \begin_layout Plain Layout
7374
7375
7376 \backslash
7377 spce 
7378 \end_layout
7379
7380 \end_inset
7381
7382 A+B_w
7383 \begin_inset ERT
7384 status collapsed
7385
7386 \begin_layout Plain Layout
7387
7388
7389 \backslash
7390 spce 
7391 \end_layout
7392
7393 \end_inset
7394
7395
7396 \begin_inset ERT
7397 status collapsed
7398
7399 \begin_layout Plain Layout
7400
7401
7402 \backslash
7403 spce 
7404 \end_layout
7405
7406 \end_inset
7407
7408 _7
7409 \begin_inset ERT
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413
7414
7415 \backslash
7416 spce 
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \begin_inset ERT
7423 status collapsed
7424
7425 \begin_layout Plain Layout
7426
7427
7428 \backslash
7429 spce 
7430 \end_layout
7431
7432 \end_inset
7433
7434 ^
7435 \begin_inset ERT
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439
7440
7441 \backslash
7442 spce 
7443 \end_layout
7444
7445 \end_inset
7446
7447 C
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7457 \end_inset
7458
7459
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 </row>
7465 </lyxtabular>
7466
7467 \end_inset
7468
7469
7470 \end_layout
7471
7472 \begin_layout Standard
7473 En el último ejemplo no importa en qué orden se introducen los comandos
7474  
7475 \series bold
7476
7477 \backslash
7478 overbrace
7479 \series default
7480  y 
7481 \series bold
7482
7483 \backslash
7484 underbrace
7485 \series default
7486 .
7487 \begin_inset VSpace bigskip
7488 \end_inset
7489
7490
7491 \end_layout
7492
7493 \begin_layout Standard
7494 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7495  multilínea, como se describe en
7496 \begin_inset space ~
7497 \end_inset
7498
7499
7500 \begin_inset CommandInset ref
7501 LatexCommand ref
7502 reference "sec:Ecuaciones-multilínea"
7503
7504 \end_inset
7505
7506 :
7507 \begin_inset Formula \begin{eqnarray*}
7508 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7509  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7510
7511 \end_inset
7512
7513 En la primera fila se insertan la ecuación y la primera llave.
7514  Aquí es importante insertar el comando de espacio
7515 \begin_inset Foot
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519 Los comandos para espacios se explican en 
7520 \begin_inset CommandInset ref
7521 LatexCommand ref
7522 reference "sub:Espacio-predefinido"
7523
7524 \end_inset
7525
7526
7527 \end_layout
7528
7529 \end_inset
7530
7531  
7532 \series bold
7533
7534 \backslash
7535 :
7536 \series default
7537  antes de la primera
7538 \series bold
7539  
7540 \series default
7541
7542 \begin_inset Formula $d$
7543 \end_inset
7544
7545 , porque la llave que termina detrás de 
7546 \begin_inset Formula $q$
7547 \end_inset
7548
7549  impide que el siguiente 
7550 \begin_inset Quotes fld
7551 \end_inset
7552
7553 +
7554 \begin_inset Quotes frd
7555 \end_inset
7556
7557  esté rodeado de espacio.
7558 \begin_inset Foot
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562 Debido a que la llave no es considerada como carácter, véase 
7563 \begin_inset CommandInset ref
7564 LatexCommand ref
7565 reference "sub:Operadores-binarios"
7566
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \end_inset
7573
7574  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7575  de 
7576 \begin_inset Formula $b$
7577 \end_inset
7578
7579  se inserta antes el comando 
7580 \series bold
7581
7582 \backslash
7583 hphantom{gggg+
7584 \backslash
7585 :}
7586 \series default
7587 .
7588 \begin_inset Foot
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592 Más sobre 
7593 \series bold
7594
7595 \backslash
7596 hphantom
7597 \series default
7598  en 
7599 \begin_inset CommandInset ref
7600 LatexCommand ref
7601 reference "sub:Espaciadores-fantasma"
7602
7603 \end_inset
7604
7605
7606 \end_layout
7607
7608 \end_inset
7609
7610  Ese espacio es necesario porque el signo 
7611 \begin_inset Quotes fld
7612 \end_inset
7613
7614 +
7615 \begin_inset Quotes frd
7616 \end_inset
7617
7618  va seguido de un espacio en la ecuación.
7619  La llave se coloca bajo el comando 
7620 \series bold
7621
7622 \backslash
7623 hphantom{bbqq+dddd}
7624 \series default
7625 .
7626  
7627 \end_layout
7628
7629 \begin_layout Standard
7630 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7631  ejemplo:
7632 \begin_inset ERT
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636
7637
7638 \backslash
7639 setlength{
7640 \backslash
7641 jot}{-6pt}
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \begin_inset Formula \begin{eqnarray*}
7648  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7649 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7650
7651 \end_inset
7652
7653
7654 \begin_inset ERT
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658
7659
7660 \backslash
7661 setlength{
7662 \backslash
7663 jot}{3pt}
7664 \end_layout
7665
7666 \end_inset
7667
7668 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7669  anterior, con la diferencia de que la llave está encima.
7670  La segunda fila contiene la ecuación junto con la segunda llave.
7671  Para evitar que haya demasiado espacio entre la llave superior en la primera
7672  fila y la ecuación hay que reducirlo.
7673  Esto no es fácil de hacer debido a un fallo de LyX.
7674 \begin_inset Foot
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678 \begin_inset CommandInset href
7679 LatexCommand href
7680 name "LyX-bug #1505"
7681 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7682
7683 \end_inset
7684
7685
7686 \end_layout
7687
7688 \end_inset
7689
7690  Una solución es cambiar la separación global de filas en la ecuación, 
7691 \series bold
7692
7693 \backslash
7694 jot
7695 \series default
7696
7697 \begin_inset Index
7698 status collapsed
7699
7700 \begin_layout Plain Layout
7701 Comandos ! J ! 
7702 \backslash
7703 jot
7704 \end_layout
7705
7706 \end_inset
7707
7708 , en -6
7709 \begin_inset space \thinspace{}
7710 \end_inset
7711
7712 pt insertando antes de la ecuación el comando 
7713 \series bold
7714
7715 \backslash
7716 setlength{
7717 \backslash
7718 jot}{-6pt}
7719 \series default
7720  en modo TeX.
7721  Después de la ecuación se vuelve al valor normal 3
7722 \begin_inset space \thinspace{}
7723 \end_inset
7724
7725 pt de 
7726 \series bold
7727
7728 \backslash
7729 jot
7730 \series default
7731  usando el mismo comando.
7732  Más información sobre separación de filas en ecuaciones en
7733 \begin_inset space ~
7734 \end_inset
7735
7736
7737 \begin_inset CommandInset ref
7738 LatexCommand ref
7739 reference "sub:Separación-de-líneas"
7740
7741 \end_inset
7742
7743 .
7744 \end_layout
7745
7746 \begin_layout Section
7747 Flechas
7748 \begin_inset Index
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752 Flechas
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \begin_layout Standard
7761 Las flechas se pueden insertar con el botón 
7762 \begin_inset Graphics
7763         filename ../../images/math/leftarrow.png
7764         scale 85
7765
7766 \end_inset
7767
7768  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7769  siguientes.
7770 \end_layout
7771
7772 \begin_layout Subsection
7773 Flechas horizontales
7774 \begin_inset Index
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778 Flechas ! horizontales
7779 \end_layout
7780
7781 \end_inset
7782
7783
7784 \end_layout
7785
7786 \begin_layout Standard
7787 \begin_inset space \hfill{}
7788 \end_inset
7789
7790
7791 \begin_inset Tabular
7792 <lyxtabular version="3" rows="8" columns="2">
7793 <features>
7794 <column alignment="center" valignment="top" width="0pt">
7795 <column alignment="center" valignment="top" width="0pt">
7796 <row>
7797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Comando
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 Resultado
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \backslash
7823 gets
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 \begin_inset Formula $\gets$
7833 \end_inset
7834
7835
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \backslash
7848 Leftarrow
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 \begin_inset Formula $\Leftarrow$
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 </row>
7866 <row>
7867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \backslash
7873 longleftarrow
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 \begin_inset Formula $\longleftarrow$
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row>
7892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \backslash
7898 Longleftarrow
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 \begin_inset Formula $\Longleftarrow$
7908 \end_inset
7909
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \backslash
7923 leftharpoonup
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 \begin_inset Formula $\leftharpoonup$
7933 \end_inset
7934
7935
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \backslash
7948 leftharpoondown
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 \begin_inset Formula $\leftharpoondown$
7958 \end_inset
7959
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \backslash
7973 hookleftarrow
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 \begin_inset Formula $\hookleftarrow$
7983 \end_inset
7984
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 </lyxtabular>
7992
7993 \end_inset
7994
7995
7996 \begin_inset space \hfill{}
7997 \end_inset
7998
7999
8000 \begin_inset Tabular
8001 <lyxtabular version="3" rows="8" columns="2">
8002 <features>
8003 <column alignment="center" valignment="top" width="0pt">
8004 <column alignment="center" valignment="top" width="0pt">
8005 <row>
8006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 Comando
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 Resultado
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \backslash
8032 to
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 \begin_inset Formula $\to$
8042 \end_inset
8043
8044
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \backslash
8057 Rightarrow
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 \begin_inset Formula $\Rightarrow$
8067 \end_inset
8068
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \backslash
8082 longrightarrow
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 \begin_inset Formula $\longrightarrow$
8092 \end_inset
8093
8094
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \backslash
8107 Longrightarrow
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 \begin_inset Formula $\Longrightarrow$
8117 \end_inset
8118
8119
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \backslash
8132 rightharpoonup
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 \begin_inset Formula $\rightharpoonup$
8142 \end_inset
8143
8144
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \backslash
8157 rightharpoondown
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 \begin_inset Formula $\rightharpoondown$
8167 \end_inset
8168
8169
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \backslash
8182 hookrightarrow
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 \begin_inset Formula $\hookrightarrow$
8192 \end_inset
8193
8194
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 </lyxtabular>
8201
8202 \end_inset
8203
8204
8205 \begin_inset space \hfill{}
8206 \end_inset
8207
8208
8209 \end_layout
8210
8211 \begin_layout Standard
8212 \begin_inset space \hfill{}
8213 \end_inset
8214
8215
8216 \begin_inset Tabular
8217 <lyxtabular version="3" rows="6" columns="2">
8218 <features>
8219 <column alignment="center" valignment="top" width="0pt">
8220 <column alignment="center" valignment="top" width="0pt">
8221 <row>
8222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 Comando
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Resultado
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \backslash
8248 leftrightarrow
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 \begin_inset Formula $\leftrightarrow$
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \backslash
8273 Leftrightarrow
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 \begin_inset Formula $\Leftrightarrow$
8283 \end_inset
8284
8285
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \backslash
8298 longleftrightarrow
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 \begin_inset Formula $\longleftrightarrow$
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \backslash
8323 Longleftrightarrow
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 \begin_inset Formula $\Longleftrightarrow$
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346
8347 \backslash
8348 rightleftharpoons
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 \begin_inset Formula $\rightleftharpoons$
8358 \end_inset
8359
8360
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 </row>
8366 </lyxtabular>
8367
8368 \end_inset
8369
8370
8371 \begin_inset space \hspace{}
8372 \length 25pt
8373 \end_inset
8374
8375
8376 \begin_inset space \hfill{}
8377 \end_inset
8378
8379
8380 \begin_inset Tabular
8381 <lyxtabular version="3" rows="5" columns="2">
8382 <features>
8383 <column alignment="center" valignment="top" width="0pt">
8384 <column alignment="center" valignment="top" width="0pt">
8385 <row>
8386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Comando
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Resultado
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \backslash
8412 mapsto
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 \begin_inset Formula $\mapsto$
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \backslash
8437 longmapsto
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 \begin_inset Formula $\longmapsto$
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \backslash
8462 leadsto
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 \begin_inset Formula $\leadsto$
8472 \end_inset
8473
8474
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \backslash
8487 dasharrow
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 \begin_inset Formula $\dasharrow$
8497 \end_inset
8498
8499
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 </lyxtabular>
8506
8507 \end_inset
8508
8509
8510 \begin_inset space \hfill{}
8511 \end_inset
8512
8513
8514 \begin_inset VSpace medskip
8515 \end_inset
8516
8517
8518 \end_layout
8519
8520 \begin_layout Standard
8521 Las flechas que se utilizan como acentos, p.
8522 \begin_inset space \thinspace{}
8523 \end_inset
8524
8525 e.
8526  en vectores, se describen en 
8527 \begin_inset CommandInset ref
8528 LatexCommand ref
8529 reference "sec:Acentos"
8530
8531 \end_inset
8532
8533 .
8534  
8535 \begin_inset VSpace bigskip
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \begin_layout Standard
8542 Además hay las flechas etiquetadas
8543 \begin_inset Index
8544 status collapsed
8545
8546 \begin_layout Plain Layout
8547 Flechas ! etiquetadas
8548 \end_layout
8549
8550 \end_inset
8551
8552  
8553 \series bold
8554
8555 \backslash
8556 xleftarrow
8557 \series default
8558
8559 \begin_inset Index
8560 status collapsed
8561
8562 \begin_layout Plain Layout
8563 Comandos ! X ! 
8564 \backslash
8565 xleftarrow
8566 \end_layout
8567
8568 \end_inset
8569
8570  y 
8571 \series bold
8572
8573 \backslash
8574 xrightarrow
8575 \series default
8576
8577 \begin_inset Index
8578 status collapsed
8579
8580 \begin_layout Plain Layout
8581 Comandos ! X ! 
8582 \backslash
8583 xrightarrow
8584 \begin_inset ERT
8585 status collapsed
8586
8587 \begin_layout Plain Layout
8588
8589
8590 \backslash
8591 vspace{4mm}
8592 \end_layout
8593
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600
8601 .
8602  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8603  con dos marcos azules donde se puede insertar la etiqueta.
8604  La longitud de la flecha se adapta a la anchura de la etiqueta.
8605 \end_layout
8606
8607 \begin_layout Standard
8608 \noindent
8609 \align center
8610 \begin_inset Tabular
8611 <lyxtabular version="3" rows="3" columns="2">
8612 <features>
8613 <column alignment="center" valignment="top" width="0">
8614 <column alignment="center" valignment="top" width="0">
8615 <row>
8616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Comando
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Resultado
8630 \begin_inset Note Note
8631 status collapsed
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636
8637 \backslash
8638 raisebox
8639 \series default
8640  se usa sólo como espaciador
8641 \end_layout
8642
8643 \end_inset
8644
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 F(a)
8657 \backslash
8658 xleftarrow
8659 \begin_inset ERT
8660 status collapsed
8661
8662 \begin_layout Plain Layout
8663
8664
8665 \backslash
8666 spce 
8667 \end_layout
8668
8669 \end_inset
8670
8671 x=a
8672 \begin_inset Formula $\downarrow$
8673 \end_inset
8674
8675 x>0
8676 \begin_inset Formula $\to$
8677 \end_inset
8678
8679 F(x)
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 F(x)
8703 \backslash
8704 xrightarrow
8705 \begin_inset ERT
8706 status collapsed
8707
8708 \begin_layout Plain Layout
8709
8710
8711 \backslash
8712 spce 
8713 \end_layout
8714
8715 \end_inset
8716
8717 x=a
8718 \begin_inset Formula $\downarrow$
8719 \end_inset
8720
8721 x>0
8722 \begin_inset Formula $\to$
8723 \end_inset
8724
8725 F(a)
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8735 \end_inset
8736
8737
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 </lyxtabular>
8744
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \begin_layout Subsection
8751 Flechas verticales y diagonales
8752 \begin_inset Index
8753 status collapsed
8754
8755 \begin_layout Plain Layout
8756 Flechas ! diagonales
8757 \end_layout
8758
8759 \end_inset
8760
8761
8762 \begin_inset Index
8763 status collapsed
8764
8765 \begin_layout Plain Layout
8766 Flechas ! verticales
8767 \end_layout
8768
8769 \end_inset
8770
8771
8772 \end_layout
8773
8774 \begin_layout Standard
8775 \begin_inset space \hfill{}
8776 \end_inset
8777
8778
8779 \begin_inset Tabular
8780 <lyxtabular version="3" rows="7" columns="2">
8781 <features>
8782 <column alignment="center" valignment="top" width="0pt">
8783 <column alignment="center" valignment="top" width="0pt">
8784 <row>
8785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Comando
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 Resultado
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \backslash
8811 uparrow
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 \begin_inset Formula $\uparrow$
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \backslash
8836 Uparrow
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 \begin_inset Formula $\Uparrow$
8846 \end_inset
8847
8848
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \backslash
8861 updownarrow
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 \begin_inset Formula $\updownarrow$
8871 \end_inset
8872
8873
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \backslash
8886 Updownarrow
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 \begin_inset Formula $\Updownarrow$
8896 \end_inset
8897
8898
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \backslash
8911 Downarrow
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 \begin_inset Formula $\Downarrow$
8921 \end_inset
8922
8923
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934
8935 \backslash
8936 downarrow
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 \begin_inset Formula $\downarrow$
8946 \end_inset
8947
8948
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 </lyxtabular>
8955
8956 \end_inset
8957
8958
8959 \begin_inset space \hfill{}
8960 \end_inset
8961
8962
8963 \begin_inset Tabular
8964 <lyxtabular version="3" rows="5" columns="2">
8965 <features>
8966 <column alignment="center" valignment="top" width="0pt">
8967 <column alignment="center" valignment="top" width="0pt">
8968 <row>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Comando
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Resultado
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \backslash
8995 nearrow
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 \begin_inset Formula $\nearrow$
9005 \end_inset
9006
9007
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \backslash
9020 searrow
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 \begin_inset Formula $\searrow$
9030 \end_inset
9031
9032
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043
9044 \backslash
9045 swarrow
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 \begin_inset Formula $\swarrow$
9055 \end_inset
9056
9057
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \backslash
9070 nwarrow
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 \begin_inset Formula $\nwarrow$
9080 \end_inset
9081
9082
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 </lyxtabular>
9089
9090 \end_inset
9091
9092
9093 \begin_inset space \hfill{}
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \begin_layout Standard
9100 \begin_inset VSpace medskip
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \begin_layout Standard
9107 Las flechas verticales también se pueden usar como delimitadores junto con
9108  los comandos descritos en
9109 \begin_inset space ~
9110 \end_inset
9111
9112
9113 \begin_inset CommandInset ref
9114 LatexCommand ref
9115 reference "sub:Tamaño-manual-de"
9116
9117 \end_inset
9118
9119  y 
9120 \begin_inset CommandInset ref
9121 LatexCommand ref
9122 reference "sub:Tamaño-automático-de"
9123
9124 \end_inset
9125
9126 .
9127 \end_layout
9128
9129 \begin_layout Standard
9130
9131 \end_layout
9132
9133 \begin_layout Section
9134 Acentos
9135 \begin_inset CommandInset label
9136 LatexCommand label
9137 name "sec:Acentos"
9138
9139 \end_inset
9140
9141
9142 \begin_inset Index
9143 status collapsed
9144
9145 \begin_layout Plain Layout
9146 Acentos
9147 \end_layout
9148
9149 \end_inset
9150
9151
9152 \end_layout
9153
9154 \begin_layout Standard
9155 Los acentos se pueden insertar con el botón 
9156 \begin_inset Graphics
9157         filename ../../images/math/hat.png
9158         scale 85
9159
9160 \end_inset
9161
9162  o mediante los comandos listados en las siguientes subsecciones.
9163 \end_layout
9164
9165 \begin_layout Subsection
9166 Acentos para un carácter
9167 \begin_inset ERT
9168 status collapsed
9169
9170 \begin_layout Plain Layout
9171
9172
9173 \backslash
9174 texorpdfstring{
9175 \end_layout
9176
9177 \end_inset
9178
9179
9180 \begin_inset Foot
9181 status open
9182
9183 \begin_layout Plain Layout
9184 Para acentos en texto, véase 
9185 \begin_inset CommandInset ref
9186 LatexCommand ref
9187 reference "sub:Acentos-en-texto"
9188
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \end_inset
9195
9196
9197 \begin_inset ERT
9198 status collapsed
9199
9200 \begin_layout Plain Layout
9201
9202 }{}
9203 \end_layout
9204
9205 \end_inset
9206
9207
9208 \begin_inset Note Note
9209 status collapsed
9210
9211 \begin_layout Plain Layout
9212
9213 \backslash
9214 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9215  PDF.
9216 \end_layout
9217
9218 \begin_layout Plain Layout
9219 Más sobre 
9220 \backslash
9221 texorpdfstring en la sección 
9222 \begin_inset CommandInset ref
9223 LatexCommand ref
9224 reference "sub:Ecuaciones-en-títulos"
9225
9226 \end_inset
9227
9228 .
9229 \end_layout
9230
9231 \end_inset
9232
9233
9234 \begin_inset CommandInset label
9235 LatexCommand label
9236 name "sub:Acentos-para-un"
9237
9238 \end_inset
9239
9240
9241 \begin_inset Index
9242 status collapsed
9243
9244 \begin_layout Plain Layout
9245 Acentos ! para un carácter
9246 \end_layout
9247
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \begin_layout Standard
9254 \begin_inset space \hfill{}
9255 \end_inset
9256
9257
9258 \begin_inset Tabular
9259 <lyxtabular version="3" rows="8" columns="2">
9260 <features>
9261 <column alignment="center" valignment="top" width="0pt">
9262 <column alignment="center" valignment="top" width="0pt">
9263 <row>
9264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Comando
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 Resultado
9278 \begin_inset Note Note
9279 status collapsed
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284
9285 \backslash
9286 raisebox
9287 \series default
9288  se usa sólo como espaciador
9289 \end_layout
9290
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \backslash
9306 dot
9307 \begin_inset ERT
9308 status collapsed
9309
9310 \begin_layout Plain Layout
9311
9312
9313 \backslash
9314 spce 
9315 \end_layout
9316
9317 \end_inset
9318
9319 A
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 </row>
9337 <row>
9338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342
9343 \backslash
9344 ddot
9345 \begin_inset ERT
9346 status collapsed
9347
9348 \begin_layout Plain Layout
9349
9350
9351 \backslash
9352 spce 
9353 \end_layout
9354
9355 \end_inset
9356
9357 A
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9367 \end_inset
9368
9369
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \backslash
9382 dddot
9383 \begin_inset ERT
9384 status collapsed
9385
9386 \begin_layout Plain Layout
9387
9388
9389 \backslash
9390 spce 
9391 \end_layout
9392
9393 \end_inset
9394
9395 A
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row>
9414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \backslash
9420 ddddot{A
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9430 \end_inset
9431
9432
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \backslash
9445 vec
9446 \begin_inset ERT
9447 status collapsed
9448
9449 \begin_layout Plain Layout
9450
9451
9452 \backslash
9453 spce 
9454 \end_layout
9455
9456 \end_inset
9457
9458 A
9459 \begin_inset Index
9460 status collapsed
9461
9462 \begin_layout Plain Layout
9463 Vectores
9464 \end_layout
9465
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9478 \end_inset
9479
9480
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \backslash
9493 bar
9494 \begin_inset ERT
9495 status collapsed
9496
9497 \begin_layout Plain Layout
9498
9499
9500 \backslash
9501 spce 
9502 \end_layout
9503
9504 \end_inset
9505
9506 A
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 mathring
9532 \begin_inset ERT
9533 status collapsed
9534
9535 \begin_layout Plain Layout
9536
9537
9538 \backslash
9539 spce 
9540 \end_layout
9541
9542 \end_inset
9543
9544 A
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 </lyxtabular>
9563
9564 \end_inset
9565
9566
9567 \begin_inset space \hfill{}
9568 \end_inset
9569
9570
9571 \begin_inset Tabular
9572 <lyxtabular version="3" rows="7" columns="2">
9573 <features>
9574 <column alignment="center" valignment="top" width="0pt">
9575 <column alignment="center" valignment="top" width="0pt">
9576 <row>
9577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 Comando
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 Resultado
9591 \begin_inset Note Note
9592 status collapsed
9593
9594 \begin_layout Plain Layout
9595
9596 \series bold
9597
9598 \backslash
9599 raisebox
9600 \series default
9601  se usa sólo como espaciador
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 </row>
9612 <row>
9613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \backslash
9619 tilde
9620 \begin_inset ERT
9621 status collapsed
9622
9623 \begin_layout Plain Layout
9624
9625
9626 \backslash
9627 spce 
9628 \end_layout
9629
9630 \end_inset
9631
9632 A
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \backslash
9657 hat
9658 \begin_inset ERT
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662
9663
9664 \backslash
9665 spce 
9666 \end_layout
9667
9668 \end_inset
9669
9670 A
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9680 \end_inset
9681
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row>
9689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693
9694 \backslash
9695 check
9696 \begin_inset ERT
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701
9702 \backslash
9703 spce 
9704 \end_layout
9705
9706 \end_inset
9707
9708 A
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row>
9727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \backslash
9733 acute
9734 \begin_inset ERT
9735 status collapsed
9736
9737 \begin_layout Plain Layout
9738
9739
9740 \backslash
9741 spce 
9742 \end_layout
9743
9744 \end_inset
9745
9746 A
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row>
9765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 grave
9772 \begin_inset ERT
9773 status collapsed
9774
9775 \begin_layout Plain Layout
9776
9777
9778 \backslash
9779 spce 
9780 \end_layout
9781
9782 \end_inset
9783
9784 A
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row>
9803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \backslash
9809 breve
9810 \begin_inset ERT
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814
9815
9816 \backslash
9817 spce 
9818 \end_layout
9819
9820 \end_inset
9821
9822 A
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9832 \end_inset
9833
9834
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 </lyxtabular>
9841
9842 \end_inset
9843
9844
9845 \begin_inset space \hfill{}
9846 \end_inset
9847
9848
9849 \end_layout
9850
9851 \begin_layout Standard
9852 \begin_inset VSpace bigskip
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \begin_layout Standard
9859 Para poner diéresis
9860 \begin_inset Index
9861 status collapsed
9862
9863 \begin_layout Plain Layout
9864 Diéresis
9865 \end_layout
9866
9867 \end_inset
9868
9869  en una ecuación se insertan comillas antes de la vocal.
9870  Estos dos caracteres son considerados por LaTeX como 
9871 \emph on
9872 un solo
9873 \emph default
9874  carácter si la parte de la ecuación con la diéresis se marca con idioma
9875  alemán.
9876 \begin_inset Foot
9877 status collapsed
9878
9879 \begin_layout Plain Layout
9880 O algún otro idioma que use acentos, p.
9881 \begin_inset space \thinspace{}
9882 \end_inset
9883
9884 e.
9885  catalán.
9886  Sin embargo, en español no funciona por algún conflicto con el estilo 
9887 \series bold
9888 spanish
9889 \series default
9890  de 
9891 \series bold
9892 babel
9893 \series default
9894 .
9895  Dicho estilo suministra la orden 
9896 \series bold
9897
9898 \backslash
9899 dotlessi
9900 \series default
9901  para generar una 
9902 \begin_inset Quotes fld
9903 \end_inset
9904
9905 i
9906 \begin_inset Quotes frd
9907 \end_inset
9908
9909  sin punto en modo matemático, que se puede usar como alternativa al comando
9910  
9911 \series bold
9912
9913 \begin_inset Quotes eld
9914 \end_inset
9915
9916 i
9917 \series default
9918 , p.e., el comando 
9919 \series bold
9920
9921 \backslash
9922 ddot
9923 \series default
9924
9925 \begin_inset ERT
9926 status collapsed
9927
9928 \begin_layout Plain Layout
9929
9930
9931 \backslash
9932 spce 
9933 \end_layout
9934
9935 \end_inset
9936
9937
9938 \series bold
9939
9940 \backslash
9941 dotlessi
9942 \series default
9943  genera
9944 \series bold
9945  
9946 \series default
9947
9948 \begin_inset Formula $\ddot{\dotlessi}$
9949 \end_inset
9950
9951 .
9952  Véase la documentación del estilo, 
9953 \begin_inset CommandInset citation
9954 LatexCommand cite
9955 key "spanish"
9956
9957 \end_inset
9958
9959 .
9960  También se puede usar 
9961 \series bold
9962
9963 \backslash
9964 imath
9965 \series default
9966  en vez de 
9967 \series bold
9968
9969 \backslash
9970 dotlessi
9971 \series default
9972 .
9973  (
9974 \emph on
9975 N.
9976 \begin_inset space \thinspace{}
9977 \end_inset
9978
9979 del t.
9980 \emph default
9981 )
9982 \end_layout
9983
9984 \end_inset
9985
9986  A diferencia de 
9987 \series bold
9988
9989 \backslash
9990 ddot
9991 \series default
9992 , con este método se generan diéresis 
9993 \begin_inset Quotes fld
9994 \end_inset
9995
9996 reales
9997 \begin_inset Quotes frd
9998 \end_inset
9999
10000 , como se demuestra en el siguiente ejemplo:
10001 \begin_inset VSpace -2mm
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \begin_layout Standard
10008 \noindent
10009 \align center
10010 \begin_inset Tabular
10011 <lyxtabular version="3" rows="3" columns="2">
10012 <features>
10013 <column alignment="center" valignment="top" width="0">
10014 <column alignment="center" valignment="top" width="0">
10015 <row>
10016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Comando
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 Resultado
10030 \begin_inset Note Note
10031 status collapsed
10032
10033 \begin_layout Plain Layout
10034
10035 \series bold
10036
10037 \backslash
10038 raisebox
10039 \series default
10040  se usa sólo como espaciador.
10041 \end_layout
10042
10043 \end_inset
10044
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 \begin_inset Quotes grd
10057 \end_inset
10058
10059 i
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 \begin_inset Formula $\ddot{\dotlessi}$
10069 \end_inset
10070
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \backslash
10084 ddot
10085 \begin_inset ERT
10086 status collapsed
10087
10088 \begin_layout Plain Layout
10089
10090
10091 \backslash
10092 spce 
10093 \end_layout
10094
10095 \end_inset
10096
10097 i
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10107 \end_inset
10108
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 </lyxtabular>
10116
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \begin_layout Standard
10123 Otra ventaja frente a 
10124 \series bold
10125
10126 \backslash
10127 ddot
10128 \series default
10129  es que la diéresis puede convertirse directamente a texto matemático, porque
10130  los anteriores comandos para acentos 
10131 \emph on
10132 no están permitidos en texto matemático
10133 \emph default
10134 .
10135  Para convertir un carácter acentuado a texto matemático, se debe convertir
10136  sólo el carácter bajo el acento.
10137  Esto también se aplica para otras conversiones, p.
10138 \begin_inset space \thinspace{}
10139 \end_inset
10140
10141 e.
10142 \begin_inset space ~
10143 \end_inset
10144
10145 cursiva o negrita.
10146 \end_layout
10147
10148 \begin_layout Standard
10149 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10150 \end_layout
10151
10152 \begin_layout Subsection
10153 Acentos para operadores
10154 \begin_inset Index
10155 status collapsed
10156
10157 \begin_layout Plain Layout
10158 Acentos ! en operadores
10159 \end_layout
10160
10161 \end_inset
10162
10163
10164 \end_layout
10165
10166 \begin_layout Standard
10167 Con los comandos 
10168 \series bold
10169
10170 \backslash
10171 overset
10172 \series default
10173
10174 \begin_inset Index
10175 status collapsed
10176
10177 \begin_layout Plain Layout
10178 Comandos ! O ! 
10179 \backslash
10180 overset
10181 \end_layout
10182
10183 \end_inset
10184
10185  y 
10186 \series bold
10187
10188 \backslash
10189 underset
10190 \series default
10191
10192 \begin_inset Index
10193 status collapsed
10194
10195 \begin_layout Plain Layout
10196 Comandos ! U ! 
10197 \backslash
10198 underset
10199 \end_layout
10200
10201 \end_inset
10202
10203  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10204  Con el comando 
10205 \series bold
10206
10207 \backslash
10208 sideset
10209 \series default
10210
10211 \begin_inset Index
10212 status collapsed
10213
10214 \begin_layout Plain Layout
10215 Comandos ! S ! 
10216 \backslash
10217 sideset
10218 \end_layout
10219
10220 \end_inset
10221
10222  se pueden poner caracteres delante y detrás de un operador.
10223  El esquema del comando es:
10224 \end_layout
10225
10226 \begin_layout Standard
10227
10228 \series bold
10229
10230 \backslash
10231 sideset{carácter
10232 \series default
10233  
10234 \series bold
10235 anterior}{carácter posterior}
10236 \end_layout
10237
10238 \begin_layout Standard
10239
10240 \series bold
10241
10242 \backslash
10243 sideset
10244 \series default
10245  siempre debe estar delante del operador que debe acentuarse.
10246  Se puede acentuar con varios caracteres e incluso con otros operadores
10247  y símbolos.
10248  Para colocar con
10249 \series bold
10250  
10251 \backslash
10252 sideset
10253 \series default
10254  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10255  el primer par de llaves, pero sin quitarlas.
10256  
10257 \end_layout
10258
10259 \begin_layout Standard
10260 Por ejemplo, el comando 
10261 \series bold
10262
10263 \backslash
10264 sideset{
10265 \begin_inset Formula $\to$
10266 \end_inset
10267
10268
10269 \backslash
10270 {
10271 \series default
10272 '
10273 \series bold
10274
10275 \begin_inset Formula $\to$
10276 \end_inset
10277
10278
10279 \backslash
10280 sum_k=1
10281 \begin_inset ERT
10282 status collapsed
10283
10284 \begin_layout Plain Layout
10285
10286
10287 \backslash
10288 spce 
10289 \end_layout
10290
10291 \end_inset
10292
10293
10294 \series default
10295 ^
10296 \series bold
10297
10298 \begin_inset ERT
10299 status collapsed
10300
10301 \begin_layout Plain Layout
10302
10303
10304 \backslash
10305 spce 
10306 \end_layout
10307
10308 \end_inset
10309
10310 n
10311 \series default
10312  genera:
10313 \begin_inset Formula \[
10314 \sideset{}{'}\sum_{k=1}^{n}\]
10315
10316 \end_inset
10317
10318
10319 \end_layout
10320
10321 \begin_layout Standard
10322 El comando 
10323 \series bold
10324
10325 \backslash
10326 overset
10327 \begin_inset ERT
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331
10332
10333 \backslash
10334 spce 
10335 \end_layout
10336
10337 \end_inset
10338
10339
10340 \backslash
10341 maltese
10342 \begin_inset ERT
10343 status collapsed
10344
10345 \begin_layout Plain Layout
10346
10347
10348 \backslash
10349 spce 
10350 \end_layout
10351
10352 \end_inset
10353
10354
10355 \series default
10356
10357 \begin_inset Formula $\uparrow$
10358 \end_inset
10359
10360
10361 \series bold
10362 a
10363 \series default
10364  genera:
10365 \begin_inset Formula \[
10366 \overset{a}{\maltese}\]
10367
10368 \end_inset
10369
10370
10371 \end_layout
10372
10373 \begin_layout Standard
10374 Como se ve en el último ejemplo, con 
10375 \series bold
10376
10377 \backslash
10378 overset
10379 \series default
10380  y 
10381 \series bold
10382
10383 \backslash
10384 underset
10385 \series default
10386  también se pueden acentuar símbolos y caracteres; con 
10387 \series bold
10388
10389 \backslash
10390 sideset
10391 \series default
10392  esto no es posible.
10393 \end_layout
10394
10395 \begin_layout Subsection
10396 Acentos para varios caracteres
10397 \begin_inset CommandInset label
10398 LatexCommand label
10399 name "sub:Acentos-para-varios"
10400
10401 \end_inset
10402
10403
10404 \begin_inset Index
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408 Acentos ! en varios caracteres
10409 \end_layout
10410
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 \begin_inset space \hfill{}
10418 \end_inset
10419
10420
10421 \begin_inset Tabular
10422 <lyxtabular version="3" rows="5" columns="2">
10423 <features>
10424 <column alignment="center" valignment="top" width="0pt">
10425 <column alignment="center" valignment="top" width="0pt">
10426 <row>
10427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 Comando
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Resultado
10441 \begin_inset Note Note
10442 status collapsed
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447
10448 \backslash
10449 raisebox
10450 \series default
10451  se usa sólo como espaciador
10452 \end_layout
10453
10454 \end_inset
10455
10456
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469 overleftarrow
10470 \begin_inset ERT
10471 status collapsed
10472
10473 \begin_layout Plain Layout
10474
10475
10476 \backslash
10477 spce 
10478 \end_layout
10479
10480 \end_inset
10481
10482 A=B
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10492 \end_inset
10493
10494
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \backslash
10507 underleftarrow
10508 \begin_inset ERT
10509 status collapsed
10510
10511 \begin_layout Plain Layout
10512
10513
10514 \backslash
10515 spce 
10516 \end_layout
10517
10518 \end_inset
10519
10520 A=B
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10530 \end_inset
10531
10532
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \backslash
10545 overleftrightarrow
10546 \begin_inset ERT
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551
10552 \backslash
10553 spce 
10554 \end_layout
10555
10556 \end_inset
10557
10558 A=B
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \backslash
10583 underleftrightarrow
10584 \begin_inset ERT
10585 status collapsed
10586
10587 \begin_layout Plain Layout
10588
10589
10590 \backslash
10591 spce 
10592 \end_layout
10593
10594 \end_inset
10595
10596 A=B
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10606 \end_inset
10607
10608
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 </lyxtabular>
10615
10616 \end_inset
10617
10618
10619 \begin_inset space \hfill{}
10620 \end_inset
10621
10622
10623 \begin_inset Tabular
10624 <lyxtabular version="3" rows="5" columns="2">
10625 <features>
10626 <column alignment="center" valignment="top" width="0pt">
10627 <column alignment="center" valignment="top" width="0pt">
10628 <row>
10629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Comando
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Resultado
10643 \begin_inset Note Note
10644 status collapsed
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649
10650 \backslash
10651 raisebox
10652 \series default
10653  se usa sólo como espaciador
10654 \end_layout
10655
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \backslash
10671 overrightarrow
10672 \begin_inset ERT
10673 status collapsed
10674
10675 \begin_layout Plain Layout
10676
10677
10678 \backslash
10679 spce 
10680 \end_layout
10681
10682 \end_inset
10683
10684 A=B
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \backslash
10709 underrightarrow
10710 \begin_inset ERT
10711 status collapsed
10712
10713 \begin_layout Plain Layout
10714
10715
10716 \backslash
10717 spce 
10718 \end_layout
10719
10720 \end_inset
10721
10722 A=B
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10732 \end_inset
10733
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 <row>
10741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \backslash
10747 widetilde
10748 \begin_inset ERT
10749 status collapsed
10750
10751 \begin_layout Plain Layout
10752
10753
10754 \backslash
10755 spce 
10756 \end_layout
10757
10758 \end_inset
10759
10760 A=B
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \backslash
10785 widehat
10786 \begin_inset ERT
10787 status collapsed
10788
10789 \begin_layout Plain Layout
10790
10791
10792 \backslash
10793 spce 
10794 \end_layout
10795
10796 \end_inset
10797
10798 A=B
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 </lyxtabular>
10817
10818 \end_inset
10819
10820
10821 \begin_inset space \hfill{}
10822 \end_inset
10823
10824
10825 \end_layout
10826
10827 \begin_layout Standard
10828 \begin_inset VSpace medskip
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Standard
10835 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10836  Pero los acentos 
10837 \series bold
10838
10839 \backslash
10840 widetilde
10841 \series default
10842  y 
10843 \series bold
10844
10845 \backslash
10846 widehat
10847 \series default
10848  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10849  ejemplo:
10850 \begin_inset Formula \[
10851 \widetilde{A+B=C-D}\]
10852
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \begin_layout Standard
10859 Con los comandos 
10860 \series bold
10861
10862 \backslash
10863 overset
10864 \series default
10865
10866 \begin_inset Index
10867 status collapsed
10868
10869 \begin_layout Plain Layout
10870 Comandos ! O ! 
10871 \backslash
10872 overset
10873 \end_layout
10874
10875 \end_inset
10876
10877  y 
10878 \series bold
10879
10880 \backslash
10881 underset
10882 \series default
10883
10884 \begin_inset Index
10885 status collapsed
10886
10887 \begin_layout Plain Layout
10888 Comandos ! U ! 
10889 \backslash
10890 underset
10891 \end_layout
10892
10893 \end_inset
10894
10895 , descritos en la subsección anterior, también se pueden acentuar varios
10896  caracteres.
10897  El comando 
10898 \series bold
10899
10900 \backslash
10901 underset
10902 \begin_inset ERT
10903 status collapsed
10904
10905 \begin_layout Plain Layout
10906
10907
10908 \backslash
10909 spce 
10910 \end_layout
10911
10912 \end_inset
10913
10914 A=B
10915 \begin_inset Formula $\downarrow$
10916 \end_inset
10917
10918 ***
10919 \series default
10920  da:
10921 \begin_inset Formula \[
10922 \underset{***}{A=B}\]
10923
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \begin_layout Section
10930 Espacios
10931 \begin_inset CommandInset label
10932 LatexCommand label
10933 name "sec:Espacio"
10934
10935 \end_inset
10936
10937
10938 \begin_inset Index
10939 status collapsed
10940
10941 \begin_layout Plain Layout
10942 Espacio ! horizontal
10943 \end_layout
10944
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \begin_layout Subsection
10951 Espacio predefinido
10952 \begin_inset CommandInset label
10953 LatexCommand label
10954 name "sub:Espacio-predefinido"
10955
10956 \end_inset
10957
10958
10959 \begin_inset Index
10960 status collapsed
10961
10962 \begin_layout Plain Layout
10963 Espacio ! horizontal ! predefinido
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \begin_layout Standard
10972 A veces es necesario insertar espacio horizontal en una ecuación.
10973  Esto se hace insertando un espacio protegido (atajo 
10974 \family sans
10975 Ctrl-Espacio
10976 \family default
10977 ).
10978  Aparece un 
10979 \begin_inset Quotes fld
10980 \end_inset
10981
10982
10983 \begin_inset ERT
10984 status open
10985
10986 \begin_layout Plain Layout
10987
10988
10989 \backslash
10990 spce 
10991 \end_layout
10992
10993 \end_inset
10994
10995
10996 \begin_inset Quotes frd
10997 \end_inset
10998
10999  azul, y pulsando 
11000 \family sans
11001 Espacio
11002 \family default
11003  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11004  espacio.
11005  También se pueden insertar espacios mediante el botón 
11006 \begin_inset Graphics
11007         filename ../../images/math/space.png
11008         scale 85
11009
11010 \end_inset
11011
11012  de la barra de ecuaciones o con comandos especiales.
11013  Independientemente del comando insertado, se puede seleccionar de nuevo
11014  el tamaño pulsando acto seguido 
11015 \family sans
11016 Espacio.
11017  
11018 \end_layout
11019
11020 \begin_layout Standard
11021 \noindent
11022 \align center
11023 \begin_inset VSpace -5mm
11024 \end_inset
11025
11026
11027 \begin_inset Tabular
11028 <lyxtabular version="3" rows="3" columns="7">
11029 <features>
11030 <column alignment="center" valignment="middle" width="6.8cm">
11031 <column alignment="center" valignment="top" width="0">
11032 <column alignment="center" valignment="top" width="0">
11033 <column alignment="center" valignment="top" width="0">
11034 <column alignment="center" valignment="top" width="0">
11035 <column alignment="center" valignment="top" width="0">
11036 <column alignment="center" valignment="top" width="0">
11037 <row>
11038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Comando
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \backslash
11053 ,
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 quad
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 qquad
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 !
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 Número de pulsaciones de 
11120 \family sans
11121 Espacio
11122 \family default
11123  tras insertar el espacio protegido
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 0
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 1
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 2
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 3
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 4
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 5
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 <row>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 Resultado
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Formula $A\, B$
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 \begin_inset Formula $A\: B$
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 \begin_inset Formula $A\; B$
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 \begin_inset Formula $A\quad B$
11234 \end_inset
11235
11236
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 \begin_inset Formula $A\qquad B$
11246 \end_inset
11247
11248
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 \begin_inset Formula $A\! B$
11258 \end_inset
11259
11260
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 </lyxtabular>
11267
11268 \end_inset
11269
11270
11271 \end_layout
11272
11273 \begin_layout Standard
11274 El último tamaño parece no generar espacio.
11275  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11276  negativo.
11277  Hay otros dos espacios negativos:
11278 \end_layout
11279
11280 \begin_layout Standard
11281 \align center
11282 \begin_inset Tabular
11283 <lyxtabular version="3" rows="3" columns="3">
11284 <features>
11285 <column alignment="center" valignment="middle" width="6.8cm">
11286 <column alignment="center" valignment="top" width="0pt">
11287 <column alignment="center" valignment="top" width="0pt">
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 Comando
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \backslash
11304 negmedspace
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313
11314 \backslash
11315 negthickspace
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 </row>
11321 <row>
11322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 Número de pulsaciones de 
11327 \family sans
11328 Espacio
11329 \family default
11330  tras insertar el espacio protegido
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 6
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 7
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 </row>
11354 <row>
11355 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 Resultado
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Formula $A\negmedspace B$
11369 \end_inset
11370
11371
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 \begin_inset Formula $A\negthickspace B$
11381 \end_inset
11382
11383
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 </lyxtabular>
11390
11391 \end_inset
11392
11393
11394 \end_layout
11395
11396 \begin_layout Standard
11397 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11398  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11399 \begin_inset space \thinspace{}
11400 \end_inset
11401
11402 e., para operadores suma: 
11403 \end_layout
11404
11405 \begin_layout Standard
11406 \noindent
11407 \align center
11408 \begin_inset Tabular
11409 <lyxtabular version="3" rows="3" columns="2">
11410 <features>
11411 <column alignment="center" valignment="top" width="0">
11412 <column alignment="center" valignment="top" width="0">
11413 <row>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 Comando
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 Resultado
11428 \begin_inset Note Note
11429 status collapsed
11430
11431 \begin_layout Plain Layout
11432
11433 \series bold
11434
11435 \backslash
11436 raisebox
11437 \series default
11438  se usa sólo como espaciador
11439 \end_layout
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \backslash
11456 sum
11457 \backslash
11458 sum
11459 \begin_inset ERT
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463
11464
11465 \backslash
11466 spce 
11467 \end_layout
11468
11469 \end_inset
11470
11471 f_kl
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494
11495 \backslash
11496 sum
11497 \backslash
11498 negmedspace
11499 \backslash
11500 sum
11501 \begin_inset ERT
11502 status collapsed
11503
11504 \begin_layout Plain Layout
11505
11506
11507 \backslash
11508 spce 
11509 \end_layout
11510
11511 \end_inset
11512
11513 f_kl
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11523 \end_inset
11524
11525
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 </row>
11531 </lyxtabular>
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Standard
11539 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11540  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11541  El siguiente ejemplo lo ilustra:
11542 \end_layout
11543
11544 \begin_layout Standard
11545 \noindent
11546 \align center
11547 \begin_inset Tabular
11548 <lyxtabular version="3" rows="2" columns="2">
11549 <features>
11550 <column alignment="center" valignment="top" width="0">
11551 <column alignment="center" valignment="top" width="0">
11552 <row>
11553 <cell alignment="center" valignment="top" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 ecuación normal
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 \begin_inset Formula $A=B$
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 <row>
11576 <cell alignment="center" valignment="top" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 \begin_inset Note Note
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584
11585 \series bold
11586
11587 \backslash
11588 raisebox
11589 \series default
11590  se usa sólo como espaciador
11591 \end_layout
11592
11593 \end_inset
11594
11595
11596 \begin_inset Formula $\raisebox{5mm}{}$
11597 \end_inset
11598
11599 ecuación sin espacio
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 \begin_inset Formula $A{=}B$
11609 \end_inset
11610
11611
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 </lyxtabular>
11618
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \begin_layout Standard
11625 El comando para la segunda ecuación es: 
11626 \series bold
11627 A
11628 \backslash
11629 {=
11630 \begin_inset Formula $\rightarrow$
11631 \end_inset
11632
11633 B
11634 \series default
11635  
11636 \begin_inset VSpace bigskip
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Standard
11643 Para las unidades físicas hacen falta espacios, porque entre el valor y
11644  su unidad se pone un espacio más pequeño que el normal.
11645  Para unidades en el texto se inserta con el menú 
11646 \family sans
11647 Insertar\SpecialChar \menuseparator
11648 Formato\SpecialChar \menuseparator
11649 Espacio
11650 \begin_inset space ~
11651 \end_inset
11652
11653 delgado
11654 \family default
11655  (atajo 
11656 \family sans
11657 Ctrl-Mayúscula-Espacio
11658 \family default
11659 ).
11660 \end_layout
11661
11662 \begin_layout Standard
11663 Un ejemplo para visualizar la diferencia:
11664 \end_layout
11665
11666 \begin_layout Standard
11667 \begin_inset Tabular
11668 <lyxtabular version="3" rows="2" columns="2">
11669 <features>
11670 <column alignment="center" valignment="top" width="0">
11671 <column alignment="left" valignment="top" width="0">
11672 <row>
11673 <cell alignment="center" valignment="top" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 24 kW
11678 \begin_inset Formula $\cdot$
11679 \end_inset
11680
11681 h
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 espacio entre valor y unidad 
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row>
11697 <cell alignment="center" valignment="top" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 24
11702 \begin_inset space \thinspace{}
11703 \end_inset
11704
11705 kW
11706 \begin_inset Formula $\cdot$
11707 \end_inset
11708
11709 h
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 espacio delgado entre valor y unidad
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 </lyxtabular>
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Subsection
11732 Espacio variable
11733 \begin_inset ERT
11734 status collapsed
11735
11736 \begin_layout Plain Layout
11737
11738
11739 \backslash
11740 texorpdfstring{
11741 \end_layout
11742
11743 \end_inset
11744
11745
11746 \begin_inset Foot
11747 status collapsed
11748
11749 \begin_layout Plain Layout
11750 Para espacio vertical en ecuaciones véase 
11751 \begin_inset CommandInset ref
11752 LatexCommand ref
11753 reference "sub:Separación-de-líneas"
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \end_inset
11761
11762
11763 \begin_inset ERT
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767
11768 }{}
11769 \end_layout
11770
11771 \end_inset
11772
11773
11774 \begin_inset Note Note
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778
11779 \backslash
11780 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11781  PDF.
11782 \end_layout
11783
11784 \begin_layout Plain Layout
11785 Más sobre 
11786 \backslash
11787 texorpdfstring en la sección 
11788 \begin_inset CommandInset ref
11789 LatexCommand ref
11790 reference "sub:Ecuaciones-en-títulos"
11791
11792 \end_inset
11793
11794 .
11795 \end_layout
11796
11797 \end_inset
11798
11799
11800 \begin_inset CommandInset label
11801 LatexCommand label
11802 name "sub:Espacio-variable"
11803
11804 \end_inset
11805
11806
11807 \begin_inset Index
11808 status collapsed
11809
11810 \begin_layout Plain Layout
11811 Espacio ! horizontal ! variable
11812 \end_layout
11813
11814 \end_inset
11815
11816
11817 \end_layout
11818
11819 \begin_layout Standard
11820 En LyX se puede insertar espacio con una longitud definida con el comando
11821 \begin_inset Newline newline
11822 \end_inset
11823
11824
11825 \series bold
11826
11827 \backslash
11828 hspace{longitud}
11829 \series default
11830
11831 \begin_inset Index
11832 status collapsed
11833
11834 \begin_layout Plain Layout
11835 Comandos ! H ! 
11836 \backslash
11837 hspace
11838 \end_layout
11839
11840 \end_inset
11841
11842 .
11843  Para la longitud están permitidas todas las unidades de la 
11844 \begin_inset CommandInset ref
11845 LatexCommand ref
11846 reference "tab:Unidades-empleadas"
11847
11848 \end_inset
11849
11850 , excepto la unidad 
11851 \begin_inset Quotes fld
11852 \end_inset
11853
11854 mu
11855 \begin_inset Quotes frd
11856 \end_inset
11857
11858 .
11859  La longitud también puede ser negativa.
11860  Para insertar en una ecuación tanto espacio como esté disponible se usa
11861  el comando 
11862 \series bold
11863
11864 \backslash
11865 hfill
11866 \series default
11867
11868 \begin_inset Index
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872 Comandos ! H ! 
11873 \backslash
11874 hfill
11875 \end_layout
11876
11877 \end_inset
11878
11879 .
11880 \begin_inset VSpace -1mm
11881 \end_inset
11882
11883
11884 \end_layout
11885
11886 \begin_layout Standard
11887 \noindent
11888 \align center
11889 \begin_inset Tabular
11890 <lyxtabular version="3" rows="4" columns="2">
11891 <features>
11892 <column alignment="center" valignment="top" width="0">
11893 <column alignment="center" valignment="top" width="0">
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 Comando
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 Resultado
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 A=B
11920 \backslash
11921 hspace{3cm
11922 \begin_inset Formula $\to$
11923 \end_inset
11924
11925 A
11926 \backslash
11927 not=C
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 A
11951 \backslash
11952 hspace{-1mm
11953 \begin_inset Formula $\to$
11954 \end_inset
11955
11956 A
11957 \backslash
11958 not=A
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11968 \end_inset
11969
11970
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 </row>
11976 <row>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 A=A
11982 \backslash
11983 hfill
11984 \begin_inset ERT
11985 status collapsed
11986
11987 \begin_layout Plain Layout
11988
11989
11990 \backslash
11991 spce 
11992 \end_layout
11993
11994 \end_inset
11995
11996 B=B
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 \begin_inset Formula $A=A\hfill B=B$
12006 \end_inset
12007
12008
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 </row>
12014 </lyxtabular>
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \begin_layout Standard
12022 En el último ejemplo el espacio disponible viene dado por la entrada más
12023  larga de columna en la tabla.
12024  En una ecuación en línea el espacio depende de la longitud de la línea
12025  en la que se inserta 
12026 \series bold
12027
12028 \backslash
12029 hfill
12030 \series default
12031 .
12032  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12033  
12034 \series bold
12035
12036 \backslash
12037 hfill
12038 \series default
12039  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12040 \series bold
12041 Sangrado
12042 \series default
12043 .
12044  (Los estilos de ecuaciones se explican en
12045 \begin_inset space ~
12046 \end_inset
12047
12048
12049 \begin_inset CommandInset ref
12050 LatexCommand ref
12051 reference "sec:Estilos-de-ecuación"
12052
12053 \end_inset
12054
12055 ).
12056 \end_layout
12057
12058 \begin_layout Standard
12059 Para texto se puede insertar espacio variable con el menú 
12060 \family sans
12061 Insertar\SpecialChar \menuseparator
12062 Formato\SpecialChar \menuseparator
12063 Espacio
12064 \begin_inset space ~
12065 \end_inset
12066
12067 horizontal, lo que no es posible en ecuaciones.
12068 \end_layout
12069
12070 \begin_layout Standard
12071 En esta línea hay un espacio
12072 \begin_inset space \hspace{}
12073 \length 2cm
12074 \end_inset
12075
12076 de 2
12077 \begin_inset space \thinspace{}
12078 \end_inset
12079
12080 cm.
12081 \end_layout
12082
12083 \begin_layout Standard
12084 En esta línea hay un
12085 \begin_inset space \hfill{}
12086 \end_inset
12087
12088 espacio máximo.
12089 \end_layout
12090
12091 \begin_layout Subsection
12092 Espacio adicional en ecuaciones en línea
12093 \begin_inset Index
12094 status collapsed
12095
12096 \begin_layout Plain Layout
12097 Espacio ! adicional en línea
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12107  
12108 \series bold
12109
12110 \backslash
12111 mathsurround
12112 \begin_inset Index
12113 status collapsed
12114
12115 \begin_layout Plain Layout
12116 Comandos ! M ! 
12117 \backslash
12118 mathsurround
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \series default
12125 .
12126  El valor de una longitud se establece con el comando 
12127 \series bold
12128
12129 \backslash
12130 setlength
12131 \series default
12132
12133 \begin_inset Index
12134 status collapsed
12135
12136 \begin_layout Plain Layout
12137 Comandos ! S ! 
12138 \backslash
12139 setlength
12140 \end_layout
12141
12142 \end_inset
12143
12144  según el siguiente esquema:
12145 \end_layout
12146
12147 \begin_layout Standard
12148
12149 \series bold
12150
12151 \backslash
12152 setlength{nombre de la longitud}{valor}
12153 \end_layout
12154
12155 \begin_layout Standard
12156 Para poner a 
12157 \series bold
12158
12159 \backslash
12160 mathsurround
12161 \series default
12162  un valor de 5
12163 \begin_inset space \thinspace{}
12164 \end_inset
12165
12166 mm, se inserta el comando
12167 \end_layout
12168
12169 \begin_layout Standard
12170
12171 \series bold
12172
12173 \backslash
12174 setlength{
12175 \backslash
12176 mathsurround}{5mm}
12177 \end_layout
12178
12179 \begin_layout Standard
12180 en modo TeX.
12181  Se establecerá un espacio de 5
12182 \begin_inset space \thinspace{}
12183 \end_inset
12184
12185 mm alrededor de todas las ecuaciones en línea:
12186 \begin_inset ERT
12187 status collapsed
12188
12189 \begin_layout Plain Layout
12190
12191
12192 \backslash
12193 setlength{
12194 \backslash
12195 mathsurround}{5mm}
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 En esta línea hay una ecuación 
12205 \begin_inset Formula $A=B$
12206 \end_inset
12207
12208  rodeada por espacios de 5
12209 \begin_inset space \thinspace{}
12210 \end_inset
12211
12212 mm.
12213 \begin_inset ERT
12214 status collapsed
12215
12216 \begin_layout Plain Layout
12217
12218
12219 \backslash
12220 setlength{
12221 \backslash
12222 mathsurround}{0mm}
12223 \end_layout
12224
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Standard
12231 Para volver al espacio predeterminado, 
12232 \series bold
12233
12234 \backslash
12235 mathsurround
12236 \series default
12237  se restablece al valor 0
12238 \begin_inset space \thinspace{}
12239 \end_inset
12240
12241 pt.
12242 \end_layout
12243
12244 \begin_layout Section
12245 Cuadros y marcos
12246 \begin_inset Index
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 Marcos
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \begin_inset Index
12257 status collapsed
12258
12259 \begin_layout Plain Layout
12260 Marcos | see 
12261 \begin_inset ERT
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265
12266 {
12267 \end_layout
12268
12269 \end_inset
12270
12271 Cuadros
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277 }
12278 \end_layout
12279
12280 \end_inset
12281
12282
12283 \end_layout
12284
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \begin_layout Standard
12291 Los cuadros para texto se describen en el capítulo 
12292 \emph on
12293 Cuadros
12294 \emph default
12295  del manual 
12296 \emph on
12297 Objetos incrustados
12298 \emph default
12299 .
12300 \end_layout
12301
12302 \begin_layout Subsection
12303 Cuadros con marco
12304 \begin_inset CommandInset label
12305 LatexCommand label
12306 name "sub:Cuadros-con-marco"
12307
12308 \end_inset
12309
12310
12311 \begin_inset Index
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315 Cuadros ! con marco
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12325 \series bold
12326
12327 \backslash
12328 fbox
12329 \series default
12330
12331 \begin_inset Index
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335 Comandos ! F ! 
12336 \backslash
12337 fbox
12338 \end_layout
12339
12340 \end_inset
12341
12342  y 
12343 \series bold
12344
12345 \backslash
12346 boxed
12347 \series default
12348
12349 \begin_inset Index
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353 Comandos ! B ! 
12354 \backslash
12355 boxed
12356 \end_layout
12357
12358 \end_inset
12359
12360 .
12361 \end_layout
12362
12363 \begin_layout Standard
12364 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12365  azul en un marco donde se introduce parte de una ecuación.
12366  Para 
12367 \series bold
12368
12369 \backslash
12370 fbox
12371 \series default
12372  hay que generar una ecuación adicional con 
12373 \family sans
12374 Ctrl-m
12375 \family default
12376  dentro del recuadro,
12377 \begin_inset Foot
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381 Debido a un fallo de LyX, 
12382 \begin_inset CommandInset href
12383 LatexCommand href
12384 name "LyX-bug #1435"
12385 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12386
12387 \end_inset
12388
12389 , no es posible crear una nueva ecuación con 
12390 \family sans
12391 Ctrl-m
12392 \family default
12393 .
12394 \end_layout
12395
12396 \end_inset
12397
12398  porque si no el contenido del mismo sería considerado texto matemático.
12399  Si se usa 
12400 \series bold
12401
12402 \backslash
12403 boxed
12404 \series default
12405  la nueva ecuación se genera automáticamente dentro del marco.
12406 \end_layout
12407
12408 \begin_layout Standard
12409 El comando 
12410 \series bold
12411
12412 \backslash
12413 fbox
12414 \series default
12415  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12416  ecuación tendría siempre el tamaño del texto.
12417  Por otra parte, 
12418 \series bold
12419
12420 \backslash
12421 fboxed
12422 \series default
12423  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12424  siempre el tamaño de una ecuación en modo presentación.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 El comando 
12429 \series bold
12430
12431 \backslash
12432 framebox
12433 \series default
12434
12435 \begin_inset Index
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 Comandos ! F ! 
12440 \backslash
12441 framebox
12442 \end_layout
12443
12444 \end_inset
12445
12446  es una extensión de 
12447 \series bold
12448
12449 \backslash
12450 fbox
12451 \series default
12452 , que permite especificar además la anchura del marco yla alineación.
12453  
12454 \series bold
12455
12456 \backslash
12457 framebox
12458 \series default
12459  se usa con el siguiente esquema: 
12460 \end_layout
12461
12462 \begin_layout Standard
12463
12464 \series bold
12465
12466 \backslash
12467 framebox[anchura del marco][posición]{contenido del cuadro}
12468 \end_layout
12469
12470 \begin_layout Standard
12471 La posición puede ser 
12472 \emph on
12473 l
12474 \emph default
12475  o 
12476 \emph on
12477 r
12478 \emph default
12479
12480 \emph on
12481 l
12482 \emph default
12483  alinea la ecuación a la izquierda del cuadro, 
12484 \emph on
12485 r
12486 \emph default
12487  la alinea a la derecha.
12488  Si no se da posición la ecuación será centrada.
12489 \begin_inset Newline newline
12490 \end_inset
12491
12492 Si no se pone anchura tampoco puede darse posición.
12493  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12494  con 
12495 \series bold
12496
12497 \backslash
12498 fbox
12499 \series default
12500 .
12501  
12502 \end_layout
12503
12504 \begin_layout Standard
12505 Cuando se inserta el comando 
12506 \series bold
12507
12508 \backslash
12509 framebox
12510 \series default
12511  aparece un recuadro con tres marcos azules.
12512  Los dos primeros marcos están encerrados entre corchetes e indican los
12513  dos argumentos opcionales.
12514  El tercer marco es para partes de la ecuación, como para 
12515 \series bold
12516
12517 \backslash
12518 fbox
12519 \series default
12520 .
12521 \end_layout
12522
12523 \begin_layout Standard
12524 \noindent
12525 \align center
12526 \begin_inset Note Note
12527 status open
12528
12529 \begin_layout Plain Layout
12530 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12531  De lo contrario el texto de la nota no se mostraría.
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \begin_inset Box Frameless
12538 position "t"
12539 hor_pos "c"
12540 has_inner_box 1
12541 inner_pos "t"
12542 use_parbox 0
12543 width "100col%"
12544 special "none"
12545 height "1in"
12546 height_special "totalheight"
12547 status open
12548
12549 \begin_layout Plain Layout
12550 \align center
12551 \begin_inset Tabular
12552 <lyxtabular version="3" rows="5" columns="2">
12553 <features>
12554 <column alignment="center" valignment="top" width="0">
12555 <column alignment="center" valignment="top" width="0">
12556 <row>
12557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 Comando
12562 \begin_inset Foot
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566 Debido a un fallo de LyX, 
12567 \begin_inset CommandInset href
12568 LatexCommand href
12569 name "LyX-bug #1435"
12570 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12571
12572 \end_inset
12573
12574 , no es posible crear una nueva ecuación con 
12575 \family sans
12576 Ctrl-m
12577 \family default
12578 .
12579  
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 Resultado
12594 \begin_inset Note Note
12595 status collapsed
12596
12597 \begin_layout Plain Layout
12598
12599 \series bold
12600
12601 \backslash
12602 raisebox
12603 \series default
12604  se usa sólo como espaciador
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 </row>
12615 <row>
12616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620
12621 \backslash
12622 fbox
12623 \begin_inset ERT
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627
12628
12629 \backslash
12630 spce 
12631 \end_layout
12632
12633 \end_inset
12634
12635
12636 \family sans
12637 Ctrl-m
12638 \family default
12639  
12640 \backslash
12641 int
12642 \begin_inset ERT
12643 status collapsed
12644
12645 \begin_layout Plain Layout
12646
12647
12648 \backslash
12649 spce 
12650 \end_layout
12651
12652 \end_inset
12653
12654 A=B
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12664
12665 \end_inset
12666
12667
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 </row>
12673 <row>
12674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678
12679 \backslash
12680 boxed
12681 \begin_inset ERT
12682 status collapsed
12683
12684 \begin_layout Plain Layout
12685
12686
12687 \backslash
12688 spce 
12689 \end_layout
12690
12691 \end_inset
12692
12693
12694 \backslash
12695 int
12696 \begin_inset ERT
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700
12701
12702 \backslash
12703 spce 
12704 \end_layout
12705
12706 \end_inset
12707
12708 A=B
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12718 \end_inset
12719
12720
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 </row>
12726 <row>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 A+
12732 \backslash
12733 fbox
12734 \begin_inset ERT
12735 status collapsed
12736
12737 \begin_layout Plain Layout
12738
12739
12740 \backslash
12741 spce 
12742 \end_layout
12743
12744 \end_inset
12745
12746 B
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12756 \end_inset
12757
12758
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 </row>
12764 <row>
12765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769
12770 \backslash
12771 framebox
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777
12778 \backslash
12779 spce 
12780 \end_layout
12781
12782 \end_inset
12783
12784 20mm
12785 \begin_inset Formula $\to$
12786 \end_inset
12787
12788
12789 \begin_inset Formula $\to$
12790 \end_inset
12791
12792
12793 \family sans
12794 Ctrl-m
12795 \family default
12796  
12797 \backslash
12798 frac
12799 \begin_inset ERT
12800 status collapsed
12801
12802 \begin_layout Plain Layout
12803
12804
12805 \backslash
12806 spce 
12807 \end_layout
12808
12809 \end_inset
12810
12811 A
12812 \begin_inset Formula $\downarrow$
12813 \end_inset
12814
12815 B
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 \begin_inset Formula $\raisebox{6mm}{}$
12825 \end_inset
12826
12827
12828 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12829 \end_inset
12830
12831
12832 \begin_inset Formula $\raisebox{-4mm}{}$
12833 \end_inset
12834
12835
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 </lyxtabular>
12842
12843 \end_inset
12844
12845
12846 \end_layout
12847
12848 \end_inset
12849
12850
12851 \end_layout
12852
12853 \begin_layout Standard
12854 El grosor del marco también se puede ajustar.
12855  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12856  la fórmula:
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862
12863 \backslash
12864 fboxrule
12865 \series default
12866  
12867 \series bold
12868
12869 \begin_inset Quotes fld
12870 \end_inset
12871
12872 grosor
12873 \begin_inset Quotes frd
12874 \end_inset
12875
12876
12877 \series default
12878  
12879 \series bold
12880
12881 \backslash
12882 fboxsep
12883 \series default
12884  
12885 \series bold
12886
12887 \begin_inset Quotes fld
12888 \end_inset
12889
12890 distancia
12891 \begin_inset Quotes frd
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \begin_layout Standard
12898 \begin_inset Quotes fld
12899 \end_inset
12900
12901 distancia
12902 \begin_inset Quotes frd
12903 \end_inset
12904
12905  especifica la distancia mínima entre el marco y el primer carácter en el
12906  cuadro.
12907  Un ejemplo de esto es la siguiente ecuación enmarcada:
12908 \begin_inset ERT
12909 status collapsed
12910
12911 \begin_layout Plain Layout
12912
12913
12914 \backslash
12915 fboxrule 2mm 
12916 \backslash
12917 fboxsep 3mm
12918 \end_layout
12919
12920 \end_inset
12921
12922
12923 \begin_inset Formula \[
12924 \boxed{A+B=C}\]
12925
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932 Delante de esta ecuación se han insertado los comandos
12933 \end_layout
12934
12935 \begin_layout Standard
12936
12937 \series bold
12938
12939 \backslash
12940 fboxrule
12941 \series default
12942  
12943 \series bold
12944 2mm
12945 \series default
12946  
12947 \series bold
12948
12949 \backslash
12950 fboxsep
12951 \series default
12952  
12953 \series bold
12954 3mm
12955 \end_layout
12956
12957 \begin_layout Standard
12958 en modo TeX.
12959  Los valores dados se usan para todos los cuadros siguientes.
12960 \end_layout
12961
12962 \begin_layout Standard
12963 Para volver al tamaño estándar del marco se inserta el comando
12964 \end_layout
12965
12966 \begin_layout Standard
12967
12968 \series bold
12969
12970 \backslash
12971 fboxrule
12972 \series default
12973  
12974 \series bold
12975 0.4pt
12976 \series default
12977  
12978 \series bold
12979
12980 \backslash
12981 fboxsep
12982 \series default
12983  
12984 \series bold
12985 3pt
12986 \series default
12987
12988 \begin_inset ERT
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992
12993
12994 \backslash
12995 fboxrule 0.4pt 
12996 \backslash
12997 fboxsep 3pt
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \begin_layout Standard
13006 en modo TeX antes de la ecuación siguiente.
13007 \end_layout
13008
13009 \begin_layout Subsection
13010 Cuadros sin marco
13011 \begin_inset CommandInset label
13012 LatexCommand label
13013 name "sub:Cuadros-sin-marco"
13014
13015 \end_inset
13016
13017
13018 \begin_inset Index
13019 status collapsed
13020
13021 \begin_layout Plain Layout
13022 Cuadros ! sin marco
13023 \end_layout
13024
13025 \end_inset
13026
13027
13028 \end_layout
13029
13030 \begin_layout Standard
13031 Para cuadros sin marco hay los comandos: 
13032 \series bold
13033
13034 \backslash
13035 mbox
13036 \series default
13037
13038 \begin_inset Index
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042 Comandos ! M ! 
13043 \backslash
13044 mbox
13045 \end_layout
13046
13047 \end_inset
13048
13049
13050 \series bold
13051
13052 \backslash
13053 makebox
13054 \series default
13055
13056 \begin_inset Index
13057 status collapsed
13058
13059 \begin_layout Plain Layout
13060 Comandos ! M ! 
13061 \backslash
13062 makebox
13063 \end_layout
13064
13065 \end_inset
13066
13067  y 
13068 \series bold
13069
13070 \backslash
13071 raisebox
13072 \series default
13073
13074 \begin_inset Index
13075 status collapsed
13076
13077 \begin_layout Plain Layout
13078 Comandos ! R ! 
13079 \backslash
13080 raisebox
13081 \end_layout
13082
13083 \end_inset
13084
13085 .
13086 \end_layout
13087
13088 \begin_layout Standard
13089 Con 
13090 \series bold
13091
13092 \backslash
13093 raisebox
13094 \series default
13095  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13096  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13097  
13098 \series bold
13099
13100 \backslash
13101 raisebox
13102 \series default
13103  se usa con el siguiente esquema: 
13104 \end_layout
13105
13106 \begin_layout Standard
13107
13108 \series bold
13109
13110 \backslash
13111 raisebox{altura}{contenido del marco}
13112 \end_layout
13113
13114 \begin_layout Standard
13115 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13116  extra, como con 
13117 \series bold
13118
13119 \backslash
13120 fbox
13121 \series default
13122 .
13123 \end_layout
13124
13125 \begin_layout Standard
13126 \align center
13127 \begin_inset Tabular
13128 <lyxtabular version="3" rows="4" columns="2">
13129 <features>
13130 <column alignment="center" valignment="top" width="0">
13131 <column alignment="center" valignment="top" width="0">
13132 <row>
13133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 Comando
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 Resultado
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 </row>
13152 <row>
13153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 H
13158 \backslash
13159 raisebox{2mm
13160 \begin_inset Formula $\to$
13161 \end_inset
13162
13163
13164 \backslash
13165 {al
13166 \begin_inset Formula $\to$
13167 \end_inset
13168
13169  lo
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 </row>
13187 <row>
13188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 H
13193 \backslash
13194 raisebox{-2mm
13195 \begin_inset Formula $\to$
13196 \end_inset
13197
13198
13199 \backslash
13200 {al
13201 \begin_inset Formula $\to$
13202 \end_inset
13203
13204 lo
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 </row>
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 A=
13228 \backslash
13229 raisebox{-2mm
13230 \begin_inset Formula $\to$
13231 \end_inset
13232
13233
13234 \backslash
13235 {
13236 \family sans
13237 Ctrl-m
13238 \family default
13239  
13240 \backslash
13241 sqrt
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247
13248 \backslash
13249 spce 
13250 \end_layout
13251
13252 \end_inset
13253
13254
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 \begin_inset ERT
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267
13268 $A=
13269 \backslash
13270 raisebox{-2mm}{$
13271 \backslash
13272 sqrt{B}$}$
13273 \end_layout
13274
13275 \end_inset
13276
13277
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 </row>
13283 </lyxtabular>
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13292  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13293 \begin_inset Foot
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297 véase 
13298 \begin_inset CommandInset href
13299 LatexCommand href
13300 name "LyX-bug #1435"
13301 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13302
13303 \end_inset
13304
13305
13306 \end_layout
13307
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \begin_layout Standard
13314 El comando 
13315 \series bold
13316
13317 \backslash
13318 mbox
13319 \series default
13320  es equivalente a 
13321 \series bold
13322
13323 \backslash
13324 fbox
13325 \series default
13326  y 
13327 \series bold
13328
13329 \backslash
13330 makebox
13331 \series default
13332  es equivalente a 
13333 \series bold
13334
13335 \backslash
13336 framebox
13337 \series default
13338 , con la diferencia de que no hay marco.
13339 \end_layout
13340
13341 \begin_layout Subsection
13342 Cuadros coloreados
13343 \begin_inset CommandInset label
13344 LatexCommand label
13345 name "sub:Cuadros-coloreados"
13346
13347 \end_inset
13348
13349
13350 \begin_inset Index
13351 status collapsed
13352
13353 \begin_layout Plain Layout
13354 Cuadros ! coloreados
13355 \end_layout
13356
13357 \end_inset
13358
13359
13360 \end_layout
13361
13362 \begin_layout Standard
13363 Para poder usar todos los comandos explicados en esta sección hay que cargar
13364  en el preámbulo LaTeX el paquete LaTeX 
13365 \series bold
13366 color
13367 \series default
13368
13369 \begin_inset Foot
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373 El paquete LaTeX 
13374 \series bold
13375 color
13376 \series default
13377  forma parte de toda distribución LaTeX estándar.
13378 \end_layout
13379
13380 \end_inset
13381
13382
13383 \begin_inset Index
13384 status collapsed
13385
13386 \begin_layout Plain Layout
13387 Paquetes ! color
13388 \end_layout
13389
13390 \end_inset
13391
13392 , con la línea
13393 \begin_inset Foot
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397 Cuando hay texto coloreado con un color predefinido en alguna parte del
13398  documento, LyX carga automáticamente el paquete LaTeX 
13399 \series bold
13400 color
13401 \series default
13402 .
13403  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13404  origina problemas.
13405 \end_layout
13406
13407 \end_inset
13408
13409
13410 \begin_inset Note Note
13411 status open
13412
13413 \begin_layout Plain Layout
13414 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13415  en el preámbulo LaTeX.
13416 \end_layout
13417
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \begin_layout Standard
13424
13425 \series bold
13426
13427 \backslash
13428 usepackage{color}
13429 \begin_inset VSpace medskip
13430 \end_inset
13431
13432
13433 \end_layout
13434
13435 \begin_layout Standard
13436 Para colorear cuadros se usa el comando 
13437 \series bold
13438
13439 \backslash
13440 colorbox
13441 \series default
13442
13443 \begin_inset Index
13444 status collapsed
13445
13446 \begin_layout Plain Layout
13447 Comandos ! C ! 
13448 \backslash
13449 colorbox
13450 \end_layout
13451
13452 \end_inset
13453
13454  con el siguiente esquema:
13455 \end_layout
13456
13457 \begin_layout Standard
13458
13459 \series bold
13460
13461 \backslash
13462 colorbox{color}{contenido del cuadro}
13463 \end_layout
13464
13465 \begin_layout Standard
13466 El contenido del cuadro puede ser otro cuadro, y también un 
13467 \backslash
13468
13469 \series bold
13470 colorbox
13471 \series default
13472  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13473  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13474  como con 
13475 \series bold
13476
13477 \backslash
13478 fbox
13479 \series default
13480 .
13481 \begin_inset Foot
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485 Esto también se aplica para el comando 
13486 \series bold
13487
13488 \backslash
13489 fcolorbox
13490 \series default
13491 .
13492  Por eso ten en cuenta 
13493 \begin_inset CommandInset href
13494 LatexCommand href
13495 name "LyX-bug #1435"
13496 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13497
13498 \end_inset
13499
13500 .
13501 \end_layout
13502
13503 \end_inset
13504
13505  
13506 \end_layout
13507
13508 \begin_layout Standard
13509 Se puede elegir uno de los siguientes colores predefinidos:
13510 \end_layout
13511
13512 \begin_layout Standard
13513
13514 \series bold
13515 black
13516 \series default
13517
13518 \series bold
13519 blue
13520 \series default
13521
13522 \series bold
13523 cyan
13524 \series default
13525
13526 \series bold
13527 green
13528 \series default
13529
13530 \series bold
13531 magenta
13532 \series default
13533
13534 \series bold
13535 red
13536 \series default
13537
13538 \series bold
13539 white
13540 \series default
13541
13542 \series bold
13543 yellow
13544 \end_layout
13545
13546 \begin_layout Standard
13547 \align center
13548 \begin_inset Tabular
13549 <lyxtabular version="3" rows="4" columns="2">
13550 <features>
13551 <column alignment="center" valignment="top" width="0">
13552 <column alignment="center" valignment="top" width="0">
13553 <row>
13554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 Comando
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 Resultado
13568 \begin_inset Note Note
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572
13573 \series bold
13574
13575 \backslash
13576 raisebox
13577 \series default
13578  se usa sólo como espaciador
13579 \end_layout
13580
13581 \end_inset
13582
13583
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 </row>
13589 <row>
13590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594
13595 \backslash
13596 colorbox{yellow
13597 \begin_inset Formula $\to$
13598 \end_inset
13599
13600
13601 \backslash
13602 {A=B
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 <row>
13621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625
13626 \backslash
13627 colorbox{green
13628 \begin_inset Formula $\to$
13629 \end_inset
13630
13631
13632 \backslash
13633 {
13634 \backslash
13635 fbox
13636 \begin_inset ERT
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640
13641
13642 \backslash
13643 spce 
13644 \end_layout
13645
13646 \end_inset
13647
13648 A=B
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671
13672 \backslash
13673 fbox
13674 \begin_inset ERT
13675 status collapsed
13676
13677 \begin_layout Plain Layout
13678
13679
13680 \backslash
13681 spce 
13682 \end_layout
13683
13684 \end_inset
13685
13686
13687 \backslash
13688 colorbox{green
13689 \begin_inset Formula $\to$
13690 \end_inset
13691
13692
13693 \backslash
13694 {A=B
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 </lyxtabular>
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Standard
13720
13721 \series bold
13722
13723 \backslash
13724 colorbox
13725 \series default
13726  sólo colorea el cuadro pero no los caracteres.
13727  Para colorear todos los caracteres se selecciona toda la ecuación y se
13728  elige un color en el diálogo 
13729 \family sans
13730 Estilo
13731 \begin_inset space ~
13732 \end_inset
13733
13734 del
13735 \begin_inset space ~
13736 \end_inset
13737
13738 texto
13739 \family default
13740 .
13741  El diálogo puede abrirse con el botón 
13742 \begin_inset Graphics
13743         filename ../../images/dialog-show_character.png
13744         scale 85
13745
13746 \end_inset
13747
13748  de la barra de herramientas o con el menú 
13749 \family sans
13750 Editar\SpecialChar \menuseparator
13751 Estilo
13752 \begin_inset space ~
13753 \end_inset
13754
13755 del
13756 \begin_inset space ~
13757 \end_inset
13758
13759 texto\SpecialChar \menuseparator
13760 Personalizado
13761 \family default
13762 .
13763  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13764  Si el número de la ecuación debe tener otro color que el de los caracteres
13765  de la ecuación, el color debe cambiarse dentro de la ecuación.
13766 \end_layout
13767
13768 \begin_layout Standard
13769 Un ejemplo:
13770 \color red
13771
13772 \begin_inset Formula \begin{equation}
13773 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13774
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \begin_layout Standard
13781
13782 \color green
13783 \begin_inset Formula \begin{equation}
13784 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13785
13786 \end_inset
13787
13788
13789 \end_layout
13790
13791 \begin_layout Standard
13792 La ecuación 
13793 \begin_inset CommandInset ref
13794 LatexCommand eqref
13795 reference "eq:rojo"
13796
13797 \end_inset
13798
13799  está toda coloreada en rojo.
13800 \begin_inset Newline newline
13801 \end_inset
13802
13803 La ecuación 
13804 \begin_inset CommandInset ref
13805 LatexCommand eqref
13806 reference "eq:rojoverde"
13807
13808 \end_inset
13809
13810  se ha coloreado en primer lugar toda en verde para colorear el número de
13811  la ecuación.
13812  Posteriormente se han coloreado en rojo los caracteres.
13813 \family sans
13814
13815 \begin_inset VSpace bigskip
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \begin_layout Standard
13822 Para colorear diferente el marco y el resto del cuadro se usa el comando
13823  
13824 \series bold
13825
13826 \backslash
13827 fcolorbox
13828 \series default
13829
13830 \begin_inset Index
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834 Comandos ! F ! 
13835 \backslash
13836 fcolorbox
13837 \end_layout
13838
13839 \end_inset
13840
13841  con el siguiente esquema:
13842 \end_layout
13843
13844 \begin_layout Standard
13845
13846 \series bold
13847
13848 \backslash
13849 fcolorbox{color del marco}{color}{contenido del cuadro}
13850 \end_layout
13851
13852 \begin_layout Standard
13853 Así pues 
13854 \series bold
13855
13856 \backslash
13857 fcolorbox
13858 \series default
13859  es una extensión del comando 
13860 \series bold
13861
13862 \backslash
13863 colorbox
13864 \series default
13865 .
13866  La anchura del marco se establece, como para 
13867 \series bold
13868
13869 \backslash
13870 framebox
13871 \series default
13872 , con 
13873 \series bold
13874
13875 \backslash
13876 fboxrule
13877 \series default
13878  y 
13879 \series bold
13880
13881 \backslash
13882 fboxsep
13883 \series default
13884 .
13885  Un ejemplo:
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891
13892 \backslash
13893 fboxrule 1mm 
13894 \backslash
13895 fboxsep 1mm
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \begin_inset Formula \[
13902 \fcolorbox{cyan}{magenta}{A=B}\]
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \begin_layout Standard
13910 \begin_inset ERT
13911 status collapsed
13912
13913 \begin_layout Plain Layout
13914
13915
13916 \backslash
13917 fboxrule 0.4pt 
13918 \backslash
13919 fboxsep 3pt
13920 \end_layout
13921
13922 \end_inset
13923
13924
13925 \end_layout
13926
13927 \begin_layout Standard
13928 Esta ecuación se ha compuesto con el comando
13929 \begin_inset Newline newline
13930 \end_inset
13931
13932
13933 \series bold
13934
13935 \backslash
13936 fcolorbox{cyan
13937 \begin_inset Formula $\to$
13938 \end_inset
13939
13940
13941 \backslash
13942 {magenta
13943 \begin_inset Formula $\to$
13944 \end_inset
13945
13946
13947 \backslash
13948 {A=B
13949 \end_layout
13950
13951 \begin_layout Standard
13952 \begin_inset VSpace bigskip
13953 \end_inset
13954
13955
13956 \end_layout
13957
13958 \begin_layout Standard
13959 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13960 \end_layout
13961
13962 \begin_layout Standard
13963 Por ejemplo, se puede definir el color 
13964 \begin_inset Quotes fld
13965 \end_inset
13966
13967
13968 \series bold
13969 verdeoscuro
13970 \series default
13971
13972 \begin_inset Quotes frd
13973 \end_inset
13974
13975  con la línea de preámbulo LaTeX:
13976 \end_layout
13977
13978 \begin_layout Standard
13979
13980 \series bold
13981
13982 \backslash
13983 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13984 \series default
13985
13986 \begin_inset Index
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990 Comandos ! D ! 
13991 \backslash
13992 definecolor
13993 \end_layout
13994
13995 \end_inset
13996
13997
13998 \end_layout
13999
14000 \begin_layout Standard
14001
14002 \series bold
14003 cmyk
14004 \series default
14005  es el espacio de color referido a los colores 
14006 \series bold
14007 cyan
14008 \series default
14009
14010 \series bold
14011 magenta
14012 \series default
14013
14014 \series bold
14015 yellow
14016 \series default
14017  y 
14018 \series bold
14019 black
14020 \series default
14021 .
14022  Los cuatro números separados por coma son el factor de cuota para los colores
14023  correspondientes del espacio de color.
14024  Los factores pueden estar en el rango 0-1.
14025  En vez de 
14026 \series bold
14027 cmyk
14028 \series default
14029  se puede usar el espacio de color 
14030 \series bold
14031 rgb
14032 \series default
14033 , que se refiere a 
14034 \series bold
14035 red
14036 \series default
14037
14038 \series bold
14039 green
14040 \series default
14041  y 
14042 \series bold
14043 blue
14044 \series default
14045 , así pues en este caso hay tres factores de cuota para los correspondientes
14046  colores.
14047  Además hay el espacio de color 
14048 \series bold
14049 gray
14050 \series default
14051  con un factor de cuota para el valor gris.
14052 \end_layout
14053
14054 \begin_layout Standard
14055 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14056 \series bold
14057 verdeoscuro
14058 \series default
14059  y los caracteres en color amarillo:
14060 \color black
14061
14062 \begin_inset Formula \begin{equation}
14063 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071 Los colores personalizados también se pueden usar para texto con la ayuda
14072  del comando 
14073 \series bold
14074
14075 \backslash
14076 textcolor
14077 \series default
14078
14079 \begin_inset Index
14080 status collapsed
14081
14082 \begin_layout Plain Layout
14083 Texto ! coloreado
14084 \end_layout
14085
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \begin_layout Standard
14092 \begin_inset ERT
14093 status open
14094
14095 \begin_layout Plain Layout
14096
14097
14098 \backslash
14099 textcolor{verdeoscuro}{
14100 \end_layout
14101
14102 \end_inset
14103
14104 Esta frase en 
14105 \begin_inset Quotes fld
14106 \end_inset
14107
14108 verdeoscuro
14109 \begin_inset Quotes frd
14110 \end_inset
14111
14112 .
14113 \begin_inset ERT
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117
14118 }
14119 \end_layout
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \begin_layout Standard
14127
14128 \series bold
14129
14130 \backslash
14131 textcolor
14132 \series default
14133
14134 \begin_inset Index
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138 Comandos ! T ! 
14139 \backslash
14140 textcolor
14141 \end_layout
14142
14143 \end_inset
14144
14145  se usa con el esquema 
14146 \series bold
14147
14148 \backslash
14149 textcolor{color}{caracteres a colorear}
14150 \series default
14151 .
14152 \end_layout
14153
14154 \begin_layout Subsection
14155 Cuadros de párrafo
14156 \begin_inset CommandInset label
14157 LatexCommand label
14158 name "sub:Cuadros-de-párrafo"
14159
14160 \end_inset
14161
14162
14163 \begin_inset Index
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167 Cuadros ! para párrafos
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \end_layout
14174
14175 \begin_layout Standard
14176 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14177  de párrafo (parbox), se puede generar con el menú 
14178 \family sans
14179 Insertar\SpecialChar \menuseparator
14180 Cuadro
14181 \family default
14182  o con el botón 
14183 \begin_inset Graphics
14184         filename ../../images/box-insert.png
14185         scale 85
14186
14187 \end_inset
14188
14189  de la barra de herramientas.
14190 \end_layout
14191
14192 \begin_layout Standard
14193 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14194 \begin_inset VSpace medskip
14195 \end_inset
14196
14197 Esta línea contiene 
14198 \begin_inset Box Boxed
14199 position "c"
14200 hor_pos "c"
14201 has_inner_box 1
14202 inner_pos "c"
14203 use_parbox 1
14204 width "5cm"
14205 special "none"
14206 height "1in"
14207 height_special "totalheight"
14208 status collapsed
14209
14210 \begin_layout Plain Layout
14211 Esto es un cuadro de párrafo.
14212  Tiene exactamente 5
14213 \begin_inset space \thinspace{}
14214 \end_inset
14215
14216 cm de largo y además puede contener ecuaciones: 
14217 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \begin_inset space ~
14227 \end_inset
14228
14229  un cuadro de párrafo.
14230 \begin_inset VSpace medskip
14231 \end_inset
14232
14233 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14234  Surge un diálogo con las propiedades del cuadro.
14235  En este caso: 
14236 \emph on
14237 Decoración
14238 \emph default
14239 : Marco rectangular, 
14240 \emph on
14241 Cuadro interior
14242 \emph default
14243 : Párrafo, 
14244 \emph on
14245 Ancho
14246 \emph default
14247 : 5
14248 \begin_inset space \thinspace{}
14249 \end_inset
14250
14251 cm, 
14252 \emph on
14253 Alineación Vertical
14254 \emph default
14255  
14256 \emph on
14257 Cuadro
14258 \emph default
14259 : Medio.
14260 \end_layout
14261
14262 \begin_layout Standard
14263 \begin_inset VSpace medskip
14264 \end_inset
14265
14266 En LaTeX, un cuadro de párrafo se inserta con el comando 
14267 \series bold
14268
14269 \backslash
14270 parbox
14271 \series default
14272
14273 \begin_inset Index
14274 status collapsed
14275
14276 \begin_layout Plain Layout
14277 Comandos ! P ! 
14278 \backslash
14279 parbox
14280 \end_layout
14281
14282 \end_inset
14283
14284  con el esquema siguiente:
14285 \end_layout
14286
14287 \begin_layout Standard
14288
14289 \series bold
14290
14291 \backslash
14292 parbox[posición]{anchura}{contenido}
14293 \end_layout
14294
14295 \begin_layout Standard
14296 Son posibles las posiciones 
14297 \emph on
14298 b
14299 \emph default
14300  y 
14301 \emph on
14302 t
14303 \emph default
14304
14305 \emph on
14306 b
14307 \emph default
14308  por 
14309 \begin_inset Quotes fld
14310 \end_inset
14311
14312 bottom
14313 \begin_inset Quotes frd
14314 \end_inset
14315
14316  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14317  Con 
14318 \emph on
14319 t
14320 \emph default
14321 , por 
14322 \begin_inset Quotes fld
14323 \end_inset
14324
14325 top
14326 \begin_inset Quotes frd
14327 \end_inset
14328
14329  (arriba), la alineación se hace con la primera línea.
14330  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14331  
14332 \emph on
14333 Cuadros
14334 \emph default
14335  del manual 
14336 \emph on
14337 Objetos incrustados
14338 \emph default
14339  para ejemplos.
14340 \end_layout
14341
14342 \begin_layout Standard
14343 \begin_inset VSpace bigskip
14344 \end_inset
14345
14346 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14347  ponerse en un cuadro de párrafo.
14348  Para ello se inserta el comando
14349 \begin_inset Newline newline
14350 \end_inset
14351
14352
14353 \series bold
14354
14355 \backslash
14356 fbox{
14357 \backslash
14358 parbox{
14359 \backslash
14360 linewidth-2
14361 \backslash
14362 fboxsep-2
14363 \backslash
14364 fboxrule}{
14365 \begin_inset Newline newline
14366 \end_inset
14367
14368
14369 \series default
14370 en modo TeX delante de la ecuación.
14371  Aquí 
14372 \series bold
14373
14374 \backslash
14375 linewidth
14376 \begin_inset Index
14377 status collapsed
14378
14379 \begin_layout Plain Layout
14380 Comandos ! L ! 
14381 \backslash
14382 linewidth
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \series default
14389  es la anchura de línea establecida para el documento.
14390  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14391  anchura dos veces la separación del marco y el grosor.
14392  Como LyX no lo hace automáticamente debido a un fallo,
14393 \begin_inset Foot
14394 status collapsed
14395
14396 \begin_layout Plain Layout
14397 \begin_inset CommandInset href
14398 LatexCommand href
14399 name "LyX-bug #4483"
14400 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14401
14402 \end_inset
14403
14404
14405 \end_layout
14406
14407 \end_inset
14408
14409  hay que usar modo TeX.
14410  Para poder multiplicar y restar en los argumentos hay que cargar en el
14411  preámbulo LaTeX el paquete LaTeX 
14412 \series bold
14413 calc
14414 \series default
14415 ,
14416 \begin_inset Foot
14417 status collapsed
14418
14419 \begin_layout Plain Layout
14420
14421 \series bold
14422 calc
14423 \series default
14424  es parte de toda instalación LaTeX estándar.
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \begin_inset Index
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434 Paquetes ! calc
14435 \end_layout
14436
14437 \end_inset
14438
14439  con la línea
14440 \end_layout
14441
14442 \begin_layout Standard
14443
14444 \series bold
14445
14446 \backslash
14447 usepackage{calc}
14448 \end_layout
14449
14450 \begin_layout Standard
14451 Detrás de la ecuación se cierran ambos cuadros con 
14452 \series bold
14453 }}
14454 \series default
14455  en modo TeX.
14456  Aquí hay un ejemplo:
14457 \begin_inset ERT
14458 status collapsed
14459
14460 \begin_layout Plain Layout
14461
14462
14463 \backslash
14464 fboxsep 5mm 
14465 \backslash
14466 fboxrule 5mm
14467 \end_layout
14468
14469 \end_inset
14470
14471
14472 \end_layout
14473
14474 \begin_layout Standard
14475 \begin_inset ERT
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479
14480
14481 \backslash
14482 fbox{
14483 \backslash
14484 parbox{
14485 \backslash
14486 linewidth-2
14487 \backslash
14488 fboxsep-2
14489 \backslash
14490 fboxrule}{
14491 \end_layout
14492
14493 \end_inset
14494
14495
14496 \begin_inset Formula \begin{equation}
14497 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14498
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \begin_layout Standard
14505 \begin_inset ERT
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509
14510 }}
14511 \end_layout
14512
14513 \end_inset
14514
14515
14516 \begin_inset ERT
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520
14521
14522 \backslash
14523 fboxrule 0.4pt 
14524 \backslash
14525 fboxsep 3pt
14526 \end_layout
14527
14528 \end_inset
14529
14530
14531 \end_layout
14532
14533 \begin_layout Standard
14534 \begin_inset VSpace medskip
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \begin_layout Standard
14541 Como se ha usado el cuadro de párrafo como argumento de 
14542 \series bold
14543
14544 \backslash
14545 fbox
14546 \series default
14547 , en este caso no hay diferencia entre 
14548 \series bold
14549
14550 \backslash
14551 fbox
14552 \series default
14553  y 
14554 \series bold
14555
14556 \backslash
14557 boxed
14558 \series default
14559 .
14560  
14561 \end_layout
14562
14563 \begin_layout Standard
14564 \begin_inset VSpace bigskip
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14572  Para hacerlo, se usa 
14573 \series bold
14574
14575 \backslash
14576 parbox
14577 \series default
14578  en combinación con el comando 
14579 \series bold
14580
14581 \backslash
14582 tag
14583 \series default
14584 .
14585  (Véase más sobre 
14586 \series bold
14587
14588 \backslash
14589 tag
14590 \series default
14591  en 
14592 \begin_inset CommandInset ref
14593 LatexCommand ref
14594 reference "sub:Numeración-personalizada"
14595
14596 \end_inset
14597
14598 ).
14599 \end_layout
14600
14601 \begin_layout Standard
14602 Un ejemplo de ecuación comentada con 
14603 \series bold
14604
14605 \backslash
14606 parbox
14607 \series default
14608 :
14609 \end_layout
14610
14611 \begin_layout Standard
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617
14618 \backslash
14619 [5x-7b=3b
14620 \backslash
14621 tag*{
14622 \backslash
14623 parbox{5cm}{
14624 \end_layout
14625
14626 \end_inset
14627
14628 Esto es una descripción.
14629  Está claramente separada de la ecuación y es multilínea.
14630 \begin_inset ERT
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634
14635 }}
14636 \backslash
14637 ]
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14647  no soporta el comando 
14648 \series bold
14649
14650 \backslash
14651 parbox
14652 \series default
14653  en ecuaciones.
14654  La ecuación se compone con la siguiente secuencia de comandos:
14655 \end_layout
14656
14657 \begin_layout Standard
14658 El comando 
14659 \series bold
14660
14661 \backslash
14662 [5x-7b=3b
14663 \backslash
14664 tag*
14665 \backslash
14666 {
14667 \backslash
14668 parbox{5cm}{
14669 \series default
14670  se inserta en modo TeX.
14671 \begin_inset Foot
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675 Si se usa el estilo de ecuación 
14676 \series bold
14677 Sangrado
14678 \series default
14679
14680 \series bold
14681
14682 \backslash
14683 tag*
14684 \backslash
14685
14686 \series default
14687  se puede reemplazar por 
14688 \series bold
14689
14690 \backslash
14691 hfill
14692 \series default
14693 .
14694  (Véanse los estilos de ecuación en 
14695 \begin_inset CommandInset ref
14696 LatexCommand ref
14697 reference "sec:Estilos-de-ecuación"
14698
14699 \end_inset
14700
14701 ).
14702 \end_layout
14703
14704 \end_inset
14705
14706  Después sigue la descripción en texto normal, y por último 
14707 \series bold
14708 }}
14709 \backslash
14710 ]
14711 \series default
14712  en modo TeX.
14713  Aquí los comandos 
14714 \series bold
14715
14716 \backslash
14717 [
14718 \series default
14719  y 
14720 \series bold
14721
14722 \backslash
14723 ]
14724 \series default
14725  crean una ecuación presentada.
14726 \end_layout
14727
14728 \begin_layout Standard
14729 Las ventajas de 
14730 \series bold
14731
14732 \backslash
14733 parbox
14734 \series default
14735  pueden verse en este ejemplo que se ha 
14736 \begin_inset Quotes fld
14737 \end_inset
14738
14739 comentado
14740 \begin_inset Quotes frd
14741 \end_inset
14742
14743  usando el modo texto matemático:
14744 \begin_inset Formula \[
14745 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Section
14753 Operadores
14754 \begin_inset Index
14755 status collapsed
14756
14757 \begin_layout Plain Layout
14758 Operadores
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \begin_layout Subsection
14767 Operadores grandes
14768 \begin_inset CommandInset label
14769 LatexCommand label
14770 name "sub:Operadores-grandes"
14771
14772 \end_inset
14773
14774
14775 \begin_inset Index
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779 Operadores ! grandes
14780 \end_layout
14781
14782 \end_inset
14783
14784
14785 \begin_inset Index
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 Sumatorios
14790 \end_layout
14791
14792 \end_inset
14793
14794
14795 \begin_inset Index
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799 Integrales
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \begin_layout Standard
14808 Para poder usar todos los comandos de integrales listados aquí, debe estar
14809  marcada la opción 
14810 \family sans
14811 Usar paquete esint automáticamente
14812 \family default
14813  en el apartado 
14814 \family sans
14815 Ecuaciones
14816 \family default
14817  de la configuración del documento.
14818  
14819 \end_layout
14820
14821 \begin_layout Standard
14822 \begin_inset space \hfill{}
14823 \end_inset
14824
14825
14826 \begin_inset Tabular
14827 <lyxtabular version="3" rows="11" columns="2">
14828 <features>
14829 <column alignment="center" valignment="top" width="0pt">
14830 <column alignment="center" valignment="top" width="0pt">
14831 <row>
14832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836 Comando
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845 Resultado
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 sum
14859 \begin_inset Index
14860 status collapsed
14861
14862 \begin_layout Plain Layout
14863 Comandos ! S ! 
14864 \backslash
14865 sum
14866 \end_layout
14867
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 \begin_inset Formula $\sum$
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893
14894 \backslash
14895 int
14896 \begin_inset Index
14897 status collapsed
14898
14899 \begin_layout Plain Layout
14900 Comandos ! I ! 
14901 \backslash
14902 int
14903 \end_layout
14904
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 \begin_inset Formula $\int$
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \backslash
14932 intop
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Formula $\intop$
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \backslash
14957 oint
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 \begin_inset Formula $\oint$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \backslash
14982 ointop
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 \begin_inset Formula $\ointop$
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \backslash
15007 ointctrclockwise
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\ointctrclockwise$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 ointclockwise
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Formula $\ointclockwise$
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \backslash
15057 sqint
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 \begin_inset Formula $\sqint$
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \backslash
15082 bigcap
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 \begin_inset Formula $\bigcap$
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 <row>
15101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105
15106 \backslash
15107 bigcup
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 \begin_inset Formula $\bigcup$
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 </lyxtabular>
15126
15127 \end_inset
15128
15129
15130 \begin_inset space \hfill{}
15131 \end_inset
15132
15133
15134 \begin_inset Tabular
15135 <lyxtabular version="3" rows="10" columns="2">
15136 <features>
15137 <column alignment="center" valignment="top" width="0pt">
15138 <column alignment="center" valignment="top" width="0pt">
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 Comando
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 Resultado
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \backslash
15166 prod
15167 \begin_inset Index
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171 Comandos ! P ! 
15172 \backslash
15173 prod
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset Formula $\prod$
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201
15202 \backslash
15203 coprod
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 \begin_inset Formula $\coprod$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 <row>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \backslash
15228 bigodot
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 \begin_inset Formula $\bigodot$
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \backslash
15253 bigotimes
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 \begin_inset Formula $\bigotimes$
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 <row>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \backslash
15278 bigoplus
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 \begin_inset Formula $\bigoplus$
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 <row>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \backslash
15303 bigwedge
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 \begin_inset Formula $\bigwedge$
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 <row>
15322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326
15327 \backslash
15328 bigvee
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 \begin_inset Formula $\bigvee$
15338 \end_inset
15339
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 </row>
15346 <row>
15347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351
15352 \backslash
15353 bigsqcup
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 \begin_inset Formula $\bigsqcup$
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row>
15372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376
15377 \backslash
15378 biguplus
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 \begin_inset Formula $\biguplus$
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 </lyxtabular>
15397
15398 \end_inset
15399
15400
15401 \begin_inset space \hfill{}
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \begin_layout Standard
15408 Todos los operadores grandes se pueden insertar con el botón 
15409 \begin_inset Graphics
15410         filename ../../images/math/intop.png
15411         scale 85
15412
15413 \end_inset
15414
15415  de la barra de ecuaciones.
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Estos operadores son llamados grandes porque son mayores que los operadores
15420  binarios de aspecto semejante.
15421  Todos los operadores grandes pueden tener límites, como se describe en
15422  la subsección siguiente.
15423 \end_layout
15424
15425 \begin_layout Standard
15426 Los operadores 
15427 \series bold
15428
15429 \backslash
15430 intop
15431 \series default
15432  y 
15433 \series bold
15434
15435 \backslash
15436 ointop
15437 \series default
15438  difieren de 
15439 \series bold
15440
15441 \backslash
15442 int
15443 \series default
15444  y 
15445 \series bold
15446
15447 \backslash
15448 oint
15449 \series default
15450  en el estilo en que se presentan los límites, véase
15451 \series bold
15452  
15453 \series default
15454
15455 \begin_inset CommandInset ref
15456 LatexCommand ref
15457 reference "sub:Límites-de-operadores"
15458
15459 \end_inset
15460
15461 .
15462 \end_layout
15463
15464 \begin_layout Subsubsection*
15465 Sugerencias para las integrales
15466 \end_layout
15467
15468 \begin_layout Standard
15469 La letra 
15470 \emph on
15471 d
15472 \emph default
15473  en una integral es un operador, por consiguiente debe escribirse en redonda.
15474  Esto se hace resaltando la 
15475 \emph on
15476 d
15477 \emph default
15478  y usando el atajo de teclado 
15479 \family sans
15480 Alt-c
15481 \begin_inset space ~
15482 \end_inset
15483
15484 r
15485 \family default
15486 .
15487 \begin_inset Foot
15488 status open
15489
15490 \begin_layout Plain Layout
15491 véase estilos de letras en 
15492 \begin_inset CommandInset ref
15493 LatexCommand ref
15494 reference "sub:Estilos-de-fuentes"
15495
15496 \end_inset
15497
15498  
15499 \end_layout
15500
15501 \end_inset
15502
15503  Delante de la 
15504 \emph on
15505 d
15506 \emph default
15507  se inserta un espacio delgado, como es habitual en los operadores.
15508  Un ejemplo:
15509 \end_layout
15510
15511 \begin_layout Standard
15512 incorrecto: 
15513 \begin_inset Formula $\int A(x)dx$
15514 \end_inset
15515
15516
15517 \begin_inset Newline newline
15518 \end_inset
15519
15520
15521 \begin_inset ERT
15522 status collapsed
15523
15524 \begin_layout Plain Layout
15525
15526
15527 \backslash
15528 hphantom{in}
15529 \end_layout
15530
15531 \end_inset
15532
15533 correcto: 
15534 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \begin_layout Standard
15541 Para integrales múltiples hay los siguientes comandos:
15542 \begin_inset VSpace medskip
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \begin_layout Standard
15549 \begin_inset space \hfill{}
15550 \end_inset
15551
15552
15553 \begin_inset Tabular
15554 <lyxtabular version="3" rows="4" columns="2">
15555 <features>
15556 <column alignment="center" valignment="top" width="0">
15557 <column alignment="center" valignment="top" width="0">
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 Comando
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 Resultado
15573 \begin_inset Note Note
15574 status collapsed
15575
15576 \begin_layout Plain Layout
15577
15578 \series bold
15579
15580 \backslash
15581 raisebox
15582 \series default
15583  se usa sólo como espaciador
15584 \end_layout
15585
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 <row>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599
15600 \backslash
15601 iint
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row>
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \backslash
15626 oiint
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 <row>
15645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \backslash
15651 sqiint
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 </lyxtabular>
15670
15671 \end_inset
15672
15673
15674 \begin_inset space \hfill{}
15675 \end_inset
15676
15677
15678 \begin_inset Tabular
15679 <lyxtabular version="3" rows="4" columns="2">
15680 <features>
15681 <column alignment="center" valignment="top" width="0">
15682 <column alignment="center" valignment="top" width="0">
15683 <row>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 Comando
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697 Resultado
15698 \begin_inset Note Note
15699 status collapsed
15700
15701 \begin_layout Plain Layout
15702
15703 \series bold
15704
15705 \backslash
15706 raisebox
15707 \series default
15708  se usa sólo como espaciador
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row>
15720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724
15725 \backslash
15726 iiint
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \backslash
15751 iiiint
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row>
15770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \backslash
15776 dotsint
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 </row>
15794 </lyxtabular>
15795
15796 \end_inset
15797
15798
15799 \begin_inset space \hfill{}
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Subsection
15806 Límites de operadores
15807 \begin_inset CommandInset label
15808 LatexCommand label
15809 name "sub:Límites-de-operadores"
15810
15811 \end_inset
15812
15813
15814 \begin_inset Index
15815 status collapsed
15816
15817 \begin_layout Plain Layout
15818 Operadores ! límites de
15819 \end_layout
15820
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \begin_layout Standard
15827 Los límites se crean mediante superíndices y subíndices:
15828 \end_layout
15829
15830 \begin_layout Standard
15831 \noindent
15832 \align center
15833 \begin_inset Tabular
15834 <lyxtabular version="3" rows="2" columns="2">
15835 <features>
15836 <column alignment="center" valignment="top" width="0">
15837 <column alignment="center" valignment="top" width="0">
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 Comando
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 Resultado
15853 \begin_inset Note Note
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857
15858 \series bold
15859
15860 \backslash
15861 raisebox
15862 \series default
15863  se usa sólo como espaciador
15864 \end_layout
15865
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 </row>
15874 <row>
15875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879
15880 \backslash
15881 prod^
15882 \backslash
15883 infty
15884 \begin_inset ERT
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888
15889
15890 \backslash
15891 spce 
15892 \end_layout
15893
15894 \end_inset
15895
15896
15897 \begin_inset Formula $\to$
15898 \end_inset
15899
15900 _0
15901 \begin_inset Formula $\to$
15902 \end_inset
15903
15904 A(x)
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 </row>
15922 </lyxtabular>
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15931  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15932 \end_layout
15933
15934 \begin_layout Standard
15935 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15936  directamente detrás del operador y se elige 
15937 \series bold
15938 Insertado
15939 \series default
15940  en el menú 
15941 \family sans
15942 Editar\SpecialChar \menuseparator
15943 Ecuación\SpecialChar \menuseparator
15944 Cambiar tipo de límites
15945 \family default
15946  (atajo 
15947 \family sans
15948 Alt-m
15949 \begin_inset space ~
15950 \end_inset
15951
15952 l
15953 \family default
15954 ).
15955  Un ejemplo:
15956 \end_layout
15957
15958 \begin_layout Standard
15959 Los límites por defecto son:
15960 \begin_inset Formula \[
15961 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15962
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \begin_layout Standard
15969 Así se ven si se cambia el tipo de límites a 
15970 \series bold
15971 Insertado
15972 \series default
15973 :
15974 \begin_inset Formula \[
15975 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15976
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Standard
15983 En integrales, excepto 
15984 \series bold
15985
15986 \backslash
15987 intop
15988 \series default
15989  y 
15990 \series bold
15991
15992 \backslash
15993 ointop
15994 \series default
15995 , los límites se colocan por defecto junto al operador.
15996  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15997  operador.
15998  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15999 \series bold
16000 Pantalla
16001 \series default
16002  para poner el límite debajo:
16003 \begin_inset Formula \begin{equation}
16004 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16005
16006 \end_inset
16007
16008
16009 \begin_inset VSpace medskip
16010 \end_inset
16011
16012 Para especificar condiciones en los límites se usan los comandos 
16013 \series bold
16014
16015 \backslash
16016 subarray
16017 \series default
16018
16019 \begin_inset Index
16020 status collapsed
16021
16022 \begin_layout Plain Layout
16023 Comandos ! S ! 
16024 \backslash
16025 subarray
16026 \end_layout
16027
16028 \end_inset
16029
16030  y 
16031 \series bold
16032
16033 \backslash
16034 substack
16035 \series default
16036
16037 \begin_inset Index
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041 Comandos ! S ! 
16042 \backslash
16043 substack
16044 \end_layout
16045
16046 \end_inset
16047
16048 .
16049  Por ejemplo, para componer la expresión
16050 \begin_inset Formula \begin{equation}
16051 \sum_{\begin{subarray}{c}
16052 0<k<1000\\
16053 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16054
16055 \end_inset
16056
16057 se ha hecho lo siguiente: primero se escribe el comando 
16058 \series bold
16059
16060 \backslash
16061 sum^n
16062 \series default
16063
16064 \begin_inset ERT
16065 status collapsed
16066
16067 \begin_layout Plain Layout
16068
16069
16070 \backslash
16071 spce 
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \series bold
16078 _
16079 \series default
16080 .
16081  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16082  se inserta el comando 
16083 \series bold
16084
16085 \backslash
16086 subarray
16087 \series default
16088
16089 \begin_inset ERT
16090 status collapsed
16091
16092 \begin_layout Plain Layout
16093
16094
16095 \backslash
16096 spce 
16097 \end_layout
16098
16099 \end_inset
16100
16101 .
16102  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16103  distintas.
16104  Cada línea nueva se crea con un salto de línea (
16105 \family sans
16106 Ctrl-Intro
16107 \family default
16108 ).
16109  Si ahora se escribe en ella
16110 \begin_inset Newline newline
16111 \end_inset
16112
16113
16114 \series bold
16115 0<k<1000 Ctrl-Intro
16116 \begin_inset Newline newline
16117 \end_inset
16118
16119
16120 \series default
16121 aparece debajo un nuevo marco para la línea nueva.
16122 \end_layout
16123
16124 \begin_layout Standard
16125 La alineación de las líneas puede cambiarse a la izquierda con la 
16126 \family sans
16127 barra de herramientas de tabla
16128 \family default
16129  o con el menú 
16130 \family sans
16131 Editar\SpecialChar \menuseparator
16132 Filas y columnas
16133 \family default
16134 .
16135  Para obtener alineación derecha se inserta 
16136 \series bold
16137
16138 \backslash
16139 hfill
16140 \series default
16141
16142 \begin_inset ERT
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147
16148 \backslash
16149 spce 
16150 \end_layout
16151
16152 \end_inset
16153
16154  al principio de la línea.
16155 \end_layout
16156
16157 \begin_layout Standard
16158 El comando 
16159 \series bold
16160
16161 \backslash
16162 substack
16163 \series default
16164  es equivalente a 
16165 \series bold
16166
16167 \backslash
16168 subarray
16169 \series default
16170  con la diferencia de que las líneas están siempre centradas.
16171 \begin_inset VSpace bigskip
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \begin_layout Standard
16178 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16179  siguientes, como en la ecuación 
16180 \begin_inset CommandInset ref
16181 LatexCommand eqref
16182 reference "eq:substack"
16183
16184 \end_inset
16185
16186 , porque éstos se colocan junto a los límites.
16187 \end_layout
16188
16189 \begin_layout Standard
16190 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16191 \end_layout
16192
16193 \begin_layout Standard
16194
16195 \series bold
16196
16197 \backslash
16198 def
16199 \backslash
16200 clap#1{
16201 \backslash
16202 hbox to 0pt{
16203 \backslash
16204 hss #1
16205 \backslash
16206 hss}}
16207 \begin_inset Newline newline
16208 \end_inset
16209
16210
16211 \backslash
16212 def
16213 \backslash
16214 mathclap {
16215 \backslash
16216 mathpalette 
16217 \backslash
16218 mathclapinternal}
16219 \begin_inset Newline newline
16220 \end_inset
16221
16222
16223 \backslash
16224 def
16225 \backslash
16226 mathclapinternal #1#2{
16227 \backslash
16228 clap{$
16229 \backslash
16230 mathsurround =0pt #1{#2}$}}
16231 \end_layout
16232
16233 \begin_layout Standard
16234 En ella se define el comando 
16235 \series bold
16236
16237 \backslash
16238 mathclap
16239 \series default
16240
16241 \begin_inset Index
16242 status collapsed
16243
16244 \begin_layout Plain Layout
16245 Comandos ! M ! 
16246 \backslash
16247 mathclap
16248 \end_layout
16249
16250 \end_inset
16251
16252  que establece la anchura del límite en 0
16253 \begin_inset space \thinspace{}
16254 \end_inset
16255
16256 pt.
16257  El esquema del comando es:
16258 \end_layout
16259
16260 \begin_layout Standard
16261
16262 \series bold
16263
16264 \backslash
16265 mathclap{límite}
16266 \end_layout
16267
16268 \begin_layout Standard
16269 donde el límite puede consistir en varias condiciones.
16270 \end_layout
16271
16272 \begin_layout Standard
16273 Aplicado en la ecuación 
16274 \begin_inset CommandInset ref
16275 LatexCommand eqref
16276 reference "eq:substack"
16277
16278 \end_inset
16279
16280  se usa el comando
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285 \series bold
16286
16287 \backslash
16288 sum_
16289 \backslash
16290 mathclap{
16291 \backslash
16292 substack
16293 \begin_inset ERT
16294 status collapsed
16295
16296 \begin_layout Plain Layout
16297
16298
16299 \backslash
16300 spce 
16301 \end_layout
16302
16303 \end_inset
16304
16305 0<k<1000 Ctrl-Intro
16306 \end_layout
16307
16308 \begin_layout Standard
16309 para componer el límite inferior.
16310  Ahora el sumando está junto al sumatorio:
16311 \begin_inset Formula \[
16312 \sum_{\mathclap{\substack{0<k<1000\\
16313 \\k\,\in\,\mathbb{N}}
16314 }}^{n}k^{-2}\]
16315
16316 \end_inset
16317
16318
16319 \begin_inset VSpace bigskip
16320 \end_inset
16321
16322 Cómo utilizar un límite para varios operadores se describe en la 
16323 \begin_inset CommandInset ref
16324 LatexCommand ref
16325 reference "sub:Operadores-de-usuario"
16326
16327 \end_inset
16328
16329 .
16330 \end_layout
16331
16332 \begin_layout Subsection
16333 Operadores binarios
16334 \begin_inset CommandInset label
16335 LatexCommand label
16336 name "sub:Operadores-binarios"
16337
16338 \end_inset
16339
16340
16341 \begin_inset Index
16342 status collapsed
16343
16344 \begin_layout Plain Layout
16345 Operadores ! binarios
16346 \end_layout
16347
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \begin_layout Standard
16354 Los operadores binarios se rodean por espacios si llevan un carácter delante
16355  o detrás.
16356 \begin_inset VSpace medskip
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Standard
16363 \begin_inset space \hfill{}
16364 \end_inset
16365
16366
16367 \begin_inset Tabular
16368 <lyxtabular version="3" rows="13" columns="2">
16369 <features>
16370 <column alignment="center" valignment="top" width="0pt">
16371 <column alignment="center" valignment="top" width="0pt">
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 Comando
16378 \begin_inset Note Note
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382
16383 \series bold
16384
16385 \backslash
16386 raisebox
16387 \series default
16388  se usa sólo como espaciador
16389 \end_layout
16390
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 Operador
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 +
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 \begin_inset Formula $+$
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 </row>
16431 <row>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 -
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 \begin_inset Formula $-$
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \backslash
16461 pm
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 \begin_inset Formula $\pm$
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \backslash
16486 mp
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 \begin_inset Formula $\mp$
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 </row>
16504 <row>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509
16510 \backslash
16511 cdot
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Formula $\cdot$
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \backslash
16536 times
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Formula $\times$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 div
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\div$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 \begin_inset ERT
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588
16589
16590 \backslash
16591 raisebox{-1.2mm}{
16592 \end_layout
16593
16594 \end_inset
16595
16596 *
16597 \begin_inset ERT
16598 status collapsed
16599
16600 \begin_layout Plain Layout
16601
16602 }
16603 \end_layout
16604
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Formula $*$
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 star
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\star$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 circ
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\circ$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \backslash
16682 diamond
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\diamond$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 bullet
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\bullet$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 </lyxtabular>
16726
16727 \end_inset
16728
16729
16730 \begin_inset space \hfill{}
16731 \end_inset
16732
16733
16734 \begin_inset Tabular
16735 <lyxtabular version="3" rows="13" columns="2">
16736 <features>
16737 <column alignment="center" valignment="top" width="0pt">
16738 <column alignment="center" valignment="top" width="0pt">
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 Comando
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 Operador
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 </row>
16759 <row>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764
16765 \backslash
16766 nabla
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 \begin_inset Formula $\nabla$
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \backslash
16791 bigtriangledown
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 \begin_inset Formula $\bigtriangledown$
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814
16815 \backslash
16816 bigtriangleup
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 \begin_inset Formula $\bigtriangleup$
16826 \end_inset
16827
16828
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839
16840 \backslash
16841 Box
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 \begin_inset Formula $\Box$
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \backslash
16866 cap 
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $\cap$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 cup
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 \begin_inset Formula $\cup$
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \backslash
16916 dagger
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\dagger$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 ddagger
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\ddagger$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 wr
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\wr$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 bigcirc
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\bigcirc$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 wedge
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\wedge$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 vee
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\vee$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 </lyxtabular>
17060
17061 \end_inset
17062
17063
17064 \begin_inset space \hfill{}
17065 \end_inset
17066
17067
17068 \begin_inset Tabular
17069 <lyxtabular version="3" rows="13" columns="2">
17070 <features>
17071 <column alignment="center" valignment="top" width="0pt">
17072 <column alignment="center" valignment="top" width="0pt">
17073 <row>
17074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 Comando
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 Operador
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \backslash
17100 oplus
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\oplus$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \backslash
17125 ominus
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134 \begin_inset Formula $\ominus$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 </row>
17143 <row>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148
17149 \backslash
17150 otimes
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Formula $\otimes$
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 oslash
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\oslash$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 odot
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\odot$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 amalg
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\amalg$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 uplus
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\uplus$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 setminus
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\setminus$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 sqcap
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\sqcap$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 sqcup
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\sqcup$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348
17349 \backslash
17350 triangleleft
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $\triangleleft$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 triangleright
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\triangleright$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 </lyxtabular>
17394
17395 \end_inset
17396
17397
17398 \begin_inset space \hfill{}
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Standard
17405 Todos los operadores binarios se pueden insertar también con el botón 
17406 \begin_inset Graphics
17407         filename ../../images/math/pm.png
17408         scale 85
17409
17410 \end_inset
17411
17412  de la barra de ecuaciones.
17413 \end_layout
17414
17415 \begin_layout Standard
17416 Para imprimir el operador Laplace se pueden usar 
17417 \series bold
17418
17419 \backslash
17420 Delta
17421 \series default
17422  o 
17423 \series bold
17424
17425 \backslash
17426 nabla
17427 \series default
17428 ^
17429 \series bold
17430 2
17431 \series default
17432  (
17433 \begin_inset Formula $\nabla^{2}$
17434 \end_inset
17435
17436 ) en vez de 
17437 \series bold
17438
17439 \backslash
17440 bigtriangleup
17441 \series default
17442 .
17443 \end_layout
17444
17445 \begin_layout Standard
17446 El carácter 
17447 \family sans
17448 Separador de menú
17449 \family default
17450  del menú 
17451 \family sans
17452 Insertar\SpecialChar \menuseparator
17453 Carácter especial
17454 \family default
17455  es el operador 
17456 \series bold
17457
17458 \backslash
17459 triangleright
17460 \series default
17461 .
17462 \end_layout
17463
17464 \begin_layout Subsection
17465 Operadores definidos por el usuario
17466 \begin_inset CommandInset label
17467 LatexCommand label
17468 name "sub:Operadores-de-usuario"
17469
17470 \end_inset
17471
17472
17473 \begin_inset Index
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477 Operadores ! personalizados
17478 \end_layout
17479
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \begin_layout Standard
17486 Con ayuda del comando 
17487 \series bold
17488
17489 \backslash
17490 DeclareMathOperator
17491 \series default
17492
17493 \begin_inset Index
17494 status collapsed
17495
17496 \begin_layout Plain Layout
17497 Comandos ! D ! 
17498 \backslash
17499 dbinom@
17500 \backslash
17501 DeclareMathOperator
17502 \end_layout
17503
17504 \end_inset
17505
17506  se pueden definir operadores personalizados en el preámbulo LaTeX.
17507  Su esquema es:
17508 \end_layout
17509
17510 \begin_layout Standard
17511
17512 \series bold
17513
17514 \backslash
17515 DeclareMathOperator{comando nuevo}{presentación}
17516 \end_layout
17517
17518 \begin_layout Standard
17519 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17520  en la salida.
17521  Para definir un operador grande hay que añadirle un * detrás.
17522  Todos los operadores grandes personalizados pueden tener límites como se
17523  describe en 
17524 \begin_inset CommandInset ref
17525 LatexCommand ref
17526 reference "sub:Límites-de-operadores"
17527
17528 \end_inset
17529
17530 .
17531 \end_layout
17532
17533 \begin_layout Standard
17534 Por ejemplo, la línea en el preámbulo LaTeX
17535 \end_layout
17536
17537 \begin_layout Standard
17538
17539 \series bold
17540
17541 \backslash
17542 DeclareMathOperator*{
17543 \backslash
17544 Lozenge}{
17545 \backslash
17546 blacklozenge}
17547 \end_layout
17548
17549 \begin_layout Standard
17550 define el comando 
17551 \series bold
17552
17553 \backslash
17554 Lozenge
17555 \series default
17556 , que inserta un operador grande que es el símbolo blacklozenge de la 
17557 \begin_inset CommandInset ref
17558 LatexCommand ref
17559 reference "sub:Símbolos-misceláneos"
17560
17561 \end_inset
17562
17563 .
17564 \begin_inset Formula \[
17565 \Lozenge_{n=1}^{\infty}\]
17566
17567 \end_inset
17568
17569 El comando para esta expresión es: 
17570 \series bold
17571
17572 \backslash
17573 Lozenge^
17574 \backslash
17575 infty
17576 \begin_inset Formula $\rightarrow$
17577 \end_inset
17578
17579 _n=1
17580 \begin_inset VSpace bigskip
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Standard
17587 Si los operadores personalizados no se van a usar varias veces en el documento,
17588  se pueden también definir con los comandos 
17589 \series bold
17590
17591 \backslash
17592 mathop
17593 \series default
17594
17595 \begin_inset Index
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599 Comandos ! M ! 
17600 \backslash
17601 mathop
17602 \end_layout
17603
17604 \end_inset
17605
17606  y 
17607 \series bold
17608
17609 \backslash
17610 mathbin
17611 \series default
17612
17613 \begin_inset Index
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617 Comandos ! M ! 
17618 \backslash
17619 mathbin
17620 \end_layout
17621
17622 \end_inset
17623
17624 , con el siguiente esquema:
17625 \end_layout
17626
17627 \begin_layout Standard
17628
17629 \series bold
17630
17631 \backslash
17632 mathop{presentación}
17633 \series default
17634  y 
17635 \series bold
17636
17637 \backslash
17638 mathbin{presentación}
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 mathop
17647 \series default
17648  define operadores grandes, 
17649 \series bold
17650
17651 \backslash
17652 mathbin
17653 \series default
17654  operadores binarios.
17655 \end_layout
17656
17657 \begin_layout Standard
17658
17659 \series bold
17660
17661 \backslash
17662 mathop
17663 \series default
17664  se puede usar, p.e., para poner un límite a varios operadores:
17665 \begin_inset Formula \[
17666 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17667
17668 \end_inset
17669
17670
17671 \end_layout
17672
17673 \begin_layout Standard
17674 El comando para la expresión anterior es:
17675 \begin_inset Newline newline
17676 \end_inset
17677
17678
17679 \series bold
17680
17681 \backslash
17682 mathop{
17683 \backslash
17684 sum
17685 \backslash
17686 negmedspace
17687 \backslash
17688 sum
17689 \series default
17690
17691 \begin_inset ERT
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695
17696
17697 \backslash
17698 spce 
17699 \end_layout
17700
17701 \end_inset
17702
17703
17704 \series bold
17705
17706 \begin_inset Formula $\to$
17707 \end_inset
17708
17709 ^N
17710 \series default
17711
17712 \begin_inset ERT
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716
17717
17718 \backslash
17719 spce 
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \series bold
17726 _i,j=1
17727 \end_layout
17728
17729 \begin_layout Section
17730 Fuentes
17731 \begin_inset Index
17732 status collapsed
17733
17734 \begin_layout Plain Layout
17735 Fuentes
17736 \end_layout
17737
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Subsection
17744 Estilos de fuentes
17745 \begin_inset CommandInset label
17746 LatexCommand label
17747 name "sub:Estilos-de-fuentes"
17748
17749 \end_inset
17750
17751
17752 \begin_inset Index
17753 status collapsed
17754
17755 \begin_layout Plain Layout
17756 Fuentes ! estilos de
17757 \end_layout
17758
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17766  estilos:
17767 \end_layout
17768
17769 \begin_layout Standard
17770 \begin_inset VSpace -2mm
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 \align center
17778 \begin_inset Tabular
17779 <lyxtabular version="3" rows="6" columns="3">
17780 <features>
17781 <column alignment="center" valignment="top" width="0">
17782 <column alignment="center" valignment="top" width="0">
17783 <column alignment="center" valignment="top" width="0">
17784 <row>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 Comando
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 Resultado
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 atajo
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 <row>
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \backslash
17820 mathbb
17821 \series bold
17822
17823 \begin_inset ERT
17824 status collapsed
17825
17826 \begin_layout Plain Layout
17827
17828
17829 \backslash
17830 spce 
17831 \end_layout
17832
17833 \end_inset
17834
17835
17836 \series default
17837 ABC
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846 \begin_inset Formula $\mathbb{ABC}$
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 Alt-c c
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 </row>
17864 <row>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869
17870 \backslash
17871 mathbf
17872 \series bold
17873
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 spce 
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \series default
17888 AbC
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897 \begin_inset Formula $\mathbf{AbC}$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 -
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 </row>
17915 <row>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \backslash
17922 boldsymbol
17923 \series bold
17924
17925 \begin_inset ERT
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929
17930
17931 \backslash
17932 spce 
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \series default
17939 AbC
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 \begin_inset Formula $\boldsymbol{AbC}$
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 Alt-c b
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 <row>
17967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971
17972 \backslash
17973 mathcal
17974 \series bold
17975
17976 \begin_inset ERT
17977 status collapsed
17978
17979 \begin_layout Plain Layout
17980
17981
17982 \backslash
17983 spce 
17984 \end_layout
17985
17986 \end_inset
17987
17988
17989 \series default
17990 ABC
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 \begin_inset Formula $\mathcal{ABC}$
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011 Alt-c e
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022
18023 \backslash
18024 mathfrak
18025 \series bold
18026
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 spce 
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \series default
18041 AbC
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 \begin_inset Formula $\mathfrak{AbC}$
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 -
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 </lyxtabular>
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \begin_layout Standard
18076 \align center
18077 \begin_inset Tabular
18078 <lyxtabular version="3" rows="5" columns="3">
18079 <features>
18080 <column alignment="center" valignment="top" width="0">
18081 <column alignment="center" valignment="top" width="0">
18082 <column alignment="center" valignment="top" width="0">
18083 <row>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 Comando
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 Resultado
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106 atajo
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 </row>
18112 <row>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117
18118 \backslash
18119 mathit
18120 \series bold
18121
18122 \begin_inset ERT
18123 status collapsed
18124
18125 \begin_layout Plain Layout
18126
18127
18128 \backslash
18129 spce 
18130 \end_layout
18131
18132 \end_inset
18133
18134
18135 \series default
18136 AbC
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 \begin_inset Formula $\mathit{AbC}$
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 -
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 </row>
18163 <row>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168
18169 \backslash
18170 mathrm
18171 \series bold
18172
18173 \begin_inset ERT
18174 status collapsed
18175
18176 \begin_layout Plain Layout
18177
18178
18179 \backslash
18180 spce 
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \series default
18187 AbC
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 \begin_inset Formula $\mathrm{AbC}$
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208 Alt-c r
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 </row>
18214 <row>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \backslash
18221 mathsf
18222 \series bold
18223
18224 \begin_inset ERT
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228
18229
18230 \backslash
18231 spce 
18232 \end_layout
18233
18234 \end_inset
18235
18236
18237 \series default
18238 AbC
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 \begin_inset Formula $\mathsf{AbC}$
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 Alt-c s
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 </row>
18265 <row>
18266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270
18271 \backslash
18272 mathtt
18273 \series bold
18274
18275 \begin_inset ERT
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279
18280
18281 \backslash
18282 spce 
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \series default
18289 AbC
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 \begin_inset Formula $\mathtt{AbC}$
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 Alt-c p
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 </lyxtabular>
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \begin_layout Standard
18324 \begin_inset Note Greyedout
18325 status open
18326
18327 \begin_layout Plain Layout
18328
18329 \series bold
18330 Nota
18331 \series default
18332 : Los estilos 
18333 \series bold
18334
18335 \backslash
18336 mathbb
18337 \series default
18338  y 
18339 \series bold
18340
18341 \backslash
18342 mathcal
18343 \series default
18344  sólo se aplican a letras mayúsculas.
18345 \end_layout
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \begin_layout Standard
18353 El estilo predeterminado es 
18354 \series bold
18355
18356 \backslash
18357 mathnormal
18358 \series default
18359 .
18360 \end_layout
18361
18362 \begin_layout Standard
18363 Los comandos de estilo funcionan también en estructuras matemáticas:
18364 \begin_inset Formula \[
18365 \mathfrak{A=\frac{b}{C}}\]
18366
18367 \end_inset
18368
18369
18370 \end_layout
18371
18372 \begin_layout Standard
18373 Los caracteres en texto matemático no aparecen en un estilo de letra de
18374  ecuaciones sino en el estilo 
18375 \series bold
18376
18377 \backslash
18378 textrm
18379 \series default
18380 .
18381  Este estilo no se puede poner correctamente con el diálogo de estilo de
18382  texto por un fallo de LyX.
18383 \begin_inset Foot
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387 \begin_inset CommandInset href
18388 LatexCommand href
18389 name "LyX-bug #4091"
18390 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Standard
18403 En vez de comandos se puede usar el menú 
18404 \family sans
18405 Editar\SpecialChar \menuseparator
18406 Ecuación\SpecialChar \menuseparator
18407 Estilo del texto
18408 \family default
18409  o el botón 
18410 \begin_inset Graphics
18411         filename ../../images/math/font.png
18412         scale 85
18413
18414 \end_inset
18415
18416 .
18417 \end_layout
18418
18419 \begin_layout Subsection
18420 Ecuaciones en negrita
18421 \begin_inset CommandInset label
18422 LatexCommand label
18423 name "sub:Ecuaciones-en-negrita"
18424
18425 \end_inset
18426
18427
18428 \begin_inset Index
18429 status collapsed
18430
18431 \begin_layout Plain Layout
18432 Ecuación ! en negrita
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 Para poner en negrita una ecuación completa no se puede usar el comando
18442  
18443 \series bold
18444
18445 \backslash
18446 mathbf
18447 \series default
18448 , porque no funciona con minúsculas griegas.
18449  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18450 \begin_inset Formula \[
18451 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 Para presentar la ecuación correctamente se usa el comando 
18460 \series bold
18461 boldsymbol
18462 \series default
18463 :
18464 \begin_inset Formula \[
18465 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Standard
18473 También es posible poner la fórmula en un 
18474 \series bold
18475 entorno boldmath
18476 \series default
18477 , que se inserta con el comando 
18478 \series bold
18479
18480 \backslash
18481 boldmath
18482 \series default
18483
18484 \begin_inset Index
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488 Comandos ! B ! 
18489 \backslash
18490 boldmath
18491 \end_layout
18492
18493 \end_inset
18494
18495  en modo TeX.
18496  Para finalizar el entorno se usa el comando 
18497 \series bold
18498
18499 \backslash
18500 unboldmath
18501 \series default
18502
18503 \begin_inset Index
18504 status collapsed
18505
18506 \begin_layout Plain Layout
18507 Comandos ! U ! 
18508 \backslash
18509 unboldmath
18510 \end_layout
18511
18512 \end_inset
18513
18514  en modo TeX.
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 boldmath
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \begin_inset Formula \[
18529 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18530
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \begin_layout Standard
18537 \begin_inset ERT
18538 status collapsed
18539
18540 \begin_layout Plain Layout
18541
18542
18543 \backslash
18544 unboldmath
18545 \end_layout
18546
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \begin_layout Subsection
18553 Tamaños de fuentes
18554 \begin_inset CommandInset label
18555 LatexCommand label
18556 name "sub:Tamaños-de-fuentes"
18557
18558 \end_inset
18559
18560
18561 \begin_inset Index
18562 status collapsed
18563
18564 \begin_layout Plain Layout
18565 Fuentes ! tamaño
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Standard
18574 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18575  siguientes comandos de tamaño:
18576 \end_layout
18577
18578 \begin_layout Standard
18579
18580 \series bold
18581
18582 \backslash
18583 Huge
18584 \series default
18585
18586 \series bold
18587
18588 \backslash
18589 huge
18590 \series default
18591
18592 \series bold
18593
18594 \backslash
18595 LARGE
18596 \series default
18597
18598 \series bold
18599
18600 \backslash
18601 Large
18602 \series default
18603
18604 \series bold
18605
18606 \backslash
18607 large
18608 \series default
18609
18610 \series bold
18611
18612 \backslash
18613 normalsize
18614 \series default
18615
18616 \series bold
18617
18618 \backslash
18619 small
18620 \series default
18621 ,
18622 \begin_inset Newline newline
18623 \end_inset
18624
18625
18626 \series bold
18627
18628 \backslash
18629 footnotesize
18630 \series default
18631
18632 \series bold
18633
18634 \backslash
18635 scriptsize
18636 \series default
18637 , y 
18638 \series bold
18639
18640 \backslash
18641 tiny
18642 \end_layout
18643
18644 \begin_layout Standard
18645 El tamaño dado por los comandos depende del tamaño base de la fuente en
18646  el documento, dado por el comando 
18647 \series bold
18648
18649 \backslash
18650 normalsize
18651 \series default
18652 .
18653  Los demás comandos producen tamaños menores o mayores que 
18654 \series bold
18655
18656 \backslash
18657 normalsize
18658 \series default
18659 .
18660  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18661  Si, por ejemplo, la fuente del documento es de 12
18662 \begin_inset space \thinspace{}
18663 \end_inset
18664
18665 pt, el comando 
18666 \series bold
18667
18668 \backslash
18669 Huge
18670 \series default
18671  da el mismo tamaño que 
18672 \series bold
18673
18674 \backslash
18675 huge
18676 \series default
18677 .
18678 \end_layout
18679
18680 \begin_layout Standard
18681 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18682  a todas las ecuaciones y texto siguientes.
18683  Para volver al tamaño anterior hay que insertar el comando 
18684 \series bold
18685
18686 \backslash
18687 normalsize
18688 \series default
18689  en modo TeX detrás de la ecuación.
18690  
18691 \end_layout
18692
18693 \begin_layout Standard
18694 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
18695  en texto matemático.
18696  Para hacerlo se inserta el comando en texto matemático.
18697  Todos los caracteres siguientes, hasta el final del texto matemático o
18698  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18699  Dos ejemplos:
18700 \end_layout
18701
18702 \begin_layout Standard
18703 \begin_inset VSpace -2mm
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 \begin_inset ERT
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714
18715
18716 \backslash
18717 huge
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \begin_inset Formula \[
18724 A=\frac{B}{c}\cdot\maltese\]
18725
18726 \end_inset
18727
18728
18729 \begin_inset Formula \[
18730 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18731
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \begin_layout Standard
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 normalsize
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \begin_inset VSpace medskip
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Standard
18758 Antes de las ecuaciones se ha insertado el comando 
18759 \series bold
18760
18761 \backslash
18762 huge
18763 \series default
18764 .
18765  Para la segunda ecuación el comando es:
18766 \begin_inset Newline newline
18767 \end_inset
18768
18769
18770 \series bold
18771
18772 \backslash
18773 maltese
18774 \begin_inset ERT
18775 status collapsed
18776
18777 \begin_layout Plain Layout
18778
18779
18780 \backslash
18781 spce 
18782 \end_layout
18783
18784 \end_inset
18785
18786 A Alt-m m 
18787 \backslash
18788 Large
18789 \begin_inset ERT
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793
18794
18795 \backslash
18796 spce 
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \backslash
18803 maltese
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808
18809
18810 \backslash
18811 spce 
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \backslash
18818 textit
18819 \begin_inset ERT
18820 status collapsed
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 spce 
18827 \end_layout
18828
18829 \end_inset
18830
18831 A
18832 \begin_inset Formula $\to$
18833 \end_inset
18834
18835
18836 \begin_inset Formula $\to$
18837 \end_inset
18838
18839
18840 \begin_inset Newline newline
18841 \end_inset
18842
18843
18844 \begin_inset space \hspace*{}
18845 \length 1cm
18846 \end_inset
18847
18848 Alt-m
18849 \series default
18850  
18851 \series bold
18852
18853 \backslash
18854 tiny
18855 \begin_inset ERT
18856 status collapsed
18857
18858 \begin_layout Plain Layout
18859
18860
18861 \backslash
18862 spce 
18863 \end_layout
18864
18865 \end_inset
18866
18867
18868 \backslash
18869 maltese
18870 \begin_inset ERT
18871 status collapsed
18872
18873 \begin_layout Plain Layout
18874
18875
18876 \backslash
18877 spce 
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \backslash
18884 textit
18885 \begin_inset ERT
18886 status collapsed
18887
18888 \begin_layout Plain Layout
18889
18890
18891 \backslash
18892 spce 
18893 \end_layout
18894
18895 \end_inset
18896
18897 A
18898 \end_layout
18899
18900 \begin_layout Standard
18901 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18902  el tamaño por defecto.
18903 \end_layout
18904
18905 \begin_layout Section
18906 Letras griegas
18907 \begin_inset Index
18908 status collapsed
18909
18910 \begin_layout Plain Layout
18911 Letras griegas
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Standard
18920 Todas las letras griegas se pueden insertar además mediante el botón 
18921 \begin_inset Graphics
18922         filename ../../images/math/alpha.png
18923         scale 85
18924
18925 \end_inset
18926
18927  de la barra de ecuaciones.
18928 \end_layout
18929
18930 \begin_layout Subsection
18931 Minúsculas
18932 \begin_inset CommandInset label
18933 LatexCommand label
18934 name "sub:Minúsculas"
18935
18936 \end_inset
18937
18938
18939 \begin_inset Index
18940 status collapsed
18941
18942 \begin_layout Plain Layout
18943 Letras griegas ! minúsculas
18944 \end_layout
18945
18946 \end_inset
18947
18948
18949 \end_layout
18950
18951 \begin_layout Standard
18952 \begin_inset space \hfill{}
18953 \end_inset
18954
18955
18956 \begin_inset Tabular
18957 <lyxtabular version="3" rows="11" columns="2">
18958 <features>
18959 <column alignment="center" valignment="top" width="0pt">
18960 <column alignment="center" valignment="top" width="0pt">
18961 <row>
18962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 Comando
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 Símbolo
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 <row>
18982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \backslash
18988 alpha
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 \begin_inset Formula $\alpha$
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 </row>
19006 <row>
19007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \backslash
19013 beta
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022 \begin_inset Formula $\beta$
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 </row>
19031 <row>
19032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036
19037 \backslash
19038 gamma
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 \begin_inset Formula $\gamma$
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 </row>
19056 <row>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \backslash
19063 delta
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 \begin_inset Formula $\delta$
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \backslash
19088 epsilon
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 \begin_inset Formula $\epsilon$
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 </row>
19106 <row>
19107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \backslash
19113 varepsilon
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 \begin_inset Formula $\varepsilon$
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \backslash
19138 zeta
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset Formula $\zeta$
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \backslash
19163 eta
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 \begin_inset Formula $\eta$
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 </row>
19181 <row>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \backslash
19188 theta
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 \begin_inset Formula $\theta$
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 </row>
19206 <row>
19207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211
19212 \backslash
19213 vartheta
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 \begin_inset Formula $\vartheta$
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 </lyxtabular>
19232
19233 \end_inset
19234
19235
19236 \begin_inset space \hfill{}
19237 \end_inset
19238
19239
19240 \begin_inset Tabular
19241 <lyxtabular version="3" rows="12" columns="2">
19242 <features>
19243 <column alignment="center" valignment="top" width="0pt">
19244 <column alignment="center" valignment="top" width="0pt">
19245 <row>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 Comando
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 Símbolo
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \backslash
19272 iota
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 \begin_inset Formula $\iota$
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \backslash
19297 kappa
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 \begin_inset Formula $\kappa$
19307 \end_inset
19308
19309
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 <row>
19316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320
19321 \backslash
19322 varkappa
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 \begin_inset Formula $\varkappa$
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 </row>
19340 <row>
19341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345
19346 \backslash
19347 lambda
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 \begin_inset Formula $\lambda$
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 </row>
19365 <row>
19366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370
19371 \backslash
19372 mu
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 \begin_inset Formula $\mu$
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 <row>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395
19396 \backslash
19397 nu
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Formula $\nu$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 <row>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \backslash
19422 xi
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Formula $\xi$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 o
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 \begin_inset Formula $o$
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \backslash
19470 pi
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 \begin_inset Formula $\pi$
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 </row>
19488 <row>
19489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493
19494 \backslash
19495 varpi
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 \begin_inset Formula $\varpi$
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 </row>
19513 <row>
19514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518
19519 \backslash
19520 rho
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529 \begin_inset Formula $\rho$
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 </row>
19538 </lyxtabular>
19539
19540 \end_inset
19541
19542
19543 \begin_inset space \hfill{}
19544 \end_inset
19545
19546
19547 \begin_inset Tabular
19548 <lyxtabular version="3" rows="11" columns="2">
19549 <features>
19550 <column alignment="center" valignment="top" width="0pt">
19551 <column alignment="center" valignment="top" width="0pt">
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 Comando
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 Símbolo
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577
19578 \backslash
19579 varrho
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 \begin_inset Formula $\varrho$
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 <row>
19598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602
19603 \backslash
19604 sigma
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613 \begin_inset Formula $\sigma$
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 </row>
19622 <row>
19623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627
19628 \backslash
19629 varsigma
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638 \begin_inset Formula $\varsigma$
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 </row>
19647 <row>
19648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652
19653 \backslash
19654 tau
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663 \begin_inset Formula $\tau$
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 </row>
19672 <row>
19673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677
19678 \backslash
19679 upsilon
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688 \begin_inset Formula $\upsilon$
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 </row>
19697 <row>
19698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702
19703 \backslash
19704 phi
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 \begin_inset Formula $\phi$
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 </row>
19722 <row>
19723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727
19728 \backslash
19729 varphi
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 \begin_inset Formula $\varphi$
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 <row>
19748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752
19753 \backslash
19754 chi
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 \begin_inset Formula $\chi$
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 </row>
19772 <row>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777
19778 \backslash
19779 psi
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 \begin_inset Formula $\psi$
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 </row>
19797 <row>
19798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \backslash
19804 omega
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 \begin_inset Formula $\omega$
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 </lyxtabular>
19823
19824 \end_inset
19825
19826
19827 \begin_inset space \hfill{}
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \begin_layout Standard
19834 \begin_inset VSpace medskip
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 Cómo escribir letras griegas en redonda se explica en 
19842 \begin_inset CommandInset ref
19843 LatexCommand ref
19844 reference "sub:Griegas-en-redonda"
19845
19846 \end_inset
19847
19848 .
19849 \end_layout
19850
19851 \begin_layout Subsection
19852 Mayúsculas
19853 \begin_inset Index
19854 status collapsed
19855
19856 \begin_layout Plain Layout
19857 Letras griegas ! mayúsculas
19858 \end_layout
19859
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \begin_layout Standard
19866 \begin_inset space \hfill{}
19867 \end_inset
19868
19869
19870 \begin_inset Tabular
19871 <lyxtabular version="3" rows="7" columns="2">
19872 <features>
19873 <column alignment="center" valignment="top" width="0pt">
19874 <column alignment="center" valignment="top" width="0pt">
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 Comando
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 Símbolo
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 </row>
19895 <row>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \backslash
19902 Gamma
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911 \begin_inset Formula $\Gamma$
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \backslash
19927 Delta
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset Formula $\Delta$
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 <row>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950
19951 \backslash
19952 Theta
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 \begin_inset Formula $\Theta$
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975
19976 \backslash
19977 Lambda
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 \begin_inset Formula $\Lambda$
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \backslash
20002 Xi
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\Xi$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 Pi
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\Pi$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 </lyxtabular>
20046
20047 \end_inset
20048
20049
20050 \begin_inset space \hfill{}
20051 \end_inset
20052
20053
20054 \begin_inset Tabular
20055 <lyxtabular version="3" rows="6" columns="2">
20056 <features>
20057 <column alignment="center" valignment="top" width="0pt">
20058 <column alignment="center" valignment="top" width="0pt">
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 Comando
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 Símbolo
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084
20085 \backslash
20086 Sigma
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095 \begin_inset Formula $\Sigma$
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 </row>
20104 <row>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109
20110 \backslash
20111 Upsilon
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 \begin_inset Formula $\Upsilon$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 <row>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134
20135 \backslash
20136 Phi
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 \begin_inset Formula $\Phi$
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 <row>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159
20160 \backslash
20161 Psi
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170 \begin_inset Formula $\Psi$
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \backslash
20186 Omega
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 \begin_inset Formula $\Omega$
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 </lyxtabular>
20205
20206 \end_inset
20207
20208
20209 \begin_inset space \hfill{}
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Standard
20216 \begin_inset VSpace medskip
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \begin_layout Standard
20223 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20224  cuando se desarrolló TeX.
20225  Para obtener mayúsculas en cursiva, inicia cada comando con 
20226 \series bold
20227 var
20228 \series default
20229 .
20230  Por ejemplo, el comando 
20231 \series bold
20232
20233 \backslash
20234 varGamma
20235 \series default
20236  genera: 
20237 \begin_inset Formula $\varGamma$
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Subsection
20244 Letras en negrita
20245 \begin_inset Index
20246 status collapsed
20247
20248 \begin_layout Plain Layout
20249 Letras griegas ! en negrita
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \begin_layout Standard
20258 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20259  Sólo se pueden poner en negrita con el comando 
20260 \series bold
20261
20262 \backslash
20263 boldsymbol
20264 \series default
20265
20266 \begin_inset Index
20267 status collapsed
20268
20269 \begin_layout Plain Layout
20270 Comandos ! B ! 
20271 \backslash
20272 boldsymbol
20273 \end_layout
20274
20275 \end_inset
20276
20277 .
20278 \end_layout
20279
20280 \begin_layout Standard
20281 \align center
20282 \begin_inset Tabular
20283 <lyxtabular version="3" rows="3" columns="2">
20284 <features>
20285 <column alignment="center" valignment="top" width="0">
20286 <column alignment="center" valignment="top" width="0">
20287 <row>
20288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292 Comando
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 Símbolo
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 <row>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \backslash
20314 Upsilon
20315 \backslash
20316 boldsymbol
20317 \backslash
20318 Upsilon
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row>
20337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341
20342 \backslash
20343 theta
20344 \backslash
20345 boldsymbol
20346 \backslash
20347 theta
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 \begin_inset Formula $\theta\boldsymbol{\theta}$
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 </row>
20365 </lyxtabular>
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \begin_layout Section
20373 Símbolos
20374 \begin_inset ERT
20375 status collapsed
20376
20377 \begin_layout Plain Layout
20378
20379
20380 \backslash
20381 texorpdfstring{
20382 \end_layout
20383
20384 \end_inset
20385
20386
20387 \begin_inset Foot
20388 status collapsed
20389
20390 \begin_layout Plain Layout
20391 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20392  LaTeX en 
20393 \begin_inset CommandInset citation
20394 LatexCommand cite
20395 key "Symbole"
20396
20397 \end_inset
20398
20399 .
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \begin_inset ERT
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409
20410 }{}
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \begin_inset Note Note
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420
20421 \backslash
20422 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20423  PDF.
20424 \end_layout
20425
20426 \begin_layout Plain Layout
20427 Más sobre 
20428 \backslash
20429 texorpdfstring en la sección 
20430 \begin_inset CommandInset ref
20431 LatexCommand ref
20432 reference "sub:Ecuaciones-en-títulos"
20433
20434 \end_inset
20435
20436 .
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \begin_inset Index
20443 status collapsed
20444
20445 \begin_layout Plain Layout
20446 Símbolos
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \begin_layout Standard
20455 Muchos de los símbolos listados en esta sección se pueden insertar además
20456  mediante los botones 
20457 \begin_inset Graphics
20458         filename ../../images/math/nabla.png
20459         scale 85
20460
20461 \end_inset
20462
20463  y 
20464 \begin_inset Graphics
20465         filename ../../images/math/digamma.png
20466         scale 85
20467
20468 \end_inset
20469
20470  de la barra de ecuaciones.
20471 \end_layout
20472
20473 \begin_layout Subsection
20474 Símbolos matemáticos
20475 \begin_inset CommandInset label
20476 LatexCommand label
20477 name "sub:Símbolos-matemáticos"
20478
20479 \end_inset
20480
20481
20482 \begin_inset Index
20483 status collapsed
20484
20485 \begin_layout Plain Layout
20486 Símbolos ! matemáticos
20487 \end_layout
20488
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \begin_layout Standard
20495 \begin_inset space \hfill{}
20496 \end_inset
20497
20498
20499 \begin_inset Tabular
20500 <lyxtabular version="3" rows="10" columns="2">
20501 <features>
20502 <column alignment="center" valignment="top" width="0pt">
20503 <column alignment="center" valignment="top" width="0pt">
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 Comando
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518 Símbolo
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 neg
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Formula $\neg$
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 <row>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \backslash
20556 Im
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 \begin_inset Formula $\Im$
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 <row>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579
20580 \backslash
20581 Re
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 \begin_inset Formula $\Re$
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 </row>
20599 <row>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604
20605 \backslash
20606 aleph
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 \begin_inset Formula $\aleph$
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 </row>
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629
20630 \backslash
20631 partial
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 \begin_inset Formula $\partial$
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \backslash
20656 infty
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 \begin_inset Formula $\infty$
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \backslash
20681 wp
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 \begin_inset Formula $\wp$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 </row>
20699 <row>
20700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704
20705 \backslash
20706 imath
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 \begin_inset Formula $\imath$
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row>
20725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \backslash
20731 jmath
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Formula $\jmath$
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 </row>
20749 </lyxtabular>
20750
20751 \end_inset
20752
20753
20754 \begin_inset space \hfill{}
20755 \end_inset
20756
20757
20758 \begin_inset Tabular
20759 <lyxtabular version="3" rows="10" columns="2">
20760 <features>
20761 <column alignment="center" valignment="top" width="0pt">
20762 <column alignment="center" valignment="top" width="0pt">
20763 <row>
20764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 Comando
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 Símbolo
20778 \begin_inset Note Note
20779 status collapsed
20780
20781 \begin_layout Plain Layout
20782
20783 \series bold
20784
20785 \backslash
20786 raisebox
20787 \series default
20788  se usa sólo como espaciador
20789 \end_layout
20790
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row>
20800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804
20805 \backslash
20806 forall
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $\forall$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829
20830 \backslash
20831 exists
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 \begin_inset Formula $\exists$
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 <row>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854
20855 \backslash
20856 nexists
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865 \begin_inset Formula $\nexists$
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 </row>
20874 <row>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879
20880 \backslash
20881 emptyset
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 \begin_inset Formula $\emptyset$
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904
20905 \backslash
20906 varnothing
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915 \begin_inset Formula $\varnothing$
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 </row>
20924 <row>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929
20930 \backslash
20931 dag
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 \begin_inset Formula $\dag$
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 </row>
20949 <row>
20950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954
20955 \backslash
20956 ddag
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\ddag$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \backslash
20981 complement
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset ERT
20991 status collapsed
20992
20993 \begin_layout Plain Layout
20994
20995
20996 \backslash
20997 raisebox{-0.8mm}{
20998 \end_layout
20999
21000 \end_inset
21001
21002
21003 \begin_inset Formula $\complement$
21004 \end_inset
21005
21006
21007 \begin_inset ERT
21008 status collapsed
21009
21010 \begin_layout Plain Layout
21011
21012 }
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 </row>
21023 <row>
21024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \backslash
21030 Bbbk
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\Bbbk$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 </lyxtabular>
21049
21050 \end_inset
21051
21052
21053 \begin_inset space \hfill{}
21054 \end_inset
21055
21056
21057 \begin_inset Tabular
21058 <lyxtabular version="3" rows="10" columns="2">
21059 <features>
21060 <column alignment="center" valignment="top" width="0pt">
21061 <column alignment="center" valignment="top" width="0pt">
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 Comando
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 Símbolo
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087
21088 \backslash
21089 prime
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 \begin_inset Formula $\prime$
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 </row>
21107 <row>
21108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112
21113 \backslash
21114 backprime
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 \begin_inset Formula $\backprime$
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 </row>
21132 <row>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137
21138 \backslash
21139 mho
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 \begin_inset Formula $\mho$
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \backslash
21164 triangle
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Formula $\triangle$
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187
21188 \backslash
21189 angle
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset Formula $\angle$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \backslash
21214 measuredangle
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Formula $\measuredangle$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 sphericalangle
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\sphericalangle$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 top
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\top$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 bot
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\bot$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 </lyxtabular>
21308
21309 \end_inset
21310
21311
21312 \begin_inset space \hfill{}
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \begin_layout Subsection
21319 Símbolos misceláneos
21320 \begin_inset CommandInset label
21321 LatexCommand label
21322 name "sub:Símbolos-misceláneos"
21323
21324 \end_inset
21325
21326
21327 \begin_inset Index
21328 status collapsed
21329
21330 \begin_layout Plain Layout
21331 Símbolos ! misceláneos
21332 \end_layout
21333
21334 \end_inset
21335
21336
21337 \end_layout
21338
21339 \begin_layout Standard
21340 \noindent
21341 \align center
21342 \begin_inset Tabular
21343 <lyxtabular version="3" rows="10" columns="2">
21344 <features>
21345 <column alignment="center" valignment="top" width="0pt">
21346 <column alignment="center" valignment="top" width="0pt">
21347 <row>
21348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 Comando
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 Símbolo
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 </row>
21367 <row>
21368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372
21373 \backslash
21374 flat
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $\flat$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 <row>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397
21398 \backslash
21399 natural
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 \begin_inset Formula $\natural$
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 </row>
21417 <row>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422
21423 \backslash
21424 sharp
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 \begin_inset Formula $\sharp$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 <row>
21443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447
21448 \backslash
21449 surd
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458 \begin_inset Formula $\surd$
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 </row>
21467 <row>
21468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \backslash
21474 checkmark
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Formula $\checkmark$
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 <row>
21493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \backslash
21499 yen
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Formula $\yen$
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 </row>
21517 <row>
21518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \backslash
21524 pounds
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $\pounds$
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 $
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 \begin_inset Formula $\$$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row>
21566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 §
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Formula $§$
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 </row>
21588 </lyxtabular>
21589
21590 \end_inset
21591
21592
21593 \begin_inset Tabular
21594 <lyxtabular version="3" rows="10" columns="2">
21595 <features>
21596 <column alignment="center" valignment="top" width="0">
21597 <column alignment="center" valignment="top" width="0">
21598 <row>
21599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 Comando
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 Símbolo
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \backslash
21625 hbar
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\hbar$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648
21649 \backslash
21650 hslash
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Formula $\hslash$
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 <row>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673
21674 \backslash
21675 clubsuit
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Formula $\clubsuit$
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 </row>
21693 <row>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698
21699 \backslash
21700 spadesuit
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 \begin_inset Formula $\spadesuit$
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 bigstar
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\bigstar$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 blacklozenge
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\blacklozenge$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 blacktriangle
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\blacktriangle$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 blacktiangledown
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $\blacktriangledown$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \backslash
21825 bullet
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 \begin_inset Formula $\bullet$
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 </lyxtabular>
21844
21845 \end_inset
21846
21847
21848 \begin_inset Tabular
21849 <lyxtabular version="3" rows="10" columns="2">
21850 <features>
21851 <column alignment="center" valignment="top" width="0pt">
21852 <column alignment="center" valignment="top" width="0pt">
21853 <row>
21854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 Comando
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 Símbolo
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \backslash
21880 diamondsuit
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Formula $\diamondsuit$
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 <row>
21899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \backslash
21905 Diamond
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Formula $\Diamond$
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 <row>
21924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \backslash
21930 heartsuit
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 \begin_inset Formula $\heartsuit$
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 </row>
21948 <row>
21949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \backslash
21955 P
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Formula $\P$
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 <row>
21974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978
21979 \backslash
21980 copyright
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 \begin_inset Formula $\copyright$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003
22004 \backslash
22005 circledR
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\circledR$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 maltese
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\maltese$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 diagup
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\diagup$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 diagdown
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\diagdown$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 </lyxtabular>
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \begin_layout Standard
22106 \begin_inset VSpace medskip
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \begin_layout Standard
22113 Hay más símbolos en 
22114 \begin_inset CommandInset ref
22115 LatexCommand ref
22116 reference "sub:Caracteres-especiales-misceláneos"
22117
22118 \end_inset
22119
22120 .
22121 \end_layout
22122
22123 \begin_layout Standard
22124 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22125 \begin_inset CommandInset ref
22126 LatexCommand ref
22127 reference "sub:Tamaños-de-fuentes"
22128
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \begin_layout Subsection
22135 El símbolo del euro, €
22136 \begin_inset Index
22137 status collapsed
22138
22139 \begin_layout Plain Layout
22140 Símbolos ! euro
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \begin_inset Index
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150 \begin_inset ERT
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154
22155
22156 \backslash
22157 officialeuro
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \begin_layout Standard
22171 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22172  LaTeX 
22173 \series bold
22174 eurosym
22175 \series default
22176
22177 \begin_inset Index
22178 status collapsed
22179
22180 \begin_layout Plain Layout
22181 Paquetes ! eurosym
22182 \end_layout
22183
22184 \end_inset
22185
22186 , y cargado en el preámbulo LaTeX con la línea
22187 \end_layout
22188
22189 \begin_layout Standard
22190
22191 \series bold
22192
22193 \backslash
22194 usepackage[gennarrow]{eurosym}
22195 \end_layout
22196
22197 \begin_layout Standard
22198 Actualmente también se puede insertar con el comando 
22199 \series bold
22200
22201 \backslash
22202 euro
22203 \series default
22204
22205 \begin_inset Index
22206 status collapsed
22207
22208 \begin_layout Plain Layout
22209 Comandos ! E ! 
22210 \backslash
22211 euro
22212 \end_layout
22213
22214 \end_inset
22215
22216 .
22217 \end_layout
22218
22219 \begin_layout Standard
22220 El símbolo del euro puede insertarse directamente con la tecla € en texto
22221  matemático sin tener 
22222 \series bold
22223 eurosym
22224 \series default
22225  instalado.
22226  Si 
22227 \series bold
22228 eurosym
22229 \series default
22230  está instalado, se puede insertar 
22231 \series bold
22232
22233 \backslash
22234 euro
22235 \series default
22236  en modo TeX.
22237  El símbolo oficial de la moneda se puede insertar con el comando 
22238 \series bold
22239
22240 \backslash
22241 officialeuro
22242 \series default
22243
22244 \begin_inset Index
22245 status collapsed
22246
22247 \begin_layout Plain Layout
22248 Comandos ! O ! 
22249 \backslash
22250 officialeuro
22251 \end_layout
22252
22253 \end_inset
22254
22255 , que sólo está disponible en modo TeX.
22256 \end_layout
22257
22258 \begin_layout Standard
22259 \begin_inset ERT
22260 status collapsed
22261
22262 \begin_layout Plain Layout
22263
22264
22265 \backslash
22266 ifeurosym
22267 \end_layout
22268
22269 \end_inset
22270
22271
22272 \begin_inset Note Note
22273 status collapsed
22274
22275 \begin_layout Plain Layout
22276 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22277 \series bold
22278 eurosym
22279 \series default
22280 .
22281 \end_layout
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \begin_layout Standard
22289 Un vistazo a los diferentes símbolos del euro.
22290 \end_layout
22291
22292 \begin_layout Standard
22293 \noindent
22294 \align center
22295 \begin_inset Tabular
22296 <lyxtabular version="3" rows="4" columns="3">
22297 <features>
22298 <column alignment="center" valignment="top" width="0">
22299 <column alignment="center" valignment="top" width="0">
22300 <column alignment="center" valignment="top" width="0">
22301 <row>
22302 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 Comando
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 Símbolo
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 </row>
22330 <row>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 ecuación
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \backslash
22346 euro
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Formula $\euro$
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 texto matemático
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Formula $\mbox{€}$
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 </row>
22396 <row>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 modo TeX
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410
22411 \backslash
22412 officialeuro
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 \begin_inset ERT
22422 status collapsed
22423
22424 \begin_layout Plain Layout
22425
22426
22427 \backslash
22428 officialeuro
22429 \end_layout
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 </lyxtabular>
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Standard
22447 \begin_inset ERT
22448 status collapsed
22449
22450 \begin_layout Plain Layout
22451
22452
22453 \backslash
22454 else
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \begin_inset Note Note
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22465 \series bold
22466 eurosym
22467 \series default
22468 :
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \begin_layout Standard
22477 Para ver la salida completa de esta subsección debe estar instalado el paquete
22478  LaTeX 
22479 \series bold
22480 eurosym
22481 \series default
22482 .
22483 \end_layout
22484
22485 \begin_layout Standard
22486 \begin_inset ERT
22487 status collapsed
22488
22489 \begin_layout Plain Layout
22490
22491
22492 \backslash
22493 fi
22494 \end_layout
22495
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \begin_layout Section
22502 Relaciones
22503 \begin_inset CommandInset label
22504 LatexCommand label
22505 name "sec:Relaciones"
22506
22507 \end_inset
22508
22509
22510 \begin_inset Index
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514 Relaciones
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \begin_inset Index
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524 Comparaciones|see
22525 \begin_inset ERT
22526 status collapsed
22527
22528 \begin_layout Plain Layout
22529
22530 {
22531 \end_layout
22532
22533 \end_inset
22534
22535 Relaciones
22536 \begin_inset ERT
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540
22541 }
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \begin_layout Standard
22555 Todas las relaciones se pueden insertar también con el botón 
22556 \begin_inset Graphics
22557         filename ../../images/math/leq.png
22558         scale 85
22559
22560 \end_inset
22561
22562  de la barra de ecuaciones.
22563 \end_layout
22564
22565 \begin_layout Standard
22566 \begin_inset space \hfill{}
22567 \end_inset
22568
22569
22570 \begin_inset Tabular
22571 <lyxtabular version="3" rows="17" columns="2">
22572 <features>
22573 <column alignment="center" valignment="top" width="0pt">
22574 <column alignment="center" valignment="top" width="0pt">
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 Comando
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 Relación
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 <
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 \begin_inset Formula $<$
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 </row>
22618 <row>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623
22624 \backslash
22625 le
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 \begin_inset Formula $\le$
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 </row>
22643 <row>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648
22649 \backslash
22650 ll
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 \begin_inset Formula $\ll$
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673
22674 \backslash
22675 prec
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 \begin_inset Formula $\prec$
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 </row>
22693 <row>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698
22699 \backslash
22700 preceq
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 \begin_inset Formula $\preceq$
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723
22724 \backslash
22725 subset
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 \begin_inset Formula $\subset$
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 <row>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \backslash
22750 subseteq
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\subseteq$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773
22774 \backslash
22775 sqsubseteq
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 \begin_inset Formula $\sqsubseteq$
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 </row>
22793 <row>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798
22799 \backslash
22800 in
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Formula $\in$
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 <row>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823
22824 \backslash
22825 vdash
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 \begin_inset Formula $\vdash$
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 </row>
22843 <row>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848
22849 \backslash
22850 smile
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Formula $\smile$
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 </row>
22868 <row>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873
22874 \backslash
22875 lhd
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 \begin_inset Formula $\lhd$
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 <row>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898
22899 \backslash
22900 unlhd
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 \begin_inset Formula $\unlhd$
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 </row>
22918 <row>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923
22924 \backslash
22925 gtrless
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 \begin_inset Formula $\gtrless$
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 </row>
22943 <row>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948
22949 \backslash
22950 mid
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 \begin_inset Formula $\mid$
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 </row>
22968 <row>
22969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973
22974 \backslash
22975 nmid
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 \begin_inset Formula $\nmid$
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 </row>
22993 </lyxtabular>
22994
22995 \end_inset
22996
22997
22998 \begin_inset space \hfill{}
22999 \end_inset
23000
23001
23002 \begin_inset Tabular
23003 <lyxtabular version="3" rows="17" columns="2">
23004 <features>
23005 <column alignment="center" valignment="top" width="0pt">
23006 <column alignment="center" valignment="top" width="0pt">
23007 <row>
23008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 Comando
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 Relación
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 =
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 \begin_inset Formula $=$
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 </row>
23050 <row>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \backslash
23057 not=
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 \begin_inset Formula $\not=$
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 </row>
23075 <row>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080
23081 \backslash
23082 equiv
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 \begin_inset Formula $\equiv$
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 </row>
23100 <row>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105
23106 \backslash
23107 sim
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116 \begin_inset Formula $\sim$
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 </row>
23125 <row>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130
23131 \backslash
23132 simeq
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 \begin_inset Formula $\simeq$
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 <row>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \backslash
23157 approx
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Formula $\approx$
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180
23181 \backslash
23182 cong
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 \begin_inset Formula $\cong$
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 </row>
23200 <row>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \backslash
23207 bowtie
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 \begin_inset Formula $\bowtie$
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230
23231 \backslash
23232 notin
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset Formula $\notin$
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \backslash
23257 perp
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset Formula $\perp$
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \backslash
23282 propto
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Formula $\propto$
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305
23306 \backslash
23307 asymp
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Formula $\asymp$
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 </row>
23325 <row>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330
23331 \backslash
23332 doteq
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset Formula $\doteq$
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355
23356 \backslash
23357 circeq
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Formula $\circeq$
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \backslash
23382 models
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset Formula $\models$
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405
23406 \backslash
23407 widehat=
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 \begin_inset Formula $\widehat{=}$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 </lyxtabular>
23426
23427 \end_inset
23428
23429
23430 \begin_inset space \hfill{}
23431 \end_inset
23432
23433
23434 \begin_inset Tabular
23435 <lyxtabular version="3" rows="17" columns="2">
23436 <features>
23437 <column alignment="center" valignment="top" width="0pt">
23438 <column alignment="center" valignment="top" width="0pt">
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 Comando
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 Relación
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 >
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 \begin_inset Formula $>$
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 </row>
23482 <row>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487
23488 \backslash
23489 ge
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 \begin_inset Formula $\ge$
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 </row>
23507 <row>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512
23513 \backslash
23514 gg
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523 \begin_inset Formula $\gg$
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 </row>
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \backslash
23539 succ
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 \begin_inset Formula $\succ$
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 </row>
23557 <row>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562
23563 \backslash
23564 succeq
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Formula $\succeq$
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \backslash
23589 supset
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $\supset$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \backslash
23614 supseteq
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset Formula $\supseteq$
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \backslash
23639 sqsupseteq
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Formula $\sqsupseteq$
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \backslash
23664 ni
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $\ni$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \backslash
23689 dashv
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 \begin_inset Formula $\dashv$
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \backslash
23714 frown
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $\frown$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737
23738 \backslash
23739 rhd
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 \begin_inset Formula $\rhd$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \backslash
23764 unrhd
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $\unrhd$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 lessgtr
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\lessgtr$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 parallel
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\parallel$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 nparallel
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\nparallel$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 </lyxtabular>
23858
23859 \end_inset
23860
23861
23862 \begin_inset space \hfill{}
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \begin_layout Standard
23869 \begin_inset VSpace medskip
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \begin_layout Standard
23876 Los caracteres 
23877 \series bold
23878
23879 \backslash
23880 lhd
23881 \series default
23882  y 
23883 \series bold
23884
23885 \backslash
23886 rhd
23887 \series default
23888  son mayores que los operadores de aspecto similar 
23889 \series bold
23890
23891 \backslash
23892 triangleleft
23893 \series default
23894  y 
23895 \series bold
23896
23897 \backslash
23898 triangleright
23899 \series default
23900 , respectivamente.
23901 \end_layout
23902
23903 \begin_layout Standard
23904 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23905 \end_layout
23906
23907 \begin_layout Standard
23908 Se pueden componer relaciones con etiquetas con el comando 
23909 \series bold
23910
23911 \backslash
23912 stackrel
23913 \series default
23914
23915 \begin_inset Index
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919 Comandos ! S ! 
23920 \backslash
23921 stackrel
23922 \end_layout
23923
23924 \end_inset
23925
23926 :
23927 \end_layout
23928
23929 \begin_layout Standard
23930 \align center
23931 \begin_inset Tabular
23932 <lyxtabular version="3" rows="2" columns="2">
23933 <features>
23934 <column alignment="center" valignment="top" width="0">
23935 <column alignment="center" valignment="top" width="0">
23936 <row>
23937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 Comando
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 Resultado
23951 \begin_inset Note Note
23952 status collapsed
23953
23954 \begin_layout Plain Layout
23955
23956 \series bold
23957
23958 \backslash
23959 raisebox
23960 \series default
23961  se usa sólo como espaciador
23962 \end_layout
23963
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 A(r)
23978 \backslash
23979 stackrel
23980 \begin_inset ERT
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984
23985
23986 \backslash
23987 spce 
23988 \end_layout
23989
23990 \end_inset
23991
23992 r
23993 \backslash
23994 to
23995 \backslash
23996 infty
23997 \begin_inset ERT
23998 status collapsed
23999
24000 \begin_layout Plain Layout
24001
24002
24003 \backslash
24004 spce 
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \begin_inset Formula $\downarrow$
24011 \end_inset
24012
24013
24014 \backslash
24015 approx
24016 \begin_inset ERT
24017 status collapsed
24018
24019 \begin_layout Plain Layout
24020
24021
24022 \backslash
24023 spce 
24024 \end_layout
24025
24026 \end_inset
24027
24028
24029 \begin_inset ERT
24030 status collapsed
24031
24032 \begin_layout Plain Layout
24033
24034
24035 \backslash
24036 spce 
24037 \end_layout
24038
24039 \end_inset
24040
24041 B
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 </lyxtabular>
24060
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \begin_layout Section
24067 Funciones
24068 \end_layout
24069
24070 \begin_layout Subsection
24071 Funciones predefinidas
24072 \begin_inset CommandInset label
24073 LatexCommand label
24074 name "sub:Funciones-predefinidas"
24075
24076 \end_inset
24077
24078
24079 \begin_inset Index
24080 status collapsed
24081
24082 \begin_layout Plain Layout
24083 Funciones ! predefinidas
24084 \end_layout
24085
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \begin_layout Standard
24092 En general las variables se escriben en 
24093 \emph on
24094 cursiva
24095 \emph default
24096  en expresiones matemáticas, pero no los nombres de las funciones, porque
24097  
24098 \begin_inset Formula $sen$
24099 \end_inset
24100
24101  podría confundirse con 
24102 \begin_inset Formula $s\cdot e\cdot n$
24103 \end_inset
24104
24105 .
24106  Por eso hay funciones predefinidas, que además se separan un poco del factor
24107  precedente.
24108  Se insertan como comandos con una barra inversa  delante de su nombre.
24109 \end_layout
24110
24111 \begin_layout Standard
24112 \align center
24113 \begin_inset Tabular
24114 <lyxtabular version="3" rows="2" columns="4">
24115 <features>
24116 <column alignment="center" valignment="top" width="0pt">
24117 <column alignment="center" valignment="top" width="0pt">
24118 <column alignment="center" valignment="top" width="0pt">
24119 <column alignment="center" valignment="top" width="0pt">
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 Comando
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 Resultado
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 Comando
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 Resultado
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 <row>
24159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 Asen(x)+B
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 \begin_inset Formula $Asen(x)+B$
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 A
24185 \backslash
24186 sen(x)+B
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 \begin_inset Formula $A\sen(x)+B$
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 </lyxtabular>
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \begin_layout Standard
24212 Las funciones siguientes están predefinidas:
24213 \begin_inset Foot
24214 status open
24215
24216 \begin_layout Plain Layout
24217 Se han añadido los comandos equivalentes suministrados por el estilo 
24218 \series bold
24219 spanish
24220 \series default
24221  de 
24222 \series bold
24223 babel
24224 \series default
24225 , adaptados a las convenciones hispanohablantes.
24226  Además, en su caso, las funciones serán acentuadas automáticamente en la
24227  salida, p.
24228 \begin_inset space \thinspace{}
24229 \end_inset
24230
24231 e.
24232  
24233 \begin_inset Quotes fld
24234 \end_inset
24235
24236 lím
24237 \begin_inset Quotes frd
24238 \end_inset
24239
24240  o 
24241 \begin_inset Quotes fld
24242 \end_inset
24243
24244 máx
24245 \begin_inset Quotes frd
24246 \end_inset
24247
24248 .
24249  Más información en 
24250 \begin_inset CommandInset citation
24251 LatexCommand cite
24252 key "spanish"
24253
24254 \end_inset
24255
24256 .
24257  (
24258 \emph on
24259 N.
24260 \begin_inset space \thinspace{}
24261 \end_inset
24262
24263 del t.
24264 \emph default
24265 )
24266 \end_layout
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \begin_layout Standard
24274 \begin_inset VSpace -2mm
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Standard
24281 \align center
24282 \begin_inset Tabular
24283 <lyxtabular version="3" rows="9" columns="7">
24284 <features>
24285 <column alignment="center" valignment="top" width="0pt">
24286 <column alignment="center" valignment="top" width="0pt">
24287 <column alignment="center" valignment="top" width="0pt">
24288 <column alignment="center" valignment="top" width="0pt">
24289 <column alignment="center" valignment="top" width="0pt">
24290 <column alignment="center" valignment="top" width="0pt">
24291 <column alignment="center" valignment="top" width="0pt">
24292 <row>
24293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297 Comando
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 español
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 Comando
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 español
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 Comando
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 español
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351 Comando
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 sin
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 sen
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 sinh
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 senh
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406
24407 \backslash
24408 arcsin
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417
24418 \backslash
24419 arcsen
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 sup
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 </row>
24436 <row>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441
24442 \backslash
24443 cos
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \backslash
24463 cosh
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 arccos
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 inf
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 </row>
24511 <row>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 tan
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 tg
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 tanh
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 tgh
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 arctan
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 arctg
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 lim
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 </row>
24590 <row>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 cot
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \backslash
24608 cotg
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 coth
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637
24638 \backslash
24639 arg
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657
24658 \backslash
24659 liminf
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 </row>
24665 <row>
24666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670
24671 \backslash
24672 sec
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 min
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 deg
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730
24731 \backslash
24732 limsup
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 </row>
24738 <row>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \backslash
24745 csc
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \backslash
24756 cosec
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 max
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \backslash
24787 det
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805
24806 \backslash
24807 Pr
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 </row>
24813 <row>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \backslash
24820 ln
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838
24839 \backslash
24840 exp
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \backslash
24860 dim
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 hom
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 </row>
24886 <row>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891
24892 \backslash
24893 lg
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911
24912 \backslash
24913 log
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \backslash
24933 ker
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951
24952 \backslash
24953 gcd
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 </row>
24959 </lyxtabular>
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 También se pueden insertar con el botón 
24968 \begin_inset Graphics
24969         filename ../../images/math/functions.png
24970         scale 85
24971
24972 \end_inset
24973
24974  de la barra de ecuaciones.
24975 \end_layout
24976
24977 \begin_layout Subsection
24978 Funciones definidas por el usuario
24979 \begin_inset Index
24980 status collapsed
24981
24982 \begin_layout Plain Layout
24983 Funciones ! personalizadas
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992 Para usar una función no predefinida, como por ejemplo la función signo,
24993  sgn(x), hay dos posibilidades:
24994 \end_layout
24995
24996 \begin_layout Itemize
24997 Define la función añadiendo al preámbulo LaTeX la línea
24998 \begin_inset Foot
24999 status collapsed
25000
25001 \begin_layout Plain Layout
25002 Más sobre 
25003 \series bold
25004
25005 \backslash
25006 DeclareMathOperator
25007 \series default
25008  en 
25009 \begin_inset CommandInset ref
25010 LatexCommand ref
25011 reference "sub:Operadores-de-usuario"
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \end_inset
25019
25020
25021 \begin_inset Newline newline
25022 \end_inset
25023
25024
25025 \begin_inset VSpace -3mm
25026 \end_inset
25027
25028
25029 \begin_inset Newline newline
25030 \end_inset
25031
25032
25033 \series bold
25034
25035 \backslash
25036 DeclareMathOperator{
25037 \backslash
25038 sgn}{sgn}
25039 \series default
25040
25041 \begin_inset Index
25042 status collapsed
25043
25044 \begin_layout Plain Layout
25045 Comandos ! D ! 
25046 \backslash
25047 dbinom@
25048 \backslash
25049 DeclareMathOperator
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \begin_inset Newline newline
25056 \end_inset
25057
25058
25059 \begin_inset VSpace -2mm
25060 \end_inset
25061
25062
25063 \begin_inset Newline newline
25064 \end_inset
25065
25066 Ahora la función recién definida se puede obtener con el comando 
25067 \series bold
25068
25069 \backslash
25070 sgn
25071 \series default
25072 .
25073 \end_layout
25074
25075 \begin_layout Itemize
25076 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25077  en nuestro ejemplo las letras 
25078 \emph on
25079 sgn
25080 \emph default
25081 , y cámbialo a texto matemático.
25082  Entre el factor precedente y la función se inserta un espacio.
25083 \end_layout
25084
25085 \begin_layout Standard
25086 El resultado con ambos métodos es el mismo que con una función predefinida:
25087 \begin_inset Foot
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25092  negro.
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Standard
25101 \align center
25102 \begin_inset Tabular
25103 <lyxtabular version="3" rows="3" columns="2">
25104 <features>
25105 <column alignment="center" valignment="top" width="0pt">
25106 <column alignment="center" valignment="top" width="0pt">
25107 <row>
25108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112 Comando
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 Resultado
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 <row>
25128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132 A
25133 \backslash
25134 sgn(x)+B
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 \begin_inset Formula $A\sgn(x)+B$
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 </row>
25152 <row>
25153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157 A
25158 \backslash
25159 ,
25160 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25161 \end_inset
25162
25163 (x)+B
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 </row>
25181 </lyxtabular>
25182
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \begin_layout Standard
25189 El primer método es preferible si la función se va a usar varias veces.
25190 \end_layout
25191
25192 \begin_layout Subsection
25193 Límites
25194 \begin_inset Index
25195 status collapsed
25196
25197 \begin_layout Plain Layout
25198 Límites
25199 \end_layout
25200
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \begin_layout Standard
25207 Para límites, además de 
25208 \series bold
25209
25210 \backslash
25211 lim
25212 \series default
25213
25214 \begin_inset Index
25215 status collapsed
25216
25217 \begin_layout Plain Layout
25218 Comandos ! L ! 
25219 \backslash
25220 lim
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \series bold
25227
25228 \backslash
25229 liminf
25230 \series default
25231  y 
25232 \series bold
25233
25234 \backslash
25235 limsup
25236 \series default
25237  están definidas las siguientes funciones:
25238 \series bold
25239  
25240 \end_layout
25241
25242 \begin_layout Standard
25243 \noindent
25244 \align center
25245 \begin_inset Tabular
25246 <lyxtabular version="3" rows="5" columns="2">
25247 <features>
25248 <column alignment="center" valignment="top" width="0">
25249 <column alignment="center" valignment="top" width="0">
25250 <row>
25251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255 Comando
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264 Resultado
25265 \begin_inset Note Note
25266 status collapsed
25267
25268 \begin_layout Plain Layout
25269
25270 \series bold
25271
25272 \backslash
25273 raisebox
25274 \series default
25275  se usa sólo como espaciador
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 </row>
25286 <row>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 varliminf
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302 \begin_inset Formula $\varliminf$
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 varlimsup
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327 \begin_inset Formula $\varlimsup$
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row>
25337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341
25342 \backslash
25343 varprojlim
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352 \begin_inset Formula $\varprojlim$
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 </row>
25361 <row>
25362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 varinjlim
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 \begin_inset Formula $\varinjlim$
25378 \end_inset
25379
25380
25381 \begin_inset Formula $\raisebox{-2.5mm}{}$
25382 \end_inset
25383
25384
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 </row>
25390 </lyxtabular>
25391
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \begin_layout Standard
25398 \begin_inset VSpace medskip
25399 \end_inset
25400
25401
25402 \end_layout
25403
25404 \begin_layout Standard
25405 El límite se crea insertando un subíndice.
25406  Se imprime a la derecha junto a la función en una fórmula en línea:
25407 \end_layout
25408
25409 \begin_layout Standard
25410 \noindent
25411 \align center
25412 \begin_inset Tabular
25413 <lyxtabular version="3" rows="2" columns="2">
25414 <features>
25415 <column alignment="center" valignment="top" width="0pt">
25416 <column alignment="center" valignment="top" width="0pt">
25417 <row>
25418 <cell alignment="center" valignment="top" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422 Comando
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431 \begin_inset space \hspace{}
25432 \length 1cm
25433 \end_inset
25434
25435 Resultado
25436 \begin_inset Note Note
25437 status collapsed
25438
25439 \begin_layout Plain Layout
25440
25441 \series bold
25442
25443 \backslash
25444 raisebox
25445 \series default
25446  se usa sólo como espaciador
25447 \end_layout
25448
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 </row>
25457 <row>
25458 <cell alignment="center" valignment="top" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462
25463 \backslash
25464 lim_x
25465 \backslash
25466 to
25467 \begin_inset ERT
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471
25472
25473 \backslash
25474 spce 
25475 \end_layout
25476
25477 \end_inset
25478
25479 A
25480 \begin_inset ERT
25481 status collapsed
25482
25483 \begin_layout Plain Layout
25484
25485
25486 \backslash
25487 spce 
25488 \end_layout
25489
25490 \end_inset
25491
25492 x=B
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 <cell alignment="center" valignment="top" usebox="none">
25498 \begin_inset Text
25499
25500 \begin_layout Plain Layout
25501 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 </row>
25510 </lyxtabular>
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \begin_layout Standard
25518 En una ecuación presentada el límite se imprime debajo, como es habitual:
25519 \begin_inset Formula \[
25520 \lim\limits _{x\rightarrow A}=B\]
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \begin_layout Subsection
25528 Función módulo
25529 \begin_inset Index
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533 Funciones ! módulo
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \begin_layout Standard
25542 La función módulo es especial, porque existe en cuatro variantes.
25543 \end_layout
25544
25545 \begin_layout Standard
25546 En una ecuación presentada:
25547 \begin_inset Formula \begin{align*}
25548 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25549 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25550 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25551 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25552 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25553
25554 \end_inset
25555
25556 En una ecuación en línea se pone menos espacio delante del nombre de la
25557  función para todas las variantes.
25558 \end_layout
25559
25560 \begin_layout Section
25561 Caracteres especiales
25562 \begin_inset Index
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566 Caracteres especiales
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \begin_layout Subsection
25575 Caracteres especiales en texto matemático
25576 \end_layout
25577
25578 \begin_layout Standard
25579 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25580  TeX:
25581 \end_layout
25582
25583 \begin_layout Standard
25584 \begin_inset space \hfill{}
25585 \end_inset
25586
25587
25588 \begin_inset Tabular
25589 <lyxtabular version="3" rows="8" columns="2">
25590 <features>
25591 <column alignment="block" valignment="top" width="0">
25592 <column alignment="block" valignment="top" width="0">
25593 <row>
25594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 Comando
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607 Resultado
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 </row>
25613 <row>
25614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618
25619 \backslash
25620 oe
25621 \end_layout
25622
25623 \end_inset
25624 </cell>
25625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629 \begin_inset Formula $\textrm{œ}$
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 </row>
25638 <row>
25639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643
25644 \backslash
25645 OE
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654 \begin_inset Formula $\textrm{Œ}$
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 </row>
25663 <row>
25664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25665 \begin_inset Text
25666
25667 \begin_layout Plain Layout
25668
25669 \backslash
25670 ae
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679 \begin_inset Formula $\textrm{æ}$
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 </row>
25688 <row>
25689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693
25694 \backslash
25695 AE
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704 \begin_inset Formula $\textrm{Æ}$
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 </row>
25713 <row>
25714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718
25719 \backslash
25720 aa
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 \begin_inset Formula $\textrm{\aa}$
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 </row>
25738 <row>
25739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743
25744 \backslash
25745 AA
25746 \begin_inset Index
25747 status collapsed
25748
25749 \begin_layout Plain Layout
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755
25756 \backslash
25757 @
25758 \backslash
25759 textrm{
25760 \backslash
25761 AA}
25762 \end_layout
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780 \begin_inset Formula $\textrm{Å}$
25781 \end_inset
25782
25783
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 </row>
25789 <row>
25790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794
25795 \backslash
25796 i
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805 \begin_inset Formula $\textrm{ı}$
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 </lyxtabular>
25815
25816 \end_inset
25817
25818
25819 \begin_inset space \hfill{}
25820 \end_inset
25821
25822
25823 \begin_inset Tabular
25824 <lyxtabular version="3" rows="8" columns="2">
25825 <features>
25826 <column alignment="block" valignment="top" width="0">
25827 <column alignment="center" valignment="top" width="0">
25828 <row>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 Comando
25834 \begin_inset Note Note
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838
25839 \series bold
25840
25841 \backslash
25842 raisebox
25843 \series default
25844  se usa sólo como espaciador
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 Resultado
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 <row>
25865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \backslash
25871 o
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 \begin_inset Formula $\textrm{ø}$
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 </row>
25889 <row>
25890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894
25895 \backslash
25896 O
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905 \begin_inset Formula $\textrm{Ø}$
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 </row>
25914 <row>
25915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919
25920 \backslash
25921 l
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset Formula $\textrm{ł}$
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 </row>
25939 <row>
25940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944
25945 \backslash
25946 L
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955 \begin_inset Formula $\textrm{Ł}$
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 </row>
25964 <row>
25965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25966 \begin_inset Text
25967
25968 \begin_layout Plain Layout
25969 !
25970 \begin_inset space \hspace{}
25971 \length 0mm
25972 \end_inset
25973
25974 `
25975 \begin_inset ERT
25976 status collapsed
25977
25978 \begin_layout Plain Layout
25979
25980
25981 \backslash
25982 spce 
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996 \begin_inset Formula $\textrm{!`}$
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 </row>
26005 <row>
26006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010 ?
26011 \begin_inset space \hspace{}
26012 \length 0mm
26013 \end_inset
26014
26015 `
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021
26022 \backslash
26023 spce 
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 \begin_inset Formula $\textrm{?`}$
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 </row>
26046 <row>
26047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26048 \begin_inset Text
26049
26050 \begin_layout Plain Layout
26051
26052 \backslash
26053 j
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Plain Layout
26062 \begin_inset Formula $\textrm{ȷ}$
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 </row>
26071 </lyxtabular>
26072
26073 \end_inset
26074
26075
26076 \begin_inset space \hfill{}
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \begin_layout Standard
26083 Los caracteres 
26084 \begin_inset Formula $\textrm{\textrm{Å}}$
26085 \end_inset
26086
26087  y 
26088 \begin_inset Formula $\textrm{\textrm{Ø}}$
26089 \end_inset
26090
26091  también se pueden insertar mediante el botón 
26092 \begin_inset Graphics
26093         filename ../../images/math/digamma.png
26094         scale 85
26095
26096 \end_inset
26097
26098  de la barra de ecuaciones.
26099 \end_layout
26100
26101 \begin_layout Standard
26102 Los comandos 
26103 \series bold
26104 !
26105 \begin_inset space \hspace{}
26106 \length 0mm
26107 \end_inset
26108
26109 `
26110 \series default
26111  y 
26112 \series bold
26113 ?
26114 \begin_inset space \hspace{}
26115 \length 0mm
26116 \end_inset
26117
26118 `
26119 \series default
26120  son una excepción porque se pueden insertar directamente a texto en LyX.
26121  
26122 \end_layout
26123
26124 \begin_layout Subsection
26125 Acentos en texto
26126 \begin_inset CommandInset label
26127 LatexCommand label
26128 name "sub:Acentos-en-texto"
26129
26130 \end_inset
26131
26132
26133 \begin_inset Index
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137 Acentos ! en texto
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \begin_layout Standard
26146 Con los siguientes comandos se pueden acentuar todas las letras.
26147  Los comandos deben ponerse en modo TeX.
26148 \end_layout
26149
26150 \begin_layout Standard
26151 \begin_inset space \hfill{}
26152 \end_inset
26153
26154
26155 \begin_inset Tabular
26156 <lyxtabular version="3" rows="8" columns="2">
26157 <features>
26158 <column alignment="block" valignment="top" width="0">
26159 <column alignment="block" valignment="top" width="0">
26160 <row>
26161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 Comando
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 Resultado
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 </row>
26180 <row>
26181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185
26186 \backslash
26187
26188 \begin_inset Quotes grd
26189 \end_inset
26190
26191 e
26192 \end_layout
26193
26194 \end_inset
26195 </cell>
26196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200 \begin_inset ERT
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204
26205
26206 \backslash
26207 "e
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 </row>
26218 <row>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223
26224 \backslash
26225 `e
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 \begin_inset ERT
26235 status collapsed
26236
26237 \begin_layout Plain Layout
26238
26239
26240 \backslash
26241 `e
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 </row>
26252 <row>
26253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257
26258 \backslash
26259 ^
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 spce 
26268 \end_layout
26269
26270 \end_inset
26271
26272 e
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 ^e
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 </row>
26299 <row>
26300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304
26305 \backslash
26306 =e
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 =e
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 <row>
26334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338
26339 \backslash
26340 u
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 spce 
26349 \end_layout
26350
26351 \end_inset
26352
26353 e
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 u e
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 b
26388 \begin_inset ERT
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392
26393
26394 \backslash
26395 spce 
26396 \end_layout
26397
26398 \end_inset
26399
26400 e
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 b e
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 <row>
26428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \backslash
26434 t
26435 \begin_inset ERT
26436 status collapsed
26437
26438 \begin_layout Plain Layout
26439
26440
26441 \backslash
26442 spce 
26443 \end_layout
26444
26445 \end_inset
26446
26447 ee
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 \begin_inset ERT
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460
26461
26462 \backslash
26463 t ee
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 </row>
26474 </lyxtabular>
26475
26476 \end_inset
26477
26478
26479 \begin_inset space \hfill{}
26480 \end_inset
26481
26482
26483 \begin_inset Tabular
26484 <lyxtabular version="3" rows="8" columns="2">
26485 <features>
26486 <column alignment="block" valignment="top" width="0">
26487 <column alignment="center" valignment="top" width="0">
26488 <row>
26489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 Comando
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 Resultado
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 <row>
26509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513
26514 \backslash
26515 H
26516 \begin_inset ERT
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520
26521
26522 \backslash
26523 spce 
26524 \end_layout
26525
26526 \end_inset
26527
26528 e
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset ERT
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541
26542
26543 \backslash
26544 H e
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 </row>
26555 <row>
26556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560
26561 \backslash
26562 'e
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 \begin_inset ERT
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575
26576
26577 \backslash
26578 'e
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 </row>
26589 <row>
26590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594
26595 \backslash
26596 ~e
26597 \begin_inset Index
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601 Tilde
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 \begin_inset ERT
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619
26620
26621 \backslash
26622 ~e
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 </row>
26633 <row>
26634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638
26639 \backslash
26640 .e
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654
26655 \backslash
26656 .e
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 </row>
26667 <row>
26668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672
26673 \backslash
26674 v
26675 \begin_inset ERT
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 spce 
26683 \end_layout
26684
26685 \end_inset
26686
26687 e
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 v e
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \backslash
26721 d
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 spce 
26730 \end_layout
26731
26732 \end_inset
26733
26734 e
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743 \begin_inset ERT
26744 status collapsed
26745
26746 \begin_layout Plain Layout
26747
26748
26749 \backslash
26750 d e
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row>
26762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766
26767 \backslash
26768 c
26769 \begin_inset ERT
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774
26775 \backslash
26776 spce 
26777 \end_layout
26778
26779 \end_inset
26780
26781 e
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 \begin_inset ERT
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794
26795
26796 \backslash
26797 c e
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 </lyxtabular>
26809
26810 \end_inset
26811
26812
26813 \begin_inset space \hfill{}
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \begin_layout Standard
26820 \begin_inset VSpace medskip
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \begin_layout Standard
26827 Con el comando 
26828 \series bold
26829
26830 \backslash
26831 t
26832 \series default
26833  también se pueden acentuar dos caracteres distintos.
26834  El comando 
26835 \series bold
26836
26837 \backslash
26838 t
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 spce 
26847 \end_layout
26848
26849 \end_inset
26850
26851 sz
26852 \series default
26853  genera 
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 t sz
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 Los acentos 
26871 \series bold
26872 `
26873 \series default
26874  , 
26875 \series bold
26876 '
26877 \series default
26878  y 
26879 \series bold
26880 ^
26881 \series default
26882  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26883  TeX.
26884  Lo mismo se aplica a la tilde
26885 \begin_inset Foot
26886 status collapsed
26887
26888 \begin_layout Plain Layout
26889 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26890 \end_layout
26891
26892 \end_inset
26893
26894  con 
26895 \emph on
26896 a
26897 \emph default
26898
26899 \emph on
26900 o
26901 \emph default
26902  y 
26903 \emph on
26904 n.
26905 \end_layout
26906
26907 \begin_layout Standard
26908 Los comandos 
26909 \series bold
26910
26911 \backslash
26912 b
26913 \series default
26914  , 
26915 \series bold
26916
26917 \backslash
26918 c
26919 \series default
26920  , 
26921 \series bold
26922
26923 \backslash
26924 d
26925 \series default
26926  , 
26927 \series bold
26928
26929 \backslash
26930 H
26931 \series default
26932  , 
26933 \series bold
26934
26935 \backslash
26936 t
26937 \series default
26938  , 
26939 \series bold
26940
26941 \backslash
26942 u
26943 \series default
26944  , 
26945 \series bold
26946
26947 \backslash
26948 v
26949 \series default
26950 , y acentos insertados directamente con el teclado también están disponibles
26951  en texto matemático.
26952  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26953  
26954 \begin_inset CommandInset ref
26955 LatexCommand ref
26956 reference "sub:Acentos-para-un"
26957
26958 \end_inset
26959
26960 .
26961 \end_layout
26962
26963 \begin_layout Standard
26964 \begin_inset VSpace bigskip
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \begin_layout Standard
26971 Además, con el comando 
26972 \series bold
26973
26974 \backslash
26975 textcircled
26976 \series default
26977
26978 \begin_inset Index
26979 status collapsed
26980
26981 \begin_layout Plain Layout
26982 Comandos ! T ! 
26983 \backslash
26984 textcircled
26985 \end_layout
26986
26987 \end_inset
26988
26989  se pueden insertar en un círculo todos los números y letras, de forma parecida
26990  al símbolo copyright.
26991 \end_layout
26992
26993 \begin_layout Standard
26994 \noindent
26995 \align center
26996 \begin_inset Tabular
26997 <lyxtabular version="3" rows="3" columns="2">
26998 <features>
26999 <column alignment="center" valignment="top" width="0">
27000 <column alignment="center" valignment="top" width="0">
27001 <row>
27002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006 Comando
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015 Resultado
27016 \begin_inset Note Note
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020
27021 \series bold
27022
27023 \backslash
27024 raisebox
27025 \series default
27026  se usa sólo como espaciador
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \end_inset
27035 </cell>
27036 </row>
27037 <row>
27038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Plain Layout
27042
27043 \backslash
27044 textcircled{w}
27045 \end_layout
27046
27047 \end_inset
27048 </cell>
27049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27050 \begin_inset Text
27051
27052 \begin_layout Plain Layout
27053 \begin_inset ERT
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057
27058
27059 \backslash
27060 textcircled{w}
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 </row>
27071 <row>
27072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27073 \begin_inset Text
27074
27075 \begin_layout Plain Layout
27076
27077 \backslash
27078 Large 
27079 \backslash
27080 textcircled{
27081 \backslash
27082 normalsize
27083 \backslash
27084 protect
27085 \backslash
27086 raisebox{-1.5pt}{W}}
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Plain Layout
27095 \begin_inset Formula $\raisebox{4.5mm}{}$
27096 \end_inset
27097
27098
27099 \begin_inset ERT
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103
27104
27105 \backslash
27106 Large 
27107 \backslash
27108 textcircled{
27109 \backslash
27110 normalsize
27111 \backslash
27112 protect
27113 \backslash
27114 raisebox{-1.5pt}W}
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \begin_inset Formula $\raisebox{-2mm}{}$
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 </row>
27129 </lyxtabular>
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \begin_layout Standard
27137 Hay que tener cuidado que el carácter se ajuste al círculo.
27138  Por eso 
27139 \series bold
27140
27141 \backslash
27142 Large
27143 \begin_inset Foot
27144 status collapsed
27145
27146 \begin_layout Plain Layout
27147 véase 
27148 \begin_inset CommandInset ref
27149 LatexCommand ref
27150 reference "sub:Tamaños-de-fuentes"
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \series default
27161  especifica el tamaño del círculo.
27162  Con ayuda de 
27163 \series bold
27164
27165 \backslash
27166 raisebox
27167 \begin_inset Foot
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171 véase 
27172 \begin_inset CommandInset ref
27173 LatexCommand ref
27174 reference "sub:Cuadros-sin-marco"
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \series default
27185  se puede centrar el carácter.
27186 \end_layout
27187
27188 \begin_layout Subsection
27189 Números minúsculos
27190 \begin_inset Index
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194 Números ! minúsculos
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Standard
27203 Los números minúsculos se componen con el comando 
27204 \series bold
27205
27206 \backslash
27207 oldstylenums
27208 \series default
27209
27210 \begin_inset Index
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214 Comandos ! O ! 
27215 \backslash
27216 oldstylenums
27217 \end_layout
27218
27219 \end_inset
27220
27221 .
27222  El comando se puede usar en ecuaciones y en modo TeX.
27223  Su esquema es:
27224 \end_layout
27225
27226 \begin_layout Standard
27227
27228 \series bold
27229
27230 \backslash
27231 oldstylenums{número}
27232 \end_layout
27233
27234 \begin_layout Standard
27235 El comando 
27236 \series bold
27237
27238 \backslash
27239 oldstylenums{0123456789}
27240 \series default
27241  genera: 
27242 \begin_inset Formula $\oldstylenums{0123456789}$
27243 \end_inset
27244
27245
27246 \end_layout
27247
27248 \begin_layout Subsection
27249 Caracteres especiales misceláneos
27250 \begin_inset CommandInset label
27251 LatexCommand label
27252 name "sub:Caracteres-especiales-misceláneos"
27253
27254 \end_inset
27255
27256
27257 \begin_inset Index
27258 status collapsed
27259
27260 \begin_layout Plain Layout
27261 Caracteres especiales ! misceláneos
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \begin_layout Standard
27270 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27271  comandos:
27272 \end_layout
27273
27274 \begin_layout Standard
27275 \noindent
27276 \align center
27277 \begin_inset Tabular
27278 <lyxtabular version="3" rows="4" columns="2">
27279 <features>
27280 <column alignment="center" valignment="top" width="0">
27281 <column alignment="center" valignment="top" width="0">
27282 <row>
27283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27284 \begin_inset Text
27285
27286 \begin_layout Plain Layout
27287 Comando
27288 \end_layout
27289
27290 \end_inset
27291 </cell>
27292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27293 \begin_inset Text
27294
27295 \begin_layout Plain Layout
27296 Resultado
27297 \end_layout
27298
27299 \end_inset
27300 </cell>
27301 </row>
27302 <row>
27303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307
27308 \backslash
27309 ^
27310 \begin_inset ERT
27311 status collapsed
27312
27313 \begin_layout Plain Layout
27314
27315
27316 \backslash
27317 spce 
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \end_inset
27326 </cell>
27327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27328 \begin_inset Text
27329
27330 \begin_layout Plain Layout
27331 \begin_inset Formula $\mathcircumflex$
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 </row>
27340 <row>
27341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345
27346 \backslash
27347 _
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 \begin_inset Formula $\_$
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 </row>
27365 <row>
27366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27367 \begin_inset Text
27368
27369 \begin_layout Plain Layout
27370 ^
27371 \begin_inset ERT
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375
27376
27377 \backslash
27378 spce 
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \backslash
27385 circ
27386 \begin_inset Index
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 °
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \end_inset
27399 </cell>
27400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27401 \begin_inset Text
27402
27403 \begin_layout Plain Layout
27404 \begin_inset Formula $^{\circ}$
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 </row>
27413 </lyxtabular>
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Standard
27421 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27422  LaTeX contiene la línea:
27423 \begin_inset Foot
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427 Más sobre este asunto en 
27428 \begin_inset CommandInset ref
27429 LatexCommand ref
27430 reference "sub:Caracteres-de-texto"
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \end_inset
27438
27439  
27440 \end_layout
27441
27442 \begin_layout Standard
27443
27444 \series bold
27445
27446 \backslash
27447 DeclareInputtext{176}{
27448 \backslash
27449 ifmmode^
27450 \backslash
27451 circ
27452 \backslash
27453 else
27454 \backslash
27455 textdegree
27456 \backslash
27457 fi}
27458 \end_layout
27459
27460 \begin_layout Section
27461 Estilos de ecuación
27462 \begin_inset CommandInset label
27463 LatexCommand label
27464 name "sec:Estilos-de-ecuación"
27465
27466 \end_inset
27467
27468
27469 \begin_inset Index
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 Ecuación ! estilos de
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Itemize
27482 Hay dos estilos diferentes de alineación:
27483 \end_layout
27484
27485 \begin_deeper
27486 \begin_layout Description
27487 Centrado es el estándar predefinido
27488 \end_layout
27489
27490 \begin_layout Description
27491 Sangrado para este estilo debe insertarse la opción 
27492 \series bold
27493 fleqn
27494 \series default
27495  en el menú 
27496 \family sans
27497 Documento\SpecialChar \menuseparator
27498 Configuración
27499 \family default
27500  bajo 
27501 \family sans
27502 Clase de documento
27503 \end_layout
27504
27505 \begin_layout Standard
27506 Cuando se usa 
27507 \series bold
27508 Sangrado
27509 \series default
27510 , éste se puede ajustar con la longitud 
27511 \series bold
27512
27513 \backslash
27514 mathindent
27515 \series default
27516
27517 \begin_inset Index
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 Comandos ! M ! 
27522 \backslash
27523 mathindent
27524 \end_layout
27525
27526 \end_inset
27527
27528 .
27529  Para 15
27530 \begin_inset space \thinspace{}
27531 \end_inset
27532
27533 mm, p.
27534 \begin_inset space \thinspace{}
27535 \end_inset
27536
27537 e., se inserta esta línea de comando en el preámbulo LaTeX:
27538 \end_layout
27539
27540 \begin_layout Standard
27541
27542 \series bold
27543
27544 \backslash
27545 setlength{
27546 \backslash
27547 mathindent}{15mm}
27548 \end_layout
27549
27550 \begin_layout Standard
27551 Si no se especifica longitud se usa el valor predeterminado de 30
27552 \begin_inset space \thinspace{}
27553 \end_inset
27554
27555 pt.
27556 \end_layout
27557
27558 \end_deeper
27559 \begin_layout Itemize
27560 Y dos estilos diferentes de numeración:
27561 \end_layout
27562
27563 \begin_deeper
27564 \begin_layout Description
27565 Derecha es el estándar predefinido
27566 \end_layout
27567
27568 \begin_layout Description
27569 Izquierda para este estilo debe insertarse la opción 
27570 \series bold
27571 fleqn
27572 \series default
27573  en el menú 
27574 \family sans
27575 Documento\SpecialChar \menuseparator
27576 Configuración
27577 \family default
27578  bajo 
27579 \family sans
27580 Clase de documento
27581 \end_layout
27582
27583 \end_deeper
27584 \begin_layout Standard
27585
27586 \series bold
27587 fleqn
27588 \series default
27589  y 
27590 \series bold
27591 leqno
27592 \series default
27593  también se pueden usar juntos.
27594  En ese caso se insertan ambas opciones, separadas por una coma.
27595 \end_layout
27596
27597 \begin_layout Standard
27598 Los estilos escogidos se aplican a todas las ecuaciones en presentación
27599  del documento.
27600  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27601  estilo 
27602 \series bold
27603 Centrado
27604 \series default
27605  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27606 \begin_inset CommandInset ref
27607 LatexCommand ref
27608 reference "sub:Entorno-flalign"
27609
27610 \end_inset
27611
27612 .
27613 \end_layout
27614
27615 \begin_layout Section
27616 Ecuaciones multilínea
27617 \begin_inset CommandInset label
27618 LatexCommand label
27619 name "sec:Ecuaciones-multilínea"
27620
27621 \end_inset
27622
27623
27624 \begin_inset Index
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 Ecuación ! multilínea
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Subsection
27637 General
27638 \end_layout
27639
27640 \begin_layout Standard
27641 En LyX se generan nuevas líneas en una ecuación con 
27642 \family sans
27643 \series bold
27644 Ctrl-Intro
27645 \family default
27646 \series default
27647 .
27648  Esto crea un 
27649 \series bold
27650 entorno align
27651 \series default
27652 , que se describe en la 
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "sub:Entorno-align-estándar"
27656
27657 \end_inset
27658
27659 .
27660 \end_layout
27661
27662 \begin_layout Standard
27663 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27664  el menú 
27665 \family sans
27666 Insertar\SpecialChar \menuseparator
27667 Ecuación
27668 \family default
27669 .
27670  En las siguientes secciones se describen estos entornos.
27671 \end_layout
27672
27673 \begin_layout Standard
27674 En todos los entornos de ecuación multilínea la combinación 
27675 \family sans
27676 Ctrl-Intro
27677 \family default
27678  genera una línea nueva.
27679  Para añadir o quitar líneas se pueden usar los botones 
27680 \begin_inset Graphics
27681         filename ../../images/tabular-feature_append-row.png
27682         scale 85
27683
27684 \end_inset
27685
27686  o 
27687 \begin_inset Graphics
27688         filename ../../images/tabular-feature_delete-row.png
27689         scale 85
27690
27691 \end_inset
27692
27693 de la barra de herramientas, respectivamente, o el menú 
27694 \family sans
27695 Editar\SpecialChar \menuseparator
27696 Filas y columnas
27697 \family default
27698 .
27699 \end_layout
27700
27701 \begin_layout Subsubsection
27702 Separación de líneas
27703 \begin_inset CommandInset label
27704 LatexCommand label
27705 name "sub:Separación-de-líneas"
27706
27707 \end_inset
27708
27709
27710 \begin_inset Index
27711 status collapsed
27712
27713 \begin_layout Plain Layout
27714 Ecuación ! multilínea ! separación de filas
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Standard
27723 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27724 \begin_inset Formula \begin{eqnarray*}
27725 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}\\
27726 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*}
27727
27728 \end_inset
27729
27730 En LaTeX un espacio adicional para una línea se especifica como argumento
27731  opcional del comando de nueva línea.
27732  Esto aún no es posible en LYX,
27733 \begin_inset Foot
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737 véase 
27738 \begin_inset CommandInset href
27739 LatexCommand href
27740 name "LyX-bug #1505"
27741 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \end_inset
27749
27750  por lo que toda la ecuación debe insertarse en modo TeX.
27751  Para añadir espacio en nuestro ejemplo se inserta el comando 
27752 \series bold
27753
27754 \backslash
27755
27756 \backslash
27757 [3mm]
27758 \series default
27759  al final de la primera línea.
27760  Así: 
27761 \begin_inset ERT
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765
27766
27767 \backslash
27768 begin{eqnarray*}
27769 \end_layout
27770
27771 \begin_layout Plain Layout
27772
27773 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27774  = & 
27775 \backslash
27776 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27777 \backslash
27778
27779 \backslash
27780 [3mm]
27781 \end_layout
27782
27783 \begin_layout Plain Layout
27784
27785 4x^{2}
27786 \backslash
27787 left(B^{2}+x_{0}^{2}
27788 \backslash
27789 right)+4x_{0}x
27790 \backslash
27791 left(D-B^{2}
27792 \backslash
27793 right)+B^{2}
27794 \backslash
27795 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27796 \backslash
27797 right) & = & 0
27798 \end_layout
27799
27800 \begin_layout Plain Layout
27801
27802
27803 \backslash
27804 end{eqnarray*}
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \begin_inset VSpace bigskip
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817 Para obtener separación en todas las líneas hay que cambiar la longitud
27818  
27819 \series bold
27820
27821 \backslash
27822 jot
27823 \series default
27824
27825 \begin_inset Index
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 Comandos ! J ! 
27830 \backslash
27831 jot
27832 \end_layout
27833
27834 \end_inset
27835
27836 .
27837  La definición es: 
27838 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27839 \end_inset
27840
27841 .
27842  El valor predeterminado para 
27843 \series bold
27844
27845 \backslash
27846 jot
27847 \series default
27848  es 3
27849 \begin_inset space \thinspace{}
27850 \end_inset
27851
27852 pt.
27853  Para establecer una separación adicional de 3
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 mm como en el ejemplo anterior, se inserta el comando
27858 \end_layout
27859
27860 \begin_layout Standard
27861
27862 \series bold
27863
27864 \backslash
27865 setlength{
27866 \backslash
27867 jot}{3mm+3pt}
27868 \end_layout
27869
27870 \begin_layout Standard
27871 en modo TeX antes de la ecuación.
27872  Es necesario cargar el paquete 
27873 \series bold
27874 calc
27875 \series default
27876
27877 \begin_inset Foot
27878 status collapsed
27879
27880 \begin_layout Plain Layout
27881
27882 \series bold
27883 calc
27884 \series default
27885  forma parte de toda instalación LaTeX estándar.
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \begin_inset Index
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895 Paquetes ! calc
27896 \end_layout
27897
27898 \end_inset
27899
27900  en el preámbulo con la línea
27901 \end_layout
27902
27903 \begin_layout Standard
27904
27905 \series bold
27906
27907 \backslash
27908 usepackage{calc}
27909 \end_layout
27910
27911 \begin_layout Standard
27912 Se obtiene:
27913 \begin_inset ERT
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917
27918
27919 \backslash
27920 setlength{
27921 \backslash
27922 jot}{3mm+3pt}
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \begin_inset Formula \begin{eqnarray*}
27929 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}\\
27930 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*}
27931
27932 \end_inset
27933
27934
27935 \begin_inset ERT
27936 status collapsed
27937
27938 \begin_layout Plain Layout
27939
27940
27941 \backslash
27942 setlength{
27943 \backslash
27944 jot}{3pt}
27945 \end_layout
27946
27947 \end_inset
27948
27949  Para volver a la distancia predeterminada, 
27950 \series bold
27951
27952 \backslash
27953 jot
27954 \series default
27955  se establece en 3
27956 \begin_inset space \thinspace{}
27957 \end_inset
27958
27959 pt.
27960 \end_layout
27961
27962 \begin_layout Subsubsection
27963 Separación de columnas
27964 \begin_inset CommandInset label
27965 LatexCommand label
27966 name "sub:Separación-de-columnas"
27967
27968 \end_inset
27969
27970
27971 \begin_inset Index
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 Ecuación ! multilínea !separación de columnas
27976 \end_layout
27977
27978 \end_inset
27979
27980
27981 \end_layout
27982
27983 \begin_layout Standard
27984 Una ecuación multilínea forma una matriz.
27985  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27986  columnas.
27987  Cambiando la separación de columnas en este entorno se puede cambiar el
27988  espacio junto al signo de relación.
27989 \end_layout
27990
27991 \begin_layout Standard
27992 La separación de columnas se especifica con la longitud
27993 \series bold
27994  
27995 \backslash
27996 arraycolsep
27997 \series default
27998
27999 \begin_inset Index
28000 status collapsed
28001
28002 \begin_layout Plain Layout
28003 Comandos ! A ! 
28004 \backslash
28005 arraycolsep
28006 \end_layout
28007
28008 \end_inset
28009
28010  según:
28011 \begin_inset Newline newline
28012 \end_inset
28013
28014 separación de columnas = 2
28015 \begin_inset space \thinspace{}
28016 \end_inset
28017
28018
28019 \series bold
28020
28021 \backslash
28022 arraycolsep
28023 \series default
28024
28025 \begin_inset Newline newline
28026 \end_inset
28027
28028 Así, el comando en modo TeX
28029 \end_layout
28030
28031 \begin_layout Standard
28032
28033 \series bold
28034
28035 \backslash
28036 setlength{
28037 \backslash
28038 arraycolsep}{1cm}
28039 \end_layout
28040
28041 \begin_layout Standard
28042 establece para todas las ecuaciones siguientes una separación de columnas
28043  de 2
28044 \begin_inset space \thinspace{}
28045 \end_inset
28046
28047 cm.
28048  Para volver al valor predefinido, 
28049 \series bold
28050
28051 \backslash
28052 arraycolsep
28053 \series default
28054  se pone en 5
28055 \begin_inset space \thinspace{}
28056 \end_inset
28057
28058 pt.
28059 \end_layout
28060
28061 \begin_layout Standard
28062 Una ecuación con separación de 2
28063 \begin_inset space \thinspace{}
28064 \end_inset
28065
28066 cm entre columnas:
28067 \begin_inset ERT
28068 status collapsed
28069
28070 \begin_layout Plain Layout
28071
28072
28073 \backslash
28074 setlength{
28075 \backslash
28076 arraycolsep}{1cm}
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \begin_inset Formula \begin{eqnarray*}
28083 A & = & B\\
28084 C & \ne & A\end{eqnarray*}
28085
28086 \end_inset
28087
28088 Una ecuación con la separación predefinida para matrices, 10
28089 \begin_inset space \thinspace{}
28090 \end_inset
28091
28092 pt:
28093 \begin_inset ERT
28094 status collapsed
28095
28096 \begin_layout Plain Layout
28097
28098
28099 \backslash
28100 setlength{
28101 \backslash
28102 arraycolsep}{5pt}
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \begin_inset Formula \begin{eqnarray*}
28109 A & = & B\\
28110 C & \ne & A\end{eqnarray*}
28111
28112 \end_inset
28113
28114
28115 \end_layout
28116
28117 \begin_layout Subsubsection
28118 Ecuaciones largas
28119 \begin_inset Index
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 Ecuación ! larga
28124 \end_layout
28125
28126 \end_inset
28127
28128
28129 \end_layout
28130
28131 \begin_layout Standard
28132 Se pueden componer ecuaciones largas mediante estos métodos:
28133 \end_layout
28134
28135 \begin_layout Itemize
28136 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28137  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28138 \begin_inset Formula \begin{eqnarray}
28139 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 \\
28140  &  & -\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}
28141
28142 \end_inset
28143
28144 El signo menos al principio de la segunda línea normalmente no aparece como
28145  operador porque es el primer carácter de la línea.
28146  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28147  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28148 \series bold
28149
28150 \backslash
28151 hspace{3pt}
28152 \series default
28153
28154 \begin_inset Index
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158 Comandos ! H ! 
28159 \backslash
28160 hspace
28161 \end_layout
28162
28163 \end_inset
28164
28165 .
28166 \begin_inset Foot
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170 véase más sobre 
28171 \series bold
28172
28173 \backslash
28174 hspace
28175 \series default
28176  en 
28177 \begin_inset CommandInset ref
28178 LatexCommand ref
28179 reference "sub:Espacio-variable"
28180
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Itemize
28192 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28193 \series bold
28194
28195 \backslash
28196 lefteqn
28197 \series default
28198
28199 \begin_inset Index
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Comandos ! L ! 
28204 \backslash
28205 lefteqn
28206 \end_layout
28207
28208 \end_inset
28209
28210 .
28211  Se inserta en la primer columna de la primera línea y hace que todas las
28212  inserciones posteriores sobreescriban las columnas siguientes:
28213 \begin_inset Formula \begin{eqnarray}
28214 \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 \\
28215  &  & -\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 \\
28216  &  & =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}
28217
28218 \end_inset
28219
28220 Tras la inserción de 
28221 \series bold
28222
28223 \backslash
28224 lefteqn
28225 \series default
28226  el cursor está en un marco púrpura un poco a la izquierda del azul.
28227  La ecuación se inserta en éste.
28228 \begin_inset Newline newline
28229 \end_inset
28230
28231 El contenido de las restantes líneas se inserta en la segunda columna o
28232  en otra.
28233  A mayor número de columna donde se inserte, mayor sangrado.
28234 \begin_inset ERT
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238
28239
28240 \backslash
28241 medskip
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \begin_inset Newline newline
28248 \end_inset
28249
28250
28251 \begin_inset Note Greyedout
28252 status open
28253
28254 \begin_layout Plain Layout
28255 Ten en cuenta lo siguiente si usas 
28256 \series bold
28257
28258 \backslash
28259 lefteqn
28260 \series default
28261 :
28262 \end_layout
28263
28264 \begin_layout Itemize
28265 La ecuación no usa la anchura total de la página.
28266  Cuando se añade, p.
28267 \begin_inset space \thinspace{}
28268 \end_inset
28269
28270 e., el término 
28271 \begin_inset Formula $-B^{2}$
28272 \end_inset
28273
28274  en la primera línea del ejemplo, debería estar fuera del margen.
28275  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28276  principio de la primera línea.
28277 \end_layout
28278
28279 \begin_layout Itemize
28280 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28281  primera línea.
28282 \begin_inset Foot
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286 \begin_inset CommandInset href
28287 LatexCommand href
28288 name "LyX-bug #1429"
28289 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28290
28291 \end_inset
28292
28293
28294 \end_layout
28295
28296 \end_inset
28297
28298  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28299  teclas de flecha.
28300 \end_layout
28301
28302 \end_inset
28303
28304  
28305 \end_layout
28306
28307 \begin_layout Itemize
28308 Se describen otros métodos para escribir fórmulas largas en 
28309 \begin_inset CommandInset ref
28310 LatexCommand ref
28311 reference "sub:Entorno-multilínea"
28312
28313 \end_inset
28314
28315  y 
28316 \begin_inset CommandInset ref
28317 LatexCommand ref
28318 reference "sub:Partes-de-una-multilínea"
28319
28320 \end_inset
28321
28322 .
28323 \end_layout
28324
28325 \begin_layout Subsubsection
28326 Delimitadores multilínea
28327 \begin_inset CommandInset label
28328 LatexCommand label
28329 name "sub:Delimitadores-multilínea"
28330
28331 \end_inset
28332
28333
28334 \begin_inset Index
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338 Delimitadores ! para varias líneas
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \end_layout
28345
28346 \begin_layout Standard
28347 Para poner delimitadores que cubran varias líneas hay un problema:
28348 \begin_inset Formula \begin{eqnarray*}
28349 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28350  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28351
28352 \end_inset
28353
28354 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28355 res con tamaño variable no abarcan líneas múltiples.
28356 \end_layout
28357
28358 \begin_layout Standard
28359 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28360  primera línea se finaliza con 
28361 \series bold
28362
28363 \backslash
28364 right.
28365 \series default
28366
28367 \begin_inset Index
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 Comandos ! R ! 
28372 \backslash
28373 right
28374 \end_layout
28375
28376 \end_inset
28377
28378  y la segunda con 
28379 \series bold
28380
28381 \backslash
28382 left.
28383 \series default
28384 .
28385 \begin_inset Foot
28386 status collapsed
28387
28388 \begin_layout Plain Layout
28389 Más sobre 
28390 \series bold
28391
28392 \backslash
28393 left.
28394
28395 \series default
28396  y 
28397 \series bold
28398
28399 \backslash
28400 right.
28401
28402 \series default
28403  en 
28404 \begin_inset CommandInset ref
28405 LatexCommand ref
28406 reference "sub:Tamaño-automático-de"
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \begin_inset Index
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420 Comandos ! L ! 
28421 \backslash
28422 left
28423 \end_layout
28424
28425 \end_inset
28426
28427  Después de 
28428 \series bold
28429
28430 \backslash
28431 left.
28432
28433 \series default
28434  se inserta el comando 
28435 \series bold
28436
28437 \backslash
28438 vphantom
28439 \series default
28440
28441 \begin_inset ERT
28442 status collapsed
28443
28444 \begin_layout Plain Layout
28445
28446
28447 \backslash
28448 spce 
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \series bold
28455
28456 \backslash
28457 prod
28458 \series default
28459 ^
28460 \begin_inset ERT
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464
28465
28466 \backslash
28467 spce 
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \series bold
28474
28475 \backslash
28476 infty
28477 \series default
28478
28479 \begin_inset ERT
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483
28484
28485 \backslash
28486 spce 
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \series bold
28493
28494 \begin_inset Formula $\downarrow$
28495 \end_inset
28496
28497 _R=1}
28498 \series default
28499
28500 \begin_inset Index
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 Comandos ! V ! 
28505 \backslash
28506 vphantom
28507 \end_layout
28508
28509 \end_inset
28510
28511 , porque el operador de multiplicación con sus límites es el símbolo mayor
28512  en la primera línea y ese debería ser el tamaño para el delimitador en
28513  la segunda línea.
28514 \end_layout
28515
28516 \begin_layout Standard
28517 El resultado es: 
28518 \begin_inset Formula \begin{eqnarray*}
28519 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28520  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Subsection
28528 Entornos align
28529 \end_layout
28530
28531 \begin_layout Standard
28532 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28533  Son especialmente apropiados para poner ecuaciones adosadas.
28534 \end_layout
28535
28536 \begin_layout Standard
28537 Los entornos align constan de columnas.
28538  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28539  En un entorno align se puede numerar cada línea.
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Los entornos align se crean con el menú 
28544 \family sans
28545 Insertar\SpecialChar \menuseparator
28546 Ecuación
28547 \family default
28548 .
28549  Una ecuación existente se puede convertir a align con el menú 
28550 \family sans
28551 Editar\SpecialChar \menuseparator
28552 Ecuación\SpecialChar \menuseparator
28553 Cambiar tipo de ecuación
28554 \family default
28555 .
28556 \end_layout
28557
28558 \begin_layout Standard
28559 Para añadir o quitar columnas se pueden usar los botones 
28560 \begin_inset Graphics
28561         filename ../../images/tabular-feature_append-row.png
28562         scale 85
28563
28564 \end_inset
28565
28566  o 
28567 \begin_inset Graphics
28568         filename ../../images/tabular-feature_delete-row.png
28569         scale 85
28570
28571 \end_inset
28572
28573 de la barra de ecuaciones o el menú 
28574 \family sans
28575 Editar\SpecialChar \menuseparator
28576 Filas y columnas
28577 \family default
28578 .
28579 \end_layout
28580
28581 \begin_layout Subsubsection
28582 Entorno align estándar
28583 \begin_inset CommandInset label
28584 LatexCommand label
28585 name "sub:Entorno-align-estándar"
28586
28587 \end_inset
28588
28589
28590 \begin_inset Index
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594 Ecuación ! multilínea ! entorno align
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Este entorno align se crea pulsando 
28604 \family sans
28605 Ctrl-Intro
28606 \family default
28607  en una ecuación o con el menú 
28608 \family sans
28609 Insertar\SpecialChar \menuseparator
28610 Ecuación\SpecialChar \menuseparator
28611 Entorno AMS align
28612 \family default
28613 .
28614 \end_layout
28615
28616 \begin_layout Standard
28617 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28618  align de cuatro columnas:
28619 \begin_inset Formula \begin{align*}
28620 A & =\sen(B) & C & =D\\
28621 C & \neq A & B & \neq D\end{align*}
28622
28623 \end_inset
28624
28625 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28626  un 
28627 \series bold
28628
28629 \backslash
28630 hfill
28631 \series default
28632
28633 \begin_inset Foot
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Más sobre 
28638 \series bold
28639
28640 \backslash
28641 hfill
28642 \series default
28643  en 
28644 \begin_inset CommandInset ref
28645 LatexCommand ref
28646 reference "sub:Espacio-variable"
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \end_inset
28654
28655  antes de la primera y detrás de cada columna par.
28656  Si se pone en estilo 
28657 \series bold
28658 Sangrado
28659 \series default
28660 ,
28661 \begin_inset Foot
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665 véase estilos de ecuación en 
28666 \begin_inset CommandInset ref
28667 LatexCommand ref
28668 reference "sec:Estilos-de-ecuación"
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \end_inset
28676
28677  la ecuación queda sin el 
28678 \series bold
28679
28680 \backslash
28681 hfill
28682 \series default
28683  ante la primera columna.
28684 \end_layout
28685
28686 \begin_layout Subsubsection
28687 Entorno alignat
28688 \begin_inset Index
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 Ecuación ! multilínea ! entorno alignat
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Standard
28701 El entorno alignat no tiene separación predefinida de columnas.
28702  Se puede insertar manualmente con los espacios descritos en 
28703 \begin_inset CommandInset ref
28704 LatexCommand ref
28705 reference "sec:Espacio"
28706
28707 \end_inset
28708
28709 .
28710 \end_layout
28711
28712 \begin_layout Standard
28713 El ejemplo anterior en el entorno alignat, con un espacio de 1
28714 \begin_inset space \thinspace{}
28715 \end_inset
28716
28717 cm al comienzo da la segunda ecuación:
28718 \begin_inset Formula \begin{alignat*}{2}
28719 A & =\sen(B)\hspace{1cm} & C & =D\\
28720 C & \neq A & B & \neq D\end{alignat*}
28721
28722 \end_inset
28723
28724 Como cada columna puede tener un espacio diferente, este entorno es especialment
28725 e apropiado para poner tres o más ecuaciones adosadas.
28726 \end_layout
28727
28728 \begin_layout Subsubsection
28729 Entorno flalign
28730 \begin_inset CommandInset label
28731 LatexCommand label
28732 name "sub:Entorno-flalign"
28733
28734 \end_inset
28735
28736
28737 \begin_inset Index
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741 Ecuación ! multilínea ! entorno flalign
28742 \end_layout
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \begin_layout Standard
28750 En este entorno las dos primeras columnas están siempre tan a la izquierda
28751  como sea posible y las dos últimas a la derecha.
28752  Ejemplo:
28753 \begin_inset Formula \begin{flalign*}
28754 A & =1 & B & =2 & C & =3\\
28755 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
28756
28757 \end_inset
28758
28759 En un entorno flalign con un número impar de columnas, en la última de las
28760  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28761  alineadas a la izquierda, aunque se use el estilo 
28762 \series bold
28763 Centrado
28764 \series default
28765 .
28766  Un ejemplo de fórmula sangrada 
28767 \begin_inset CommandInset ref
28768 LatexCommand eqref
28769 reference "eq:IntVol"
28770
28771 \end_inset
28772
28773 :
28774 \begin_inset Formula \begin{flalign}
28775 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
28776
28777 \end_inset
28778
28779 Las dos primeras columnas contienen la fórmula.
28780  Para sangrarla como con el estilo 
28781 \series bold
28782 Sangrado
28783 \series default
28784 , se añade un espacio de 30
28785 \begin_inset space \thinspace{}
28786 \end_inset
28787
28788 pt al comienzo de la primera columna.
28789  
28790 \end_layout
28791
28792 \begin_layout Subsection
28793 Entorno eqnarray
28794 \begin_inset Index
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798 Ecuación ! multilínea ! entorno eqnarray
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \begin_inset Index
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808 Ecuación ! multilínea ! entorno eqnarray
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Standard
28817 Al introducir este entorno aparecen tres marcos azules.
28818  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28819  El contenido del marco central está centrado y algo más pequeño, porque
28820  está diseñado para insertar sólo caracteres de relación.
28821 \begin_inset Formula \begin{eqnarray*}
28822 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28823 AB & AB & AB\\
28824 A & = & A\end{eqnarray*}
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Subsection
28832 Entorno gather
28833 \begin_inset Index
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Ecuación ! multilínea ! entorno gather
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 Este entorno consta de una sola columna centrada.
28847  Se puede numerar cada línea.
28848 \begin_inset Formula \begin{gather}
28849 A=1\\
28850 X=\mbox{-}1\end{gather}
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \begin_layout Subsection
28858 Entorno multilínea
28859 \begin_inset CommandInset label
28860 LatexCommand label
28861 name "sub:Entorno-multilínea"
28862
28863 \end_inset
28864
28865
28866 \begin_inset Index
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870 Ecuación ! multilínea ! entorno multilínea
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Standard
28879 El entorno multilínea, como gather, consta de una sola columna.
28880  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28881  Las demás están centradas.
28882  Por tanto este entorno es apropiado para ecuaciones largas.
28883  Como ejemplo, la ecuación
28884 \begin_inset space ~
28885 \end_inset
28886
28887
28888 \begin_inset CommandInset ref
28889 LatexCommand eqref
28890 reference "eq:lefteqn"
28891
28892 \end_inset
28893
28894  en entorno multilínea:
28895 \begin_inset Formula \begin{multline}
28896 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}\\
28897 -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}\\
28898 =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}
28899
28900 \end_inset
28901
28902 En la salida sólo aparece numerada la última (primera) línea si la numeración
28903  del documento es a la derecha (izquierda).
28904 \begin_inset Foot
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908 véanse los estilos de numeración en 
28909 \begin_inset CommandInset ref
28910 LatexCommand ref
28911 reference "sec:Estilos-de-ecuación"
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Con los comandos 
28925 \series bold
28926
28927 \backslash
28928 shoveright
28929 \begin_inset Index
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 Comandos ! S ! 
28934 \backslash
28935 shoveright
28936 \end_layout
28937
28938 \end_inset
28939
28940
28941 \series default
28942  y 
28943 \series bold
28944
28945 \backslash
28946 shoveleft
28947 \series default
28948
28949 \begin_inset Index
28950 status collapsed
28951
28952 \begin_layout Plain Layout
28953 Comandos ! S ! 
28954 \backslash
28955 shoveleft
28956 \end_layout
28957
28958 \end_inset
28959
28960 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28961 ente.
28962  Los comandos se usan como sigue:
28963 \end_layout
28964
28965 \begin_layout Standard
28966
28967 \series bold
28968
28969 \backslash
28970 shoveright{contenido de la línea}
28971 \series default
28972  y 
28973 \series bold
28974
28975 \backslash
28976 shoveleft{contenido de la línea}
28977 \end_layout
28978
28979 \begin_layout Standard
28980 \begin_inset VSpace medskip
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Standard
28987 La longitud 
28988 \series bold
28989
28990 \backslash
28991 multlinegap
28992 \series default
28993
28994 \begin_inset Index
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998 Comandos ! M ! 
28999 \backslash
29000 multlinegap
29001 \end_layout
29002
29003 \end_inset
29004
29005  especifica la distancia de la primera línea desde el margen izquierdo de
29006  la página.
29007  Esta longitud es 0
29008 \begin_inset space \thinspace{}
29009 \end_inset
29010
29011 pt por defecto.
29012 \end_layout
29013
29014 \begin_layout Standard
29015 Como ejemplo la ecuación anterior con el comando
29016 \end_layout
29017
29018 \begin_layout Standard
29019
29020 \series bold
29021
29022 \backslash
29023 setlength{
29024 \backslash
29025 multlinegap}{2cm}
29026 \end_layout
29027
29028 \begin_layout Standard
29029 insertado previamente en modo TeX:
29030 \begin_inset ERT
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034
29035
29036 \backslash
29037 setlength{
29038 \backslash
29039 multlinegap}{2cm}
29040 \end_layout
29041
29042 \end_inset
29043
29044
29045 \begin_inset Formula \begin{multline}
29046 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}\\
29047 \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}}\\
29048 =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}
29049
29050 \end_inset
29051
29052
29053 \begin_inset ERT
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057
29058
29059 \backslash
29060 setlength{
29061 \backslash
29062 multlinegap}{0pt}
29063 \end_layout
29064
29065 \end_inset
29066
29067 La segunda línea se ha alineado a la izquierda con 
29068 \series bold
29069
29070 \backslash
29071 shoveleft
29072 \series default
29073 .
29074 \end_layout
29075
29076 \begin_layout Subsection
29077 Partes de una ecuación multilínea
29078 \begin_inset CommandInset label
29079 LatexCommand label
29080 name "sub:Partes-de-una-multilínea"
29081
29082 \end_inset
29083
29084
29085 \begin_inset Index
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089 Ecuación ! multilínea ! partes de
29090 \end_layout
29091
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Standard
29098 Para mostrar sólo partes de una ecuación multilínea se
29099 \family roman
29100 \series medium
29101 \shape up
29102 \size normal
29103 \emph off
29104 \bar no
29105 \noun off
29106 \color none
29107
29108 \backslash
29109 left.
29110 \backslash
29111 right
29112 \backslash
29113 }
29114 \family default
29115 \series default
29116 \shape default
29117 \size default
29118 \emph default
29119 \bar default
29120 \noun default
29121 \color inherit
29122  usa uno de los siguientes métodos: 
29123 \series bold
29124 aligned
29125 \series default
29126
29127 \series bold
29128 alignedat
29129 \series default
29130
29131 \series bold
29132 gathered
29133 \series default
29134  o 
29135 \series bold
29136 split
29137 \series default
29138 .
29139  Se pueden elegir en el menú 
29140 \family sans
29141 Insertar\SpecialChar \menuseparator
29142 Ecuación
29143 \family default
29144  o usando los comandos aquí descritos.
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Los tres primeros tienen las mismas propiedades que los correspondientes
29149  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29150  Un ejemplo:
29151 \begin_inset Formula \[
29152 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29153 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29154 \right\} \mbox{Relaciones de incertidumbre}\]
29155
29156 \end_inset
29157
29158 Para componer esta expresión se inserta una ecuación en presentación y en
29159  ella se introduce el comando 
29160 \series bold
29161
29162 \backslash
29163 aligned
29164 \series default
29165
29166 \begin_inset Index
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170 Comandos ! A ! 
29171 \backslash
29172 aligned
29173 \end_layout
29174
29175 \end_inset
29176
29177 .
29178  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29179  añadir filas y columnas.
29180  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29181  como la llave.
29182 \end_layout
29183
29184 \begin_layout Standard
29185 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29186  se alinean horizontalmente.
29187  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29188  número de ecuación se centra verticalmente con las líneas.
29189  Como ejemplo, la ecuación 
29190 \begin_inset CommandInset ref
29191 LatexCommand eqref
29192 reference "eq:kurzlang"
29193
29194 \end_inset
29195
29196  en entorno aligned: 
29197 \begin_inset Formula \begin{equation}
29198 \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}|}\\
29199  & -\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}
29200 \end{equation}
29201
29202 \end_inset
29203
29204 Para usar los entornos 
29205 \series bold
29206 alignedat
29207 \series default
29208
29209 \series bold
29210 gathered
29211 \series default
29212 , o 
29213 \series bold
29214 split
29215 \series default
29216 , se insertan respectivamente los comandos
29217 \series bold
29218  
29219 \backslash
29220 alignedat
29221 \series default
29222 ,
29223 \begin_inset Index
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227 Comandos ! A ! 
29228 \backslash
29229 alignedat
29230 \end_layout
29231
29232 \end_inset
29233
29234  
29235 \series bold
29236
29237 \backslash
29238 gathered
29239 \series default
29240
29241 \begin_inset Index
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245 Comandos ! G ! 
29246 \backslash
29247 gathered
29248 \end_layout
29249
29250 \end_inset
29251
29252 , o 
29253 \series bold
29254
29255 \backslash
29256 split
29257 \series default
29258
29259 \begin_inset Index
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263 Comandos ! S ! 
29264 \backslash
29265 split
29266 \end_layout
29267
29268 \end_inset
29269
29270 .
29271  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29272  tener dos columnas.
29273 \end_layout
29274
29275 \begin_layout Subsection
29276 Texto en ecuaciones multilínea
29277 \begin_inset CommandInset label
29278 LatexCommand label
29279 name "sub:Texto-en-multilínea"
29280
29281 \end_inset
29282
29283
29284 \begin_inset Index
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 Texto ! en ecuaciones
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \begin_inset Index
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298 Ecuación ! multilínea ! texto en
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Standard
29307 En los entornos Align, multilínea y gather, se puede insertar texto que
29308  se mostrará en una línea separada y que no afecta la alineación de columna.
29309  Para esto se usa el comando 
29310 \series bold
29311
29312 \backslash
29313 intertext
29314 \series default
29315
29316 \begin_inset Index
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320 Comandos ! I ! 
29321 \backslash
29322 intertext
29323 \end_layout
29324
29325 \end_inset
29326
29327  con el siguiente esquema:
29328 \end_layout
29329
29330 \begin_layout Standard
29331
29332 \series bold
29333
29334 \backslash
29335 intertext{texto}
29336 \end_layout
29337
29338 \begin_layout Standard
29339 El texto no debería ocupar más de una línea porque no se puede partir con
29340  guión.
29341  Como LyX aún no soporta 
29342 \series bold
29343
29344 \backslash
29345 intertext
29346 \series default
29347  directamente, el texto se escribe como texto matemático.
29348  
29349 \series bold
29350
29351 \backslash
29352 intertext
29353 \series default
29354  debe por tanto estar al comienzo de una línea y en la salida se presenta
29355  sobre esta línea.
29356  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29357 \begin_inset Formula \begin{align}
29358 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29359 \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}
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Section
29367 Numeración de ecuaciones
29368 \begin_inset Index
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372 Ecuación ! numeración|see
29373 \begin_inset ERT
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377
29378 {
29379 \end_layout
29380
29381 \end_inset
29382
29383 Numeración de ecuaciones
29384 \begin_inset ERT
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389 }
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \begin_inset Index
29401 status collapsed
29402
29403 \begin_layout Plain Layout
29404 Numeración de ecuaciones
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \end_layout
29411
29412 \begin_layout Subsection
29413 General
29414 \end_layout
29415
29416 \begin_layout Standard
29417 Las ecuaciones numeradas se insertan con el menú 
29418 \family sans
29419 Insertar\SpecialChar \menuseparator
29420 Ecuación
29421 \family default
29422  
29423 \family sans
29424 \SpecialChar \menuseparator
29425 Ecuación
29426 \begin_inset space ~
29427 \end_inset
29428
29429 numerada
29430 \family default
29431  (atajo 
29432 \family sans
29433 Ctrl-Alt
29434 \begin_inset space ~
29435 \end_inset
29436
29437 n
29438 \family default
29439 ).
29440  Ecuaciones existentes se pueden numerar con el menú 
29441 \family sans
29442 Editar\SpecialChar \menuseparator
29443 Ecuación\SpecialChar \menuseparator
29444 Conmutar
29445 \begin_inset space ~
29446 \end_inset
29447
29448 numeración
29449 \family default
29450  (atajo
29451 \family sans
29452  Alt-m
29453 \begin_inset space ~
29454 \end_inset
29455
29456 n
29457 \family default
29458 ).
29459  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29460  En la salida se muestra el número real.
29461 \end_layout
29462
29463 \begin_layout Standard
29464 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29465  líneas.
29466  No obstante, la numeración se puede controlar en cada línea con el menú
29467  
29468 \family sans
29469 Editar\SpecialChar \menuseparator
29470 Ecuación\SpecialChar \menuseparator
29471 \SpecialChar \menuseparator
29472 Conmutar
29473 \begin_inset space ~
29474 \end_inset
29475
29476 numeración
29477 \begin_inset space ~
29478 \end_inset
29479
29480 de
29481 \begin_inset space ~
29482 \end_inset
29483
29484 línea
29485 \family default
29486  (atajo
29487 \family sans
29488  Alt-m
29489 \begin_inset space ~
29490 \end_inset
29491
29492 N
29493 \family default
29494 ).
29495 \end_layout
29496
29497 \begin_layout Standard
29498 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29499  distintos, véase 
29500 \begin_inset CommandInset ref
29501 LatexCommand ref
29502 reference "sec:Estilos-de-ecuación"
29503
29504 \end_inset
29505
29506 .
29507 \end_layout
29508
29509 \begin_layout Subsection
29510 Referencias cruzadas
29511 \begin_inset CommandInset label
29512 LatexCommand label
29513 name "sub:Referencias-cruzadas"
29514
29515 \end_inset
29516
29517
29518 \begin_inset Index
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522 Referencias cruzadas ! a ecuaciones
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531 Todas las ecuaciones con etiqueta se pueden referenciar.
29532  La etiqueta se añade con el menú 
29533 \family sans
29534 Insertar\SpecialChar \menuseparator
29535 Etiqueta
29536 \family default
29537  o con el botón 
29538 \begin_inset Graphics
29539         filename ../../images/label-insert.png
29540         scale 85
29541
29542 \end_inset
29543
29544  de la barra de herramientas.
29545  El cursor debe estar dentro de una ecuación en presentación.
29546  Surge un diálogo con el prefijo 
29547 \series bold
29548 eq:
29549 \series default
29550 , detrás del cual se escribe el texto de la etiqueta.
29551  El prefijo significa 
29552 \begin_inset Quotes fld
29553 \end_inset
29554
29555 equation
29556 \begin_inset Quotes frd
29557 \end_inset
29558
29559  y hace más fácil encontrar etiquetas en documentos extensos porque así
29560  se distingue p.
29561 \begin_inset space \thinspace{}
29562 \end_inset
29563
29564 e.
29565 \begin_inset space ~
29566 \end_inset
29567
29568 de las etiquetas de sección.
29569  Para cambiar una etiqueta se usa de nuevo el menú 
29570 \family sans
29571 Insertar\SpecialChar \menuseparator
29572 Etiqueta
29573 \family default
29574 .
29575 \end_layout
29576
29577 \begin_layout Standard
29578 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29579  ecuación.
29580  Una ecuación con etiqueta se numera siempre.
29581 \end_layout
29582
29583 \begin_layout Standard
29584 Las referencias cruzadas se insertan mediante el menú 
29585 \family sans
29586 Insertar\SpecialChar \menuseparator
29587 Referencia cruzada
29588 \family default
29589  o con el botón 
29590 \begin_inset Graphics
29591         filename ../../images/dialog-show-new-inset_ref.png
29592         scale 85
29593
29594 \end_inset
29595
29596 .
29597  Una referencia a una ecuación aparece en la salida con su número.
29598  Si en el diálogo de referencia cruzada se elige el formato 
29599 \series bold
29600 (<referencia>)
29601 \series default
29602 , la referencia se muestra en la salida entre paréntesis.
29603  
29604 \begin_inset Newline newline
29605 \end_inset
29606
29607 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29608  a la ecuación de referencia.
29609 \end_layout
29610
29611 \begin_layout Standard
29612 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29613  siguientes:
29614 \begin_inset Note Note
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618 Observa los distintos tipos de referencias cruzadas.
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Standard
29627 Las ecuaciones 
29628 \begin_inset CommandInset ref
29629 LatexCommand eqref
29630 reference "eq:tag"
29631
29632 \end_inset
29633
29634  y 
29635 \begin_inset CommandInset ref
29636 LatexCommand eqref
29637 reference "eq:c"
29638
29639 \end_inset
29640
29641  son equivalentes.
29642  En (
29643 \begin_inset CommandInset ref
29644 LatexCommand ref
29645 reference "eq:Lat"
29646
29647 \end_inset
29648
29649 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29650 \begin_inset CommandInset ref
29651 LatexCommand ref
29652 reference "eq:Rom"
29653
29654 \end_inset
29655
29656 ).
29657 \begin_inset VSpace medskip
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Standard
29664 Si el argumento de 
29665 \series bold
29666
29667 \backslash
29668 tag
29669 \begin_inset Foot
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673
29674 \series bold
29675
29676 \backslash
29677 tag
29678 \series default
29679  se describe en 
29680 \begin_inset CommandInset ref
29681 LatexCommand ref
29682 reference "sub:Numeración-personalizada"
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \series default
29693  contiene un marco, como se describe en la 
29694 \begin_inset CommandInset ref
29695 LatexCommand ref
29696 reference "sub:Cuadros-de-párrafo"
29697
29698 \end_inset
29699
29700 , no se puede referenciar la ecuación.
29701 \end_layout
29702
29703 \begin_layout Subsection
29704 Subnumeración
29705 \begin_inset Index
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 Numeración de ecuaciones ! subnumeración
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Standard
29718 Con ayuda de los comandos 
29719 \series bold
29720
29721 \backslash
29722 begin{subequations}
29723 \series default
29724  y 
29725 \series bold
29726
29727 \backslash
29728 end{subequations}
29729 \series default
29730  en modo TeX se pueden subnumerar ecuaciones.
29731 \end_layout
29732
29733 \begin_layout Standard
29734 Ejemplo:
29735 \begin_inset Formula \begin{equation}
29736 A=C-B\label{eq:a}\end{equation}
29737
29738 \end_inset
29739
29740
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746
29747 \backslash
29748 addtocounter{equation}{-1}
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759
29760 \backslash
29761 begin{subequations}
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \begin_inset VSpace -5mm
29768 \end_inset
29769
29770
29771 \begin_inset Formula \begin{equation}
29772 B=C-A\label{eq:b}\end{equation}
29773
29774 \end_inset
29775
29776
29777 \begin_inset Formula \begin{equation}
29778 C=A+B\label{eq:c}\end{equation}
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Standard
29786 \begin_inset ERT
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790
29791
29792 \backslash
29793 end{subequations}
29794 \end_layout
29795
29796 \end_inset
29797
29798
29799 \end_layout
29800
29801 \begin_layout Standard
29802 Para este ejemplo se ha hecho lo siguiente:
29803 \end_layout
29804
29805 \begin_layout Enumerate
29806 se inserta la primera ecuación
29807 \end_layout
29808
29809 \begin_layout Enumerate
29810 después de ella se inserta
29811 \series bold
29812
29813 \begin_inset Newline newline
29814 \end_inset
29815
29816
29817 \backslash
29818 addtocounter{equation}{-1} 
29819 \backslash
29820 begin{subequations}
29821 \begin_inset Index
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 Comandos ! A ! 
29826 \backslash
29827 addtocounter
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Enumerate
29836 se inserta la segunda ecuación
29837 \end_layout
29838
29839 \begin_layout Enumerate
29840 se inserta la tercera ecuación
29841 \end_layout
29842
29843 \begin_layout Enumerate
29844 se inserta 
29845 \series bold
29846
29847 \backslash
29848 end{subequations}
29849 \series default
29850  tras la tercera ecuación
29851 \end_layout
29852
29853 \begin_layout Standard
29854 Toda ecuación entre los comandos 
29855 \series bold
29856
29857 \backslash
29858 begin
29859 \series default
29860  y 
29861 \series bold
29862
29863 \backslash
29864 end
29865 \series default
29866  se subnumera con a, b, c\SpecialChar \ldots{}
29867  En ecuaciones multilínea se subnumerará cada línea.
29868  Todas las ecuaciones subnumeradas son tratadas como 
29869 \emph on
29870 una
29871 \emph default
29872  ecuación numerada.
29873  Pero como cada ecuación numerada aumenta el contador 
29874 \series bold
29875 equation
29876 \series default
29877  en uno, hay que disminuir el comando 
29878 \series bold
29879
29880 \backslash
29881 addtocounter
29882 \series default
29883 .
29884  De lo contrario, las ecuaciones 
29885 \begin_inset CommandInset ref
29886 LatexCommand eqref
29887 reference "eq:a"
29888
29889 \end_inset
29890
29891
29892 \begin_inset CommandInset ref
29893 LatexCommand eqref
29894 reference "eq:b"
29895
29896 \end_inset
29897
29898
29899 \begin_inset CommandInset ref
29900 LatexCommand eqref
29901 reference "eq:c"
29902
29903 \end_inset
29904
29905  se numerarían 
29906 \begin_inset CommandInset ref
29907 LatexCommand eqref
29908 reference "eq:a"
29909
29910 \end_inset
29911
29912
29913 \begin_inset CommandInset ref
29914 LatexCommand eqref
29915 reference "eq:d"
29916
29917 \end_inset
29918
29919
29920 \begin_inset CommandInset ref
29921 LatexCommand eqref
29922 reference "eq:f"
29923
29924 \end_inset
29925
29926 .
29927 \end_layout
29928
29929 \begin_layout Standard
29930 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29931  ecuaciones.
29932  Para evitarlo se inserta ese espacio vertical de -5
29933 \begin_inset space \thinspace{}
29934 \end_inset
29935
29936 mm detrás del comando 
29937 \series bold
29938
29939 \backslash
29940 begin{subequations}
29941 \series default
29942 .
29943
29944 \series bold
29945  
29946 \series default
29947 Si se usa el estilo 
29948 \series bold
29949 Sangrado
29950 \series default
29951
29952 \begin_inset Foot
29953 status open
29954
29955 \begin_layout Plain Layout
29956 véase estilos de ecuación en 
29957 \begin_inset CommandInset ref
29958 LatexCommand ref
29959 reference "sec:Estilos-de-ecuación"
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \end_inset
29967
29968 , entonces se inserta -7
29969 \begin_inset space \thinspace{}
29970 \end_inset
29971
29972 mm.
29973 \end_layout
29974
29975 \begin_layout Standard
29976 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29977  de la segunda línea:
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 begin{subequations}
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \begin_inset Formula \begin{eqnarray}
29992 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29993  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29994  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29995
29996 \end_inset
29997
29998
29999 \begin_inset ERT
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003
30004
30005 \backslash
30006 end{subequations}
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Subsection
30015 Numeración definida por el usuario
30016 \begin_inset CommandInset label
30017 LatexCommand label
30018 name "sub:Numeración-personalizada"
30019
30020 \end_inset
30021
30022
30023 \begin_inset Index
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 Numeración de ecuaciones ! personalizada
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \end_layout
30034
30035 \begin_layout Standard
30036 Con la numeración estándar el número se coloca entre paréntesis.
30037  Para reemplazar los paréntesis con barras verticales, p.
30038 \begin_inset space \thinspace{}
30039 \end_inset
30040
30041 e., se añade al preámbulo LaTeX la línea: 
30042 \end_layout
30043
30044 \begin_layout Standard
30045
30046 \series bold
30047
30048 \backslash
30049 def
30050 \backslash
30051 tagform@#1{
30052 \backslash
30053 maketag@@@{|#1|}}
30054 \series default
30055
30056 \begin_inset Note Note
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30061  Para activarlo, quita el % del principio.
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \begin_layout Standard
30070 Para usar otros caracteres, se reemplazan las barras al lado de 
30071 \series bold
30072 #1
30073 \series default
30074  por ellos.
30075  Para obtener sólo el número de ecuación se omiten las barras verticales.
30076 \begin_inset VSpace bigskip
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Standard
30083 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30084  consecutivo, se usa el comando 
30085 \series bold
30086
30087 \backslash
30088 tag
30089 \begin_inset Index
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Comandos ! T ! 
30094 \backslash
30095 tag
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \series default
30102 :
30103 \begin_inset Formula \begin{equation}
30104 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30105
30106 \end_inset
30107
30108 En este ejemplo se ha insertado el comando
30109 \series bold
30110  
30111 \backslash
30112 tag
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118
30119 \backslash
30120 spce 
30121 \end_layout
30122
30123 \end_inset
30124
30125 algo
30126 \series default
30127  en la ecuación.
30128 \end_layout
30129
30130 \begin_layout Standard
30131 Si se usa en su lugar el comando con asterisco 
30132 \series bold
30133
30134 \backslash
30135 tag*
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141
30142 \backslash
30143 spce 
30144 \end_layout
30145
30146 \end_inset
30147
30148 algo
30149 \series default
30150  no se imprimen los paréntesis:
30151 \begin_inset Formula \[
30152 A+B=C\tag*{algo}\]
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \begin_layout Standard
30160 \begin_inset VSpace bigskip
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Standard
30167 Para reiniciar la numeración en nuevas partes o secciones del documento
30168  se usan los siguientes comandos:
30169 \end_layout
30170
30171 \begin_layout Standard
30172
30173 \series bold
30174
30175 \backslash
30176 @addtoreset{equation}{part}
30177 \series default
30178
30179 \begin_inset Index
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 Comandos ! 
30184 \begin_inset ERT
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188
30189 "
30190 \end_layout
30191
30192 \end_inset
30193
30194 @
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 \backslash
30207
30208 \begin_inset ERT
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212
30213 "
30214 \end_layout
30215
30216 \end_inset
30217
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 addtoreset
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \begin_inset Newline newline
30236 \end_inset
30237
30238
30239 \series bold
30240
30241 \backslash
30242 @addtoreset{equation}{section}
30243 \end_layout
30244
30245 \begin_layout Standard
30246 Pata poder usar estos comandos en modo TeX, el carácter 
30247 \begin_inset Quotes fld
30248 \end_inset
30249
30250 @
30251 \begin_inset Quotes frd
30252 \end_inset
30253
30254  debe 
30255 \begin_inset Quotes fld
30256 \end_inset
30257
30258 activarse
30259 \begin_inset Quotes frd
30260 \end_inset
30261
30262  para LaTeX con el comando 
30263 \series bold
30264
30265 \backslash
30266 makeatletter
30267 \series default
30268 .
30269  El comando 
30270 \series bold
30271
30272 \backslash
30273 makeatother
30274 \series default
30275  deshace esto.
30276  Así pues, la secuencia de comandos en modo TeX es:
30277 \end_layout
30278
30279 \begin_layout Standard
30280
30281 \series bold
30282
30283 \backslash
30284 makeatletter
30285 \begin_inset Newline newline
30286 \end_inset
30287
30288
30289 \backslash
30290 @addtoreset{equation}{section}
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294
30295 \backslash
30296 makeatother
30297 \end_layout
30298
30299 \begin_layout Standard
30300 En el preámbulo LaTeX se pueden omitir 
30301 \series bold
30302
30303 \backslash
30304 makeatletter
30305 \series default
30306  y 
30307 \series bold
30308
30309 \backslash
30310 makeatother
30311 \series default
30312  pues son automáticamente insertados por LyX.
30313 \end_layout
30314
30315 \begin_layout Standard
30316 Para el comando 
30317 \series bold
30318
30319 \backslash
30320 @addtoreset
30321 \series default
30322 ,
30323 \series bold
30324  
30325 \series default
30326 hay que cargar en el preámbulo LaTeX el archivo 
30327 \series bold
30328 remreset.sty
30329 \series default
30330
30331 \begin_inset Foot
30332 status open
30333
30334 \begin_layout Plain Layout
30335
30336 \series bold
30337 remreset
30338 \series default
30339  es parte del paquete LaTeX 
30340 \series bold
30341 carlisle
30342 \series default
30343
30344 \begin_inset Index
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348 Paquetes ! carlisle
30349 \end_layout
30350
30351 \end_inset
30352
30353 , incluido en las instalaciones estándar de LaTeX.
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset Index
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363 Paquetes ! remreset
30364 \end_layout
30365
30366 \end_inset
30367
30368  con la línea
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 usepackage{remreset}
30377 \end_layout
30378
30379 \begin_layout Standard
30380 Entonces se puede usar el comando 
30381 \series bold
30382
30383 \backslash
30384 @removefromreset
30385 \series default
30386
30387 \begin_inset Index
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391 Comandos ! 
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397 "
30398 \end_layout
30399
30400 \end_inset
30401
30402 @
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 \backslash
30415
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421 "
30422 \end_layout
30423
30424 \end_inset
30425
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 removefromreset
30438 \end_layout
30439
30440 \end_inset
30441
30442  con el mismo esquema que 
30443 \series bold
30444
30445 \backslash
30446 @addtoreset
30447 \series default
30448 .
30449 \begin_inset VSpace bigskip
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 A veces las ecuaciones deberían numerarse de la siguiente manera:
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \family typewriter
30462 (número de sección.número de ecuación)
30463 \end_layout
30464
30465 \begin_layout Standard
30466 El número de ecuación empezaría con 
30467 \begin_inset Quotes fld
30468 \end_inset
30469
30470 1
30471 \begin_inset Quotes frd
30472 \end_inset
30473
30474  en cada sección.
30475 \end_layout
30476
30477 \begin_layout Standard
30478 Para este caso hay el comando 
30479 \series bold
30480
30481 \backslash
30482 numberwithin
30483 \series default
30484
30485 \begin_inset Index
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489 Comandos ! N ! 
30490 \backslash
30491 numberwithin
30492 \end_layout
30493
30494 \end_inset
30495
30496 , que se usa con el esquema:
30497 \end_layout
30498
30499 \begin_layout Standard
30500
30501 \series bold
30502
30503 \backslash
30504 numberwithin{counter}{sectioning}
30505 \end_layout
30506
30507 \begin_layout Standard
30508 \begin_inset Quotes fld
30509 \end_inset
30510
30511 counter
30512 \begin_inset Quotes frd
30513 \end_inset
30514
30515  indica qué clase de numeración es afectada, 
30516 \begin_inset Quotes fld
30517 \end_inset
30518
30519 sectioning
30520 \begin_inset Quotes frd
30521 \end_inset
30522
30523  indica qué número va delante del punto.
30524  
30525 \end_layout
30526
30527 \begin_layout Standard
30528 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30529  en el preámbulo LaTeX:
30530 \end_layout
30531
30532 \begin_layout Standard
30533
30534 \series bold
30535
30536 \backslash
30537 numberwithin{equation}{section}
30538 \end_layout
30539
30540 \begin_layout Standard
30541 Este es el resultado::
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 numberwithin{equation}{section}
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \begin_inset Formula \begin{equation}
30556 A+B=C\end{equation}
30557
30558 \end_inset
30559
30560
30561 \end_layout
30562
30563 \begin_layout Standard
30564 Para numerar p.
30565 \begin_inset space \thinspace{}
30566 \end_inset
30567
30568 e.
30569 \begin_inset space ~
30570 \end_inset
30571
30572 tablas de modo que 
30573 \begin_inset Quotes fld
30574 \end_inset
30575
30576 sectioning
30577 \begin_inset Quotes frd
30578 \end_inset
30579
30580  es el número de la parte se usa
30581 \begin_inset Newline newline
30582 \end_inset
30583
30584
30585 \series bold
30586
30587 \backslash
30588 numberwithin{table}{part}
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Para volver a la numeración estándar o evitar esta clase numeración cuando
30593  es definida por la clase de documento, se inserta el siguiente comando
30594  en código TeX o en el preámbulo LaTeX:
30595 \end_layout
30596
30597 \begin_layout Standard
30598
30599 \series bold
30600
30601 \backslash
30602 renewcommand{
30603 \backslash
30604 theequation}{
30605 \backslash
30606 arabic{equation}}
30607 \begin_inset Index
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611 Comandos ! A ! 
30612 \backslash
30613 arabic
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \series default
30620
30621 \begin_inset ERT
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625
30626
30627 \backslash
30628 renewcommand{
30629 \backslash
30630 theequation}{
30631 \backslash
30632 arabic{equation}}
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \series bold
30639
30640 \begin_inset Newline newline
30641 \end_inset
30642
30643
30644 \series default
30645 o
30646 \series bold
30647
30648 \begin_inset Newline newline
30649 \end_inset
30650
30651
30652 \backslash
30653 renewcommand{
30654 \backslash
30655 thetable}{
30656 \backslash
30657 arabic{table}}
30658 \end_layout
30659
30660 \begin_layout Standard
30661
30662 \series bold
30663
30664 \backslash
30665 numberwithin
30666 \series default
30667  usa internamente el comando 
30668 \series bold
30669
30670 \backslash
30671 @addtoreset
30672 \series default
30673 , descrito arriba, que también necesita ser restaurado.
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679
30680 \backslash
30681 makeatletter
30682 \end_layout
30683
30684 \begin_layout Plain Layout
30685
30686
30687 \backslash
30688 @removefromreset{equation}{section}
30689 \end_layout
30690
30691 \begin_layout Plain Layout
30692
30693
30694 \backslash
30695 makeatother
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Subsection
30704 Numeración con números romanos y letras
30705 \begin_inset CommandInset label
30706 LatexCommand label
30707 name "sub:Numeración-con-romanos"
30708
30709 \end_inset
30710
30711
30712 \begin_inset Index
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716 Numeración de ecuaciones ! con números romanos
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \begin_inset Index
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726 Numeración de ecuaciones ! con letras
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \end_layout
30733
30734 \begin_layout Standard
30735 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30736  Por ejemplo, para numerar con romanos en minúscula,
30737 \begin_inset Foot
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741 Como en español no se usan romanos en minúscula, el estilo 
30742 \series bold
30743 spanish
30744 \series default
30745  del sistema 
30746 \series bold
30747 babel
30748 \series default
30749  redefine 
30750 \series bold
30751
30752 \backslash
30753 roman
30754 \series default
30755  para que los dé en versalitas.
30756  Véase 
30757 \begin_inset CommandInset citation
30758 LatexCommand cite
30759 key "spanish"
30760
30761 \end_inset
30762
30763  (
30764 \emph on
30765 N.
30766 \begin_inset space \thinspace{}
30767 \end_inset
30768
30769 del t
30770 \emph default
30771 ).
30772 \end_layout
30773
30774 \end_inset
30775
30776  se inserta el comando
30777 \end_layout
30778
30779 \begin_layout Standard
30780
30781 \series bold
30782
30783 \backslash
30784 renewcommand{
30785 \backslash
30786 theequation}{
30787 \backslash
30788 roman{equation}}
30789 \end_layout
30790
30791 \begin_layout Standard
30792 antes de la ecuación en modo TeX.
30793  
30794 \series bold
30795
30796 \backslash
30797 renewcommand
30798 \series default
30799
30800 \begin_inset Index
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804 Comandos ! R ! 
30805 \backslash
30806 renewcommand
30807 \end_layout
30808
30809 \end_inset
30810
30811  redefine el comando predefinido 
30812 \series bold
30813
30814 \backslash
30815 theequation
30816 \series default
30817  como 
30818 \series bold
30819
30820 \backslash
30821 roman{equation}
30822 \series default
30823 .
30824 \begin_inset Foot
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828 El comando 
30829 \series bold
30830
30831 \backslash
30832 renewcommand
30833 \series default
30834  tiene el mismo esquema que el comando 
30835 \series bold
30836
30837 \backslash
30838 newcommand
30839 \series default
30840 , descrito en 
30841 \begin_inset CommandInset ref
30842 LatexCommand ref
30843 reference "sec:Comandos-de-usuario"
30844
30845 \end_inset
30846
30847 .
30848 \end_layout
30849
30850 \end_inset
30851
30852  
30853 \series bold
30854 equation
30855 \series default
30856  es el contador de ecuaciones.
30857  Si se usa el comando 
30858 \series bold
30859
30860 \backslash
30861 the
30862 \series default
30863  como prefijo de un contador, el valor del contador sale en números arábigos.
30864  Si una ecuación es numerada, LaTeX pone internamente el comando 
30865 \series bold
30866
30867 \backslash
30868 theequation
30869 \series default
30870  detrás de la ecuación.
30871  
30872 \series bold
30873
30874 \backslash
30875 roman{equation}
30876 \series default
30877
30878 \begin_inset Index
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882 Comandos ! R ! 
30883 \backslash
30884 roman
30885 \end_layout
30886
30887 \end_inset
30888
30889  pone el contador en romanos en minúscula.
30890 \end_layout
30891
30892 \begin_layout Standard
30893 Todas las ecuaciones siguientes a 
30894 \series bold
30895
30896 \backslash
30897 renew
30898 \series default
30899 c
30900 \series bold
30901 ommand
30902 \series default
30903  se numerarán en romanos.
30904  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30905  cambiando 
30906 \series bold
30907
30908 \backslash
30909 roman
30910 \series default
30911  por 
30912 \series bold
30913
30914 \backslash
30915 Roman
30916 \series default
30917  
30918 \begin_inset Index
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Comandos ! R ! 
30923 \backslash
30924 roman@
30925 \backslash
30926 Roman
30927 \end_layout
30928
30929 \end_inset
30930
30931 .
30932  Para 
30933 \begin_inset Quotes fld
30934 \end_inset
30935
30936 numerar
30937 \begin_inset Quotes frd
30938 \end_inset
30939
30940  con minúsculas latinas hay el comando 
30941 \series bold
30942
30943 \backslash
30944 alph
30945 \series default
30946
30947 \begin_inset Index
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 Comandos ! A ! 
30952 \backslash
30953 alph
30954 \end_layout
30955
30956 \end_inset
30957
30958 , y para mayúsculas el comando 
30959 \series bold
30960
30961 \backslash
30962 Alph
30963 \series default
30964
30965 \begin_inset Index
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969 Comandos ! A ! 
30970 \backslash
30971 alph@
30972 \backslash
30973 Alph
30974 \end_layout
30975
30976 \end_inset
30977
30978 .
30979 \end_layout
30980
30981 \begin_layout Standard
30982 \begin_inset Note Greyedout
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987 \series bold
30988 Nota:
30989 \series default
30990  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001
31002 \backslash
31003 renewcommand{
31004 \backslash
31005 theequation}{
31006 \backslash
31007 roman{equation}}
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \begin_inset Formula \begin{equation}
31014 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31015
31016 \end_inset
31017
31018
31019 \begin_inset ERT
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023
31024
31025 \backslash
31026 renewcommand{
31027 \backslash
31028 theequation}{
31029 \backslash
31030 Roman{equation}}
31031 \end_layout
31032
31033 \end_inset
31034
31035
31036 \begin_inset Formula \begin{equation}
31037 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31038
31039 \end_inset
31040
31041
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 renewcommand{
31050 \backslash
31051 theequation}{
31052 \backslash
31053 alph{equation}}
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \begin_inset Formula \begin{equation}
31060 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31061
31062 \end_inset
31063
31064
31065 \begin_inset ERT
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069
31070
31071 \backslash
31072 renewcommand{
31073 \backslash
31074 theequation}{
31075 \backslash
31076 Alph{equation}}
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \begin_inset Formula \begin{equation}
31083 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31084
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Standard
31091 Para volver a la numeración por defecto se inserta el comando:
31092 \end_layout
31093
31094 \begin_layout Standard
31095
31096 \series bold
31097
31098 \backslash
31099 renewcommand{
31100 \backslash
31101 theequation}{
31102 \backslash
31103 arabic{equation}}
31104 \begin_inset Index
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 Comandos ! A ! 
31109 \backslash
31110 arabic
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Standard
31119 \begin_inset ERT
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123
31124
31125 \backslash
31126 renewcommand{
31127 \backslash
31128 theequation}{
31129 \backslash
31130 arabic{equation}}
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \begin_inset Formula \begin{equation}
31137 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31138
31139 \end_inset
31140
31141
31142 \end_layout
31143
31144 \begin_layout Standard
31145 \begin_inset VSpace medskip
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Standard
31152 Como ves, las ecuaciones se numeran consecutivamente independientemente
31153  del estilo de numeración.
31154  Cuando la numeración haya de empezar con 
31155 \begin_inset Quotes fld
31156 \end_inset
31157
31158 1
31159 \begin_inset Quotes frd
31160 \end_inset
31161
31162  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31163  Una descripción sobre esto se encuentra en el archivo 
31164 \begin_inset CommandInset href
31165 LatexCommand href
31166 target "Formula-numbering.lyx"
31167
31168 \end_inset
31169
31170 .
31171 \end_layout
31172
31173 \begin_layout Section
31174 Comandos definidos por el usuario
31175 \begin_inset CommandInset label
31176 LatexCommand label
31177 name "sec:Comandos-de-usuario"
31178
31179 \end_inset
31180
31181
31182 \begin_inset Index
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 Comandos personalizados
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31196  Pero es posible definir nuevos comandos más cortos con el comando 
31197 \series bold
31198
31199 \backslash
31200 newcommand
31201 \series default
31202
31203 \begin_inset Index
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207 Comandos ! N ! 
31208 \backslash
31209 newcommand
31210 \end_layout
31211
31212 \end_inset
31213
31214 .
31215  
31216 \end_layout
31217
31218 \begin_layout Standard
31219 El esquema del comando 
31220 \series bold
31221
31222 \backslash
31223 newcommand
31224 \series default
31225  es:
31226 \end_layout
31227
31228 \begin_layout Standard
31229
31230 \series bold
31231
31232 \backslash
31233 newcommand{nombre nuevo de comando}[número de argumentos]
31234 \begin_inset Newline newline
31235 \end_inset
31236
31237
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243
31244 \backslash
31245 phantom{
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \backslash
31252 newcommand
31253 \begin_inset ERT
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257
31258 }
31259 \end_layout
31260
31261 \end_inset
31262
31263 [valor opcional]{definición de comando}
31264 \end_layout
31265
31266 \begin_layout Standard
31267 \begin_inset Note Greyedout
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271
31272 \series bold
31273 Nota:
31274 \series default
31275  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31276  documento o en paquetes LaTeX que uses.
31277  Si p.
31278 \begin_inset space \thinspace{}
31279 \end_inset
31280
31281 e.
31282  defines el comando 
31283 \series bold
31284
31285 \backslash
31286 le
31287 \series default
31288  para 
31289 \series bold
31290
31291 \backslash
31292 Leftarrow,
31293 \series default
31294  se producirán errores porque 
31295 \series bold
31296
31297 \backslash
31298 le
31299 \series default
31300  ya existe como comando para 
31301 \begin_inset Quotes fld
31302 \end_inset
31303
31304
31305 \begin_inset Formula $\le$
31306 \end_inset
31307
31308
31309 \begin_inset Quotes frd
31310 \end_inset
31311
31312 .
31313
31314 \series bold
31315  
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \end_layout
31322
31323 \begin_layout Standard
31324 \begin_inset Note Greyedout
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328
31329 \series bold
31330 Nota:
31331 \series default
31332  Los nombres de comandos personalizados sólo pueden tener letras latinas.
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \begin_layout Standard
31341 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31342  argumentos debería tener el nuevo comando.
31343  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31344  Cuando se hace esto, el 
31345 \emph on
31346 primer
31347 \emph default
31348  argumento del nuevo comando es automáticamente opcional.
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Veamos unos ejemplos:
31353 \end_layout
31354
31355 \begin_layout Itemize
31356 Para definir el comando 
31357 \series bold
31358
31359 \backslash
31360 gr
31361 \series default
31362  para 
31363 \series bold
31364
31365 \backslash
31366 Longrightarrow
31367 \series default
31368 , la línea de preámbulo LaTeX es:
31369 \begin_inset ERT
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373
31374
31375 \backslash
31376 medskip
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \series bold
31383
31384 \begin_inset Newline newline
31385 \end_inset
31386
31387
31388 \backslash
31389 newcommand{
31390 \backslash
31391 gr}{
31392 \backslash
31393 Longrightarrow}
31394 \end_layout
31395
31396 \begin_layout Itemize
31397 Para definir el comando 
31398 \series bold
31399
31400 \backslash
31401 us
31402 \series default
31403  para 
31404 \series bold
31405
31406 \backslash
31407 underline
31408 \series default
31409 , el argumento (que sería subrayado) debe tenerse en cuenta.
31410  Para esto la línea de preámbulo es: :
31411 \begin_inset ERT
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415
31416
31417 \backslash
31418 medskip
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \series bold
31425
31426 \begin_inset Newline newline
31427 \end_inset
31428
31429
31430 \backslash
31431 newcommand{
31432 \backslash
31433 us}[1]{
31434 \backslash
31435 underline{#1}}
31436 \series default
31437
31438 \begin_inset ERT
31439 status collapsed
31440
31441 \begin_layout Plain Layout
31442
31443
31444 \backslash
31445 medskip
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \begin_inset Newline newline
31452 \end_inset
31453
31454 El carácter 
31455 \series bold
31456 #
31457 \series default
31458  actúa como colocador del argumento, el 
31459 \series bold
31460 1
31461 \series default
31462  indica que es el colocador para el primer argumento.
31463 \end_layout
31464
31465 \begin_layout Itemize
31466 Para 
31467 \series bold
31468
31469 \backslash
31470 framebox
31471 \series default
31472  se puede p.
31473 \begin_inset space \thinspace{}
31474 \end_inset
31475
31476 e.
31477  definir el comando 
31478 \series bold
31479
31480 \backslash
31481 fb
31482 \series default
31483 :
31484 \begin_inset ERT
31485 status collapsed
31486
31487 \begin_layout Plain Layout
31488
31489
31490 \backslash
31491 medskip
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \series bold
31498
31499 \begin_inset Newline newline
31500 \end_inset
31501
31502
31503 \backslash
31504 newcommand{
31505 \backslash
31506 fb}[3]{
31507 \backslash
31508 framebox#1#2{$#3$}}
31509 \series default
31510
31511 \begin_inset ERT
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515
31516
31517 \backslash
31518 medskip
31519 \end_layout
31520
31521 \end_inset
31522
31523
31524 \begin_inset Newline newline
31525 \end_inset
31526
31527 Los dos signos dólar generan la ecuación extra necesaria para 
31528 \series bold
31529
31530 \backslash
31531 framebox
31532 \series default
31533 , véase 
31534 \begin_inset CommandInset ref
31535 LatexCommand ref
31536 reference "sub:Cuadros-con-marco"
31537
31538 \end_inset
31539
31540 .
31541 \end_layout
31542
31543 \begin_layout Itemize
31544 Para crear un nuevo comando para 
31545 \series bold
31546
31547 \backslash
31548 fcolorbox
31549 \series default
31550  donde no es necesario especificar el color para el cuadro, el argumento
31551  para el color se define opcional:
31552 \begin_inset ERT
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556
31557
31558 \backslash
31559 medskip
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \series bold
31566
31567 \begin_inset Newline newline
31568 \end_inset
31569
31570
31571 \backslash
31572 newcommand{
31573 \backslash
31574 cb}[3][white]{
31575 \backslash
31576 fcolorbox{#2}{#1}{$#3$}}
31577 \series default
31578
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 medskip
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \begin_inset Newline newline
31593 \end_inset
31594
31595 Si el color no es especificado al usar 
31596 \series bold
31597
31598 \backslash
31599 cb
31600 \series default
31601 , se elige el color 
31602 \series bold
31603 white
31604 \series default
31605  predefinido.
31606 \end_layout
31607
31608 \begin_layout Standard
31609 Un ensayo con los nuevos comandos definidos:
31610 \end_layout
31611
31612 \begin_layout Standard
31613 \noindent
31614 \align center
31615 \begin_inset Tabular
31616 <lyxtabular version="3" rows="6" columns="2">
31617 <features>
31618 <column alignment="center" valignment="top" width="0">
31619 <column alignment="center" valignment="top" width="0">
31620 <row>
31621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 Comando
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31631 \begin_inset Text
31632
31633 \begin_layout Plain Layout
31634 Resultado
31635 \begin_inset Note Note
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639
31640 \series bold
31641
31642 \backslash
31643 raisebox
31644 \series default
31645  se usa sólo como espaciador
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \end_inset
31654 </cell>
31655 </row>
31656 <row>
31657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Plain Layout
31661 A
31662 \backslash
31663 gr
31664 \begin_inset ERT
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668
31669
31670 \backslash
31671 spce 
31672 \end_layout
31673
31674 \end_inset
31675
31676 B
31677 \end_layout
31678
31679 \end_inset
31680 </cell>
31681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31682 \begin_inset Text
31683
31684 \begin_layout Plain Layout
31685 \begin_inset Formula $A\gr B$
31686 \end_inset
31687
31688
31689 \end_layout
31690
31691 \end_inset
31692 </cell>
31693 </row>
31694 <row>
31695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699
31700 \backslash
31701 us{ABcd
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 </row>
31719 <row>
31720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724
31725 \backslash
31726 fb{[2cm]
31727 \begin_inset Formula $\to$
31728 \end_inset
31729
31730
31731 \backslash
31732 {
31733 \begin_inset Formula $\to$
31734 \end_inset
31735
31736
31737 \backslash
31738 {
31739 \backslash
31740 int
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 spce 
31749 \end_layout
31750
31751 \end_inset
31752
31753 A=B
31754 \end_layout
31755
31756 \end_inset
31757 </cell>
31758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31759 \begin_inset Text
31760
31761 \begin_layout Plain Layout
31762 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \end_inset
31769 </cell>
31770 </row>
31771 <row>
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776
31777 \backslash
31778 cb{red
31779 \begin_inset Formula $\to$
31780 \end_inset
31781
31782
31783 \backslash
31784 {
31785 \backslash
31786 int
31787 \begin_inset ERT
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791
31792
31793 \backslash
31794 spce 
31795 \end_layout
31796
31797 \end_inset
31798
31799 A=B
31800 \end_layout
31801
31802 \end_inset
31803 </cell>
31804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31805 \begin_inset Text
31806
31807 \begin_layout Plain Layout
31808 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \end_inset
31815 </cell>
31816 </row>
31817 <row>
31818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822
31823 \backslash
31824 cb[green]
31825 \backslash
31826 {red
31827 \begin_inset Formula $\to$
31828 \end_inset
31829
31830
31831 \backslash
31832 {
31833 \backslash
31834 int
31835 \begin_inset ERT
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839
31840
31841 \backslash
31842 spce 
31843 \end_layout
31844
31845 \end_inset
31846
31847 A=B
31848 \end_layout
31849
31850 \end_inset
31851 </cell>
31852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31853 \begin_inset Text
31854
31855 \begin_layout Plain Layout
31856 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \end_inset
31863 </cell>
31864 </row>
31865 </lyxtabular>
31866
31867 \end_inset
31868
31869
31870 \end_layout
31871
31872 \begin_layout Section
31873 Diagramas
31874 \begin_inset Index
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878 Diagramas
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Standard
31887 Los diagramas 
31888 \lang english
31889 of this type visualize relations by vertical and horizontal lines or arrows:
31890 \lang spanish
31891 :
31892 \begin_inset Formula \[
31893 \begin{CD}A@)))B@)))C\\
31894 @AAA@.@VVV\\
31895 F@(((E@(((D\end{CD}\]
31896
31897 \end_inset
31898
31899 Para obtener el diagrama se inserta en la ecuación el comando 
31900 \series bold
31901
31902 \backslash
31903 CD
31904 \begin_inset Index
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908 Comandos ! C ! 
31909 \backslash
31910 CD
31911 \end_layout
31912
31913 \end_inset
31914
31915
31916 \series default
31917 .
31918  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31919  continuación comandos.
31920  Con 
31921 \family sans
31922 Ctrl-Intro
31923 \family default
31924  se inicia una nueva línea.
31925  En las líneas impares se insertan relaciones horizontales, en las pares
31926  verticales.
31927 \end_layout
31928
31929 \begin_layout Standard
31930 Para componer las relaciones hay los siguientes comandos:
31931 \begin_inset Foot
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935 \begin_inset CommandInset label
31936 LatexCommand label
31937 name "fn:sinónimos"
31938
31939 \end_inset
31940
31941 Los comandos con 
31942 \series bold
31943 >
31944 \series default
31945  o 
31946 \series bold
31947 <
31948 \series default
31949  pueden generar errores con el estilo 
31950 \series bold
31951 spanish
31952 \series default
31953  de 
31954 \series bold
31955 babel
31956 \series default
31957 .
31958  Para evitarlo se pueden sustituir por sus sinónimos 
31959 \series bold
31960 )
31961 \series default
31962  o 
31963 \series bold
31964 (
31965 \series default
31966  respectivamente.
31967  Véase 
31968 \begin_inset CommandInset citation
31969 LatexCommand cite
31970 key "spanish"
31971
31972 \end_inset
31973
31974 .
31975  (
31976 \emph on
31977 N.
31978 \begin_inset space \thinspace{}
31979 \end_inset
31980
31981 del t.
31982 \emph default
31983 )
31984 \end_layout
31985
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \begin_layout Itemize
31992
31993 \series bold
31994 @<<<
31995 \series default
31996  genera una flecha hacia la izquierda, 
31997 \series bold
31998 @>>>
31999 \series default
32000  una hacia la derecha, y 
32001 \series bold
32002 @=
32003 \series default
32004  un signo igual largo
32005 \end_layout
32006
32007 \begin_layout Itemize
32008
32009 \series bold
32010 @AAA
32011 \series default
32012  genera una flecha hacia arriba, 
32013 \series bold
32014 @VVV
32015 \series default
32016  una hacia abajo, y 
32017 \series bold
32018 @|
32019 \series default
32020  un signo igual vertical
32021 \end_layout
32022
32023 \begin_layout Itemize
32024
32025 \series bold
32026 @.
32027
32028 \series default
32029  genera una ubicación vacía para relaciones inexistentes
32030 \end_layout
32031
32032 \begin_layout Standard
32033 Todas las flechas pueden etiquetarse como sigue:
32034 \end_layout
32035
32036 \begin_layout Itemize
32037 Si se inserta texto entre el primero y el segundo 
32038 \series bold
32039 <
32040 \series default
32041  o 
32042 \series bold
32043 >
32044 \series default
32045 , respectivamente, se muestra sobre la flecha.
32046  Si se inserta entre el segundo y el tercero, bajo la flecha.
32047 \end_layout
32048
32049 \begin_layout Itemize
32050 Para flechas verticales, si se inserta texto entre la primera y la segunda
32051  
32052 \series bold
32053 A
32054 \series default
32055  o 
32056 \series bold
32057 V
32058 \series default
32059 , respectivamente, se muestra al lado izquierdo de la flecha.
32060  Si se inserta entre la segunda y la tercera, al lado derecho.
32061  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32062 \end_layout
32063
32064 \begin_layout Standard
32065 Como ejemplo un diagrama con todas las relaciones posibles:
32066 \begin_inset Formula \[
32067 \begin{CD}A@)j))B@))k)C@=F\\
32068 @AmAA@.@VV{V}V@|\\
32069 D@((j\,(E@)k))F@=C\end{CD}\]
32070
32071 \end_inset
32072
32073 El comando para este diagrama es:
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077
32078 \series bold
32079
32080 \backslash
32081 CD
32082 \begin_inset ERT
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086
32087
32088 \backslash
32089 spce 
32090 \end_layout
32091
32092 \end_inset
32093
32094 A@>j>>B@>>k>C@=F Ctrl-Intro
32095 \begin_inset Newline newline
32096 \end_inset
32097
32098
32099 \begin_inset ERT
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103
32104
32105 \backslash
32106 hphantom{
32107 \end_layout
32108
32109 \end_inset
32110
32111
32112 \backslash
32113 CD
32114 \begin_inset ERT
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118
32119
32120 \backslash
32121 spce 
32122 \end_layout
32123
32124 \end_inset
32125
32126
32127 \begin_inset ERT
32128 status collapsed
32129
32130 \begin_layout Plain Layout
32131
32132 }
32133 \end_layout
32134
32135 \end_inset
32136
32137 @AmAA@.@VV
32138 \backslash
32139 {V
32140 \series default
32141
32142 \begin_inset Formula $\to$
32143 \end_inset
32144
32145
32146 \series bold
32147 V@| Ctrl-Intro
32148 \begin_inset Newline newline
32149 \end_inset
32150
32151
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157
32158 \backslash
32159 hphantom{
32160 \end_layout
32161
32162 \end_inset
32163
32164
32165 \backslash
32166 CD
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172
32173 \backslash
32174 spce 
32175 \end_layout
32176
32177 \end_inset
32178
32179
32180 \begin_inset ERT
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185 }
32186 \end_layout
32187
32188 \end_inset
32189
32190 D@<<j<E@>k>>F@=C
32191 \end_layout
32192
32193 \begin_layout Standard
32194 \begin_inset Newpage newpage
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Section
32201 Indicaciones
32202 \begin_inset ERT
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206
32207
32208 \backslash
32209 texorpdfstring{
32210 \end_layout
32211
32212 \end_inset
32213
32214
32215 \begin_inset Foot
32216 status collapsed
32217
32218 \begin_layout Plain Layout
32219 Otras sugerencias útiles para matemáticas en 
32220 \begin_inset CommandInset citation
32221 LatexCommand cite
32222 key "Voss"
32223
32224 \end_inset
32225
32226 .
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \begin_inset ERT
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236
32237 }{}
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \begin_inset Note Note
32244 status collapsed
32245
32246 \begin_layout Plain Layout
32247
32248 \backslash
32249 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
32250  PDF.
32251 \end_layout
32252
32253 \begin_layout Plain Layout
32254 Más sobre 
32255 \backslash
32256 texorpdfstring hay en la sección 
32257 \begin_inset CommandInset ref
32258 LatexCommand ref
32259 reference "sub:Ecuaciones-en-Sección"
32260
32261 \end_inset
32262
32263 .
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \begin_inset Index
32270 status collapsed
32271
32272 \begin_layout Plain Layout
32273 Indicaciones
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Subsection
32282 Símbolos y ecuaciones químicas
32283 \begin_inset CommandInset label
32284 LatexCommand label
32285 name "sub:Símbolos-y-ecuaciones-químicas"
32286
32287 \end_inset
32288
32289
32290 \begin_inset Index
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294 Química ! símbolos
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \begin_inset Index
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Ecuación química
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \begin_inset Index
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314 Química ! caracteres
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \begin_inset Index
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324 Iones|see
32325 \begin_inset ERT
32326 status collapsed
32327
32328 \begin_layout Plain Layout
32329
32330 {
32331 \end_layout
32332
32333 \end_inset
32334
32335 Química ! caracteres
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340
32341 }
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Standard
32355 Un ejemplo de texto de química:
32356 \end_layout
32357
32358 \begin_layout Quote
32359 El ión 
32360 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32361 \end_inset
32362
32363  reacciona con dos iones 
32364 \begin_inset Formula $\mathrm{Na^{+}}$
32365 \end_inset
32366
32367  para dar sulfato de sodio 
32368 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32369 \end_inset
32370
32371 .
32372  La ecuación química es:
32373 \begin_inset Formula \[
32374 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 Esta ecuación química puede componerse directamente en modo ecuación.
32383  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32384  y con el atajo 
32385 \family sans
32386 Alt-c
32387 \begin_inset space ~
32388 \end_inset
32389
32390 r
32391 \family default
32392  se cambia en redonda.
32393 \begin_inset Foot
32394 status open
32395
32396 \begin_layout Plain Layout
32397 véase estilos de fuentes en 
32398 \begin_inset CommandInset ref
32399 LatexCommand ref
32400 reference "sub:Estilos-de-fuentes"
32401
32402 \end_inset
32403
32404 .
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \end_layout
32411
32412 \begin_layout Subsection
32413 Números negativos
32414 \begin_inset Index
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418 Números ! negativos
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \begin_layout Standard
32427 Los números negativos a veces se ven feos en las ecuaciones porque el signo
32428  menos delante del número tiene la misma longitud que el operador signo
32429  menos.
32430  Si se escribe el número negativo en texto normal el signo menos aparece
32431  correctamente.
32432 \end_layout
32433
32434 \begin_layout Standard
32435 Así pues, el problema desaparece si se convierte el signo menos a texto
32436  matemático.
32437 \end_layout
32438
32439 \begin_layout Standard
32440 Un ejemplo para visualizar el problema:
32441 \end_layout
32442
32443 \begin_layout Standard
32444 \noindent
32445 \align center
32446 \begin_inset Tabular
32447 <lyxtabular version="3" rows="3" columns="2">
32448 <features>
32449 <column alignment="center" valignment="top" width="0">
32450 <column alignment="center" valignment="top" width="0">
32451 <row>
32452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32453 \begin_inset Text
32454
32455 \begin_layout Plain Layout
32456 texto normal:
32457 \end_layout
32458
32459 \end_inset
32460 </cell>
32461 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32462 \begin_inset Text
32463
32464 \begin_layout Plain Layout
32465 x = -2
32466 \end_layout
32467
32468 \end_inset
32469 </cell>
32470 </row>
32471 <row>
32472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32473 \begin_inset Text
32474
32475 \begin_layout Plain Layout
32476 ecuación:
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 \begin_inset Formula $x=-2$
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \end_inset
32492 </cell>
32493 </row>
32494 <row>
32495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 solución:
32500 \end_layout
32501
32502 \end_inset
32503 </cell>
32504 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32505 \begin_inset Text
32506
32507 \begin_layout Plain Layout
32508 \begin_inset Formula $x=\mbox{-}2$
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 </row>
32517 </lyxtabular>
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Subsection
32525 Coma como separador decimal
32526 \begin_inset Index
32527 status collapsed
32528
32529 \begin_layout Plain Layout
32530 Coma decimal
32531 \end_layout
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Standard
32539 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
32540  de grupos numéricos.
32541  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
32542 \end_layout
32543
32544 \begin_layout Standard
32545 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
32546  
32547 \family sans
32548 Alt-m
32549 \begin_inset space ~
32550 \end_inset
32551
32552 m
32553 \family default
32554 ).
32555 \end_layout
32556
32557 \begin_layout Standard
32558 Para usar las comas en todas las fórmulas del documento como separador decimal,
32559  se carga el archivo 
32560 \series bold
32561 icomma.sty
32562 \series default
32563
32564 \begin_inset Foot
32565 status collapsed
32566
32567 \begin_layout Plain Layout
32568
32569 \series bold
32570 icomma
32571 \series default
32572  forma parte del paquete LaTeX 
32573 \series bold
32574 was
32575 \series default
32576
32577 \begin_inset Index
32578 status collapsed
32579
32580 \begin_layout Plain Layout
32581 Paquetes ! was
32582 \begin_inset ERT
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586
32587
32588 \backslash
32589 vspace{4mm}
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \end_inset
32598
32599 .
32600 \end_layout
32601
32602 \end_inset
32603
32604
32605 \begin_inset Index
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609 Paquetes ! icomma
32610 \end_layout
32611
32612 \end_inset
32613
32614  en el preámbulo LaTeX con la línea: 
32615 \end_layout
32616
32617 \begin_layout Standard
32618
32619 \series bold
32620
32621 \backslash
32622 usepackage{icomma}
32623 \end_layout
32624
32625 \begin_layout Subsection
32626 Vectores físicos
32627 \begin_inset CommandInset label
32628 LatexCommand label
32629 name "sub:Vectores-físicos"
32630
32631 \end_inset
32632
32633
32634 \begin_inset Index
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 Vectores físicos
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Standard
32647 El paquete LaTeX 
32648 \series bold
32649 braket
32650 \series default
32651
32652 \begin_inset Foot
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656
32657 \series bold
32658 braket
32659 \series default
32660  se incluye en las instalaciones estándar de LaTeX.
32661 \end_layout
32662
32663 \end_inset
32664
32665
32666 \begin_inset Index
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670 Paquetes ! braket
32671 \end_layout
32672
32673 \end_inset
32674
32675  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
32676 \end_layout
32677
32678 \begin_layout Standard
32679
32680 \series bold
32681
32682 \backslash
32683 usepackage{braket}
32684 \end_layout
32685
32686 \begin_layout Standard
32687 \begin_inset ERT
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691
32692
32693 \backslash
32694 ifbraket 
32695 \end_layout
32696
32697 \end_inset
32698
32699
32700 \begin_inset Note Note
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
32705 \series bold
32706 braket
32707 \series default
32708  está instalado.
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Standard
32717 Están definidos los siguientes comandos:
32718 \end_layout
32719
32720 \begin_layout Standard
32721 \noindent
32722 \align center
32723 \begin_inset Tabular
32724 <lyxtabular version="3" rows="4" columns="2">
32725 <features>
32726 <column alignment="center" valignment="top" width="0">
32727 <column alignment="center" valignment="top" width="0">
32728 <row>
32729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 Comando
32734 \end_layout
32735
32736 \end_inset
32737 </cell>
32738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32739 \begin_inset Text
32740
32741 \begin_layout Plain Layout
32742 Resultado
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 </row>
32748 <row>
32749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753
32754 \backslash
32755 Bra{
32756 \backslash
32757 psi
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 \begin_inset Formula $\Bra{\psi}$
32767 \end_inset
32768
32769
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 </row>
32775 <row>
32776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780
32781 \backslash
32782 Ket{
32783 \backslash
32784 psi
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 \begin_inset Formula $\Ket{\psi}$
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \end_inset
32800 </cell>
32801 </row>
32802 <row>
32803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32804 \begin_inset Text
32805
32806 \begin_layout Plain Layout
32807
32808 \backslash
32809 Braket{
32810 \backslash
32811 psi|
32812 \backslash
32813 phi
32814 \end_layout
32815
32816 \end_inset
32817 </cell>
32818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 \begin_inset Formula $\Braket{\psi|\phi}$
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 </row>
32831 </lyxtabular>
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 El comando 
32840 \series bold
32841
32842 \backslash
32843 Braket
32844 \series default
32845  asegura que todas las barras verticales tienen el tamaño de los delimitadores
32846  circundantes:
32847 \begin_inset Formula \[
32848 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32849
32850 \end_inset
32851
32852
32853 \begin_inset ERT
32854 status collapsed
32855
32856 \begin_layout Plain Layout
32857
32858
32859 \backslash
32860 else
32861 \end_layout
32862
32863 \end_inset
32864
32865
32866 \begin_inset Note Note
32867 status collapsed
32868
32869 \begin_layout Plain Layout
32870 Lo que sigue se verá en la salida si el paquete LaTeX 
32871 \series bold
32872 braket
32873 \series default
32874  no está instalado:
32875 \end_layout
32876
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \begin_layout Standard
32883 Debes instalar el paquete LaTeX 
32884 \series bold
32885 braket
32886 \series default
32887  para ver en la salida el resto de esta subsección.
32888 \end_layout
32889
32890 \begin_layout Standard
32891 \begin_inset ERT
32892 status collapsed
32893
32894 \begin_layout Plain Layout
32895
32896
32897 \backslash
32898 fi
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \begin_layout Standard
32907 El efecto de 
32908 \series bold
32909
32910 \backslash
32911 Braket
32912 \series default
32913  también se puede conseguir con el comando 
32914 \series bold
32915
32916 \backslash
32917 middle
32918 \series default
32919 , que se describe en 
32920 \begin_inset CommandInset ref
32921 LatexCommand ref
32922 reference "sub:Tamaño-automático-de"
32923
32924 \end_inset
32925
32926 .
32927 \end_layout
32928
32929 \begin_layout Subsection
32930 Fracciones definidas por el usuario
32931 \begin_inset CommandInset label
32932 LatexCommand label
32933 name "sub:Fracciones-personalizadas"
32934
32935 \end_inset
32936
32937
32938 \begin_inset Index
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942 Fracciones ! personalizadas
32943 \end_layout
32944
32945 \end_inset
32946
32947
32948 \end_layout
32949
32950 \begin_layout Standard
32951 Para definir comandos personalizados para fracciones, se usa el comando
32952  
32953 \series bold
32954
32955 \backslash
32956 genfrac
32957 \series default
32958
32959 \begin_inset Index
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963 Comandos ! G ! 
32964 \backslash
32965 genfrac
32966 \end_layout
32967
32968 \end_inset
32969
32970  con el siguiente esquema:
32971 \end_layout
32972
32973 \begin_layout Standard
32974
32975 \series bold
32976
32977 \backslash
32978 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
32979 \begin_inset Newline newline
32980 \end_inset
32981
32982
32983 \begin_inset ERT
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987
32988
32989 \backslash
32990 phantom{
32991 \end_layout
32992
32993 \end_inset
32994
32995
32996 \backslash
32997 genfrac{
32998 \begin_inset ERT
32999 status collapsed
33000
33001 \begin_layout Plain Layout
33002
33003 }
33004 \end_layout
33005
33006 \end_inset
33007
33008 fracción}{estilo}{numerador}{denominador}
33009 \end_layout
33010
33011 \begin_layout Standard
33012 El estilo es un número en el rango 0-3.
33013 \end_layout
33014
33015 \begin_layout Standard
33016 \align center
33017 \begin_inset Tabular
33018 <lyxtabular version="3" rows="5" columns="2">
33019 <features>
33020 <column alignment="center" valignment="top" width="0">
33021 <column alignment="center" valignment="top" width="0">
33022 <row>
33023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 Número
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 Estilo (tamaño)
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 </row>
33042 <row>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047 0
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 ecuación en presentación
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 1
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 ecuación en línea
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row>
33083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 2
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 pequeño
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row>
33103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 3
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 muy pequeño
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 </row>
33122 </lyxtabular>
33123
33124 \end_inset
33125
33126
33127 \end_layout
33128
33129 \begin_layout Standard
33130 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33131  
33132 \series bold
33133
33134 \backslash
33135 frac
33136 \series default
33137 .
33138 \end_layout
33139
33140 \begin_layout Standard
33141 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33142  de 0.4
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 pt.
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Por ejemplo, los comandos 
33151 \series bold
33152
33153 \backslash
33154 dfrac
33155 \series default
33156  y 
33157 \series bold
33158
33159 \backslash
33160 tbinom
33161 \series default
33162  de la 
33163 \begin_inset CommandInset ref
33164 LatexCommand ref
33165 reference "sub:Fracciones"
33166
33167 \end_inset
33168
33169  se definen con los comandos:
33170 \end_layout
33171
33172 \begin_layout Standard
33173
33174 \series bold
33175
33176 \backslash
33177 newcommand{
33178 \backslash
33179 dfrac}[2]{
33180 \backslash
33181 genfrac{}{}{}{0}{#1}{#2}}
33182 \end_layout
33183
33184 \begin_layout Standard
33185 y
33186 \end_layout
33187
33188 \begin_layout Standard
33189
33190 \series bold
33191
33192 \backslash
33193 newcommand{
33194 \backslash
33195 tbinom}[2]{
33196 \backslash
33197 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33198 \end_layout
33199
33200 \begin_layout Standard
33201 \begin_inset VSpace medskip
33202 \end_inset
33203
33204
33205 \end_layout
33206
33207 \begin_layout Standard
33208 Para definir una fracción en la que el grosor de la raya se pueda definir
33209  como argumento opcional, se inserta la siguiente línea en el preámbulo
33210  LaTeX:
33211 \end_layout
33212
33213 \begin_layout Standard
33214
33215 \series bold
33216
33217 \backslash
33218 newcommand{
33219 \backslash
33220 fracS}[3][]{
33221 \backslash
33222 genfrac{}{}{#1}{}{#2}{#3}}
33223 \end_layout
33224
33225 \begin_layout Standard
33226 Un ensayo:
33227 \begin_inset Formula \begin{align*}
33228 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33229 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33230
33231 \end_inset
33232
33233 Como se puede ver, la distancia del numerador y el denominador a la raya
33234  de fracción se redondea a unas tres veces el grosor de la raya.
33235 \end_layout
33236
33237 \begin_layout Subsection
33238 Ecuaciones canceladas
33239 \begin_inset CommandInset label
33240 LatexCommand label
33241 name "sub:Ecuaciones-canceladas"
33242
33243 \end_inset
33244
33245
33246 \begin_inset Index
33247 status collapsed
33248
33249 \begin_layout Plain Layout
33250 Ecuación ! cancelada
33251 \end_layout
33252
33253 \end_inset
33254
33255
33256 \end_layout
33257
33258 \begin_layout Standard
33259 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
33260  
33261 \series bold
33262 cancel
33263 \series default
33264
33265 \begin_inset Foot
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269
33270 \series bold
33271 cancel
33272 \series default
33273  forma parte de las distribuciones estándar de LaTeX.
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \begin_inset Index
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 Paquetes ! cancel
33284 \end_layout
33285
33286 \end_inset
33287
33288  con la línea de preámbulo LaTeX
33289 \end_layout
33290
33291 \begin_layout Standard
33292
33293 \series bold
33294
33295 \backslash
33296 usepackage[samesize]{cancel}
33297 \end_layout
33298
33299 \begin_layout Standard
33300 Hay cuatro formas de cancelar ecuaciones:
33301 \end_layout
33302
33303 \begin_layout Standard
33304 \align center
33305 \begin_inset Tabular
33306 <lyxtabular version="3" rows="5" columns="2">
33307 <features>
33308 <column alignment="center" valignment="top" width="0">
33309 <column alignment="center" valignment="top" width="0">
33310 <row>
33311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33312 \begin_inset Text
33313
33314 \begin_layout Plain Layout
33315 Comando
33316 \end_layout
33317
33318 \end_inset
33319 </cell>
33320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324 Resultado
33325 \begin_inset Note Note
33326 status collapsed
33327
33328 \begin_layout Plain Layout
33329
33330 \series bold
33331
33332 \backslash
33333 hspace
33334 \series default
33335  y 
33336 \series bold
33337
33338 \backslash
33339 raisebox
33340 \series default
33341  se usa sólo como espaciador
33342 \end_layout
33343
33344 \end_inset
33345
33346
33347 \end_layout
33348
33349 \end_inset
33350 </cell>
33351 </row>
33352 <row>
33353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33354 \begin_inset Text
33355
33356 \begin_layout Plain Layout
33357
33358 \backslash
33359 cancel{
33360 \backslash
33361 int
33362 \begin_inset ERT
33363 status collapsed
33364
33365 \begin_layout Plain Layout
33366
33367
33368 \backslash
33369 spce 
33370 \end_layout
33371
33372 \end_inset
33373
33374 A=B
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \end_inset
33390 </cell>
33391 </row>
33392 <row>
33393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33394 \begin_inset Text
33395
33396 \begin_layout Plain Layout
33397
33398 \backslash
33399 bcancel{
33400 \backslash
33401 int
33402 \begin_inset ERT
33403 status collapsed
33404
33405 \begin_layout Plain Layout
33406
33407
33408 \backslash
33409 spce 
33410 \end_layout
33411
33412 \end_inset
33413
33414 A=B
33415 \end_layout
33416
33417 \end_inset
33418 </cell>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \end_inset
33430 </cell>
33431 </row>
33432 <row>
33433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33434 \begin_inset Text
33435
33436 \begin_layout Plain Layout
33437
33438 \backslash
33439 xcancel{
33440 \backslash
33441 int
33442 \begin_inset ERT
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446
33447
33448 \backslash
33449 spce 
33450 \end_layout
33451
33452 \end_inset
33453
33454 A=B
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 <row>
33473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477
33478 \backslash
33479 cancelto{1
33480 \begin_inset Formula $\to$
33481 \end_inset
33482
33483
33484 \backslash
33485 {
33486 \backslash
33487 int
33488 \begin_inset ERT
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493
33494 \backslash
33495 spce 
33496 \end_layout
33497
33498 \end_inset
33499
33500 A=B
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33510 \end_inset
33511
33512
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 </row>
33518 </lyxtabular>
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Standard
33526
33527 \series bold
33528
33529 \backslash
33530 cancelto
33531 \series default
33532  es especialmente apropiada para visualizar la simplificación de fracciones
33533  en una ecuación:
33534 \begin_inset Formula \[
33535 \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}}}\]
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Subsection
33543 Ecuaciones en encabezados de sección
33544 \begin_inset CommandInset label
33545 LatexCommand label
33546 name "sub:Ecuaciones-en-encabezados"
33547
33548 \end_inset
33549
33550
33551 \begin_inset Index
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 Ecuación ! en encabezados de sección
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Standard
33564 Si se quiere poner una ecuación en un encabezado de sección hay que tener
33565  en cuenta lo siguiente:
33566 \end_layout
33567
33568 \begin_layout Standard
33569 \begin_inset Note Greyedout
33570 status open
33571
33572 \begin_layout Plain Layout
33573 Si el soporte para 
33574 \series bold
33575 hyperref
33576 \series default
33577
33578 \begin_inset Index
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582 Paquetes ! hyperref
33583 \end_layout
33584
33585 \end_inset
33586
33587  está activado en la configuración del documento, 
33588 \family sans
33589 Propiedades
33590 \begin_inset space ~
33591 \end_inset
33592
33593
33594 \family default
33595 PDF, los marcadores PDF se generan para cada encabezado de sección en el
33596  índice.
33597  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
33598  texto del marcador, porque se infringen las convenciones PDF.
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Standard
33607 Estos problemas se pueden solucionar insertando al final del encabezado
33608  un título breve con el menú 
33609 \family sans
33610 Insertar\SpecialChar \menuseparator
33611 Título
33612 \begin_inset space ~
33613 \end_inset
33614
33615 breve
33616 \family default
33617 .
33618  Los títulos breves se usan como alternativa para encabezados de sección
33619  con más de una línea para mantener el buen aspecto del índice.
33620  En éste sólo aparece el título breve y por tanto también en los marcadores.
33621 \end_layout
33622
33623 \begin_layout Standard
33624 Si hay que poner ecuaciones en el índice y se usa 
33625 \series bold
33626 hyperref
33627 \series default
33628 , se puede insertar el siguiente comando en modo TeX:
33629 \end_layout
33630
33631 \begin_layout Standard
33632
33633 \series bold
33634
33635 \backslash
33636 texorpdfstring{parte}{alternativa}
33637 \begin_inset Index
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Comandos ! T ! 
33642 \backslash
33643 texorpdfstring
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Standard
33652 Parte se refiere a la parte del encabezado que no debería aparecer en el
33653  marcador PDF.
33654  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
33655  La alternativa se usa para el marcador en vez de la parte.
33656 \end_layout
33657
33658 \begin_layout Standard
33659 Aquí hay dos ejemplo de encabezados:
33660 \end_layout
33661
33662 \begin_layout Standard
33663 \begin_inset VSpace -3mm
33664 \end_inset
33665
33666
33667 \end_layout
33668
33669 \begin_layout Standard
33670 \begin_inset ERT
33671 status collapsed
33672
33673 \begin_layout Plain Layout
33674
33675
33676 \backslash
33677 boldmath 
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Subsubsection
33686 Encabezado sin ecuación en el índice 
33687 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33688 \end_inset
33689
33690
33691 \begin_inset OptArg
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 Encabezado sin ecuación en el índice
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Subsubsection
33704 Encabezado con ecuación en el índice
33705 \begin_inset ERT
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709
33710
33711 \backslash
33712 texorpdfstring{
33713 \end_layout
33714
33715 \end_inset
33716
33717  
33718 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33719 \end_inset
33720
33721
33722 \begin_inset ERT
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726
33727 }{}
33728 \end_layout
33729
33730 \end_inset
33731
33732
33733 \end_layout
33734
33735 \begin_layout Standard
33736 \begin_inset ERT
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740
33741
33742 \backslash
33743 unboldmath 
33744 \end_layout
33745
33746 \end_inset
33747
33748 En el primer encabezado se ha puesto un título breve, en el segundo un 
33749 \series bold
33750
33751 \backslash
33752 texorpdfstring
33753 \series default
33754 .
33755 \end_layout
33756
33757 \begin_layout Standard
33758 Para obtener el mismo formato que en los demás encabezados se han puesto
33759  ambos en un entorno 
33760 \series bold
33761 boldmath
33762 \series default
33763 .
33764 \begin_inset Foot
33765 status collapsed
33766
33767 \begin_layout Plain Layout
33768 véase 
33769 \begin_inset CommandInset ref
33770 LatexCommand ref
33771 reference "sub:Ecuaciones-en-negrita"
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Subsection
33784 Ecuaciones en texto multicolumna
33785 \begin_inset Index
33786 status collapsed
33787
33788 \begin_layout Plain Layout
33789 Ecuación ! en texto multicolumna
33790 \end_layout
33791
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \begin_layout Standard
33798 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
33799  para ajustarse a la columna y entonces es preciso abarcar la anchura total
33800  de la página.
33801  Esto se hace usando el paquete LaTeX 
33802 \series bold
33803 multicol
33804 \series default
33805 ,
33806 \begin_inset Foot
33807 status collapsed
33808
33809 \begin_layout Plain Layout
33810
33811 \series bold
33812 multicol
33813 \series default
33814  forma parte de las distribuciones LaTeX estándar.
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \begin_inset Index
33821 status collapsed
33822
33823 \begin_layout Plain Layout
33824 Paquetes ! multicol
33825 \end_layout
33826
33827 \end_inset
33828
33829  que se carga en el preámbulo LaTeX con la línea
33830 \end_layout
33831
33832 \begin_layout Standard
33833
33834 \series bold
33835
33836 \backslash
33837 usepackage{multicol}
33838 \end_layout
33839
33840 \begin_layout Standard
33841 \begin_inset Note Greyedout
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845 Ten en cuenta que la opción 
33846 \family sans
33847 Documento
33848 \begin_inset space ~
33849 \end_inset
33850
33851 con
33852 \begin_inset space ~
33853 \end_inset
33854
33855 dos
33856 \begin_inset space ~
33857 \end_inset
33858
33859 caras
33860 \family default
33861 , bajo 
33862 \family sans
33863 Diseño
33864 \begin_inset space ~
33865 \end_inset
33866
33867 de
33868 \begin_inset space ~
33869 \end_inset
33870
33871 página 
33872 \family default
33873 en el menú 
33874 \family sans
33875 Documento\SpecialChar \menuseparator
33876 Configuración
33877 \family default
33878  
33879 \emph on
33880 debe
33881 \emph default
33882  estar desmarcada.
33883 \end_layout
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Antes del texto multicolumna se inserta en modo TeX el comando
33892 \end_layout
33893
33894 \begin_layout Standard
33895
33896 \series bold
33897
33898 \backslash
33899 begin{multicols}{número de columnas}
33900 \end_layout
33901
33902 \begin_layout Standard
33903 El número de columnas está en el rango 2-10.
33904  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
33905  TeX el comando
33906 \end_layout
33907
33908 \begin_layout Standard
33909
33910 \series bold
33911
33912 \backslash
33913 end{multicols}
33914 \end_layout
33915
33916 \begin_layout Standard
33917 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
33918  Para quitarlo se inserta un espacio vertical de -6
33919 \begin_inset space \thinspace{}
33920 \end_inset
33921
33922 mm antes de la ecuación.
33923  Si se usa el estilo 
33924 \series bold
33925 Sangrado
33926 \series default
33927 ,
33928 \begin_inset Foot
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932 véase estilos de ecuación en 
33933 \begin_inset CommandInset ref
33934 LatexCommand ref
33935 reference "sec:Estilos-de-ecuación"
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \end_inset
33943
33944  se inserta un espacio de -9
33945 \begin_inset space \thinspace{}
33946 \end_inset
33947
33948 mm.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
33953 \end_layout
33954
33955 \begin_layout Standard
33956 \begin_inset ERT
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960
33961
33962 \backslash
33963 begin{multicols}{2}
33964 \end_layout
33965
33966 \end_inset
33967
33968 Das Spektrum wird fouriertransformiert.
33969  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33970 , Lösungsmittel) zu trennen.
33971  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33972  nun das Aussehen des Ausgangssignals.
33973  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33974  über alle Phasen integrieren muss.
33975  Sei nun 
33976 \begin_inset Formula $S$
33977 \end_inset
33978
33979  unser normiertes Ausgangssignal and 
33980 \begin_inset Formula $P$
33981 \end_inset
33982
33983  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33984 \begin_inset ERT
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988
33989
33990 \backslash
33991 end{multicols}
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \begin_inset VSpace -6mm
33998 \end_inset
33999
34000
34001 \begin_inset Formula \begin{equation}
34002 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34003
34004 \end_inset
34005
34006
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 wobei 
34020 \begin_inset Formula $S_{0}$
34021 \end_inset
34022
34023  das Signal ohne Gradient ist and the Normierungsbedingung 
34024 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34025 \end_inset
34026
34027  gilt.
34028  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34029  Direkt nach the 
34030 \begin_inset Formula $\nicefrac{\pi}{2}$
34031 \end_inset
34032
34033
34034 \begin_inset space \thinspace{}
34035 \end_inset
34036
34037 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34038  das Signal zusätzlich abschwächt.
34039  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34040  
34041 \begin_inset Formula $T_{2}$
34042 \end_inset
34043
34044 -Zeit.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 \begin_inset ERT
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052
34053
34054 \backslash
34055 end{multicols}
34056 \end_layout
34057
34058 \end_inset
34059
34060  
34061 \end_layout
34062
34063 \begin_layout Subsection
34064 Ecuaciones con descripción de variables
34065 \begin_inset Index
34066 status collapsed
34067
34068 \begin_layout Plain Layout
34069 Ecuación ! con descripción de variables
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \begin_layout Standard
34078 Para describir variables en una ecuación, como en la fórmula 
34079 \begin_inset CommandInset ref
34080 LatexCommand eqref
34081 reference "eq:within"
34082
34083 \end_inset
34084
34085 , se inserta una matriz 2×
34086 \begin_inset Formula $n$
34087 \end_inset
34088
34089  con columnas alineadas a la izquierda para las 
34090 \emph on
34091
34092 \begin_inset Formula $n$
34093 \end_inset
34094
34095
34096 \emph default
34097  variables usadas.
34098 \begin_inset Foot
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102 véase matrices en 
34103 \begin_inset CommandInset ref
34104 LatexCommand ref
34105 reference "sec:Matrices"
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \end_inset
34113
34114  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34115  
34116 \series bold
34117
34118 \backslash
34119 footnotesize
34120 \series default
34121  antes de la matriz.
34122 \begin_inset Foot
34123 status collapsed
34124
34125 \begin_layout Plain Layout
34126 véase tamaños de fuentes en 
34127 \begin_inset CommandInset ref
34128 LatexCommand ref
34129 reference "sub:Tamaños-de-fuentes"
34130
34131 \end_inset
34132
34133 .
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \begin_layout Standard
34142 Si se usa el estilo 
34143 \series bold
34144 Sangrado
34145 \series default
34146 ,
34147 \begin_inset Foot
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151 véase estilos de ecuación en 
34152 \begin_inset CommandInset ref
34153 LatexCommand ref
34154 reference "sec:Estilos-de-ecuación"
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162
34163  se inserta un 
34164 \series bold
34165
34166 \backslash
34167 hfill
34168 \series default
34169
34170 \begin_inset Foot
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174
34175 \series bold
34176
34177 \backslash
34178 hfill
34179 \series default
34180  sólo funciona en ecuaciones en estilo 
34181 \series bold
34182 Sangrado
34183 \series default
34184 , véase 
34185 \begin_inset CommandInset ref
34186 LatexCommand ref
34187 reference "sub:Espacio-variable"
34188
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \end_inset
34195
34196  delante y detrás de la matriz para que tenga la misma separación con la
34197  ecuación y con el margen.
34198 \end_layout
34199
34200 \begin_layout Standard
34201 Si se usa el estilo 
34202 \series bold
34203 Centrado
34204 \series default
34205  se emplea el método descrito en la 
34206 \begin_inset CommandInset ref
34207 LatexCommand ref
34208 reference "sub:Entorno-flalign"
34209
34210 \end_inset
34211
34212  para sangrar la ecuación.
34213  La ecuación 
34214 \begin_inset CommandInset ref
34215 LatexCommand eqref
34216 reference "eq:within"
34217
34218 \end_inset
34219
34220  consta de cinco columnas ya que las dos primeras contienen la fórmula,
34221  la tercera la matriz y la última una llave TeX vacía.
34222 \begin_inset Formula \begin{flalign}
34223 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
34224 \rho & \mbox{densidad}\\
34225 V & \mbox{volumen}\\
34226 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Subsection
34234 Letras griegas minúsculas en redonda
34235 \begin_inset CommandInset label
34236 LatexCommand label
34237 name "sub:Griegas-en-redonda"
34238
34239 \end_inset
34240
34241
34242 \begin_inset Index
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246 Letras griegas ! en redonda
34247 \end_layout
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Standard
34255 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
34256  cursiva.
34257  Pero para símbolos de partículas elementales como piones y neutrinos hacen
34258  falta letras griegas en redonda.
34259  El archivo 
34260 \series bold
34261 upgreek.sty
34262 \series default
34263
34264 \begin_inset Foot
34265 status collapsed
34266
34267 \begin_layout Plain Layout
34268
34269 \series bold
34270 upgreek
34271 \series default
34272  forma parte del paquete LaTeX 
34273 \series bold
34274 was
34275 \series default
34276
34277 \begin_inset Index
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 Paquetes ! was
34282 \begin_inset ERT
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286
34287
34288 \backslash
34289 vspace{4mm}
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \end_inset
34298
34299 .
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \begin_inset Index
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 Paquetes ! upgreek
34310 \end_layout
34311
34312 \end_inset
34313
34314 , que se carga en el preámbulo LaTeX con la línea
34315 \end_layout
34316
34317 \begin_layout Standard
34318
34319 \series bold
34320
34321 \backslash
34322 usepackage{upgreek}
34323 \end_layout
34324
34325 \begin_layout Standard
34326 las suministra.
34327  
34328 \begin_inset ERT
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332
34333
34334 \backslash
34335 ifupgreek 
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \begin_inset Note Note
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
34346  
34347 \series bold
34348 upgreek
34349 \series default
34350 .
34351 \end_layout
34352
34353 \end_inset
34354
34355  Se imprimen con el comando de la letra correspondiente precedido de 
34356 \series bold
34357 up
34358 \series default
34359 .
34360  Por ejemplo, el comando 
34361 \series bold
34362
34363 \backslash
34364 uptau
34365 \series default
34366  genera: 
34367 \begin_inset Formula $\uptau$
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Standard
34374 Con estos comandos se pueden escribir reacciones entre partículas elementales:
34375 \begin_inset Formula \[
34376 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Standard
34384 Las letras en redonda son más remarcadas y más grandes que las correspondientes
34385  en cursiva.
34386  Por tanto no deberían emplearse para unidades como 
34387 \begin_inset Quotes fld
34388 \end_inset
34389
34390 µm
34391 \begin_inset Quotes frd
34392 \end_inset
34393
34394 .
34395 \end_layout
34396
34397 \begin_layout Standard
34398 \begin_inset ERT
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402
34403
34404 \backslash
34405 else 
34406 \end_layout
34407
34408 \end_inset
34409
34410
34411 \begin_inset Note Note
34412 status collapsed
34413
34414 \begin_layout Plain Layout
34415 Lo siguiente se mostrará si el paquete LaTeX 
34416 \series bold
34417 upgreek
34418 \series default
34419  no está instalado:
34420 \end_layout
34421
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \begin_layout Standard
34428 Debes instalar el paquete LaTeX 
34429 \series bold
34430 upgreek
34431 \series default
34432  para ver en la salida el resto de esta subsección.
34433  
34434 \end_layout
34435
34436 \begin_layout Standard
34437 \begin_inset ERT
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441
34442
34443 \backslash
34444 fi
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Subsection
34453 Caracteres de texto en ecuaciones
34454 \begin_inset CommandInset label
34455 LatexCommand label
34456 name "sub:Caracteres-de-texto"
34457
34458 \end_inset
34459
34460
34461 \begin_inset Index
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465 Texto ! en ecuaciones
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Standard
34474 En algunos casos podrías querer insertar caracteres de texto directamente
34475  en ecuaciones.
34476  Por ejemplo, cuando se usa con frecuencia el punto centrado 
34477 \begin_inset Formula $\cdot$
34478 \end_inset
34479
34480  en expresiones como 
34481 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
34482 \end_inset
34483
34484 , habría que insertar el comando 
34485 \series bold
34486
34487 \backslash
34488 cdot
34489 \series default
34490
34491 \begin_inset Foot
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 véase 
34496 \begin_inset CommandInset ref
34497 LatexCommand ref
34498 reference "sub:Operadores-binarios"
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \end_inset
34506
34507  continuamente, porque este carácter está definido en todas las codificaciones
34508  como carácter de texto.
34509  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
34510 \end_layout
34511
34512 \begin_layout Standard
34513
34514 \series bold
34515
34516 \backslash
34517 Declare Inputtext{183}{
34518 \backslash
34519 ifmmode
34520 \backslash
34521 cdot
34522 \backslash
34523 else
34524 \backslash
34525 textperiodcentered
34526 \backslash
34527 f\SpecialChar \textcompwordmark{}
34528 i}
34529 \end_layout
34530
34531 \begin_layout Standard
34532 La codificación de caracteres (menú 
34533 \family sans
34534 Documento\SpecialChar \menuseparator
34535 Configuración\SpecialChar \menuseparator
34536 Idioma
34537 \family default
34538 ) especifica el carácter que se muestra al pulsar una tecla.
34539  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
34540  
34541 \series bold
34542
34543 \backslash
34544 textperiodcentered
34545 \series default
34546 .
34547  Pero este comando no está disponible en ecuaciones así que obtendrías errores
34548  de LaTeX.
34549  Con la codificación cambiada se escoge automáticamente el comando correcto,
34550  dependiendo de si el carácter se ha insertado en una ecuación o no.
34551 \end_layout
34552
34553 \begin_layout Standard
34554 La codificación de diversos caracteres se guarda en archivos de definición.
34555  Por ejemplo la codificación 
34556 \series bold
34557 latin9
34558 \series default
34559  se define en el archivo 
34560 \series bold
34561 latin9.def
34562 \series default
34563  que está en el directorio de LaTeX.
34564  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
34565  archivo de definición, de lo contrario nuestros documentos no podrían ser
34566  editados en otros ordenadores.
34567 \begin_inset VSpace medskip
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \begin_layout Standard
34574 Además del punto centrado, en este documento se ha definido el símbolo grado
34575  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
34576  directamente en una fórmula:
34577 \end_layout
34578
34579 \begin_layout Standard
34580
34581 \series bold
34582
34583 \backslash
34584 DeclareInputtext{176}{
34585 \backslash
34586 ifmmode^
34587 \backslash
34588 circ
34589 \backslash
34590 else
34591 \backslash
34592 textdegree
34593 \backslash
34594 f\SpecialChar \textcompwordmark{}
34595 i}
34596 \begin_inset Newpage newpage
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Section
34603 \start_of_appendix
34604 Notas sobre tipografía
34605 \begin_inset Index
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 Tipografía, notas
34610 \end_layout
34611
34612 \end_inset
34613
34614
34615 \end_layout
34616
34617 \begin_layout Standard
34618 Esta sección es un resumen de las normas tipográficas ISO más importantes.
34619 \begin_inset Foot
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
34624  
34625 \begin_inset Quotes fld
34626 \end_inset
34627
34628 Duden
34629 \begin_inset Quotes frd
34630 \end_inset
34631
34632  
34633 \begin_inset CommandInset citation
34634 LatexCommand cite
34635 key "Duden"
34636
34637 \end_inset
34638
34639 , que incluye algunas de las normas ISO.
34640  
34641 \begin_inset Newline newline
34642 \end_inset
34643
34644 (
34645 \emph on
34646 N.
34647 \begin_inset space \thinspace{}
34648 \end_inset
34649
34650 del t.
34651 \emph default
34652 : Para documentación en español sobre el tema, véase 
34653 \begin_inset CommandInset citation
34654 LatexCommand cite
34655 key "Bezos"
34656
34657 \end_inset
34658
34659 .)
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \begin_layout Itemize
34668 Las unidades físicas se escriben 
34669 \emph on
34670 siempre 
34671 \emph default
34672 en redonda
34673 \begin_inset Foot
34674 status collapsed
34675
34676 \begin_layout Plain Layout
34677 véase estilos de fuentes en 
34678 \begin_inset CommandInset ref
34679 LatexCommand ref
34680 reference "sub:Estilos-de-fuentes"
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \end_inset
34688
34689 : 30
34690 \begin_inset space \thinspace{}
34691 \end_inset
34692
34693 km/h
34694 \begin_inset Newline newline
34695 \end_inset
34696
34697 Entre el valor y la unidad hay un espacio delgado, véase 
34698 \begin_inset CommandInset ref
34699 LatexCommand ref
34700 reference "sub:Espacio-predefinido"
34701
34702 \end_inset
34703
34704 .
34705 \end_layout
34706
34707 \begin_layout Itemize
34708 Los signos por ciento y por mil se escriben como las unidades físicas:
34709 \begin_inset Newline newline
34710 \end_inset
34711
34712 1,2
34713 \begin_inset space \thinspace{}
34714 \end_inset
34715
34716 ‰ de alcohol en sangre.
34717 \end_layout
34718
34719 \begin_layout Itemize
34720 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
34721  otra unidad: 15
34722 \begin_inset space \thinspace{}
34723 \end_inset
34724
34725 °C
34726 \end_layout
34727
34728 \begin_layout Itemize
34729 En números con más de cuatro dígitos se inserta un espacio delgado para
34730  separarlos en grupos de tres cifras: 18
34731 \begin_inset space \thinspace{}
34732 \end_inset
34733
34734 473
34735 \begin_inset space \thinspace{}
34736 \end_inset
34737
34738 588
34739 \end_layout
34740
34741 \begin_layout Itemize
34742 Para dimensiones como 120×90×40
34743 \begin_inset space \thinspace{}
34744 \end_inset
34745
34746 cm se usa el aspa de multiplicar 
34747 \begin_inset Quotes fld
34748 \end_inset
34749
34750 ×
34751 \begin_inset Quotes frd
34752 \end_inset
34753
34754 .
34755  Se puede insertar con el comando LaTeX 
34756 \series bold
34757
34758 \backslash
34759 texttimes
34760 \series default
34761  o directamente con alguna combinación de teclas.
34762 \end_layout
34763
34764 \begin_layout Itemize
34765 Las funciones con nombres que constan de varias letras se escriben en redonda
34766  para evitar confusiones, véase 
34767 \begin_inset CommandInset ref
34768 LatexCommand ref
34769 reference "sub:Funciones-predefinidas"
34770
34771 \end_inset
34772
34773 .
34774 \end_layout
34775
34776 \begin_layout Itemize
34777 Los índices que constan de varias letras se escriben en redonda: 
34778 \begin_inset Formula $E_{\mbox{cin}}$
34779 \end_inset
34780
34781
34782 \begin_inset Newline newline
34783 \end_inset
34784
34785 Los componentes de una matriz se escriben en cursiva: 
34786 \begin_inset Formula $\hat{H}_{kl}$
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \begin_layout Itemize
34793 El operador de diferenciación/integración 'd', el número de Euler 'e' y
34794  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
34795 s con otras variables.
34796  
34797 \end_layout
34798
34799 \begin_layout Standard
34800 \begin_inset Newpage newpage
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Section
34807 Sinónimos
34808 \begin_inset Index
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812 Sinónimos
34813 \end_layout
34814
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Standard
34821 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
34822  como los que se recogen en esta lista:
34823 \begin_inset Foot
34824 status collapsed
34825
34826 \begin_layout Plain Layout
34827 véase también 
34828 \begin_inset CommandInset ref
34829 LatexCommand ref
34830 reference "fn:sinónimos"
34831
34832 \end_inset
34833
34834 .
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843
34844 \end_layout
34845
34846 \begin_layout Standard
34847 \begin_inset VSpace bigskip
34848 \end_inset
34849
34850
34851 \begin_inset space \hfill{}
34852 \end_inset
34853
34854
34855 \begin_inset Tabular
34856 <lyxtabular version="3" rows="12" columns="2">
34857 <features>
34858 <column alignment="center" valignment="top" width="0pt">
34859 <column alignment="center" valignment="top" width="0pt">
34860 <row>
34861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865 Comando
34866 \end_layout
34867
34868 \end_inset
34869 </cell>
34870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34871 \begin_inset Text
34872
34873 \begin_layout Plain Layout
34874 equivalente a
34875 \begin_inset Note Note
34876 status collapsed
34877
34878 \begin_layout Plain Layout
34879
34880 \series bold
34881
34882 \backslash
34883 raisebox
34884 \series default
34885  se usa sólo como espaciador
34886 \end_layout
34887
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 </row>
34896 <row>
34897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901
34902 \backslash
34903 ast
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912 \begin_inset ERT
34913 status collapsed
34914
34915 \begin_layout Plain Layout
34916
34917
34918 \backslash
34919 raisebox{-1.2mm}{
34920 \end_layout
34921
34922 \end_inset
34923
34924 *
34925 \begin_inset ERT
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929
34930 }
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 <row>
34942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946
34947 \backslash
34948 choose
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957
34958 \backslash
34959 binom
34960 \end_layout
34961
34962 \end_inset
34963 </cell>
34964 </row>
34965 <row>
34966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970
34971 \backslash
34972 geq
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981
34982 \backslash
34983 ge
34984 \end_layout
34985
34986 \end_inset
34987 </cell>
34988 </row>
34989 <row>
34990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34991 \begin_inset Text
34992
34993 \begin_layout Plain Layout
34994
34995 \backslash
34996 lbrace
34997 \end_layout
34998
34999 \end_inset
35000 </cell>
35001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35002 \begin_inset Text
35003
35004 \begin_layout Plain Layout
35005 {
35006 \end_layout
35007
35008 \end_inset
35009 </cell>
35010 </row>
35011 <row>
35012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016
35017 \backslash
35018 lbracket
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027 [
35028 \end_layout
35029
35030 \end_inset
35031 </cell>
35032 </row>
35033 <row>
35034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35035 \begin_inset Text
35036
35037 \begin_layout Plain Layout
35038
35039 \backslash
35040 leftarrow
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35046 \begin_inset Text
35047
35048 \begin_layout Plain Layout
35049
35050 \backslash
35051 gets
35052 \end_layout
35053
35054 \end_inset
35055 </cell>
35056 </row>
35057 <row>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062
35063 \backslash
35064 leq
35065 \end_layout
35066
35067 \end_inset
35068 </cell>
35069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35070 \begin_inset Text
35071
35072 \begin_layout Plain Layout
35073
35074 \backslash
35075 le
35076 \end_layout
35077
35078 \end_inset
35079 </cell>
35080 </row>
35081 <row>
35082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35083 \begin_inset Text
35084
35085 \begin_layout Plain Layout
35086
35087 \backslash
35088 lor
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35094 \begin_inset Text
35095
35096 \begin_layout Plain Layout
35097
35098 \backslash
35099 vee
35100 \end_layout
35101
35102 \end_inset
35103 </cell>
35104 </row>
35105 <row>
35106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35107 \begin_inset Text
35108
35109 \begin_layout Plain Layout
35110
35111 \backslash
35112 neq
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35118 \begin_inset Text
35119
35120 \begin_layout Plain Layout
35121
35122 \backslash
35123 not=
35124 \end_layout
35125
35126 \end_inset
35127 </cell>
35128 </row>
35129 <row>
35130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134
35135 \backslash
35136 slash
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35142 \begin_inset Text
35143
35144 \begin_layout Plain Layout
35145 /
35146 \end_layout
35147
35148 \end_inset
35149 </cell>
35150 </row>
35151 <row>
35152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35153 \begin_inset Text
35154
35155 \begin_layout Plain Layout
35156
35157 \backslash
35158 vert
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167 |
35168 \end_layout
35169
35170 \end_inset
35171 </cell>
35172 </row>
35173 </lyxtabular>
35174
35175 \end_inset
35176
35177
35178 \begin_inset space \hfill{}
35179 \end_inset
35180
35181
35182 \begin_inset Tabular
35183 <lyxtabular version="3" rows="12" columns="2">
35184 <features>
35185 <column alignment="center" valignment="top" width="0pt">
35186 <column alignment="center" valignment="top" width="0pt">
35187 <row>
35188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192 Comando
35193 \end_layout
35194
35195 \end_inset
35196 </cell>
35197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35198 \begin_inset Text
35199
35200 \begin_layout Plain Layout
35201 equivalente a
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 </row>
35207 <row>
35208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35209 \begin_inset Text
35210
35211 \begin_layout Plain Layout
35212
35213 \backslash
35214 backslash
35215 \end_layout
35216
35217 \end_inset
35218 </cell>
35219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35220 \begin_inset Text
35221
35222 \begin_layout Plain Layout
35223
35224 \backslash
35225
35226 \backslash
35227
35228 \end_layout
35229
35230 \end_inset
35231 </cell>
35232 </row>
35233 <row>
35234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35235 \begin_inset Text
35236
35237 \begin_layout Plain Layout
35238
35239 \backslash
35240 dasharrow
35241 \end_layout
35242
35243 \end_inset
35244 </cell>
35245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35246 \begin_inset Text
35247
35248 \begin_layout Plain Layout
35249
35250 \backslash
35251 dashrightarrow
35252 \end_layout
35253
35254 \end_inset
35255 </cell>
35256 </row>
35257 <row>
35258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35259 \begin_inset Text
35260
35261 \begin_layout Plain Layout
35262
35263 \backslash
35264 land
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35270 \begin_inset Text
35271
35272 \begin_layout Plain Layout
35273
35274 \backslash
35275 wedge
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 </row>
35281 <row>
35282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286
35287 \backslash
35288 rbrace
35289 \end_layout
35290
35291 \end_inset
35292 </cell>
35293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297 }
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 </row>
35303 <row>
35304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35305 \begin_inset Text
35306
35307 \begin_layout Plain Layout
35308
35309 \backslash
35310 rbracket
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35316 \begin_inset Text
35317
35318 \begin_layout Plain Layout
35319 ]
35320 \end_layout
35321
35322 \end_inset
35323 </cell>
35324 </row>
35325 <row>
35326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35327 \begin_inset Text
35328
35329 \begin_layout Plain Layout
35330
35331 \backslash
35332 rightarrow
35333 \end_layout
35334
35335 \end_inset
35336 </cell>
35337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35338 \begin_inset Text
35339
35340 \begin_layout Plain Layout
35341
35342 \backslash
35343 to
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 </row>
35349 <row>
35350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35351 \begin_inset Text
35352
35353 \begin_layout Plain Layout
35354
35355 \backslash
35356 lnot
35357 \end_layout
35358
35359 \end_inset
35360 </cell>
35361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35362 \begin_inset Text
35363
35364 \begin_layout Plain Layout
35365
35366 \backslash
35367 neg
35368 \end_layout
35369
35370 \end_inset
35371 </cell>
35372 </row>
35373 <row>
35374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35375 \begin_inset Text
35376
35377 \begin_layout Plain Layout
35378
35379 \backslash
35380 ne
35381 \end_layout
35382
35383 \end_inset
35384 </cell>
35385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35386 \begin_inset Text
35387
35388 \begin_layout Plain Layout
35389
35390 \backslash
35391 not=
35392 \end_layout
35393
35394 \end_inset
35395 </cell>
35396 </row>
35397 <row>
35398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35399 \begin_inset Text
35400
35401 \begin_layout Plain Layout
35402
35403 \backslash
35404 owns
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413
35414 \backslash
35415 ni
35416 \end_layout
35417
35418 \end_inset
35419 </cell>
35420 </row>
35421 <row>
35422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35423 \begin_inset Text
35424
35425 \begin_layout Plain Layout
35426
35427 \backslash
35428 square
35429 \end_layout
35430
35431 \end_inset
35432 </cell>
35433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35434 \begin_inset Text
35435
35436 \begin_layout Plain Layout
35437
35438 \backslash
35439 Box
35440 \end_layout
35441
35442 \end_inset
35443 </cell>
35444 </row>
35445 <row>
35446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35447 \begin_inset Text
35448
35449 \begin_layout Plain Layout
35450
35451 \backslash
35452 Vert
35453 \end_layout
35454
35455 \end_inset
35456 </cell>
35457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35458 \begin_inset Text
35459
35460 \begin_layout Plain Layout
35461
35462 \backslash
35463 |
35464 \end_layout
35465
35466 \end_inset
35467 </cell>
35468 </row>
35469 </lyxtabular>
35470
35471 \end_inset
35472
35473
35474 \begin_inset space \hfill{}
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \begin_layout Standard
35481 \begin_inset Newpage newpage
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Bibliography
35488 \begin_inset CommandInset bibitem
35489 LatexCommand bibitem
35490 key "TLC2"
35491
35492 \end_inset
35493
35494
35495 \shape smallcaps
35496 Mittelbach, F.
35497  ; Goossens, M.
35498 \shape default
35499
35500 \shape italic
35501 The LaTeX Companion
35502 \shape default
35503 .
35504  Addison Wesley, 2004
35505 \end_layout
35506
35507 \begin_layout Bibliography
35508 \begin_inset CommandInset bibitem
35509 LatexCommand bibitem
35510 key "Mathmode"
35511
35512 \end_inset
35513
35514
35515 \begin_inset CommandInset href
35516 LatexCommand href
35517 name "Descripción"
35518 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35519
35520 \end_inset
35521
35522  de habilidades matemáticas de LaTeX
35523 \end_layout
35524
35525 \begin_layout Bibliography
35526 \begin_inset CommandInset bibitem
35527 LatexCommand bibitem
35528 key "Voss"
35529
35530 \end_inset
35531
35532
35533 \begin_inset CommandInset href
35534 LatexCommand href
35535 name "Página web"
35536 target "http://tug.org/TeXnik/"
35537
35538 \end_inset
35539
35540  sugerencias y consejos de LaTeX
35541 \end_layout
35542
35543 \begin_layout Bibliography
35544 \begin_inset CommandInset bibitem
35545 LatexCommand bibitem
35546 key "AMS"
35547
35548 \end_inset
35549
35550
35551 \begin_inset CommandInset href
35552 LatexCommand href
35553 name "Descripción"
35554 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35555
35556 \end_inset
35557
35558  de 
35559 \begin_inset ERT
35560 status collapsed
35561
35562 \begin_layout Plain Layout
35563
35564
35565 \backslash
35566 AmS
35567 \end_layout
35568
35569 \end_inset
35570
35571 -LaTeX
35572 \end_layout
35573
35574 \begin_layout Bibliography
35575 \begin_inset CommandInset bibitem
35576 LatexCommand bibitem
35577 key "Symbole"
35578
35579 \end_inset
35580
35581
35582 \begin_inset CommandInset href
35583 LatexCommand href
35584 name "Lista"
35585 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35586
35587 \end_inset
35588
35589  de todos los símbolos disponibles con paquetes LaTeX
35590 \end_layout
35591
35592 \begin_layout Bibliography
35593 \begin_inset CommandInset bibitem
35594 LatexCommand bibitem
35595 key "hyperref"
35596
35597 \end_inset
35598
35599
35600 \begin_inset CommandInset href
35601 LatexCommand href
35602 name "Documentación"
35603 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35604
35605 \end_inset
35606
35607  del paquete LaTeX 
35608 \series bold
35609 hyperref
35610 \series default
35611
35612 \begin_inset Index
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616 Paquetes ! hyperref
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \end_layout
35623
35624 \begin_layout Bibliography
35625 \begin_inset CommandInset bibitem
35626 LatexCommand bibitem
35627 key "Mathclap"
35628
35629 \end_inset
35630
35631
35632 \begin_inset CommandInset href
35633 LatexCommand href
35634 name "Descripción"
35635 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35636
35637 \end_inset
35638
35639  del comando 
35640 \series bold
35641
35642 \backslash
35643 mathclap
35644 \series default
35645 , descrito en 
35646 \begin_inset CommandInset ref
35647 LatexCommand ref
35648 reference "sub:Límites-de-operadores"
35649
35650 \end_inset
35651
35652
35653 \begin_inset Index
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657 Comandos ! M ! 
35658 \backslash
35659 mathclap
35660 \end_layout
35661
35662 \end_inset
35663
35664
35665 \end_layout
35666
35667 \begin_layout Bibliography
35668 \begin_inset CommandInset bibitem
35669 LatexCommand bibitem
35670 key "Duden"
35671
35672 \end_inset
35673
35674
35675 \emph on
35676 Duden Band 1
35677 \emph default
35678 .
35679  22.
35680  Auflage, Duden 2001
35681 \end_layout
35682
35683 \begin_layout Bibliography
35684 \begin_inset CommandInset bibitem
35685 LatexCommand bibitem
35686 key "spanish"
35687
35688 \end_inset
35689
35690
35691 \begin_inset CommandInset href
35692 LatexCommand href
35693 name "Documentación"
35694 target "http://www.tex-tipografia.com/archive/spanish.pdf"
35695
35696 \end_inset
35697
35698  del estilo 
35699 \series bold
35700 spanish
35701 \family sans
35702 \series default
35703  
35704 \family default
35705 incluido en el paquete 
35706 \series bold
35707 babel
35708 \end_layout
35709
35710 \begin_layout Bibliography
35711 \begin_inset CommandInset bibitem
35712 LatexCommand bibitem
35713 key "Bezos"
35714
35715 \end_inset
35716
35717
35718 \begin_inset CommandInset href
35719 LatexCommand href
35720 name "Documento"
35721 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
35722
35723 \end_inset
35724
35725  sobre ortotipografía y notaciones matemáticas en español
35726 \end_layout
35727
35728 \begin_layout Standard
35729
35730 \family sans
35731 \series bold
35732 \begin_inset CommandInset index_print
35733 LatexCommand printindex
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \end_body
35741 \end_document