]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Spanish documentation updates by Ignacio
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasspanish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC is numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{Roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.4
74 \usepackage{braket}
75
76 % used in Kap. 22.6
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % for multiple table row and column cells
83 \usepackage{multirow}
84 \usepackage{multicol}
85
86 % needed for diagrams
87 \usepackage{amscd}
88
89 % needed in sec. 19.4
90 \usepackage{remreset}
91
92 % center multirows (e.g. in sec. 13.3)
93 \renewcommand{\multirowsetup}{\centering}
94
95 % define a color, used in sec.9.3
96 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
97
98 % declare operators (see sec. 10.4 and sec. 15.2)
99 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
100 \DeclareMathOperator{\sgn}{sgn}
101
102 \newcommand{\spce}{\textvisiblespace}
103
104 % example definitions for sec. 20.1 
105 \newcommand{\gr}{\Longrightarrow}
106 \newcommand{\us}[1]{\underline{#1}}
107 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
108 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
109 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
110
111 % example macro from sec. 19.4
112 %\def\tagform@#1{\maketag@@@{|#1|}}
113
114 % macro from sec. 10.2
115 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
116 \def\mathclap {\mathpalette \mathclapinternal}
117 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
118
119 % redefine the greyed out note
120 \renewenvironment{lyxgreyedout}
121  {\textcolor{blue}\bgroup}{\egroup}
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package eurosym
128 % used for the Euro symbol
129 \newboolean{eurosym}
130 \IfFileExists{eurosym.sty}
131  {\usepackage[gennarrow]{eurosym}
132   \setboolean{eurosym}{true}}
133  {\setboolean{eurosym}{false}}
134
135 % needed in sec. 22.4
136 % check for package braket
137 \newboolean{braket}
138 \IfFileExists{braket.sty}
139  {\usepackage{braket}
140   \setboolean{braket}{true}}
141  {\setboolean{braket}{false}}
142
143 % needed in sec. 22.10
144 % check for package upgreek
145 \newboolean{upgreek}
146 \IfFileExists{upgreek.sty}
147  {\usepackage{upgreek}
148   \setboolean{upgreek}{true}}
149  {\setboolean{upgreek}{false}}
150 \end_preamble
151 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
152 \language spanish
153 \inputencoding auto
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_default_family default
158 \font_sc false
159 \font_osf false
160 \font_sf_scale 100
161 \font_tt_scale 100
162
163 \graphics default
164 \paperfontsize 12
165 \spacing single
166 \use_hyperref true
167 \pdf_title "Manual detallado de Matemáticas en LyX"
168 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
169 \pdf_subject "LyX-documentation about math"
170 \pdf_keywords "LyX, Mathed"
171 \pdf_bookmarks true
172 \pdf_bookmarksnumbered true
173 \pdf_bookmarksopen true
174 \pdf_bookmarksopenlevel 1
175 \pdf_breaklinks false
176 \pdf_pdfborder false
177 \pdf_colorlinks true
178 \pdf_backref false
179 \pdf_pagebackref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
182 \papersize a4paper
183 \use_geometry false
184 \use_amsmath 2
185 \use_esint 1
186 \cite_engine basic
187 \use_bibtopic false
188 \paperorientation portrait
189 \secnumdepth 4
190 \tocdepth 3
191 \paragraph_separation skip
192 \defskip medskip
193 \quotes_language french
194 \papercolumns 1
195 \papersides 2
196 \paperpagestyle plain
197 \bullet 1 0 6 -1
198 \bullet 2 2 35 -1
199 \bullet 3 2 7 -1
200 \tracking_changes false
201 \output_changes false
202 \author "" 
203 \author "" 
204 \end_header
205
206 \begin_body
207
208 \begin_layout Title
209 Manual detallado de
210 \begin_inset Newline newline
211 \end_inset
212
213 Matemáticas en LyX
214 \end_layout
215
216 \begin_layout Author
217 por el Equipo LyX
218 \begin_inset Foot
219 status collapsed
220
221 \begin_layout Plain Layout
222 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
223  lista de correo de documentación de LyX
224 \family typewriter
225
226 \begin_inset CommandInset href
227 LatexCommand href
228 name "lyx-docs@lists.lyx.org"
229 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
230
231 \end_inset
232
233
234 \end_layout
235
236 \end_inset
237
238
239 \begin_inset Note Note
240 status collapsed
241
242 \begin_layout Plain Layout
243 autor: Uwe Stöhr, translation: Ignacio Garcia
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Newline newline
250 \end_inset
251
252
253 \begin_inset Newline newline
254 \end_inset
255
256 Versión 1.6svn
257 \end_layout
258
259 \begin_layout Standard
260 \begin_inset CommandInset toc
261 LatexCommand tableofcontents
262
263 \end_inset
264
265
266 \end_layout
267
268 \begin_layout Standard
269 \begin_inset Note Note
270 status open
271
272 \begin_layout Plain Layout
273 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
274  paquetes LaTeX 
275 \series bold
276 eurosym
277 \series default
278
279 \series bold
280 multirow
281 \series default
282  y 
283 \series bold
284 was
285 \series default
286 .
287  Si no están instalados también puedes exportar el documento pero las secciones
288  en que se requieren dichos paquetes no aparecerán en la salida.
289 \end_layout
290
291 \begin_layout Plain Layout
292 La última versión PDF de este documento está disponible en:
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \series bold
298 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
299 \end_layout
300
301 \end_inset
302
303
304 \begin_inset Newpage newpage
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Section
311 Introducción
312 \begin_inset CommandInset label
313 LatexCommand label
314 name "sec:Introducción"
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 Este documento explica las características matemáticas de LyX y además es
323  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
324  Las explicaciones están diseñadas para el uso de comandos.
325  Por consiguiente es preciso que hayas leído la sección 
326 \emph on
327 Ecuaciones matemáticas
328 \emph default
329  de la 
330 \emph on
331 Guía del usuario
332 \emph default
333 .
334 \end_layout
335
336 \begin_layout Standard
337 La mayoría de caracteres y muchas estructuras explicadas en este manual
338  también son accesibles mediante el menú 
339 \family sans
340 Insertar\SpecialChar \menuseparator
341 Ecuación
342 \family default
343  o la barra de herramientas
344 \family sans
345  Ecuaciones
346 \family default
347 .
348  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
349  mucho más rápido usar comandos que la barra de herramientas.
350  Por tanto este manual está enfocado al uso de comandos, aunque también
351  se mencionan los botones correspondientes de las barras de herramientas
352  cuando están disponibles.
353 \end_layout
354
355 \begin_layout Standard
356 Si no se especifica lo contrario los comandos sólo están disponibles dentro
357  de las fórmulas.
358  Para poder usar todos los comandos explicados en este documento, debe usarse
359  la opción 
360 \family sans
361 Usar el paquete de ecuaciones AMS
362 \family default
363  en la configuración del documento (menú 
364 \family sans
365 Documento\SpecialChar \menuseparator
366 Configuración\SpecialChar \menuseparator
367 Ecuaciones
368 \family default
369 )
370 \begin_inset Foot
371 status collapsed
372
373 \begin_layout Plain Layout
374 La opción 
375 \family sans
376 Usar el paquete de ecuaciones AMS automáticamente
377 \family default
378  sólo usa ecuaciones 
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384
385 \backslash
386 AmS 
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset space ~
393 \end_inset
394
395  si las estructuras matemáticas son soportadas por LyX.
396 \end_layout
397
398 \end_inset
399
400 .
401 \end_layout
402
403 \begin_layout Standard
404 Este documento no recoge todos los comandos de ecuaciones 
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417
418 \begin_inset Foot
419 status collapsed
420
421 \begin_layout Plain Layout
422 En el archivo 
423 \family sans
424
425 \begin_inset CommandInset href
426 LatexCommand href
427 name "amsguide.ps"
428 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
429
430 \end_inset
431
432
433 \family default
434 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
435  lista con todos los comandos de ecuaciones 
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441
442 \backslash
443 AmS 
444 \end_layout
445
446 \end_inset
447
448 .
449 \end_layout
450
451 \end_inset
452
453  por razones de claridad.
454 \end_layout
455
456 \begin_layout Section
457 Instrucciones generales
458 \begin_inset CommandInset label
459 LatexCommand label
460 name "sec:Instrucciones-generales"
461
462 \end_inset
463
464
465 \end_layout
466
467 \begin_layout Standard
468 Para crear una ecuación en línea
469 \begin_inset Index
470 status collapsed
471
472 \begin_layout Plain Layout
473 Ecuación ! en línea
474 \end_layout
475
476 \end_inset
477
478 , insertada en una línea de texto, teclea 
479 \family sans
480 Ctrl-m
481 \family default
482  o pulsa el botón 
483 \begin_inset Graphics
484         filename ../../images/math-mode.png
485         scale 85
486
487 \end_inset
488
489  de la barra de herramientas.
490 \begin_inset Newline newline
491 \end_inset
492
493 Para crear una ecuación en estilo presentación
494 \begin_inset Index
495 status collapsed
496
497 \begin_layout Plain Layout
498 Ecuación ! en presentación
499 \end_layout
500
501 \end_inset
502
503 , que se verá más grande y en su propio párrafo, teclea
504 \family sans
505  Ctrl-M
506 \family default
507 .
508 \end_layout
509
510 \begin_layout Standard
511 Para cambiar una ecuación en estilo presentación a estilo en línea, pon
512  el cursor dentro de la ecuación y teclea 
513 \family sans
514 Ctrl-M
515 \family default
516  o usa el menú 
517 \family sans
518 Editar\SpecialChar \menuseparator
519 Ecuación\SpecialChar \menuseparator
520 Cambiar tipo de ecuación
521 \family default
522 .
523  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
524 \end_layout
525
526 \begin_layout Standard
527 Para mostrar partes de una ecuación en línea en el tamaño del estilo presentació
528 n, escribe el comando 
529 \series bold
530
531 \backslash
532 displaystyle
533 \series default
534
535 \begin_inset Index
536 status collapsed
537
538 \begin_layout Plain Layout
539 Comandos ! D ! 
540 \backslash
541 displaystyle
542 \end_layout
543
544 \end_inset
545
546  en la ecuación y pulsa espacio.
547  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
548  de la ecuación.
549 \end_layout
550
551 \begin_layout Standard
552 En las tablas sólo se permiten ecuaciones en línea.
553 \end_layout
554
555 \begin_layout Standard
556 Las barras 
557 \family sans
558 Ecuaciones
559 \family default
560  y 
561 \family sans
562 Panel de ecuaciones 
563 \family default
564 se pueden visualizar mediante el menú 
565 \family sans
566 Ver\SpecialChar \menuseparator
567 Barras de herramientas
568 \family default
569 .
570  Si ahí pulsas en 
571 \begin_inset Quotes fld
572 \end_inset
573
574 Ecuaciones
575 \begin_inset Quotes frd
576 \end_inset
577
578  y/o en 
579 \begin_inset Quotes fld
580 \end_inset
581
582 Panel de ecuaciones
583 \begin_inset Quotes frd
584 \end_inset
585
586 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
587  estado se visualiza en el menú de las barras de herramientas con una marca.
588  Si en este estado pulsas de nuevo sobre 
589 \begin_inset Quotes fld
590 \end_inset
591
592 Ecuaciones
593 \begin_inset Quotes frd
594 \end_inset
595
596  y/o 
597 \begin_inset Quotes fld
598 \end_inset
599
600 Panel de ecuaciones
601 \begin_inset Quotes frd
602 \end_inset
603
604  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
605  de una ecuación; este estado se indica añadiendo a las entradas del menú
606  la palabra 
607 \begin_inset Quotes fld
608 \end_inset
609
610 (auto)
611 \begin_inset Quotes frd
612 \end_inset
613
614 .
615  
616 \end_layout
617
618 \begin_layout Standard
619 El modo TeX
620 \begin_inset Index
621 status collapsed
622
623 \begin_layout Plain Layout
624 T@TeX ! modo
625 \end_layout
626
627 \end_inset
628
629  se invoca pulsando el botón 
630 \begin_inset Graphics
631         filename ../../images/ert-insert.png
632         scale 85
633
634 \end_inset
635
636  de la barra de herramientas o con el menú 
637 \family sans
638 Insertar\SpecialChar \menuseparator
639 Código Te
640 \begin_inset ERT
641 status collapsed
642
643 \begin_layout Plain Layout
644
645 {}
646 \end_layout
647
648 \end_inset
649
650 X
651 \family default
652 , (atajo 
653 \family sans
654 Ctrl-l
655 \family default
656 ).
657 \begin_inset Note Note
658 status open
659
660 \begin_layout Plain Layout
661 En LyX hay tres 
662 \begin_inset Quotes fld
663 \end_inset
664
665 nombres propios
666 \begin_inset Quotes frd
667 \end_inset
668
669  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
670  LaTeX y LyX.
671 \end_layout
672
673 \begin_layout Plain Layout
674 Para evitar que estas palabras sean reconocidas como tales nombres propios,
675  se inserta un par de llaves TeX.
676  
677 \end_layout
678
679 \end_inset
680
681
682 \end_layout
683
684 \begin_layout Standard
685 Para cambiar el preámbulo LaTeX
686 \begin_inset Index
687 status collapsed
688
689 \begin_layout Plain Layout
690 LaTeX preámbulo
691 \end_layout
692
693 \end_inset
694
695 , usa el menú 
696 \family sans
697 Documento\SpecialChar \menuseparator
698 Configuración\SpecialChar \menuseparator
699 Preámbulo LaT
700 \begin_inset ERT
701 status collapsed
702
703 \begin_layout Plain Layout
704
705 {}
706 \end_layout
707
708 \end_inset
709
710 eX
711 \family default
712 .
713 \end_layout
714
715 \begin_layout Standard
716 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
717  multilínea, se pueden usar los menús 
718 \family sans
719 Editar\SpecialChar \menuseparator
720 Ecuación
721 \family default
722  y 
723 \family sans
724 Editar\SpecialChar \menuseparator
725 Filas y columnas
726 \family default
727  o la barra de herramientas de 
728 \family sans
729 Tabla
730 \family default
731 .
732  Cuando las líneas y columnas se intercambian mediante el menú, la columna
733  o línea en la que está se cambia con la columna de la derecha o con la
734  línea de abajo, respectivamente.
735  Si el cursor está en la última columna o fila, el cambio se hace con la
736  columna de la izquierda o la línea de arriba.
737 \end_layout
738
739 \begin_layout Standard
740 Para escribir texto en fórmulas se usa 
741 \emph on
742 texto de ecuaciones
743 \emph default
744
745 \begin_inset Index
746 status collapsed
747
748 \begin_layout Plain Layout
749 Texto ! en ecuaciones
750 \end_layout
751
752 \end_inset
753
754 .
755 \begin_inset Foot
756 status collapsed
757
758 \begin_layout Plain Layout
759 Para ecuaciones multilínea se usa el comando 
760 \series bold
761
762 \backslash
763 intertext
764 \series default
765 , véase
766 \begin_inset space ~
767 \end_inset
768
769
770 \begin_inset CommandInset ref
771 LatexCommand ref
772 reference "sub:Texto-en-multilínea"
773
774 \end_inset
775
776 .
777 \end_layout
778
779 \end_inset
780
781  Este modo se invoca con el atajo 
782 \family sans
783 Alt-m
784 \begin_inset space ~
785 \end_inset
786
787 m
788 \family default
789  o insertando el comando 
790 \series bold
791
792 \backslash
793 text
794 \series default
795
796 \begin_inset Index
797 status collapsed
798
799 \begin_layout Plain Layout
800 Comandos ! T ! 
801 \backslash
802 text
803 \end_layout
804
805 \end_inset
806
807 .
808  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
809  partes de la ecuación que se ven en azul.
810  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
811 a de otras partes de la fórmula.
812 \end_layout
813
814 \begin_layout Subsection*
815 Esquema de comandos
816 \end_layout
817
818 \begin_layout Standard
819 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
820  siguiente esquema:
821 \end_layout
822
823 \begin_layout Standard
824
825 \series bold
826
827 \backslash
828 nombre_del_comando[argumento opcional]{argumento requerido}
829 \end_layout
830
831 \begin_layout Standard
832 Un comando empieza siempre por una barra inversa, 
833 \series bold
834
835 \backslash
836
837 \series default
838 .
839  Para omitir argumentos opcionales, quita también los corchetes asociados.
840  En este documento, las llaves que encierran los argumentos requeridos se
841  denominan llaves TeX
842 \begin_inset Index
843 status collapsed
844
845 \begin_layout Plain Layout
846 T@TeX ! llaves
847 \end_layout
848
849 \end_inset
850
851 .
852  Si en una ecuación añades una llave de apertura al nombre de un comando,
853  LyX crea automáticamente una llave TeX.
854  En todos los demás casos las llaves TeX se crean en las ecuaciones con
855  el comando 
856 \series bold
857
858 \backslash
859 {
860 \series default
861 .
862  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
863  que se muestran en azul.
864  En modo TeX no hace falta comando para poner llaves TeX.
865  Las llaves TeX no aparecen en la salida.
866 \end_layout
867
868 \begin_layout Standard
869 En el caso de comandos sin argumentos, como los comandos para símbolos que
870  se introducen en modo TeX, 
871 \emph on
872 siempre
873 \emph default
874  debe teclearse un espacio tras el comando para finalizarlo.
875  Este espacio no aparece en la salida.
876  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
877  de un espacio protegido en texto normal.
878 \end_layout
879
880 \begin_layout Standard
881 Un espacio protegido se inserta con 
882 \family sans
883 Ctrl-espacio
884 \family default
885 .
886 \begin_inset Newpage newpage
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Subsection*
893 Explicación de la sintaxis
894 \end_layout
895
896 \begin_layout Itemize
897 El símbolo 
898 \begin_inset ERT
899 status collapsed
900
901 \begin_layout Plain Layout
902
903
904 \backslash
905 spce 
906 \end_layout
907
908 \end_inset
909
910
911 \begin_inset Foot
912 status collapsed
913
914 \begin_layout Plain Layout
915 Este carácter, espacio visible, se puede componer con el comando 
916 \series bold
917
918 \backslash
919 textvisiblespace
920 \series default
921
922 \begin_inset Index
923 status collapsed
924
925 \begin_layout Plain Layout
926 Comandos ! T ! 
927 \backslash
928 textvisiblespace
929 \end_layout
930
931 \end_inset
932
933  insertado en código TeX.
934 \end_layout
935
936 \end_inset
937
938  indica que hay que teclear un espacio.
939 \end_layout
940
941 \begin_layout Itemize
942 Una flecha como 
943 \begin_inset Formula $\rightarrow$
944 \end_inset
945
946  indica el uso de la correspondiente tecla de flecha.
947  
948 \end_layout
949
950 \begin_layout Subsection*
951 Unidades empleadas
952 \end_layout
953
954 \begin_layout Standard
955 \align center
956 \begin_inset Float table
957 placement H
958 wide false
959 sideways false
960 status open
961
962 \begin_layout Plain Layout
963 \align center
964 \begin_inset Caption
965
966 \begin_layout Plain Layout
967 \begin_inset CommandInset label
968 LatexCommand label
969 name "tab:Unidades-empleadas"
970
971 \end_inset
972
973 Unidades empleadas
974 \end_layout
975
976 \end_inset
977
978
979 \end_layout
980
981 \begin_layout Plain Layout
982 \align center
983 \begin_inset Tabular
984 <lyxtabular version="3" rows="13" columns="2">
985 <features>
986 <column alignment="center" valignment="top" width="0">
987 <column alignment="center" valignment="top" width="0">
988 <row>
989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
990 \begin_inset Text
991
992 \begin_layout Plain Layout
993 Unidad
994 \end_layout
995
996 \end_inset
997 </cell>
998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
999 \begin_inset Text
1000
1001 \begin_layout Plain Layout
1002 Nombre / Descripción
1003 \end_layout
1004
1005 \end_inset
1006 </cell>
1007 </row>
1008 <row>
1009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 mm
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1019 \begin_inset Text
1020
1021 \begin_layout Plain Layout
1022 Milímetro
1023 \end_layout
1024
1025 \end_inset
1026 </cell>
1027 </row>
1028 <row>
1029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 cm
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 Centímetro
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 </row>
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 in
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Pulgada (1
1063 \begin_inset space \thinspace{}
1064 \end_inset
1065
1066 in = 2,54
1067 \begin_inset space \thinspace{}
1068 \end_inset
1069
1070 cm)
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 </row>
1076 <row>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 pt
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 Punto (72.27
1091 \begin_inset space \thinspace{}
1092 \end_inset
1093
1094 pt = 1
1095 \begin_inset space \thinspace{}
1096 \end_inset
1097
1098 in)
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 pc
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 Pica (1
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 pc = 12
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 pt)
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 </row>
1132 <row>
1133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 sp
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 Punto escalado (65536
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 sp = 1
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pt)
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 </row>
1160 <row>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 bp
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 Punto grande (72
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 bp = 1
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 in)
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 </row>
1188 <row>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Plain Layout
1193 dd
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 Didot (1
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 dd 
1207 \begin_inset Formula $\approx$
1208 \end_inset
1209
1210  0.376
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 mm)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 cc
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 Cicero (1
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 cc = 12
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 dd)
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 </row>
1248 <row>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 ex
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 Altura de la letra 
1263 \begin_inset Quotes fld
1264 \end_inset
1265
1266
1267 \emph on
1268 x
1269 \emph default
1270
1271 \begin_inset Quotes frd
1272 \end_inset
1273
1274  en la fuente actual
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 </row>
1280 <row>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 em
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 Anchura de la letra 
1295 \begin_inset Quotes fld
1296 \end_inset
1297
1298
1299 \emph on
1300 M
1301 \emph default
1302
1303 \begin_inset Quotes frd
1304 \end_inset
1305
1306  en la fuente actual
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 mu
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 Unidad matemática (1
1327 \begin_inset space \thinspace{}
1328 \end_inset
1329
1330 mu = 
1331 \begin_inset Formula $\nicefrac{1}{18}$
1332 \end_inset
1333
1334
1335 \begin_inset space \thinspace{}
1336 \end_inset
1337
1338 em)
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 </row>
1344 </lyxtabular>
1345
1346 \end_inset
1347
1348
1349 \end_layout
1350
1351 \end_inset
1352
1353
1354 \end_layout
1355
1356 \begin_layout Standard
1357 \align center
1358 \begin_inset Newpage newpage
1359 \end_inset
1360
1361
1362 \end_layout
1363
1364 \begin_layout Section
1365 Funciones básicas
1366 \end_layout
1367
1368 \begin_layout Subsection
1369 Exponentes
1370 \begin_inset Index
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 Exponentes
1375 \end_layout
1376
1377 \end_inset
1378
1379  e índices
1380 \begin_inset Index
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 In@Índices
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \begin_inset Index
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 Superíndices|see
1395 \begin_inset ERT
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399
1400 {
1401 \end_layout
1402
1403 \end_inset
1404
1405 Exponentes
1406 \begin_inset ERT
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410
1411 }
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \begin_inset Index
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 Subíndices|see
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 {
1433 \end_layout
1434
1435 \end_inset
1436
1437 Índices
1438 \begin_inset ERT
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442
1443 }
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \end_layout
1455
1456 \begin_layout Standard
1457 Los índices se componen con un guión bajo 
1458 \begin_inset Quotes fld
1459 \end_inset
1460
1461 _
1462 \begin_inset Quotes frd
1463 \end_inset
1464
1465  o con el botón de la barra de herramientas de ecuaciones 
1466 \begin_inset Graphics
1467         filename ../../images/math-subscript.png
1468         scale 85
1469
1470 \end_inset
1471
1472 , los exponentes con un circunflejo 
1473 \begin_inset Quotes fld
1474 \end_inset
1475
1476 ^
1477 \begin_inset Quotes frd
1478 \end_inset
1479
1480  o con el botón de la barra de herramientas de ecuaciones 
1481 \begin_inset Graphics
1482         filename ../../images/math-superscript.png
1483         scale 85
1484
1485 \end_inset
1486
1487 .
1488 \end_layout
1489
1490 \begin_layout Standard
1491 \noindent
1492 \align center
1493 \begin_inset Tabular
1494 <lyxtabular version="3" rows="4" columns="2">
1495 <features>
1496 <column alignment="center" valignment="top" width="0">
1497 <column alignment="center" valignment="top" width="0">
1498 <row>
1499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Plain Layout
1503 Comando
1504 \end_layout
1505
1506 \end_inset
1507 </cell>
1508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Plain Layout
1512 Resultado
1513 \begin_inset Note Note
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 \series bold
1519
1520 \backslash
1521 raisebox
1522 \series default
1523  sólo se usa como espaciador.
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 </row>
1534 <row>
1535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 B_V
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 \begin_inset Formula $B_{V}$
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 </row>
1557 <row>
1558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 B^V
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1572 \end_inset
1573
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 </row>
1580 <row>
1581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 B^
1586 \begin_inset ERT
1587 status collapsed
1588
1589 \begin_layout Plain Layout
1590
1591
1592 \backslash
1593 spce 
1594 \end_layout
1595
1596 \end_inset
1597
1598 A
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 </lyxtabular>
1617
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \begin_layout Standard
1624 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1625  caso acentuará las vocales y no funcionará como exponente.
1626 \begin_inset Foot
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630 Dependiendo de la configuración del teclado esto puede suceder también con
1631  otros caracteres además de las vocales.
1632 \end_layout
1633
1634 \end_inset
1635
1636  Para conseguir exponentes en estos casos debes pulsar 
1637 \family sans
1638 Espacio
1639 \family default
1640  tras el circunflejo, como en el último ejemplo.
1641  
1642 \end_layout
1643
1644 \begin_layout Subsection
1645 Fracciones
1646 \begin_inset CommandInset label
1647 LatexCommand label
1648 name "sub:Fracciones"
1649
1650 \end_inset
1651
1652
1653 \begin_inset Index
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 Fracciones
1658 \end_layout
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Standard
1666 Las fracciones se generan con el comando 
1667 \series bold
1668
1669 \backslash
1670 frac
1671 \series default
1672
1673 \begin_inset Index
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677 Comandos ! F ! 
1678 \backslash
1679 frac
1680 \end_layout
1681
1682 \end_inset
1683
1684  o con el botón 
1685 \begin_inset Graphics
1686         filename ../../images/math/frac.png
1687         scale 50
1688
1689 \end_inset
1690
1691  de la barra de herramientas.
1692  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1693  está en línea o en estilo presentación.
1694  Con el botón 
1695 \begin_inset Graphics
1696         filename ../../images/math/frac-square.png
1697         scale 85
1698
1699 \end_inset
1700
1701 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1702  de fracciones.
1703 \end_layout
1704
1705 \begin_layout Standard
1706 Con el comando 
1707 \series bold
1708
1709 \backslash
1710 dfrac
1711 \series default
1712
1713 \begin_inset Index
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 Comandos ! D ! 
1718 \backslash
1719 dfrac
1720 \end_layout
1721
1722 \end_inset
1723
1724  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1725  presentación.
1726  Con 
1727 \series bold
1728
1729 \backslash
1730 tfrac
1731 \series default
1732
1733 \begin_inset Index
1734 status collapsed
1735
1736 \begin_layout Plain Layout
1737 Comandos ! T ! 
1738 \backslash
1739 tfrac
1740 \end_layout
1741
1742 \end_inset
1743
1744  la fracción tiene siempre el tamaño del estilo en línea.
1745  Un ejemplo:
1746 \end_layout
1747
1748 \begin_layout Standard
1749 Una línea con la fracción 
1750 \begin_inset Formula $\frac{1}{2}$
1751 \end_inset
1752
1753  creada con el comando 
1754 \series bold
1755
1756 \backslash
1757 frac
1758 \series default
1759 .
1760  
1761 \end_layout
1762
1763 \begin_layout Standard
1764 Una línea con la fracción 
1765 \begin_inset Formula $\dfrac{1}{2}$
1766 \end_inset
1767
1768  creada con el comando 
1769 \series bold
1770
1771 \backslash
1772 dfrac
1773 \series default
1774 .
1775 \end_layout
1776
1777 \begin_layout Standard
1778 \noindent
1779 \align center
1780 \begin_inset Tabular
1781 <lyxtabular version="3" rows="4" columns="2">
1782 <features>
1783 <column alignment="center" valignment="top" width="0">
1784 <column alignment="center" valignment="top" width="0">
1785 <row>
1786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790 Comando
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799 Resultado
1800 \begin_inset Note Note
1801 status collapsed
1802
1803 \begin_layout Plain Layout
1804
1805 \series bold
1806
1807 \backslash
1808 raisebox
1809 \series default
1810  se usa sólo como espaciador
1811 \end_layout
1812
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 frac
1829 \begin_inset ERT
1830 status collapsed
1831
1832 \begin_layout Plain Layout
1833
1834
1835 \backslash
1836 spce 
1837 \end_layout
1838
1839 \end_inset
1840
1841 A
1842 \begin_inset Formula $\downarrow$
1843 \end_inset
1844
1845 B
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1855 \end_inset
1856
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 </row>
1863 <row>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \backslash
1870 dfrac
1871 \begin_inset ERT
1872 status collapsed
1873
1874 \begin_layout Plain Layout
1875
1876
1877 \backslash
1878 spce 
1879 \end_layout
1880
1881 \end_inset
1882
1883 A
1884 \begin_inset Formula $\downarrow$
1885 \end_inset
1886
1887 B
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1897 \end_inset
1898
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 </row>
1905 <row>
1906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910
1911 \backslash
1912 dfrac
1913 \begin_inset ERT
1914 status collapsed
1915
1916 \begin_layout Plain Layout
1917
1918
1919 \backslash
1920 spce 
1921 \end_layout
1922
1923 \end_inset
1924
1925 e^
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 spce 
1934 \end_layout
1935
1936 \end_inset
1937
1938
1939 \backslash
1940 frac
1941 \begin_inset ERT
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945
1946
1947 \backslash
1948 spce 
1949 \end_layout
1950
1951 \end_inset
1952
1953 1
1954 \begin_inset Formula $\downarrow$
1955 \end_inset
1956
1957 2
1958 \begin_inset Formula $\downarrow$
1959 \end_inset
1960
1961 3
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1971 \end_inset
1972
1973
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 </row>
1979 </lyxtabular>
1980
1981 \end_inset
1982
1983
1984 \begin_inset VSpace bigskip
1985 \end_inset
1986
1987
1988 \end_layout
1989
1990 \begin_layout Standard
1991 Para fracciones anidadas se puede usar el comando 
1992 \series bold
1993
1994 \backslash
1995 cfrac
1996 \series default
1997
1998 \begin_inset Index
1999 status collapsed
2000
2001 \begin_layout Plain Layout
2002 Comandos ! C ! 
2003 \backslash
2004 cfrac
2005 \end_layout
2006
2007 \end_inset
2008
2009 .
2010  Un ejemplo:
2011 \begin_inset VSpace -3mm
2012 \end_inset
2013
2014
2015 \end_layout
2016
2017 \begin_layout Standard
2018 \begin_inset Formula \begin{align*}
2019 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2020 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2021
2022 \end_inset
2023
2024
2025 \end_layout
2026
2027 \begin_layout Standard
2028 El comando para el ejemplo de arriba es:
2029 \end_layout
2030
2031 \begin_layout Standard
2032
2033 \series bold
2034
2035 \backslash
2036 cfrac{A
2037 \begin_inset Formula $\to$
2038 \end_inset
2039
2040
2041 \backslash
2042 {B+
2043 \backslash
2044 cfrac{C+
2045 \backslash
2046 cfrac{E
2047 \begin_inset Formula $\to$
2048 \end_inset
2049
2050
2051 \backslash
2052 {F
2053 \begin_inset Formula $\to\to$
2054 \end_inset
2055
2056
2057 \backslash
2058 {D
2059 \end_layout
2060
2061 \begin_layout Standard
2062 \begin_inset VSpace medskip
2063 \end_inset
2064
2065
2066 \end_layout
2067
2068 \begin_layout Standard
2069
2070 \series bold
2071
2072 \backslash
2073 cfrac
2074 \series default
2075  compone la fracción siempre en el tamaño del estilo presentación, también
2076  cuando es parte de otra fracción.
2077  
2078 \series bold
2079
2080 \backslash
2081 cfrac
2082 \series default
2083  tiene el siguiente esquema de comando:
2084 \end_layout
2085
2086 \begin_layout Standard
2087
2088 \series bold
2089
2090 \backslash
2091 cfrac[posición del numerador]{numerador}{denominador}
2092 \end_layout
2093
2094 \begin_layout Standard
2095 La posición del numerador puede ser 
2096 \emph on
2097 l
2098 \emph default
2099
2100 \emph on
2101 c
2102 \emph default
2103  o 
2104 \emph on
2105 r
2106 \emph default
2107  .
2108  
2109 \emph on
2110 l
2111 \emph default
2112  o 
2113 \emph on
2114 r
2115 \emph default
2116  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2117  la raya de fracción.
2118  Si se pone 
2119 \emph on
2120 c
2121 \emph default
2122  o no se especifica posición, el numerador aparece centrado.
2123  Estas fracciones muestran las distintas alineaciones:
2124 \end_layout
2125
2126 \begin_layout Standard
2127 \noindent
2128 \align center
2129 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2130 \end_inset
2131
2132  ; 
2133 \begin_inset Formula $\cfrac{A}{B+C}$
2134 \end_inset
2135
2136  ; 
2137 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2138 \end_inset
2139
2140  
2141 \begin_inset VSpace medskip
2142 \end_inset
2143
2144
2145 \end_layout
2146
2147 \begin_layout Standard
2148 Muchas veces es adecuado combinar 
2149 \series bold
2150
2151 \backslash
2152 cfrac
2153 \series default
2154  y 
2155 \series bold
2156
2157 \backslash
2158 frac
2159 \series default
2160 :
2161 \begin_inset Formula \[
2162 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2163
2164 \end_inset
2165
2166
2167 \end_layout
2168
2169 \begin_layout Standard
2170 Para componer fracciones en línea con raya de fracción inclinada puedes
2171  usar el comando 
2172 \series bold
2173
2174 \backslash
2175 nicefrac
2176 \series default
2177
2178 \begin_inset Index
2179 status collapsed
2180
2181 \begin_layout Plain Layout
2182 Comandos ! N ! 
2183 \backslash
2184 nicefrac
2185 \end_layout
2186
2187 \end_inset
2188
2189
2190 \begin_inset Formula $\nicefrac{5}{31}$
2191 \end_inset
2192
2193  
2194 \end_layout
2195
2196 \begin_layout Standard
2197 En la 
2198 \begin_inset CommandInset ref
2199 LatexCommand ref
2200 reference "sub:Fracciones-personalizadas"
2201
2202 \end_inset
2203
2204  se explica cómo componer fracciones personalizadas en las que la raya de
2205  fracción se puede cambiar.
2206  
2207 \end_layout
2208
2209 \begin_layout Subsection
2210 Raíces
2211 \begin_inset Index
2212 status collapsed
2213
2214 \begin_layout Plain Layout
2215 Raíces
2216 \end_layout
2217
2218 \end_inset
2219
2220
2221 \end_layout
2222
2223 \begin_layout Standard
2224 Las raíces cuadradas se componen con 
2225 \series bold
2226
2227 \backslash
2228 sqrt
2229 \series default
2230
2231 \begin_inset Index
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Comandos ! S ! 
2236 \backslash
2237 sqrt
2238 \end_layout
2239
2240 \end_inset
2241
2242  o con el botón 
2243 \begin_inset Graphics
2244         filename ../../images/math/sqrt.png
2245         scale 85
2246
2247 \end_inset
2248
2249  de la barra de  ecuaciones; todas las demás raíces con el comando 
2250 \series bold
2251
2252 \backslash
2253 root
2254 \series default
2255
2256 \begin_inset Index
2257 status collapsed
2258
2259 \begin_layout Plain Layout
2260 Comandos ! R ! 
2261 \backslash
2262 root
2263 \end_layout
2264
2265 \end_inset
2266
2267  o con el botón 
2268 \begin_inset Graphics
2269         filename ../../images/math/root.png
2270         scale 85
2271
2272 \end_inset
2273
2274 .
2275 \end_layout
2276
2277 \begin_layout Standard
2278 \noindent
2279 \align center
2280 \begin_inset Tabular
2281 <lyxtabular version="3" rows="3" columns="2">
2282 <features>
2283 <column alignment="center" valignment="top" width="0">
2284 <column alignment="center" valignment="top" width="0">
2285 <row>
2286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2287 \begin_inset Text
2288
2289 \begin_layout Plain Layout
2290 Comando
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299 Resultado
2300 \begin_inset Note Note
2301 status collapsed
2302
2303 \begin_layout Plain Layout
2304
2305 \series bold
2306
2307 \backslash
2308 raisebox
2309 \series default
2310  se usa sólo como espaciador
2311 \end_layout
2312
2313 \end_inset
2314
2315
2316 \end_layout
2317
2318 \end_inset
2319 </cell>
2320 </row>
2321 <row>
2322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2323 \begin_inset Text
2324
2325 \begin_layout Plain Layout
2326
2327 \backslash
2328 sqrt
2329 \begin_inset ERT
2330 status collapsed
2331
2332 \begin_layout Plain Layout
2333
2334
2335 \backslash
2336 spce 
2337 \end_layout
2338
2339 \end_inset
2340
2341 A-B
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 </row>
2359 <row>
2360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364
2365 \backslash
2366 root
2367 \begin_inset ERT
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371
2372
2373 \backslash
2374 spce 
2375 \end_layout
2376
2377 \end_inset
2378
2379 3
2380 \begin_inset Formula $\downarrow$
2381 \end_inset
2382
2383 A-B
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 </row>
2401 </lyxtabular>
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \begin_layout Standard
2409 Una raíz cuadrada se compone también con 
2410 \series bold
2411
2412 \backslash
2413 root
2414 \series default
2415  dejando vacío el campo del índice.
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2420  la raíz: 
2421 \begin_inset Formula $\sqrt[\beta]{B}$
2422 \end_inset
2423
2424
2425 \begin_inset Newline newline
2426 \end_inset
2427
2428 La 
2429 \begin_inset Formula $\beta$
2430 \end_inset
2431
2432  toca la raíz.
2433  Para evitar esto se usan los comandos 
2434 \series bold
2435
2436 \backslash
2437 leftroot
2438 \series default
2439
2440 \begin_inset Index
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Comandos ! L ! 
2445 \backslash
2446 leftroot
2447 \end_layout
2448
2449 \end_inset
2450
2451  y 
2452 \series bold
2453
2454 \backslash
2455 uproot
2456 \series default
2457
2458 \begin_inset Index
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 Comandos ! U ! 
2463 \backslash
2464 uproot
2465 \end_layout
2466
2467 \end_inset
2468
2469  con el esquema siguiente:
2470 \end_layout
2471
2472 \begin_layout Standard
2473
2474 \series bold
2475
2476 \backslash
2477 leftroot{distancia}
2478 \series default
2479  y 
2480 \series bold
2481
2482 \backslash
2483 uproot{distancia}
2484 \end_layout
2485
2486 \begin_layout Standard
2487 Distancia es el número de Puntos Grandes (
2488 \begin_inset Quotes fld
2489 \end_inset
2490
2491 Big Points
2492 \begin_inset Quotes frd
2493 \end_inset
2494
2495 , unidad bp; 
2496 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2497 \end_inset
2498
2499 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2500  Los comandos se escriben en el índice.
2501  Así, el comando:
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505
2506 \series bold
2507
2508 \backslash
2509 root
2510 \backslash
2511 leftroot{-1
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 uproot{2
2518 \begin_inset Formula $\to$
2519 \end_inset
2520
2521
2522 \backslash
2523 beta
2524 \begin_inset ERT
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528
2529
2530 \backslash
2531 spce 
2532 \end_layout
2533
2534 \end_inset
2535
2536
2537 \begin_inset Formula $\to$
2538 \end_inset
2539
2540 B
2541 \begin_inset Newline newline
2542 \end_inset
2543
2544
2545 \series default
2546 genera una fórmula correctamente tipografiada: 
2547 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2548 \end_inset
2549
2550
2551 \end_layout
2552
2553 \begin_layout Subsection
2554 Coeficientes de un binomio
2555 \begin_inset Index
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 Binomios
2560 \end_layout
2561
2562 \end_inset
2563
2564
2565 \end_layout
2566
2567 \begin_layout Standard
2568 Los coeficientes de un binomio se insertan con el comando 
2569 \series bold
2570
2571 \backslash
2572 binom
2573 \series default
2574
2575 \begin_inset Index
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579 Comandos ! B ! 
2580 \backslash
2581 binom
2582 \end_layout
2583
2584 \end_inset
2585
2586  o con el submenú del botón 
2587 \begin_inset Graphics
2588         filename ../../images/math/frac-square.png
2589         scale 85
2590
2591 \end_inset
2592
2593 de la barra de herramientas de ecuaciones.
2594  Como en las fracciones, además de 
2595 \series bold
2596
2597 \backslash
2598 binom
2599 \series default
2600  hay los comandos 
2601 \series bold
2602
2603 \backslash
2604 dbinom
2605 \begin_inset Index
2606 status collapsed
2607
2608 \begin_layout Plain Layout
2609 Comandos ! D ! 
2610 \backslash
2611 dbinom
2612 \end_layout
2613
2614 \end_inset
2615
2616
2617 \series default
2618  y 
2619 \series bold
2620
2621 \backslash
2622 tbinom
2623 \series default
2624
2625 \begin_inset Index
2626 status collapsed
2627
2628 \begin_layout Plain Layout
2629 Comandos ! T ! 
2630 \backslash
2631 tbinom
2632 \end_layout
2633
2634 \end_inset
2635
2636 .
2637  Para otros delimitadores de coeficientes de un binomio hay los comandos
2638  
2639 \series bold
2640
2641 \backslash
2642 brace
2643 \series default
2644
2645 \begin_inset Index
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 Comandos ! B ! 
2650 \backslash
2651 brace
2652 \end_layout
2653
2654 \end_inset
2655
2656  y 
2657 \series bold
2658
2659 \backslash
2660 brack
2661 \series default
2662
2663 \begin_inset Index
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 Comandos ! B ! 
2668 \backslash
2669 brack
2670 \end_layout
2671
2672 \end_inset
2673
2674 .
2675 \end_layout
2676
2677 \begin_layout Standard
2678 \noindent
2679 \align center
2680 \begin_inset Tabular
2681 <lyxtabular version="3" rows="6" columns="2">
2682 <features>
2683 <column alignment="center" valignment="top" width="0">
2684 <column alignment="center" valignment="top" width="0">
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690 Comando
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699 Resultado
2700 \begin_inset Note Note
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704
2705 \series bold
2706
2707 \backslash
2708 raisebox
2709 \series default
2710  se usa sólo como espaciador
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 </row>
2721 <row>
2722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726
2727 \backslash
2728 binom
2729 \begin_inset ERT
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733
2734
2735 \backslash
2736 spce 
2737 \end_layout
2738
2739 \end_inset
2740
2741 A
2742 \begin_inset Formula $\downarrow$
2743 \end_inset
2744
2745 B
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2755 \end_inset
2756
2757
2758 \end_layout
2759
2760 \end_inset
2761 </cell>
2762 </row>
2763 <row>
2764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768
2769 \backslash
2770 dbinom
2771 \begin_inset ERT
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775
2776
2777 \backslash
2778 spce 
2779 \end_layout
2780
2781 \end_inset
2782
2783 A
2784 \begin_inset Formula $\downarrow$
2785 \end_inset
2786
2787 B
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 </row>
2805 <row>
2806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \backslash
2812 tbinom
2813 \begin_inset ERT
2814 status collapsed
2815
2816 \begin_layout Plain Layout
2817
2818
2819 \backslash
2820 spce 
2821 \end_layout
2822
2823 \end_inset
2824
2825 A
2826 \begin_inset Formula $\downarrow$
2827 \end_inset
2828
2829 B
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \backslash
2854 brack
2855 \begin_inset ERT
2856 status collapsed
2857
2858 \begin_layout Plain Layout
2859
2860
2861 \backslash
2862 spce 
2863 \end_layout
2864
2865 \end_inset
2866
2867 A
2868 \begin_inset Formula $\downarrow$
2869 \end_inset
2870
2871 B
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 </row>
2889 <row>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \backslash
2896 brace
2897 \begin_inset ERT
2898 status collapsed
2899
2900 \begin_layout Plain Layout
2901
2902
2903 \backslash
2904 spce 
2905 \end_layout
2906
2907 \end_inset
2908
2909 A
2910 \begin_inset Formula $\downarrow$
2911 \end_inset
2912
2913 B
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 </row>
2931 </lyxtabular>
2932
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \begin_layout Subsection
2939 Diferenciaciones de casos
2940 \begin_inset Index
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944 Casos
2945 \end_layout
2946
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \begin_layout Standard
2953 \noindent
2954 \align center
2955 \begin_inset Tabular
2956 <lyxtabular version="3" rows="3" columns="2">
2957 <features>
2958 <column alignment="center" valignment="top" width="0">
2959 <column alignment="center" valignment="top" width="0">
2960 <row>
2961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965 Comando
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974 Resultado
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 </row>
2980 <row>
2981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \backslash
2987 cases
2988 \begin_inset ERT
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992
2993
2994 \backslash
2995 spce 
2996 \end_layout
2997
2998 \end_inset
2999
3000 A
3001 \begin_inset Formula $\to$
3002 \end_inset
3003
3004 B>0
3005 \begin_inset Index
3006 status collapsed
3007
3008 \begin_layout Plain Layout
3009 Comandos ! C ! 
3010 \backslash
3011 cases
3012 \end_layout
3013
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 \begin_inset Formula $\begin{cases}
3026 A & B>0\end{cases}$
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 <row>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040
3041 \backslash
3042 cases
3043 \begin_inset ERT
3044 status collapsed
3045
3046 \begin_layout Plain Layout
3047
3048
3049 \backslash
3050 spce 
3051 \end_layout
3052
3053 \end_inset
3054
3055 Ctrl-Intro
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 \begin_inset Formula $\begin{cases}
3065 A & \textrm{para }x>0\\
3066 B & \textrm{para }x=0\end{cases}$
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 </lyxtabular>
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Standard
3083 Después de insertar 
3084 \series bold
3085
3086 \backslash
3087 cases
3088 \series default
3089  o usar el botón 
3090 \begin_inset Graphics
3091         filename ../../images/math/cases.png
3092         scale 85
3093
3094 \end_inset
3095
3096  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3097 \family sans
3098 Ctrl-Intro
3099 \family default
3100  o con el botón
3101 \family sans
3102  
3103 \family default
3104
3105 \begin_inset Graphics
3106         filename ../../images/tabular-feature_append-row.png
3107         scale 85
3108
3109 \end_inset
3110
3111  de la barra de tablas.
3112 \end_layout
3113
3114 \begin_layout Standard
3115 El comando 
3116 \series bold
3117
3118 \backslash
3119 cases
3120 \series default
3121  también está disponible en el menú 
3122 \family sans
3123 Insertar\SpecialChar \menuseparator
3124 Ecuación\SpecialChar \menuseparator
3125 Entorno casos
3126 \family default
3127 .
3128 \end_layout
3129
3130 \begin_layout Subsection
3131 Negaciones
3132 \begin_inset Index
3133 status collapsed
3134
3135 \begin_layout Plain Layout
3136 Negaciones
3137 \end_layout
3138
3139 \end_inset
3140
3141
3142 \end_layout
3143
3144 \begin_layout Standard
3145 Con el comando 
3146 \series bold
3147
3148 \backslash
3149 not
3150 \series default
3151
3152 \begin_inset Index
3153 status collapsed
3154
3155 \begin_layout Plain Layout
3156 Comandos ! N ! 
3157 \backslash
3158 not
3159 \end_layout
3160
3161 \end_inset
3162
3163  todo carácter se puede mostrar cancelado.
3164  Los caracteres son casi tachados con una barra inclinada.
3165 \end_layout
3166
3167 \begin_layout Standard
3168 \noindent
3169 \align center
3170 \begin_inset Tabular
3171 <lyxtabular version="3" rows="4" columns="2">
3172 <features>
3173 <column alignment="center" valignment="top" width="0">
3174 <column alignment="center" valignment="top" width="0">
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 Comando
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 Resultado
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \backslash
3202 not=
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211 \begin_inset Formula $\not=$
3212 \end_inset
3213
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row>
3221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \backslash
3227 not 
3228 \backslash
3229 le
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 \begin_inset Formula $\not\le$
3239 \end_inset
3240
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row>
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \backslash
3254 not 
3255 \backslash
3256 parallel
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 \begin_inset Formula $\not\parallel$
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 </lyxtabular>
3275
3276 \end_inset
3277
3278
3279 \end_layout
3280
3281 \begin_layout Standard
3282 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3283  Por tanto para algunas negaciones hay comandos especiales (véase 
3284 \begin_inset CommandInset ref
3285 LatexCommand ref
3286 reference "sub:Símbolos-matemáticos"
3287
3288 \end_inset
3289
3290  y 
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sec:Relaciones"
3294
3295 \end_inset
3296
3297 ).
3298 \end_layout
3299
3300 \begin_layout Subsection
3301 Espaciadores fantasma 
3302 \begin_inset CommandInset label
3303 LatexCommand label
3304 name "sub:Espaciadores-fantasma"
3305
3306 \end_inset
3307
3308
3309 \begin_inset Index
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 Espaciadores fantasma
3314 \end_layout
3315
3316 \end_inset
3317
3318
3319 \begin_inset Index
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323 Química ! isótopos
3324 \end_layout
3325
3326 \end_inset
3327
3328
3329 \begin_inset Index
3330 status collapsed
3331
3332 \begin_layout Plain Layout
3333 Isótopos|see
3334 \begin_inset ERT
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338
3339 {
3340 \end_layout
3341
3342 \end_inset
3343
3344 Química
3345 \begin_inset ERT
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349
3350 }
3351 \end_layout
3352
3353 \end_inset
3354
3355
3356 \end_layout
3357
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \begin_layout Standard
3364 En la presentación de isótopos,
3365 \begin_inset Foot
3366 status collapsed
3367
3368 \begin_layout Plain Layout
3369 Más sobre símbolos químicos en 
3370 \begin_inset CommandInset ref
3371 LatexCommand ref
3372 reference "sub:Símbolos-y-ecuaciones-químicas"
3373
3374 \end_inset
3375
3376
3377 \end_layout
3378
3379 \end_inset
3380
3381  p.
3382 \begin_inset space \thinspace{}
3383 \end_inset
3384
3385 e., surge el problema siguiente:
3386 \end_layout
3387
3388 \begin_layout Standard
3389 \noindent
3390 \align center
3391 \begin_inset Tabular
3392 <lyxtabular version="3" rows="2" columns="2">
3393 <features>
3394 <column alignment="center" valignment="top" width="0">
3395 <column alignment="center" valignment="top" width="0">
3396 <row>
3397 <cell alignment="center" valignment="top" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 Índices generados con sub- y superíndices:
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3411 \end_inset
3412
3413
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Índices correctos:
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3434 \end_inset
3435
3436
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 </row>
3442 </lyxtabular>
3443
3444 \end_inset
3445
3446
3447 \begin_inset Note Note
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453
3454 \backslash
3455 raisebox
3456 \series default
3457  se usa sólo como espaciador
3458 \end_layout
3459
3460 \end_inset
3461
3462
3463 \end_layout
3464
3465 \begin_layout Standard
3466 Por defecto, el índice más corto se coloca sobre o bajo el primer carácter
3467  del índice más largo.
3468  Para evitarlo está el comando 
3469 \series bold
3470
3471 \backslash
3472 phantom
3473 \series default
3474
3475 \begin_inset Index
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 Comandos ! P ! 
3480 \backslash
3481 phantom
3482 \end_layout
3483
3484 \end_inset
3485
3486  o el botón 
3487 \begin_inset space ~
3488 \end_inset
3489
3490
3491 \begin_inset Graphics
3492         filename ../../images/math/phantom.png
3493         scale 85
3494
3495 \end_inset
3496
3497  del submenú de espaciado de ecuaciones
3498 \begin_inset Foot
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502 Botón 
3503 \begin_inset Graphics
3504         filename ../../images/math/space.png
3505         scale 85
3506
3507 \end_inset
3508
3509  de la barra de ecuaciones
3510 \end_layout
3511
3512 \end_inset
3513
3514 , que genera uno o más caracteres fantasma.
3515  Al insertar 
3516 \series bold
3517
3518 \backslash
3519 phantom
3520 \series default
3521  aparece un pequeño marco azul con dos flechas rojas superpuestas
3522 \begin_inset Formula $\phantom{}$
3523 \end_inset
3524
3525 .
3526  Las flechas indican que se utilizarán como espaciador la anchura y altura
3527  totales del contenido del marco.
3528  Los caracteres fantasmas son espaciadores adecuados al tamaño de los caracteres.
3529 \end_layout
3530
3531 \begin_layout Standard
3532 \noindent
3533 \align center
3534 \begin_inset Tabular
3535 <lyxtabular version="3" rows="4" columns="2">
3536 <features>
3537 <column alignment="center" valignment="top" width="0">
3538 <column alignment="center" valignment="top" width="0">
3539 <row>
3540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Comando
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Resultado
3554 \begin_inset Note Note
3555 status collapsed
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560
3561 \backslash
3562 raisebox
3563 \series default
3564  se usa sólo como espaciador
3565 \end_layout
3566
3567 \end_inset
3568
3569
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 ^19
3581 \begin_inset ERT
3582 status collapsed
3583
3584 \begin_layout Plain Layout
3585
3586
3587 \backslash
3588 spce 
3589 \end_layout
3590
3591 \end_inset
3592
3593 _
3594 \backslash
3595 phantom
3596 \begin_inset ERT
3597 status collapsed
3598
3599 \begin_layout Plain Layout
3600
3601
3602 \backslash
3603 spce 
3604 \end_layout
3605
3606 \end_inset
3607
3608 1
3609 \begin_inset Formula $\rightarrow$
3610 \end_inset
3611
3612 9
3613 \begin_inset ERT
3614 status collapsed
3615
3616 \begin_layout Plain Layout
3617
3618
3619 \backslash
3620 spce 
3621 \end_layout
3622
3623 \end_inset
3624
3625 F
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3635 \end_inset
3636
3637
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 ^235
3649 \begin_inset ERT
3650 status collapsed
3651
3652 \begin_layout Plain Layout
3653
3654
3655 \backslash
3656 spce 
3657 \end_layout
3658
3659 \end_inset
3660
3661 _
3662 \backslash
3663 phantom
3664 \begin_inset ERT
3665 status collapsed
3666
3667 \begin_layout Plain Layout
3668
3669
3670 \backslash
3671 spce 
3672 \end_layout
3673
3674 \end_inset
3675
3676 23
3677 \begin_inset Formula $\rightarrow$
3678 \end_inset
3679
3680 9
3681 \begin_inset ERT
3682 status collapsed
3683
3684 \begin_layout Plain Layout
3685
3686
3687 \backslash
3688 spce 
3689 \end_layout
3690
3691 \end_inset
3692
3693 F
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3703 \end_inset
3704
3705
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \backslash
3718 Lambda^
3719 \begin_inset ERT
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723
3724
3725 \backslash
3726 spce 
3727 \end_layout
3728
3729 \end_inset
3730
3731
3732 \backslash
3733 phantom
3734 \begin_inset ERT
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738
3739
3740 \backslash
3741 spce 
3742 \end_layout
3743
3744 \end_inset
3745
3746 ii
3747 \begin_inset Formula $\rightarrow$
3748 \end_inset
3749
3750 t
3751 \begin_inset ERT
3752 status collapsed
3753
3754 \begin_layout Plain Layout
3755
3756
3757 \backslash
3758 spce 
3759 \end_layout
3760
3761 \end_inset
3762
3763 _MMt
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3773 \end_inset
3774
3775
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 </lyxtabular>
3782
3783 \end_inset
3784
3785
3786 \end_layout
3787
3788 \begin_layout Standard
3789 Además hay los comandos 
3790 \series bold
3791
3792 \backslash
3793 vphantom
3794 \series default
3795
3796 \begin_inset Index
3797 status collapsed
3798
3799 \begin_layout Plain Layout
3800 Comandos ! V ! 
3801 \backslash
3802 vphantom
3803 \end_layout
3804
3805 \end_inset
3806
3807  (botón 
3808 \begin_inset space ~
3809 \end_inset
3810
3811
3812 \begin_inset Graphics
3813         filename ../../images/math/vphantom.png
3814         scale 85
3815
3816 \end_inset
3817
3818 ) y 
3819 \series bold
3820
3821 \backslash
3822 hphantom
3823 \series default
3824
3825 \begin_inset Index
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829 Comandos ! H ! 
3830 \backslash
3831 hphantom
3832 \end_layout
3833
3834 \end_inset
3835
3836  (botón 
3837 \begin_inset space ~
3838 \end_inset
3839
3840
3841 \begin_inset Graphics
3842         filename ../../images/math/hphantom.png
3843         scale 85
3844
3845 \end_inset
3846
3847 ).
3848  
3849 \series bold
3850
3851 \backslash
3852 hphantom
3853 \series default
3854  genera espacio en el marco sólo para la altura máxima de los caracteres,
3855  no para su anchura.
3856  
3857 \series bold
3858
3859 \backslash
3860 vphantom
3861 \series default
3862  genera espacio sólo para la anchura del contenido del marco.
3863  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3864 \end_layout
3865
3866 \begin_layout Standard
3867 Por ejemplo, 
3868 \series bold
3869
3870 \backslash
3871 vphantom
3872 \series default
3873
3874 \begin_inset ERT
3875 status collapsed
3876
3877 \begin_layout Plain Layout
3878
3879
3880 \backslash
3881 spce 
3882 \end_layout
3883
3884 \end_inset
3885
3886
3887 \series bold
3888 a
3889 \backslash
3890 int
3891 \series default
3892  genera espacio de la altura del signo de la integral,
3893 \begin_inset Foot
3894 status collapsed
3895
3896 \begin_layout Plain Layout
3897 El comando 
3898 \series bold
3899
3900 \backslash
3901 int
3902 \series default
3903  genera un signo de integral, véase 
3904 \begin_inset CommandInset ref
3905 LatexCommand ref
3906 reference "sub:Operadores-grandes"
3907
3908 \end_inset
3909
3910
3911 \end_layout
3912
3913 \end_inset
3914
3915  porque este es el carácter más largo.
3916  En la 
3917 \begin_inset CommandInset ref
3918 LatexCommand ref
3919 reference "sub:Delimitadores-multilínea"
3920
3921 \end_inset
3922
3923  hay un ejemplo de aplicación.
3924 \end_layout
3925
3926 \begin_layout Subsection
3927 Barras
3928 \begin_inset Index
3929 status collapsed
3930
3931 \begin_layout Plain Layout
3932 Barras
3933 \end_layout
3934
3935 \end_inset
3936
3937
3938 \begin_inset Index
3939 status collapsed
3940
3941 \begin_layout Plain Layout
3942 Ecuación ! sub- o superrayada
3943 \end_layout
3944
3945 \end_inset
3946
3947
3948 \end_layout
3949
3950 \begin_layout Standard
3951 \noindent
3952 \align center
3953 \begin_inset Tabular
3954 <lyxtabular version="3" rows="4" columns="2">
3955 <features>
3956 <column alignment="center" valignment="top" width="0">
3957 <column alignment="center" valignment="top" width="0">
3958 <row>
3959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Comando
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Resultado
3973 \begin_inset Note Note
3974 status collapsed
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979
3980 \backslash
3981 raisebox
3982 \series default
3983  se usa sólo como espaciador
3984 \end_layout
3985
3986 \end_inset
3987
3988
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 </row>
3994 <row>
3995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999
4000 \backslash
4001 overline
4002 \begin_inset ERT
4003 status collapsed
4004
4005 \begin_layout Plain Layout
4006
4007
4008 \backslash
4009 spce 
4010 \end_layout
4011
4012 \end_inset
4013
4014 A+B
4015 \begin_inset Index
4016 status collapsed
4017
4018 \begin_layout Plain Layout
4019 Comandos ! O ! 
4020 \backslash
4021 overline
4022 \end_layout
4023
4024 \end_inset
4025
4026
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4036 \end_inset
4037
4038
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \backslash
4051 underline
4052 \begin_inset ERT
4053 status collapsed
4054
4055 \begin_layout Plain Layout
4056
4057
4058 \backslash
4059 spce 
4060 \end_layout
4061
4062 \end_inset
4063
4064 A+B
4065 \begin_inset Index
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069 Comandos ! U ! 
4070 \backslash
4071 underline
4072 \end_layout
4073
4074 \end_inset
4075
4076
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4086 \end_inset
4087
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \backslash
4101 overline
4102 \begin_inset ERT
4103 status collapsed
4104
4105 \begin_layout Plain Layout
4106
4107
4108 \backslash
4109 spce 
4110 \end_layout
4111
4112 \end_inset
4113
4114
4115 \backslash
4116 underline
4117 \begin_inset ERT
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121
4122
4123 \backslash
4124 spce 
4125 \end_layout
4126
4127 \end_inset
4128
4129 A+B
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 </lyxtabular>
4148
4149 \end_inset
4150
4151
4152 \end_layout
4153
4154 \begin_layout Standard
4155 En el último ejemplo es indiferente poner primero 
4156 \series bold
4157
4158 \backslash
4159 overline
4160 \series default
4161  o 
4162 \series bold
4163
4164 \backslash
4165 underline
4166 \series default
4167 .
4168 \end_layout
4169
4170 \begin_layout Standard
4171 Para poner doble subrayado, p.
4172 \begin_inset space \thinspace{}
4173 \end_inset
4174
4175 e.
4176  en resultados, se usa 
4177 \series bold
4178
4179 \backslash
4180 underline
4181 \series default
4182  dos veces.
4183 \end_layout
4184
4185 \begin_layout Standard
4186 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4187 \end_layout
4188
4189 \begin_layout Subsection
4190 Puntos
4191 \begin_inset Index
4192 status collapsed
4193
4194 \begin_layout Plain Layout
4195 Puntos
4196 \end_layout
4197
4198 \end_inset
4199
4200
4201 \end_layout
4202
4203 \begin_layout Standard
4204 Hay distintos tipos de puntos disponibles.
4205 \begin_inset Foot
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209 En la barra de herramientas de ecuaciones, en el panel del botón 
4210 \begin_inset Graphics
4211         filename ../../images/math/ldots.png
4212         scale 85
4213
4214 \end_inset
4215
4216 .
4217 \end_layout
4218
4219 \end_inset
4220
4221  Para continuación en enumeraciones se usan puntos bajos, (
4222 \series bold
4223
4224 \backslash
4225 ldots
4226 \series default
4227
4228 \begin_inset Index
4229 status collapsed
4230
4231 \begin_layout Plain Layout
4232 Comandos ! L ! 
4233 \backslash
4234 ldots
4235 \end_layout
4236
4237 \end_inset
4238
4239 ), mientras que para operaciones se usan puntos centrados a la misma altura
4240  que los operadores, (
4241 \series bold
4242
4243 \backslash
4244 cdots
4245 \series default
4246
4247 \begin_inset Index
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251 Comandos ! C ! 
4252 \backslash
4253 cdots
4254 \end_layout
4255
4256 \end_inset
4257
4258 ).
4259  Si se usa el comando 
4260 \series bold
4261
4262 \backslash
4263 dots
4264 \series default
4265
4266 \begin_inset Index
4267 status collapsed
4268
4269 \begin_layout Plain Layout
4270 Comandos ! D ! 
4271 \backslash
4272 dots
4273 \end_layout
4274
4275 \end_inset
4276
4277 , LaTeX decide el tipo a usar en función del carácter siguiente.
4278 \end_layout
4279
4280 \begin_layout Standard
4281 \align center
4282 \begin_inset Tabular
4283 <lyxtabular version="3" rows="8" columns="2">
4284 <features>
4285 <column alignment="center" valignment="top" width="0pt">
4286 <column alignment="center" valignment="top" width="0pt">
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Comando
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Resultado
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 A_1
4313 \begin_inset ERT
4314 status collapsed
4315
4316 \begin_layout Plain Layout
4317
4318
4319 \backslash
4320 spce 
4321 \end_layout
4322
4323 \end_inset
4324
4325 ,
4326 \backslash
4327 dots
4328 \begin_inset ERT
4329 status collapsed
4330
4331 \begin_layout Plain Layout
4332
4333
4334 \backslash
4335 spce 
4336 \end_layout
4337
4338 \end_inset
4339
4340 ,A_n
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 \begin_inset Formula $A_{1},\dots,A_{n}$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 A_1
4364 \begin_inset ERT
4365 status collapsed
4366
4367 \begin_layout Plain Layout
4368
4369
4370 \backslash
4371 spce 
4372 \end_layout
4373
4374 \end_inset
4375
4376 +
4377 \backslash
4378 dots
4379 \begin_inset ERT
4380 status collapsed
4381
4382 \begin_layout Plain Layout
4383
4384
4385 \backslash
4386 spce 
4387 \end_layout
4388
4389 \end_inset
4390
4391 +A_n
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 \begin_inset Formula $A_{1}+\dots+A_{n}$
4401 \end_inset
4402
4403
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 A_1
4415 \begin_inset ERT
4416 status collapsed
4417
4418 \begin_layout Plain Layout
4419
4420
4421 \backslash
4422 spce 
4423 \end_layout
4424
4425 \end_inset
4426
4427 ,
4428 \backslash
4429 ldots
4430 \begin_inset ERT
4431 status collapsed
4432
4433 \begin_layout Plain Layout
4434
4435
4436 \backslash
4437 spce 
4438 \end_layout
4439
4440 \end_inset
4441
4442 ,A_n
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 \begin_inset Formula $A_{1},\ldots,A_{n}$
4452 \end_inset
4453
4454
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 A_1
4466 \begin_inset ERT
4467 status collapsed
4468
4469 \begin_layout Plain Layout
4470
4471
4472 \backslash
4473 spce 
4474 \end_layout
4475
4476 \end_inset
4477
4478 +
4479 \backslash
4480 cdots
4481 \begin_inset ERT
4482 status collapsed
4483
4484 \begin_layout Plain Layout
4485
4486
4487 \backslash
4488 spce 
4489 \end_layout
4490
4491 \end_inset
4492
4493 +A_n
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \backslash
4518 vdots
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 \begin_inset Formula $\vdots$
4528 \end_inset
4529
4530
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \backslash
4543 ddots
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 \begin_inset Formula $\ddots$
4553 \end_inset
4554
4555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Matriz
4567 \begin_inset space \thinspace{}
4568 \end_inset
4569
4570 3×3 con los distintos puntos
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 \begin_inset Formula $\begin{array}{ccc}
4580 A_{11} & \cdots & A_{1m}\\
4581 \vdots & \ddots & \vdots\\
4582 A_{n1} & \cdots & A_{nm}\end{array}$
4583 \end_inset
4584
4585
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 </lyxtabular>
4592
4593 \end_inset
4594
4595
4596 \end_layout
4597
4598 \begin_layout Standard
4599 Los puntos suspensivos disponibles en el menú 
4600 \family sans
4601 Insertar\SpecialChar \menuseparator
4602 Carácter especial
4603 \family default
4604  son 
4605 \series bold
4606
4607 \backslash
4608 ldots
4609 \series default
4610 .
4611 \begin_inset VSpace medskip
4612 \end_inset
4613
4614
4615 \end_layout
4616
4617 \begin_layout Standard
4618 Hay puntos específicos para matrices que se extienden por varias columnas.
4619  Se generan con el comando 
4620 \series bold
4621
4622 \backslash
4623 hdotsfor
4624 \series default
4625
4626 \begin_inset Index
4627 status collapsed
4628
4629 \begin_layout Plain Layout
4630 Comandos ! H ! 
4631 \backslash
4632 hdotsfor
4633 \end_layout
4634
4635 \end_inset
4636
4637 , que tiene el siguiente esquema:
4638 \end_layout
4639
4640 \begin_layout Standard
4641
4642 \series bold
4643
4644 \backslash
4645 hdotsfor[distancia]{número de columnas}
4646 \end_layout
4647
4648 \begin_layout Standard
4649 Número de columnas especifica cuántas columnas deben abarcarse.
4650  Distancia es un factor para la separación entre los puntos.
4651 \end_layout
4652
4653 \begin_layout Standard
4654 En la siguiente matriz se ha insertado el comando 
4655 \series bold
4656
4657 \backslash
4658 hdotsfor[2]{4}
4659 \series default
4660  en el primer recuadro de la segunda línea para obtener puntos separados
4661  una distancia equivalente a dos veces la del comando 
4662 \series bold
4663
4664 \backslash
4665 dots
4666 \series default
4667 .
4668 \begin_inset Formula \[
4669 \left(\begin{array}{cccc}
4670 A & B & C & D\\
4671 \hdotsfor[2]{4}\\
4672 q & w & e & r\end{array}\right)\]
4673
4674 \end_inset
4675
4676
4677 \end_layout
4678
4679 \begin_layout Standard
4680 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4681  de lo contrario se producen errores de LaTeX.
4682 \end_layout
4683
4684 \begin_layout Standard
4685 \begin_inset VSpace bigskip
4686 \end_inset
4687
4688
4689 \end_layout
4690
4691 \begin_layout Standard
4692 Además, con el comando 
4693 \series bold
4694
4695 \backslash
4696 dotfill
4697 \series default
4698
4699 \begin_inset Index
4700 status collapsed
4701
4702 \begin_layout Plain Layout
4703 Comandos ! D ! 
4704 \backslash
4705 dotfill
4706 \end_layout
4707
4708 \end_inset
4709
4710  puedes completar con puntos una línea.
4711  El efecto de este tipo de comandos es como el de 
4712 \series bold
4713
4714 \backslash
4715 hfill
4716 \series default
4717 , véase 
4718 \begin_inset CommandInset ref
4719 LatexCommand ref
4720 reference "sub:Espacio-variable"
4721
4722 \end_inset
4723
4724 .
4725 \end_layout
4726
4727 \begin_layout Standard
4728 Por ejemplo el comando 
4729 \series bold
4730 A
4731 \backslash
4732 dotfill
4733 \series default
4734
4735 \begin_inset ERT
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739
4740
4741 \backslash
4742 spce 
4743 \end_layout
4744
4745 \end_inset
4746
4747
4748 \series bold
4749 B
4750 \series default
4751  genera
4752 \end_layout
4753
4754 \begin_layout Standard
4755 \begin_inset Formula $A\dotfill B$
4756 \end_inset
4757
4758
4759 \end_layout
4760
4761 \begin_layout Standard
4762 Un comando análogo a 
4763 \series bold
4764
4765 \backslash
4766 dotfill
4767 \series default
4768  para rellenar con una línea es 
4769 \series bold
4770
4771 \backslash
4772 hrulefill
4773 \series default
4774
4775 \begin_inset Index
4776 status collapsed
4777
4778 \begin_layout Plain Layout
4779 Comandos ! H ! 
4780 \backslash
4781 hrulefill
4782 \end_layout
4783
4784 \end_inset
4785
4786 :
4787 \end_layout
4788
4789 \begin_layout Standard
4790 \begin_inset Formula $A\hrulefill B$
4791 \end_inset
4792
4793
4794 \end_layout
4795
4796 \begin_layout Standard
4797 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4798 \end_layout
4799
4800 \begin_layout Section
4801 Matrices
4802 \begin_inset CommandInset label
4803 LatexCommand label
4804 name "sec:Matrices"
4805
4806 \end_inset
4807
4808
4809 \begin_inset Index
4810 status collapsed
4811
4812 \begin_layout Plain Layout
4813 Matrices
4814 \end_layout
4815
4816 \end_inset
4817
4818
4819 \end_layout
4820
4821 \begin_layout Standard
4822 Se pueden insertar con el botón 
4823 \begin_inset Graphics
4824         filename ../../images/dialog-show_mathmatrix.png
4825         scale 85
4826
4827 \end_inset
4828
4829  de la barra de ecuaciones o con el menú 
4830 \family sans
4831 Insertar\SpecialChar \menuseparator
4832 Ecuación\SpecialChar \menuseparator
4833 Matriz
4834 \family default
4835 .
4836  Aparece una ventana en la que se pide el número de filas y columnas y la
4837  alineación.
4838  La alineación vertical sólo es relevante para matrices en línea:
4839 \end_layout
4840
4841 \begin_layout Standard
4842 Esta primera matriz tiene alineación superior 
4843 \begin_inset Formula $\begin{array}[t]{cccc}
4844 A & D & G & J\\
4845 B & E & H & K\\
4846 D & F & I & L\end{array}$
4847 \end_inset
4848
4849  , la segunda alineación central 
4850 \begin_inset Formula $\begin{array}{cccc}
4851 A & D & G & J\\
4852 B & E & H & K\\
4853 D & F & I & L\end{array}$
4854 \end_inset
4855
4856  , y la tercera alineación inferior 
4857 \begin_inset Formula $\begin{array}[b]{cccc}
4858 A & D & G & J\\
4859 B & E & H & K\\
4860 D & F & I & L\end{array}$
4861 \end_inset
4862
4863 .
4864 \end_layout
4865
4866 \begin_layout Standard
4867 La alineación horizontal especifica cómo deben alinearse las entradas de
4868  la columna.
4869  Se determina mediante una letra para cada columna.
4870  
4871 \emph on
4872 l
4873 \emph default
4874  indica alineación a la izquierda, 
4875 \emph on
4876 c
4877 \emph default
4878  alineación centrada y 
4879 \emph on
4880 r
4881 \emph default
4882  alineación a la derecha.
4883  Por ejemplo, para componer una matriz
4884 \begin_inset space ~
4885 \end_inset
4886
4887 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4888  centradas y la última a la derecha, se anota 
4889 \series bold
4890 lccr
4891 \series default
4892  en la alineación horizontal.
4893  Normalmente todas las columnas de una matriz están centradas, por tanto
4894  el valor por defecto es 
4895 \series bold
4896 c
4897 \series default
4898  para todas ellas.
4899 \end_layout
4900
4901 \begin_layout Standard
4902 Alineación horizontal:
4903 \end_layout
4904
4905 \begin_layout Standard
4906
4907 \series bold
4908 lll
4909 \series default
4910  : 
4911 \begin_inset Formula $\begin{array}{lll}
4912 10000 & D & G\\
4913 B & 10000 & H\\
4914 C & F & 10000\end{array}$
4915 \end_inset
4916
4917  , 
4918 \series bold
4919 ccc 
4920 \series default
4921
4922 \begin_inset Formula $\begin{array}{ccc}
4923 10000 & D & G\\
4924 B & 10000 & H\\
4925 C & F & 10000\end{array}$
4926 \end_inset
4927
4928  
4929 \series bold
4930 ,
4931 \series default
4932  
4933 \series bold
4934 rrr 
4935 \series default
4936
4937 \begin_inset Formula $\begin{array}{rrr}
4938 10000 & D & G\\
4939 B & 10000 & H\\
4940 C & F & 10000\end{array}$
4941 \end_inset
4942
4943
4944 \end_layout
4945
4946 \begin_layout Standard
4947 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4948  botones 
4949 \begin_inset Graphics
4950         filename ../../images/tabular-feature_append-row.png
4951         scale 85
4952
4953 \end_inset
4954
4955
4956 \begin_inset Graphics
4957         filename ../../images/tabular-feature_delete-row.png
4958         scale 85
4959
4960 \end_inset
4961
4962 , etc.
4963  de la barra de ecuaciones o el menú 
4964 \family sans
4965 Editar\SpecialChar \menuseparator
4966 Filas y columnas
4967 \family default
4968 .
4969  También se pueden añadir filas nuevas con 
4970 \family sans
4971 Ctrl-Intro
4972 \family default
4973 .
4974 \end_layout
4975
4976 \begin_layout Standard
4977 \begin_inset VSpace bigskip
4978 \end_inset
4979
4980
4981 \end_layout
4982
4983 \begin_layout Standard
4984 Se pueden poner paréntesis alrededor de una matriz con los comandos 
4985 \series bold
4986
4987 \backslash
4988 left
4989 \series default
4990
4991 \begin_inset Index
4992 status collapsed
4993
4994 \begin_layout Plain Layout
4995 Comandos ! L ! 
4996 \backslash
4997 left
4998 \end_layout
4999
5000 \end_inset
5001
5002  y 
5003 \series bold
5004
5005 \backslash
5006 right
5007 \series default
5008
5009 \begin_inset Index
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013 Comandos ! R ! 
5014 \backslash
5015 right
5016 \end_layout
5017
5018 \end_inset
5019
5020  (atajo 
5021 \family sans
5022 Alt-m
5023 \begin_inset space ~
5024 \end_inset
5025
5026 paréntesis
5027 \family default
5028 ), véase 
5029 \begin_inset CommandInset ref
5030 LatexCommand ref
5031 reference "sub:Tamaño-automático-de"
5032
5033 \end_inset
5034
5035 , o usando los comandos siguientes:
5036 \end_layout
5037
5038 \begin_layout Standard
5039 \begin_inset VSpace medskip
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \begin_layout Standard
5046 \begin_inset space \hfill{}
5047 \end_inset
5048
5049
5050 \begin_inset Tabular
5051 <lyxtabular version="3" rows="4" columns="2">
5052 <features>
5053 <column alignment="center" valignment="top" width="0">
5054 <column alignment="center" valignment="top" width="0">
5055 <row>
5056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Comando
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Resultado
5070 \begin_inset Note Note
5071 status collapsed
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076
5077 \backslash
5078 raisebox
5079 \series default
5080  se usa sólo como espaciador
5081 \end_layout
5082
5083 \end_inset
5084
5085
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \backslash
5098 bmatrix
5099 \begin_inset ERT
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103
5104
5105 \backslash
5106 spce 
5107 \end_layout
5108
5109 \end_inset
5110
5111 2
5112 \series bold
5113 ×
5114 \series default
5115 2
5116 \begin_inset space \thinspace{}
5117 \end_inset
5118
5119 matriz
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5129 0 & \textrm{-}\mathrm{i}\\
5130 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \backslash
5146 Bmatrix
5147 \begin_inset ERT
5148 status collapsed
5149
5150 \begin_layout Plain Layout
5151
5152
5153 \backslash
5154 spce 
5155 \end_layout
5156
5157 \end_inset
5158
5159 2×2
5160 \begin_inset space \thinspace{}
5161 \end_inset
5162
5163 matriz
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5173 0 & \textrm{-}\mathrm{i}\\
5174 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 </row>
5183 <row>
5184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188
5189 \backslash
5190 pmatrix
5191 \begin_inset ERT
5192 status collapsed
5193
5194 \begin_layout Plain Layout
5195
5196
5197 \backslash
5198 spce 
5199 \end_layout
5200
5201 \end_inset
5202
5203 2
5204 \series bold
5205 ×
5206 \series default
5207 2
5208 \begin_inset space \thinspace{}
5209 \end_inset
5210
5211 matriz
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5221 0 & \textrm{-}\mathrm{i}\\
5222 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5223 \end_inset
5224
5225
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 </row>
5231 </lyxtabular>
5232
5233 \end_inset
5234
5235
5236 \begin_inset space \hfill{}
5237 \end_inset
5238
5239
5240 \begin_inset Tabular
5241 <lyxtabular version="3" rows="4" columns="2">
5242 <features>
5243 <column alignment="center" valignment="top" width="0">
5244 <column alignment="center" valignment="top" width="0">
5245 <row>
5246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Comando
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Resultado
5260 \begin_inset Note Note
5261 status collapsed
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266
5267 \backslash
5268 raisebox
5269 \series default
5270  se usa sólo como espaciador
5271 \end_layout
5272
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 vmatrix
5289 \begin_inset ERT
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293
5294
5295 \backslash
5296 spce 
5297 \end_layout
5298
5299 \end_inset
5300
5301 2
5302 \series bold
5303 ×
5304 \series default
5305 2
5306 \begin_inset space \thinspace{}
5307 \end_inset
5308
5309 matriz
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5319 0 & \textrm{-}\mathrm{i}\\
5320 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \backslash
5336 Vmatrix
5337 \begin_inset ERT
5338 status collapsed
5339
5340 \begin_layout Plain Layout
5341
5342
5343 \backslash
5344 spce 
5345 \end_layout
5346
5347 \end_inset
5348
5349 2
5350 \series bold
5351 ×
5352 \series default
5353 2
5354 \begin_inset space \thinspace{}
5355 \end_inset
5356
5357 matriz
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5367 0 & \textrm{-}\mathrm{i}\\
5368 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 </row>
5377 <row>
5378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \backslash
5384 matrix
5385 \begin_inset ERT
5386 status collapsed
5387
5388 \begin_layout Plain Layout
5389
5390
5391 \backslash
5392 spce 
5393 \end_layout
5394
5395 \end_inset
5396
5397 2
5398 \series bold
5399 ×
5400 \series default
5401 2
5402 \begin_inset space \thinspace{}
5403 \end_inset
5404
5405 matriz
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5415 0 & \textrm{-}\mathrm{i}\\
5416 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 </lyxtabular>
5426
5427 \end_inset
5428
5429
5430 \begin_inset space \hfill{}
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 \begin_inset VSpace medskip
5438 \end_inset
5439
5440
5441 \end_layout
5442
5443 \begin_layout Standard
5444 Cuando se inserta p.
5445 \begin_inset space \thinspace{}
5446 \end_inset
5447
5448 e.
5449 \begin_inset space ~
5450 \end_inset
5451
5452
5453 \series bold
5454
5455 \backslash
5456 vmatrix
5457 \series default
5458 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5459  la matriz.
5460 \end_layout
5461
5462 \begin_layout Standard
5463 \begin_inset VSpace bigskip
5464 \end_inset
5465
5466
5467 \end_layout
5468
5469 \begin_layout Standard
5470 Como todas las ecuaciones multilínea son matrices, la longitud 
5471 \series bold
5472
5473 \backslash
5474 arraycolsep
5475 \series default
5476
5477 \begin_inset Index
5478 status collapsed
5479
5480 \begin_layout Plain Layout
5481 Comandos ! A ! 
5482 \backslash
5483 arraycolsep
5484 \end_layout
5485
5486 \end_inset
5487
5488 , que se describe en 
5489 \begin_inset CommandInset ref
5490 LatexCommand ref
5491 reference "sub:Separación-de-columnas"
5492
5493 \end_inset
5494
5495 , también se puede usar para cambiar la separación de las columnas en una
5496  matriz.
5497  Para cambiar la separación de las filas, se usa el comando 
5498 \series bold
5499
5500 \backslash
5501 arraystretch
5502 \series default
5503
5504 \begin_inset Index
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 Comandos ! A ! 
5509 \backslash
5510 arraystretch
5511 \end_layout
5512
5513 \end_inset
5514
5515  de la siguiente manera:
5516 \end_layout
5517
5518 \begin_layout Standard
5519
5520 \series bold
5521
5522 \backslash
5523 renewcommand{
5524 \backslash
5525 arraystretch}{factor de separación}
5526 \begin_inset Index
5527 status collapsed
5528
5529 \begin_layout Plain Layout
5530 Comandos ! R ! 
5531 \backslash
5532 renewcommand
5533 \end_layout
5534
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \begin_layout Standard
5541 El comando 
5542 \series bold
5543
5544 \backslash
5545 renewcommand
5546 \series default
5547  asigna el factor de separación al comando predefinido 
5548 \series bold
5549
5550 \backslash
5551 arraystretch
5552 \series default
5553 .
5554  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5555  Además, éste se usa para todas las matrices siguientes.
5556  Para volver a la separación original, asigna factor 1 a 
5557 \series bold
5558
5559 \backslash
5560 arraystretch
5561 \series default
5562 .
5563 \end_layout
5564
5565 \begin_layout Standard
5566 Para poner matrices en línea se usa el comando 
5567 \series bold
5568
5569 \backslash
5570 smallmatrix
5571 \series default
5572
5573 \begin_inset Index
5574 status collapsed
5575
5576 \begin_layout Plain Layout
5577 Comandos ! S ! 
5578 \backslash
5579 smallmatrix
5580 \end_layout
5581
5582 \end_inset
5583
5584 .
5585  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5586  se inserta la matriz.
5587  
5588 \end_layout
5589
5590 \begin_layout Standard
5591 Esto es una matriz 
5592 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5593 C & D\end{smallmatrix}\right)$
5594 \end_inset
5595
5596  en línea.
5597 \end_layout
5598
5599 \begin_layout Section
5600 Delimitadores
5601 \begin_inset Index
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Delimitadores
5606 \end_layout
5607
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \begin_layout Subsection
5614 Delimitadores verticales
5615 \begin_inset Index
5616 status collapsed
5617
5618 \begin_layout Plain Layout
5619 Delimitadores ! verticales
5620 \end_layout
5621
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \begin_layout Standard
5628 \begin_inset space \hfill{}
5629 \end_inset
5630
5631
5632 \begin_inset Tabular
5633 <lyxtabular version="3" rows="9" columns="2">
5634 <features>
5635 <column alignment="center" valignment="top" width="0pt">
5636 <column alignment="center" valignment="top" width="0pt">
5637 <row>
5638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 Comando
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 Resultado
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 <row>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 (
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 \begin_inset Formula $($
5672 \end_inset
5673
5674
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 </row>
5680 <row>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 {
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 \begin_inset Formula $\{$
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 [
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 \begin_inset Formula $[$
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731
5732 \backslash
5733 langle
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 \begin_inset Formula $\langle$
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \backslash
5758 lceil
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 \begin_inset Formula $\lceil$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 <row>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \backslash
5783 lfloor
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\lfloor$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 /
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 \begin_inset Formula $/$
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 |
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $|$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 </lyxtabular>
5848
5849 \end_inset
5850
5851
5852 \begin_inset space \hfill{}
5853 \end_inset
5854
5855
5856 \begin_inset Tabular
5857 <lyxtabular version="3" rows="9" columns="2">
5858 <features>
5859 <column alignment="center" valignment="top" width="0pt">
5860 <column alignment="center" valignment="top" width="0pt">
5861 <row>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 Comando
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 Resultado
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 )
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 \begin_inset Formula $)$
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 </row>
5904 <row>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 }
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\}$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 ]
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 \begin_inset Formula $]$
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955
5956 \backslash
5957 rangle
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $\rangle$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \backslash
5982 rceil
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 \begin_inset Formula $\rceil$
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005
6006 \backslash
6007 rfloor
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $\rfloor$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030
6031 \backslash
6032
6033 \backslash
6034
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 \begin_inset Formula $\backslash$
6044 \end_inset
6045
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row>
6053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057
6058 \backslash
6059 |
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 \begin_inset Formula $\|$
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 </lyxtabular>
6078
6079 \end_inset
6080
6081
6082 \begin_inset space \hfill{}
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \begin_layout Standard
6089 \begin_inset Note Greyedout
6090 status collapsed
6091
6092 \begin_layout Plain Layout
6093
6094 \series bold
6095 Nota
6096 \series default
6097 : En modo TeX hay que usar el comando 
6098 \series bold
6099
6100 \backslash
6101 textbackslash
6102 \series default
6103
6104 \begin_inset Index
6105 status collapsed
6106
6107 \begin_layout Plain Layout
6108 Comandos ! T ! 
6109 \backslash
6110 textbackslash
6111 \end_layout
6112
6113 \end_inset
6114
6115  para la barra invertida, porque si no el comando 
6116 \series bold
6117
6118 \backslash
6119
6120 \backslash
6121
6122 \series default
6123  genera un salto de línea.
6124 \end_layout
6125
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \begin_layout Standard
6132 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6133  descritos en las dos subsecciones siguientes.
6134  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6135  < y > en vez de los comandos 
6136 \series bold
6137
6138 \backslash
6139 langle
6140 \series default
6141  y 
6142 \series bold
6143
6144 \backslash
6145 rangle
6146 \series default
6147 .
6148  
6149 \end_layout
6150
6151 \begin_layout Subsubsection
6152 Tamaño manual de los delimitadores
6153 \begin_inset CommandInset label
6154 LatexCommand label
6155 name "sub:Tamaño-manual-de"
6156
6157 \end_inset
6158
6159
6160 \begin_inset Index
6161 status collapsed
6162
6163 \begin_layout Plain Layout
6164 Delimitadores ! tamaño manual
6165 \end_layout
6166
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \begin_layout Standard
6173 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6174  LaTeX 
6175 \series bold
6176
6177 \backslash
6178 big
6179 \series default
6180
6181 \begin_inset Index
6182 status collapsed
6183
6184 \begin_layout Plain Layout
6185 Comandos ! B ! 
6186 \backslash
6187 big
6188 \end_layout
6189
6190 \end_inset
6191
6192
6193 \series bold
6194
6195 \backslash
6196 Big
6197 \series default
6198
6199 \series bold
6200
6201 \backslash
6202 bigg
6203 \series default
6204 , y 
6205 \series bold
6206
6207 \backslash
6208 Bigg
6209 \series default
6210 .
6211  
6212 \series bold
6213
6214 \backslash
6215 big
6216 \series default
6217  indica el tamaño menor y 
6218 \series bold
6219
6220 \backslash
6221 Bigg
6222 \series default
6223  el mayor.
6224 \end_layout
6225
6226 \begin_layout Standard
6227 Estos comandos se usan para resaltar niveles de delimitación:
6228 \end_layout
6229
6230 \begin_layout Standard
6231 \noindent
6232 \align center
6233 \begin_inset Tabular
6234 <lyxtabular version="3" rows="2" columns="2">
6235 <features>
6236 <column alignment="center" valignment="top" width="0">
6237 <column alignment="center" valignment="top" width="0">
6238 <row>
6239 <cell alignment="center" valignment="top" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 todos los delimitadores de igual tamaño:
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 </row>
6261 <row>
6262 <cell alignment="center" valignment="top" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 así tiene mejor aspecto:
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 </row>
6284 </lyxtabular>
6285
6286 \end_inset
6287
6288
6289 \begin_inset Note Note
6290 status collapsed
6291
6292 \begin_layout Plain Layout
6293
6294 \series bold
6295
6296 \backslash
6297 raisebox
6298 \series default
6299  se usa sólo como espaciador
6300 \end_layout
6301
6302 \end_inset
6303
6304
6305 \end_layout
6306
6307 \begin_layout Standard
6308 Para la segunda expresión se ha empleado el comando 
6309 \series bold
6310
6311 \backslash
6312 Big((A+B)(A-B)
6313 \backslash
6314 Big)^
6315 \series default
6316
6317 \begin_inset ERT
6318 status collapsed
6319
6320 \begin_layout Plain Layout
6321
6322
6323 \backslash
6324 spce 
6325 \end_layout
6326
6327 \end_inset
6328
6329
6330 \series bold
6331 C
6332 \series default
6333 .
6334 \end_layout
6335
6336 \begin_layout Standard
6337 He aquí una visión conjunta de todos los tamaños y delimitadores:
6338 \end_layout
6339
6340 \begin_layout Standard
6341 \noindent
6342 \align center
6343
6344 \backslash
6345 Bigg(
6346 \backslash
6347 exp
6348 \backslash
6349 bigg<
6350 \backslash
6351 Big[
6352 \backslash
6353 big{
6354 \backslash
6355 ln(3x)
6356 \backslash
6357 big}^2
6358 \begin_inset ERT
6359 status collapsed
6360
6361 \begin_layout Plain Layout
6362
6363
6364 \backslash
6365 spce 
6366 \end_layout
6367
6368 \end_inset
6369
6370
6371 \backslash
6372 sen(x)
6373 \backslash
6374 Big]^
6375 \begin_inset ERT
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379
6380
6381 \backslash
6382 spce 
6383 \end_layout
6384
6385 \end_inset
6386
6387 A
6388 \begin_inset ERT
6389 status collapsed
6390
6391 \begin_layout Plain Layout
6392
6393
6394 \backslash
6395 spce 
6396 \end_layout
6397
6398 \end_inset
6399
6400
6401 \backslash
6402 bigg>
6403 \backslash
6404 Bigg)^0,5
6405 \begin_inset Formula \[
6406 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6407
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \begin_layout Standard
6414 Además de los comandos 
6415 \series bold
6416
6417 \backslash
6418 big
6419 \series default
6420  hay la variante 
6421 \series bold
6422
6423 \backslash
6424 bigm
6425 \series default
6426
6427 \begin_inset Index
6428 status collapsed
6429
6430 \begin_layout Plain Layout
6431 Comandos ! B ! 
6432 \backslash
6433 bigm
6434 \end_layout
6435
6436 \end_inset
6437
6438 , que añade un poco más de espacio entre el delimitador y su contenido,
6439  y la variante 
6440 \series bold
6441
6442 \backslash
6443 bigl
6444 \series default
6445 -
6446 \series bold
6447
6448 \backslash
6449 bigr
6450 \series default
6451
6452 \begin_inset Index
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 Comandos ! B ! 
6457 \backslash
6458 bigl - 
6459 \backslash
6460 bigr
6461 \end_layout
6462
6463 \end_inset
6464
6465 , que no añade espacio adicional.
6466  La 
6467 \emph on
6468 l
6469 \emph default
6470  al final del comando 
6471 \series bold
6472
6473 \backslash
6474 bigl 
6475 \series default
6476 es para el delimitador izquierdo, la 
6477 \emph on
6478 r
6479 \emph default
6480  es para el delimitador derecho.
6481  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6482  apertura o de cierre.
6483 \end_layout
6484
6485 \begin_layout Standard
6486 En el siguiente cuadro hay una comparación de las variantes:
6487 \end_layout
6488
6489 \begin_layout Standard
6490 \noindent
6491 \align center
6492 \begin_inset Tabular
6493 <lyxtabular version="3" rows="5" columns="2">
6494 <features>
6495 <column alignment="center" valignment="top" width="0">
6496 <column alignment="center" valignment="top" width="0">
6497 <row>
6498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 Comando
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 Resultado
6512 \begin_inset Note Note
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516
6517 \series bold
6518
6519 \backslash
6520 raisebox
6521 \series default
6522  se usa sólo como espaciador
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 </row>
6533 <row>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538
6539 \backslash
6540 Bigm(
6541 \backslash
6542 bigm(
6543 \backslash
6544 ln(3x)
6545 \backslash
6546 bigm)^2
6547 \series bold
6548
6549 \begin_inset ERT
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553
6554
6555 \backslash
6556 spce 
6557 \end_layout
6558
6559 \end_inset
6560
6561
6562 \series default
6563
6564 \backslash
6565 Bigm)
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6575 \end_inset
6576
6577
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 </row>
6583 <row>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588
6589 \backslash
6590 Big(
6591 \backslash
6592 big(
6593 \backslash
6594 ln(3x)
6595 \backslash
6596 big)^2
6597 \series bold
6598
6599 \begin_inset ERT
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603
6604
6605 \backslash
6606 spce 
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \series default
6613
6614 \backslash
6615 Big)
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6625 \end_inset
6626
6627
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 </row>
6633 <row>
6634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \backslash
6640 Bigl(
6641 \backslash
6642 bigl(
6643 \backslash
6644 ln(3x)
6645 \backslash
6646 bigr)^2
6647 \series bold
6648
6649 \begin_inset ERT
6650 status collapsed
6651
6652 \begin_layout Plain Layout
6653
6654
6655 \backslash
6656 spce 
6657 \end_layout
6658
6659 \end_inset
6660
6661
6662 \series default
6663
6664 \backslash
6665 Bigr)
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 </row>
6683 <row>
6684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688
6689 \backslash
6690 bigl)
6691 \backslash
6692 ln(3x)
6693 \backslash
6694 bigr(
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6704 \end_inset
6705
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 </row>
6712 </lyxtabular>
6713
6714 \end_inset
6715
6716
6717 \end_layout
6718
6719 \begin_layout Subsubsection
6720 Tamaño automático de los delimitadores
6721 \begin_inset CommandInset label
6722 LatexCommand label
6723 name "sub:Tamaño-automático-de"
6724
6725 \end_inset
6726
6727
6728 \begin_inset Index
6729 status collapsed
6730
6731 \begin_layout Plain Layout
6732 Delimitadores ! tamaño automático
6733 \end_layout
6734
6735 \end_inset
6736
6737
6738 \end_layout
6739
6740 \begin_layout Standard
6741 Se pueden insertar delimitadores de tamaño variable con los comandos 
6742 \series bold
6743
6744 \backslash
6745 left
6746 \series default
6747
6748 \begin_inset Index
6749 status collapsed
6750
6751 \begin_layout Plain Layout
6752 Comandos ! L ! 
6753 \backslash
6754 left
6755 \end_layout
6756
6757 \end_inset
6758
6759  y 
6760 \series bold
6761
6762 \backslash
6763 right
6764 \series default
6765
6766 \begin_inset Index
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770 Comandos ! R ! 
6771 \backslash
6772 right
6773 \end_layout
6774
6775 \end_inset
6776
6777  o con el botón de la barra de ecuaciones 
6778 \begin_inset Graphics
6779         filename ../../images/dialog-show_mathdelimiter.png
6780         scale 85
6781
6782 \end_inset
6783
6784 .
6785  El delimitador deseado se debe insertar directamente detrás de 
6786 \series bold
6787
6788 \backslash
6789 left
6790 \series default
6791  y 
6792 \series bold
6793
6794 \backslash
6795 right
6796 \series default
6797 .
6798  El tamaño se calculará automáticamente después para la salida.
6799  
6800 \end_layout
6801
6802 \begin_layout Standard
6803 \noindent
6804 \align center
6805 delimitador normal: El comando 
6806 \series bold
6807
6808 \backslash
6809 ln(
6810 \backslash
6811 frac
6812 \series default
6813
6814 \begin_inset ERT
6815 status collapsed
6816
6817 \begin_layout Plain Layout
6818
6819
6820 \backslash
6821 spce 
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \series bold
6828 A
6829 \begin_inset Formula $\downarrow$
6830 \end_inset
6831
6832 C
6833 \series default
6834
6835 \begin_inset ERT
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839
6840
6841 \backslash
6842 spce
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \series bold
6849 )
6850 \series default
6851  genera
6852 \begin_inset Formula \[
6853 \ln(\frac{A}{C})\]
6854
6855 \end_inset
6856
6857
6858 \end_layout
6859
6860 \begin_layout Standard
6861 \noindent
6862 \align center
6863 delimitador multilínea: El comando 
6864 \series bold
6865
6866 \backslash
6867 ln
6868 \backslash
6869 left(
6870 \backslash
6871 frac
6872 \series default
6873
6874 \begin_inset ERT
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879
6880 \backslash
6881 spce 
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \series bold
6888 A
6889 \begin_inset Formula $\downarrow$
6890 \end_inset
6891
6892 C
6893 \series default
6894
6895 \begin_inset ERT
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899
6900
6901 \backslash
6902 spce 
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \series bold
6909
6910 \backslash
6911 right)
6912 \series default
6913  genera
6914 \begin_inset Formula \[
6915 \ln\left(\frac{A}{C}\right)\]
6916
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \begin_layout Standard
6923 En lugar de 
6924 \series bold
6925
6926 \backslash
6927 left
6928 \series default
6929  y 
6930 \series bold
6931
6932 \backslash
6933 right
6934 \series default
6935  se puede usar el atajo 
6936 \family sans
6937 Alt-m
6938 \begin_inset space ~
6939 \end_inset
6940
6941 delimitador
6942 \family default
6943 .
6944  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6945  real del delimitador y además se genera el correspondiente delimitador
6946  de cierre.
6947 \begin_inset Newline newline
6948 \end_inset
6949
6950 El comando para el último ejemplo sería 
6951 \series bold
6952
6953 \backslash
6954 ln Alt-m
6955 \series default
6956  
6957 \series bold
6958 (
6959 \backslash
6960 frac
6961 \begin_inset ERT
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965
6966
6967 \backslash
6968 spce 
6969 \end_layout
6970
6971 \end_inset
6972
6973 A
6974 \begin_inset Formula $\downarrow$
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \begin_layout Standard
6981 Para omitir uno de los dos delimitadores se inserta un punto.
6982  Por ejemplo, el comando 
6983 \series bold
6984
6985 \backslash
6986 left.
6987 \backslash
6988 frac
6989 \series default
6990
6991 \begin_inset ERT
6992 status collapsed
6993
6994 \begin_layout Plain Layout
6995
6996
6997 \backslash
6998 spce 
6999 \end_layout
7000
7001 \end_inset
7002
7003
7004 \series bold
7005 A
7006 \begin_inset Formula $\downarrow$
7007 \end_inset
7008
7009 B
7010 \series default
7011
7012 \begin_inset ERT
7013 status collapsed
7014
7015 \begin_layout Plain Layout
7016
7017
7018 \backslash
7019 spce 
7020 \end_layout
7021
7022 \end_inset
7023
7024
7025 \series bold
7026
7027 \backslash
7028 right}
7029 \series default
7030  da lugar a:
7031 \begin_inset Formula \[
7032 \left.\frac{A}{B}\right\} \]
7033
7034 \end_inset
7035
7036
7037 \end_layout
7038
7039 \begin_layout Standard
7040 LyX convertirá los comandos 
7041 \series bold
7042
7043 \backslash
7044 left
7045 \series default
7046  y 
7047 \series bold
7048
7049 \backslash
7050 right
7051 \series default
7052  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7053  omitido aparecerá como línea de trazos.
7054  
7055 \begin_inset VSpace bigskip
7056 \end_inset
7057
7058
7059 \end_layout
7060
7061 \begin_layout Standard
7062 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7063  de LaTeX, el comando 
7064 \series bold
7065
7066 \backslash
7067 middle
7068 \series default
7069
7070 \begin_inset Index
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074 Comandos ! M ! 
7075 \backslash
7076 middle
7077 \end_layout
7078
7079 \end_inset
7080
7081  está también disponible para todos los delimitadores y límites.
7082  Con este comando la altura del siguiente carácter se adapta a la de los
7083  delimitadores circundantes, lo que es necesario, p.
7084 \begin_inset space \thinspace{}
7085 \end_inset
7086
7087 e., para vectores físicos: 
7088 \begin_inset Formula \[
7089 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7090
7091 \end_inset
7092
7093
7094 \end_layout
7095
7096 \begin_layout Standard
7097 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7098 \begin_inset CommandInset ref
7099 LatexCommand ref
7100 reference "sub:Vectores-físicos"
7101
7102 \end_inset
7103
7104 .
7105 \end_layout
7106
7107 \begin_layout Subsection
7108 Delimitadores horizontales
7109 \begin_inset Index
7110 status collapsed
7111
7112 \begin_layout Plain Layout
7113 Delimitadores ! horizontales
7114 \end_layout
7115
7116 \end_inset
7117
7118
7119 \end_layout
7120
7121 \begin_layout Standard
7122 \noindent
7123 \align center
7124 \begin_inset Tabular
7125 <lyxtabular version="3" rows="4" columns="2">
7126 <features>
7127 <column alignment="center" valignment="top" width="0">
7128 <column alignment="center" valignment="top" width="0">
7129 <row>
7130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 Comando
7135 \begin_inset Note Note
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139
7140 \series bold
7141
7142 \backslash
7143 raisebox
7144 \series default
7145  se usa sólo como espaciador
7146 \end_layout
7147
7148 \end_inset
7149
7150
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 Resultado
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 </row>
7165 <row>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 \begin_inset ERT
7171 status collapsed
7172
7173 \begin_layout Plain Layout
7174
7175
7176 \backslash
7177 raisebox{2.3mm}{
7178 \end_layout
7179
7180 \end_inset
7181
7182
7183 \backslash
7184 overbrace
7185 \begin_inset ERT
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190
7191 \backslash
7192 spce 
7193 \end_layout
7194
7195 \end_inset
7196
7197 A+B
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 spce 
7206 \end_layout
7207
7208 \end_inset
7209
7210 ^
7211 \begin_inset ERT
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215
7216
7217 \backslash
7218 spce 
7219 \end_layout
7220
7221 \end_inset
7222
7223 3
7224 \begin_inset ERT
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228
7229 }
7230 \end_layout
7231
7232 \end_inset
7233
7234
7235 \begin_inset Index
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239 Comandos ! O ! 
7240 \backslash
7241 overbrace
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 \begin_inset Formula $\overbrace{A+B}^{3}$
7256 \end_inset
7257
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 </row>
7264 <row>
7265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 \begin_inset ERT
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273
7274
7275 \backslash
7276 raisebox{-2.2mm}{
7277 \end_layout
7278
7279 \end_inset
7280
7281
7282 \backslash
7283 underbrace
7284 \begin_inset ERT
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288
7289
7290 \backslash
7291 spce 
7292 \end_layout
7293
7294 \end_inset
7295
7296 A+B
7297 \begin_inset ERT
7298 status collapsed
7299
7300 \begin_layout Plain Layout
7301
7302
7303 \backslash
7304 spce 
7305 \end_layout
7306
7307 \end_inset
7308
7309 _5
7310 \begin_inset ERT
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314
7315 }
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \begin_inset Index
7322 status collapsed
7323
7324 \begin_layout Plain Layout
7325 Comandos ! U ! 
7326 \backslash
7327 underbrace
7328 \end_layout
7329
7330 \end_inset
7331
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 \begin_inset Formula $\underbrace{A+B}_{5}$
7342 \end_inset
7343
7344
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 </row>
7350 <row>
7351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355
7356 \backslash
7357 overbrace
7358 \begin_inset ERT
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362
7363
7364 \backslash
7365 spce 
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \backslash
7372 underbrace
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 spce 
7381 \end_layout
7382
7383 \end_inset
7384
7385 A+B_w
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 spce 
7394 \end_layout
7395
7396 \end_inset
7397
7398
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404
7405 \backslash
7406 spce 
7407 \end_layout
7408
7409 \end_inset
7410
7411 _7
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417
7418 \backslash
7419 spce 
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \begin_inset ERT
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429
7430
7431 \backslash
7432 spce 
7433 \end_layout
7434
7435 \end_inset
7436
7437 ^
7438 \begin_inset ERT
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442
7443
7444 \backslash
7445 spce 
7446 \end_layout
7447
7448 \end_inset
7449
7450 C
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 </lyxtabular>
7469
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \begin_layout Standard
7476 En el último ejemplo no importa en qué orden se introducen los comandos
7477  
7478 \series bold
7479
7480 \backslash
7481 overbrace
7482 \series default
7483  y 
7484 \series bold
7485
7486 \backslash
7487 underbrace
7488 \series default
7489 .
7490 \begin_inset VSpace bigskip
7491 \end_inset
7492
7493
7494 \end_layout
7495
7496 \begin_layout Standard
7497 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7498  multilínea, como se describe en
7499 \begin_inset space ~
7500 \end_inset
7501
7502
7503 \begin_inset CommandInset ref
7504 LatexCommand ref
7505 reference "sec:Ecuaciones-multilínea"
7506
7507 \end_inset
7508
7509 :
7510 \begin_inset Formula \begin{eqnarray*}
7511 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7512  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7513
7514 \end_inset
7515
7516 En la primera fila se insertan la ecuación y la primera llave.
7517  Aquí es importante insertar el comando de espacio
7518 \begin_inset Foot
7519 status collapsed
7520
7521 \begin_layout Plain Layout
7522 Los comandos para espacios se explican en 
7523 \begin_inset CommandInset ref
7524 LatexCommand ref
7525 reference "sub:Espacio-predefinido"
7526
7527 \end_inset
7528
7529
7530 \end_layout
7531
7532 \end_inset
7533
7534  
7535 \series bold
7536
7537 \backslash
7538 :
7539 \series default
7540  antes de la primera
7541 \series bold
7542  
7543 \series default
7544
7545 \begin_inset Formula $d$
7546 \end_inset
7547
7548 , porque la llave que termina detrás de 
7549 \begin_inset Formula $q$
7550 \end_inset
7551
7552  impide que el siguiente 
7553 \begin_inset Quotes fld
7554 \end_inset
7555
7556 +
7557 \begin_inset Quotes frd
7558 \end_inset
7559
7560  esté rodeado de espacio.
7561 \begin_inset Foot
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565 Debido a que la llave no es considerada como carácter, véase 
7566 \begin_inset CommandInset ref
7567 LatexCommand ref
7568 reference "sub:Operadores-binarios"
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576
7577  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7578  de 
7579 \begin_inset Formula $b$
7580 \end_inset
7581
7582  se inserta antes el comando 
7583 \series bold
7584
7585 \backslash
7586 hphantom{gggg+
7587 \backslash
7588 :}
7589 \series default
7590 .
7591 \begin_inset Foot
7592 status collapsed
7593
7594 \begin_layout Plain Layout
7595 Más sobre 
7596 \series bold
7597
7598 \backslash
7599 hphantom
7600 \series default
7601  en 
7602 \begin_inset CommandInset ref
7603 LatexCommand ref
7604 reference "sub:Espaciadores-fantasma"
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612
7613  Ese espacio es necesario porque el signo 
7614 \begin_inset Quotes fld
7615 \end_inset
7616
7617 +
7618 \begin_inset Quotes frd
7619 \end_inset
7620
7621  va seguido de un espacio en la ecuación.
7622  La llave se coloca bajo el comando 
7623 \series bold
7624
7625 \backslash
7626 hphantom{bbqq+dddd}
7627 \series default
7628 .
7629  
7630 \end_layout
7631
7632 \begin_layout Standard
7633 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7634  ejemplo:
7635 \begin_inset ERT
7636 status collapsed
7637
7638 \begin_layout Plain Layout
7639
7640
7641 \backslash
7642 setlength{
7643 \backslash
7644 jot}{-6pt}
7645 \end_layout
7646
7647 \end_inset
7648
7649
7650 \begin_inset Formula \begin{eqnarray*}
7651  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7652 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7653
7654 \end_inset
7655
7656
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 setlength{
7665 \backslash
7666 jot}{3pt}
7667 \end_layout
7668
7669 \end_inset
7670
7671 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7672  anterior, con la diferencia de que la llave está encima.
7673  La segunda fila contiene la ecuación junto con la segunda llave.
7674  Para evitar que haya demasiado espacio entre la llave superior en la primera
7675  fila y la ecuación hay que reducirlo.
7676  Esto no es fácil de hacer debido a un fallo de LyX.
7677 \begin_inset Foot
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681 \begin_inset CommandInset href
7682 LatexCommand href
7683 name "LyX-bug #1505"
7684 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7685
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \end_inset
7692
7693  Una solución es cambiar la separación global de filas en la ecuación, 
7694 \series bold
7695
7696 \backslash
7697 jot
7698 \series default
7699
7700 \begin_inset Index
7701 status collapsed
7702
7703 \begin_layout Plain Layout
7704 Comandos ! J ! 
7705 \backslash
7706 jot
7707 \end_layout
7708
7709 \end_inset
7710
7711 , en -6
7712 \begin_inset space \thinspace{}
7713 \end_inset
7714
7715 pt insertando antes de la ecuación el comando 
7716 \series bold
7717
7718 \backslash
7719 setlength{
7720 \backslash
7721 jot}{-6pt}
7722 \series default
7723  en modo TeX.
7724  Después de la ecuación se vuelve al valor normal 3
7725 \begin_inset space \thinspace{}
7726 \end_inset
7727
7728 pt de 
7729 \series bold
7730
7731 \backslash
7732 jot
7733 \series default
7734  usando el mismo comando.
7735  Más información sobre separación de filas en ecuaciones en
7736 \begin_inset space ~
7737 \end_inset
7738
7739
7740 \begin_inset CommandInset ref
7741 LatexCommand ref
7742 reference "sub:Separación-de-líneas"
7743
7744 \end_inset
7745
7746 .
7747 \end_layout
7748
7749 \begin_layout Section
7750 Flechas
7751 \begin_inset Index
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755 Flechas
7756 \end_layout
7757
7758 \end_inset
7759
7760
7761 \end_layout
7762
7763 \begin_layout Standard
7764 Las flechas se pueden insertar con el botón 
7765 \begin_inset Graphics
7766         filename ../../images/math/leftarrow.png
7767         scale 85
7768
7769 \end_inset
7770
7771  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7772  siguientes.
7773 \end_layout
7774
7775 \begin_layout Subsection
7776 Flechas horizontales
7777 \begin_inset Index
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781 Flechas ! horizontales
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \begin_layout Standard
7790 \begin_inset space \hfill{}
7791 \end_inset
7792
7793
7794 \begin_inset Tabular
7795 <lyxtabular version="3" rows="8" columns="2">
7796 <features>
7797 <column alignment="center" valignment="top" width="0pt">
7798 <column alignment="center" valignment="top" width="0pt">
7799 <row>
7800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 Comando
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 Resultado
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \backslash
7826 gets
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 \begin_inset Formula $\gets$
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row>
7845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \backslash
7851 Leftarrow
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 \begin_inset Formula $\Leftarrow$
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \backslash
7876 longleftarrow
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 \begin_inset Formula $\longleftarrow$
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \backslash
7901 Longleftarrow
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 \begin_inset Formula $\Longleftarrow$
7911 \end_inset
7912
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \backslash
7926 leftharpoonup
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 \begin_inset Formula $\leftharpoonup$
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \backslash
7951 leftharpoondown
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 \begin_inset Formula $\leftharpoondown$
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \backslash
7976 hookleftarrow
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 \begin_inset Formula $\hookleftarrow$
7986 \end_inset
7987
7988
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 </lyxtabular>
7995
7996 \end_inset
7997
7998
7999 \begin_inset space \hfill{}
8000 \end_inset
8001
8002
8003 \begin_inset Tabular
8004 <lyxtabular version="3" rows="8" columns="2">
8005 <features>
8006 <column alignment="center" valignment="top" width="0pt">
8007 <column alignment="center" valignment="top" width="0pt">
8008 <row>
8009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Comando
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 Resultado
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \backslash
8035 to
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 \begin_inset Formula $\to$
8045 \end_inset
8046
8047
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058
8059 \backslash
8060 Rightarrow
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 \begin_inset Formula $\Rightarrow$
8070 \end_inset
8071
8072
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \backslash
8085 longrightarrow
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 \begin_inset Formula $\longrightarrow$
8095 \end_inset
8096
8097
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \backslash
8110 Longrightarrow
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 \begin_inset Formula $\Longrightarrow$
8120 \end_inset
8121
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \backslash
8135 rightharpoonup
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 \begin_inset Formula $\rightharpoonup$
8145 \end_inset
8146
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \backslash
8160 rightharpoondown
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 \begin_inset Formula $\rightharpoondown$
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \backslash
8185 hookrightarrow
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 \begin_inset Formula $\hookrightarrow$
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 </lyxtabular>
8204
8205 \end_inset
8206
8207
8208 \begin_inset space \hfill{}
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \begin_layout Standard
8215 \begin_inset space \hfill{}
8216 \end_inset
8217
8218
8219 \begin_inset Tabular
8220 <lyxtabular version="3" rows="6" columns="2">
8221 <features>
8222 <column alignment="center" valignment="top" width="0pt">
8223 <column alignment="center" valignment="top" width="0pt">
8224 <row>
8225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Comando
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 Resultado
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \backslash
8251 leftrightarrow
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 \begin_inset Formula $\leftrightarrow$
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \backslash
8276 Leftrightarrow
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 \begin_inset Formula $\Leftrightarrow$
8286 \end_inset
8287
8288
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \backslash
8301 longleftrightarrow
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\longleftrightarrow$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \backslash
8326 Longleftrightarrow
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 \begin_inset Formula $\Longleftrightarrow$
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \backslash
8351 rightleftharpoons
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 \begin_inset Formula $\rightleftharpoons$
8361 \end_inset
8362
8363
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 </lyxtabular>
8370
8371 \end_inset
8372
8373
8374 \begin_inset space \hspace{}
8375 \length 25pt
8376 \end_inset
8377
8378
8379 \begin_inset space \hfill{}
8380 \end_inset
8381
8382
8383 \begin_inset Tabular
8384 <lyxtabular version="3" rows="5" columns="2">
8385 <features>
8386 <column alignment="center" valignment="top" width="0pt">
8387 <column alignment="center" valignment="top" width="0pt">
8388 <row>
8389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Comando
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Resultado
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 mapsto
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\mapsto$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 longmapsto
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\longmapsto$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 leadsto
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\leadsto$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 dasharrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\dasharrow$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 </lyxtabular>
8509
8510 \end_inset
8511
8512
8513 \begin_inset space \hfill{}
8514 \end_inset
8515
8516
8517 \begin_inset VSpace medskip
8518 \end_inset
8519
8520
8521 \end_layout
8522
8523 \begin_layout Standard
8524 Las flechas que se utilizan como acentos, p.
8525 \begin_inset space \thinspace{}
8526 \end_inset
8527
8528 e.
8529  en vectores, se describen en 
8530 \begin_inset CommandInset ref
8531 LatexCommand ref
8532 reference "sec:Acentos"
8533
8534 \end_inset
8535
8536 .
8537  
8538 \begin_inset VSpace bigskip
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \begin_layout Standard
8545 Además hay las flechas etiquetadas
8546 \begin_inset Index
8547 status collapsed
8548
8549 \begin_layout Plain Layout
8550 Flechas ! etiquetadas
8551 \end_layout
8552
8553 \end_inset
8554
8555  
8556 \series bold
8557
8558 \backslash
8559 xleftarrow
8560 \series default
8561
8562 \begin_inset Index
8563 status collapsed
8564
8565 \begin_layout Plain Layout
8566 Comandos ! X ! 
8567 \backslash
8568 xleftarrow
8569 \end_layout
8570
8571 \end_inset
8572
8573  y 
8574 \series bold
8575
8576 \backslash
8577 xrightarrow
8578 \series default
8579
8580 \begin_inset Index
8581 status collapsed
8582
8583 \begin_layout Plain Layout
8584 Comandos ! X ! 
8585 \backslash
8586 xrightarrow
8587 \begin_inset ERT
8588 status collapsed
8589
8590 \begin_layout Plain Layout
8591
8592
8593 \backslash
8594 vspace{4mm}
8595 \end_layout
8596
8597 \end_inset
8598
8599
8600 \end_layout
8601
8602 \end_inset
8603
8604 .
8605  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8606  con dos marcos azules donde se puede insertar la etiqueta.
8607  La longitud de la flecha se adapta a la anchura de la etiqueta.
8608 \end_layout
8609
8610 \begin_layout Standard
8611 \noindent
8612 \align center
8613 \begin_inset Tabular
8614 <lyxtabular version="3" rows="3" columns="2">
8615 <features>
8616 <column alignment="center" valignment="top" width="0">
8617 <column alignment="center" valignment="top" width="0">
8618 <row>
8619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Comando
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Resultado
8633 \begin_inset Note Note
8634 status collapsed
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639
8640 \backslash
8641 raisebox
8642 \series default
8643  se usa sólo como espaciador
8644 \end_layout
8645
8646 \end_inset
8647
8648
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 F(a)
8660 \backslash
8661 xleftarrow
8662 \begin_inset ERT
8663 status collapsed
8664
8665 \begin_layout Plain Layout
8666
8667
8668 \backslash
8669 spce 
8670 \end_layout
8671
8672 \end_inset
8673
8674 x=a
8675 \begin_inset Formula $\downarrow$
8676 \end_inset
8677
8678 x>0
8679 \begin_inset Formula $\to$
8680 \end_inset
8681
8682 F(x)
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8692 \end_inset
8693
8694
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 F(x)
8706 \backslash
8707 xrightarrow
8708 \begin_inset ERT
8709 status collapsed
8710
8711 \begin_layout Plain Layout
8712
8713
8714 \backslash
8715 spce 
8716 \end_layout
8717
8718 \end_inset
8719
8720 x=a
8721 \begin_inset Formula $\downarrow$
8722 \end_inset
8723
8724 x>0
8725 \begin_inset Formula $\to$
8726 \end_inset
8727
8728 F(a)
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8738 \end_inset
8739
8740
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 </lyxtabular>
8747
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \begin_layout Subsection
8754 Flechas verticales y diagonales
8755 \begin_inset Index
8756 status collapsed
8757
8758 \begin_layout Plain Layout
8759 Flechas ! diagonales
8760 \end_layout
8761
8762 \end_inset
8763
8764
8765 \begin_inset Index
8766 status collapsed
8767
8768 \begin_layout Plain Layout
8769 Flechas ! verticales
8770 \end_layout
8771
8772 \end_inset
8773
8774
8775 \end_layout
8776
8777 \begin_layout Standard
8778 \begin_inset space \hfill{}
8779 \end_inset
8780
8781
8782 \begin_inset Tabular
8783 <lyxtabular version="3" rows="7" columns="2">
8784 <features>
8785 <column alignment="center" valignment="top" width="0pt">
8786 <column alignment="center" valignment="top" width="0pt">
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Comando
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Resultado
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \backslash
8814 uparrow
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 \begin_inset Formula $\uparrow$
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \backslash
8839 Uparrow
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 \begin_inset Formula $\Uparrow$
8849 \end_inset
8850
8851
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \backslash
8864 updownarrow
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 \begin_inset Formula $\updownarrow$
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \backslash
8889 Updownarrow
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 \begin_inset Formula $\Updownarrow$
8899 \end_inset
8900
8901
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912
8913 \backslash
8914 Downarrow
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 \begin_inset Formula $\Downarrow$
8924 \end_inset
8925
8926
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \backslash
8939 downarrow
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 \begin_inset Formula $\downarrow$
8949 \end_inset
8950
8951
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 </lyxtabular>
8958
8959 \end_inset
8960
8961
8962 \begin_inset space \hfill{}
8963 \end_inset
8964
8965
8966 \begin_inset Tabular
8967 <lyxtabular version="3" rows="5" columns="2">
8968 <features>
8969 <column alignment="center" valignment="top" width="0pt">
8970 <column alignment="center" valignment="top" width="0pt">
8971 <row>
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Comando
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 Resultado
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \backslash
8998 nearrow
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 \begin_inset Formula $\nearrow$
9008 \end_inset
9009
9010
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \backslash
9023 searrow
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 \begin_inset Formula $\searrow$
9033 \end_inset
9034
9035
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \backslash
9048 swarrow
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 \begin_inset Formula $\swarrow$
9058 \end_inset
9059
9060
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \backslash
9073 nwarrow
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 \begin_inset Formula $\nwarrow$
9083 \end_inset
9084
9085
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 </lyxtabular>
9092
9093 \end_inset
9094
9095
9096 \begin_inset space \hfill{}
9097 \end_inset
9098
9099
9100 \end_layout
9101
9102 \begin_layout Standard
9103 \begin_inset VSpace medskip
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \begin_layout Standard
9110 Las flechas verticales también se pueden usar como delimitadores junto con
9111  los comandos descritos en
9112 \begin_inset space ~
9113 \end_inset
9114
9115
9116 \begin_inset CommandInset ref
9117 LatexCommand ref
9118 reference "sub:Tamaño-manual-de"
9119
9120 \end_inset
9121
9122  y 
9123 \begin_inset CommandInset ref
9124 LatexCommand ref
9125 reference "sub:Tamaño-automático-de"
9126
9127 \end_inset
9128
9129 .
9130 \end_layout
9131
9132 \begin_layout Standard
9133
9134 \end_layout
9135
9136 \begin_layout Section
9137 Acentos
9138 \begin_inset CommandInset label
9139 LatexCommand label
9140 name "sec:Acentos"
9141
9142 \end_inset
9143
9144
9145 \begin_inset Index
9146 status collapsed
9147
9148 \begin_layout Plain Layout
9149 Acentos
9150 \end_layout
9151
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \begin_layout Standard
9158 Los acentos se pueden insertar con el botón 
9159 \begin_inset Graphics
9160         filename ../../images/math/hat.png
9161         scale 85
9162
9163 \end_inset
9164
9165  o mediante los comandos listados en las siguientes subsecciones.
9166 \end_layout
9167
9168 \begin_layout Subsection
9169 Acentos para un carácter
9170 \begin_inset ERT
9171 status collapsed
9172
9173 \begin_layout Plain Layout
9174
9175
9176 \backslash
9177 texorpdfstring{
9178 \end_layout
9179
9180 \end_inset
9181
9182
9183 \begin_inset Foot
9184 status open
9185
9186 \begin_layout Plain Layout
9187 Para acentos en texto, véase 
9188 \begin_inset CommandInset ref
9189 LatexCommand ref
9190 reference "sub:Acentos-en-texto"
9191
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \end_inset
9198
9199
9200 \begin_inset ERT
9201 status collapsed
9202
9203 \begin_layout Plain Layout
9204
9205 }{}
9206 \end_layout
9207
9208 \end_inset
9209
9210
9211 \begin_inset Note Note
9212 status collapsed
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9218  PDF.
9219 \end_layout
9220
9221 \begin_layout Plain Layout
9222 Más sobre 
9223 \backslash
9224 texorpdfstring en la sección 
9225 \begin_inset CommandInset ref
9226 LatexCommand ref
9227 reference "sub:Ecuaciones-en-títulos"
9228
9229 \end_inset
9230
9231 .
9232 \end_layout
9233
9234 \end_inset
9235
9236
9237 \begin_inset CommandInset label
9238 LatexCommand label
9239 name "sub:Acentos-para-un"
9240
9241 \end_inset
9242
9243
9244 \begin_inset Index
9245 status collapsed
9246
9247 \begin_layout Plain Layout
9248 Acentos ! para un carácter
9249 \end_layout
9250
9251 \end_inset
9252
9253
9254 \end_layout
9255
9256 \begin_layout Standard
9257 \begin_inset space \hfill{}
9258 \end_inset
9259
9260
9261 \begin_inset Tabular
9262 <lyxtabular version="3" rows="8" columns="2">
9263 <features>
9264 <column alignment="center" valignment="top" width="0pt">
9265 <column alignment="center" valignment="top" width="0pt">
9266 <row>
9267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 Comando
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 Resultado
9281 \begin_inset Note Note
9282 status collapsed
9283
9284 \begin_layout Plain Layout
9285
9286 \series bold
9287
9288 \backslash
9289 raisebox
9290 \series default
9291  se usa sólo como espaciador
9292 \end_layout
9293
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \backslash
9309 dot
9310 \begin_inset ERT
9311 status collapsed
9312
9313 \begin_layout Plain Layout
9314
9315
9316 \backslash
9317 spce 
9318 \end_layout
9319
9320 \end_inset
9321
9322 A
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \backslash
9347 ddot
9348 \begin_inset ERT
9349 status collapsed
9350
9351 \begin_layout Plain Layout
9352
9353
9354 \backslash
9355 spce 
9356 \end_layout
9357
9358 \end_inset
9359
9360 A
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \backslash
9385 dddot
9386 \begin_inset ERT
9387 status collapsed
9388
9389 \begin_layout Plain Layout
9390
9391
9392 \backslash
9393 spce 
9394 \end_layout
9395
9396 \end_inset
9397
9398 A
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \backslash
9423 ddddot{A
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \backslash
9448 vec
9449 \begin_inset ERT
9450 status collapsed
9451
9452 \begin_layout Plain Layout
9453
9454
9455 \backslash
9456 spce 
9457 \end_layout
9458
9459 \end_inset
9460
9461 A
9462 \begin_inset Index
9463 status collapsed
9464
9465 \begin_layout Plain Layout
9466 Vectores
9467 \end_layout
9468
9469 \end_inset
9470
9471
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9481 \end_inset
9482
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row>
9490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \backslash
9496 bar
9497 \begin_inset ERT
9498 status collapsed
9499
9500 \begin_layout Plain Layout
9501
9502
9503 \backslash
9504 spce 
9505 \end_layout
9506
9507 \end_inset
9508
9509 A
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9519 \end_inset
9520
9521
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row>
9528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \backslash
9534 mathring
9535 \begin_inset ERT
9536 status collapsed
9537
9538 \begin_layout Plain Layout
9539
9540
9541 \backslash
9542 spce 
9543 \end_layout
9544
9545 \end_inset
9546
9547 A
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 </lyxtabular>
9566
9567 \end_inset
9568
9569
9570 \begin_inset space \hfill{}
9571 \end_inset
9572
9573
9574 \begin_inset Tabular
9575 <lyxtabular version="3" rows="7" columns="2">
9576 <features>
9577 <column alignment="center" valignment="top" width="0pt">
9578 <column alignment="center" valignment="top" width="0pt">
9579 <row>
9580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584 Comando
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 Resultado
9594 \begin_inset Note Note
9595 status collapsed
9596
9597 \begin_layout Plain Layout
9598
9599 \series bold
9600
9601 \backslash
9602 raisebox
9603 \series default
9604  se usa sólo como espaciador
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row>
9616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620
9621 \backslash
9622 tilde
9623 \begin_inset ERT
9624 status collapsed
9625
9626 \begin_layout Plain Layout
9627
9628
9629 \backslash
9630 spce 
9631 \end_layout
9632
9633 \end_inset
9634
9635 A
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9645 \end_inset
9646
9647
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 </row>
9653 <row>
9654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658
9659 \backslash
9660 hat
9661 \begin_inset ERT
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665
9666
9667 \backslash
9668 spce 
9669 \end_layout
9670
9671 \end_inset
9672
9673 A
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \backslash
9698 check
9699 \begin_inset ERT
9700 status collapsed
9701
9702 \begin_layout Plain Layout
9703
9704
9705 \backslash
9706 spce 
9707 \end_layout
9708
9709 \end_inset
9710
9711 A
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \backslash
9736 acute
9737 \begin_inset ERT
9738 status collapsed
9739
9740 \begin_layout Plain Layout
9741
9742
9743 \backslash
9744 spce 
9745 \end_layout
9746
9747 \end_inset
9748
9749 A
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \backslash
9774 grave
9775 \begin_inset ERT
9776 status collapsed
9777
9778 \begin_layout Plain Layout
9779
9780
9781 \backslash
9782 spce 
9783 \end_layout
9784
9785 \end_inset
9786
9787 A
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9797 \end_inset
9798
9799
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \backslash
9812 breve
9813 \begin_inset ERT
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817
9818
9819 \backslash
9820 spce 
9821 \end_layout
9822
9823 \end_inset
9824
9825 A
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 </lyxtabular>
9844
9845 \end_inset
9846
9847
9848 \begin_inset space \hfill{}
9849 \end_inset
9850
9851
9852 \end_layout
9853
9854 \begin_layout Standard
9855 \begin_inset VSpace bigskip
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \begin_layout Standard
9862 Para poner diéresis
9863 \begin_inset Index
9864 status collapsed
9865
9866 \begin_layout Plain Layout
9867 Diéresis
9868 \end_layout
9869
9870 \end_inset
9871
9872  en una ecuación se insertan comillas antes de la vocal.
9873  Estos dos caracteres son considerados por LaTeX como 
9874 \emph on
9875 un solo
9876 \emph default
9877  carácter si la parte de la ecuación con la diéresis se marca con idioma
9878  alemán.
9879 \begin_inset Foot
9880 status collapsed
9881
9882 \begin_layout Plain Layout
9883 O algún otro idioma que use acentos, p.
9884 \begin_inset space \thinspace{}
9885 \end_inset
9886
9887 e.
9888  catalán.
9889  Sin embargo, en español no funciona por algún conflicto con el estilo 
9890 \series bold
9891 spanish
9892 \series default
9893  de 
9894 \series bold
9895 babel
9896 \series default
9897 .
9898  Dicho estilo suministra la orden 
9899 \series bold
9900
9901 \backslash
9902 dotlessi
9903 \series default
9904  para generar una 
9905 \begin_inset Quotes fld
9906 \end_inset
9907
9908 i
9909 \begin_inset Quotes frd
9910 \end_inset
9911
9912  sin punto en modo matemático, que se puede usar como alternativa al comando
9913  
9914 \series bold
9915
9916 \begin_inset Quotes eld
9917 \end_inset
9918
9919 i
9920 \series default
9921 , p.e., el comando 
9922 \series bold
9923
9924 \backslash
9925 ddot
9926 \series default
9927
9928 \begin_inset ERT
9929 status collapsed
9930
9931 \begin_layout Plain Layout
9932
9933
9934 \backslash
9935 spce 
9936 \end_layout
9937
9938 \end_inset
9939
9940
9941 \series bold
9942
9943 \backslash
9944 dotlessi
9945 \series default
9946  genera
9947 \series bold
9948  
9949 \series default
9950
9951 \begin_inset Formula $\ddot{\dotlessi}$
9952 \end_inset
9953
9954 .
9955  Véase la documentación del estilo, 
9956 \begin_inset CommandInset citation
9957 LatexCommand cite
9958 key "spanish"
9959
9960 \end_inset
9961
9962 .
9963  También se puede usar 
9964 \series bold
9965
9966 \backslash
9967 imath
9968 \series default
9969  en vez de 
9970 \series bold
9971
9972 \backslash
9973 dotlessi
9974 \series default
9975 .
9976  (
9977 \emph on
9978 N.
9979 \begin_inset space \thinspace{}
9980 \end_inset
9981
9982 del t.
9983 \emph default
9984 )
9985 \end_layout
9986
9987 \end_inset
9988
9989  A diferencia de 
9990 \series bold
9991
9992 \backslash
9993 ddot
9994 \series default
9995 , con este método se generan diéresis 
9996 \begin_inset Quotes fld
9997 \end_inset
9998
9999 reales
10000 \begin_inset Quotes frd
10001 \end_inset
10002
10003 , como se demuestra en el siguiente ejemplo:
10004 \begin_inset VSpace -2mm
10005 \end_inset
10006
10007
10008 \end_layout
10009
10010 \begin_layout Standard
10011 \noindent
10012 \align center
10013 \begin_inset Tabular
10014 <lyxtabular version="3" rows="3" columns="2">
10015 <features>
10016 <column alignment="center" valignment="top" width="0">
10017 <column alignment="center" valignment="top" width="0">
10018 <row>
10019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Comando
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 Resultado
10033 \begin_inset Note Note
10034 status collapsed
10035
10036 \begin_layout Plain Layout
10037
10038 \series bold
10039
10040 \backslash
10041 raisebox
10042 \series default
10043  se usa sólo como espaciador.
10044 \end_layout
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row>
10055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 \begin_inset Quotes grd
10060 \end_inset
10061
10062 i
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 \begin_inset Formula $\ddot{\dotlessi}$
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \backslash
10087 ddot
10088 \begin_inset ERT
10089 status collapsed
10090
10091 \begin_layout Plain Layout
10092
10093
10094 \backslash
10095 spce 
10096 \end_layout
10097
10098 \end_inset
10099
10100 i
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 </lyxtabular>
10119
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \begin_layout Standard
10126 Otra ventaja frente a 
10127 \series bold
10128
10129 \backslash
10130 ddot
10131 \series default
10132  es que la diéresis puede convertirse directamente a texto matemático, porque
10133  los anteriores comandos para acentos 
10134 \emph on
10135 no están permitidos en texto matemático
10136 \emph default
10137 .
10138  Para convertir un carácter acentuado a texto matemático, se debe convertir
10139  sólo el carácter bajo el acento.
10140  Esto también se aplica para otras conversiones, p.
10141 \begin_inset space \thinspace{}
10142 \end_inset
10143
10144 e.
10145 \begin_inset space ~
10146 \end_inset
10147
10148 cursiva o negrita.
10149 \end_layout
10150
10151 \begin_layout Standard
10152 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10153 \end_layout
10154
10155 \begin_layout Subsection
10156 Acentos para operadores
10157 \begin_inset Index
10158 status collapsed
10159
10160 \begin_layout Plain Layout
10161 Acentos ! en operadores
10162 \end_layout
10163
10164 \end_inset
10165
10166
10167 \end_layout
10168
10169 \begin_layout Standard
10170 Con los comandos 
10171 \series bold
10172
10173 \backslash
10174 overset
10175 \series default
10176
10177 \begin_inset Index
10178 status collapsed
10179
10180 \begin_layout Plain Layout
10181 Comandos ! O ! 
10182 \backslash
10183 overset
10184 \end_layout
10185
10186 \end_inset
10187
10188  y 
10189 \series bold
10190
10191 \backslash
10192 underset
10193 \series default
10194
10195 \begin_inset Index
10196 status collapsed
10197
10198 \begin_layout Plain Layout
10199 Comandos ! U ! 
10200 \backslash
10201 underset
10202 \end_layout
10203
10204 \end_inset
10205
10206  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10207  Con el comando 
10208 \series bold
10209
10210 \backslash
10211 sideset
10212 \series default
10213
10214 \begin_inset Index
10215 status collapsed
10216
10217 \begin_layout Plain Layout
10218 Comandos ! S ! 
10219 \backslash
10220 sideset
10221 \end_layout
10222
10223 \end_inset
10224
10225  se pueden poner caracteres delante y detrás de un operador.
10226  El esquema del comando es:
10227 \end_layout
10228
10229 \begin_layout Standard
10230
10231 \series bold
10232
10233 \backslash
10234 sideset{carácter
10235 \series default
10236  
10237 \series bold
10238 anterior}{carácter posterior}
10239 \end_layout
10240
10241 \begin_layout Standard
10242
10243 \series bold
10244
10245 \backslash
10246 sideset
10247 \series default
10248  siempre debe estar delante del operador que debe acentuarse.
10249  Se puede acentuar con varios caracteres e incluso con otros operadores
10250  y símbolos.
10251  Para colocar con
10252 \series bold
10253  
10254 \backslash
10255 sideset
10256 \series default
10257  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10258  el primer par de llaves, pero sin quitarlas.
10259  
10260 \end_layout
10261
10262 \begin_layout Standard
10263 Por ejemplo, el comando 
10264 \series bold
10265
10266 \backslash
10267 sideset{
10268 \begin_inset Formula $\to$
10269 \end_inset
10270
10271
10272 \backslash
10273 {
10274 \series default
10275 '
10276 \series bold
10277
10278 \begin_inset Formula $\to$
10279 \end_inset
10280
10281
10282 \backslash
10283 sum_k=1
10284 \begin_inset ERT
10285 status collapsed
10286
10287 \begin_layout Plain Layout
10288
10289
10290 \backslash
10291 spce 
10292 \end_layout
10293
10294 \end_inset
10295
10296
10297 \series default
10298 ^
10299 \series bold
10300
10301 \begin_inset ERT
10302 status collapsed
10303
10304 \begin_layout Plain Layout
10305
10306
10307 \backslash
10308 spce 
10309 \end_layout
10310
10311 \end_inset
10312
10313 n
10314 \series default
10315  genera:
10316 \begin_inset Formula \[
10317 \sideset{}{'}\sum_{k=1}^{n}\]
10318
10319 \end_inset
10320
10321
10322 \end_layout
10323
10324 \begin_layout Standard
10325 El comando 
10326 \series bold
10327
10328 \backslash
10329 overset
10330 \begin_inset ERT
10331 status collapsed
10332
10333 \begin_layout Plain Layout
10334
10335
10336 \backslash
10337 spce 
10338 \end_layout
10339
10340 \end_inset
10341
10342
10343 \backslash
10344 maltese
10345 \begin_inset ERT
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349
10350
10351 \backslash
10352 spce 
10353 \end_layout
10354
10355 \end_inset
10356
10357
10358 \series default
10359
10360 \begin_inset Formula $\uparrow$
10361 \end_inset
10362
10363
10364 \series bold
10365 a
10366 \series default
10367  genera:
10368 \begin_inset Formula \[
10369 \overset{a}{\maltese}\]
10370
10371 \end_inset
10372
10373
10374 \end_layout
10375
10376 \begin_layout Standard
10377 Como se ve en el último ejemplo, con 
10378 \series bold
10379
10380 \backslash
10381 overset
10382 \series default
10383  y 
10384 \series bold
10385
10386 \backslash
10387 underset
10388 \series default
10389  también se pueden acentuar símbolos y caracteres; con 
10390 \series bold
10391
10392 \backslash
10393 sideset
10394 \series default
10395  esto no es posible.
10396 \end_layout
10397
10398 \begin_layout Subsection
10399 Acentos para varios caracteres
10400 \begin_inset CommandInset label
10401 LatexCommand label
10402 name "sub:Acentos-para-varios"
10403
10404 \end_inset
10405
10406
10407 \begin_inset Index
10408 status collapsed
10409
10410 \begin_layout Plain Layout
10411 Acentos ! en varios caracteres
10412 \end_layout
10413
10414 \end_inset
10415
10416
10417 \end_layout
10418
10419 \begin_layout Standard
10420 \begin_inset space \hfill{}
10421 \end_inset
10422
10423
10424 \begin_inset Tabular
10425 <lyxtabular version="3" rows="5" columns="2">
10426 <features>
10427 <column alignment="center" valignment="top" width="0pt">
10428 <column alignment="center" valignment="top" width="0pt">
10429 <row>
10430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Comando
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Resultado
10444 \begin_inset Note Note
10445 status collapsed
10446
10447 \begin_layout Plain Layout
10448
10449 \series bold
10450
10451 \backslash
10452 raisebox
10453 \series default
10454  se usa sólo como espaciador
10455 \end_layout
10456
10457 \end_inset
10458
10459
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \backslash
10472 overleftarrow
10473 \begin_inset ERT
10474 status collapsed
10475
10476 \begin_layout Plain Layout
10477
10478
10479 \backslash
10480 spce 
10481 \end_layout
10482
10483 \end_inset
10484
10485 A=B
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10495 \end_inset
10496
10497
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \backslash
10510 underleftarrow
10511 \begin_inset ERT
10512 status collapsed
10513
10514 \begin_layout Plain Layout
10515
10516
10517 \backslash
10518 spce 
10519 \end_layout
10520
10521 \end_inset
10522
10523 A=B
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10533 \end_inset
10534
10535
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \backslash
10548 overleftrightarrow
10549 \begin_inset ERT
10550 status collapsed
10551
10552 \begin_layout Plain Layout
10553
10554
10555 \backslash
10556 spce 
10557 \end_layout
10558
10559 \end_inset
10560
10561 A=B
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10571 \end_inset
10572
10573
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \backslash
10586 underleftrightarrow
10587 \begin_inset ERT
10588 status collapsed
10589
10590 \begin_layout Plain Layout
10591
10592
10593 \backslash
10594 spce 
10595 \end_layout
10596
10597 \end_inset
10598
10599 A=B
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 </lyxtabular>
10618
10619 \end_inset
10620
10621
10622 \begin_inset space \hfill{}
10623 \end_inset
10624
10625
10626 \begin_inset Tabular
10627 <lyxtabular version="3" rows="5" columns="2">
10628 <features>
10629 <column alignment="center" valignment="top" width="0pt">
10630 <column alignment="center" valignment="top" width="0pt">
10631 <row>
10632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Comando
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 Resultado
10646 \begin_inset Note Note
10647 status collapsed
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652
10653 \backslash
10654 raisebox
10655 \series default
10656  se usa sólo como espaciador
10657 \end_layout
10658
10659 \end_inset
10660
10661
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \backslash
10674 overrightarrow
10675 \begin_inset ERT
10676 status collapsed
10677
10678 \begin_layout Plain Layout
10679
10680
10681 \backslash
10682 spce 
10683 \end_layout
10684
10685 \end_inset
10686
10687 A=B
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10697 \end_inset
10698
10699
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 <row>
10706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710
10711 \backslash
10712 underrightarrow
10713 \begin_inset ERT
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717
10718
10719 \backslash
10720 spce 
10721 \end_layout
10722
10723 \end_inset
10724
10725 A=B
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10735 \end_inset
10736
10737
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \backslash
10750 widetilde
10751 \begin_inset ERT
10752 status collapsed
10753
10754 \begin_layout Plain Layout
10755
10756
10757 \backslash
10758 spce 
10759 \end_layout
10760
10761 \end_inset
10762
10763 A=B
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \backslash
10788 widehat
10789 \begin_inset ERT
10790 status collapsed
10791
10792 \begin_layout Plain Layout
10793
10794
10795 \backslash
10796 spce 
10797 \end_layout
10798
10799 \end_inset
10800
10801 A=B
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 </lyxtabular>
10820
10821 \end_inset
10822
10823
10824 \begin_inset space \hfill{}
10825 \end_inset
10826
10827
10828 \end_layout
10829
10830 \begin_layout Standard
10831 \begin_inset VSpace medskip
10832 \end_inset
10833
10834
10835 \end_layout
10836
10837 \begin_layout Standard
10838 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10839  Pero los acentos 
10840 \series bold
10841
10842 \backslash
10843 widetilde
10844 \series default
10845  y 
10846 \series bold
10847
10848 \backslash
10849 widehat
10850 \series default
10851  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10852  ejemplo:
10853 \begin_inset Formula \[
10854 \widetilde{A+B=C-D}\]
10855
10856 \end_inset
10857
10858
10859 \end_layout
10860
10861 \begin_layout Standard
10862 Con los comandos 
10863 \series bold
10864
10865 \backslash
10866 overset
10867 \series default
10868
10869 \begin_inset Index
10870 status collapsed
10871
10872 \begin_layout Plain Layout
10873 Comandos ! O ! 
10874 \backslash
10875 overset
10876 \end_layout
10877
10878 \end_inset
10879
10880  y 
10881 \series bold
10882
10883 \backslash
10884 underset
10885 \series default
10886
10887 \begin_inset Index
10888 status collapsed
10889
10890 \begin_layout Plain Layout
10891 Comandos ! U ! 
10892 \backslash
10893 underset
10894 \end_layout
10895
10896 \end_inset
10897
10898 , descritos en la subsección anterior, también se pueden acentuar varios
10899  caracteres.
10900  El comando 
10901 \series bold
10902
10903 \backslash
10904 underset
10905 \begin_inset ERT
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909
10910
10911 \backslash
10912 spce 
10913 \end_layout
10914
10915 \end_inset
10916
10917 A=B
10918 \begin_inset Formula $\downarrow$
10919 \end_inset
10920
10921 ***
10922 \series default
10923  da:
10924 \begin_inset Formula \[
10925 \underset{***}{A=B}\]
10926
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \begin_layout Section
10933 Espacios
10934 \begin_inset CommandInset label
10935 LatexCommand label
10936 name "sec:Espacio"
10937
10938 \end_inset
10939
10940
10941 \begin_inset Index
10942 status collapsed
10943
10944 \begin_layout Plain Layout
10945 Espacio ! horizontal
10946 \end_layout
10947
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \begin_layout Subsection
10954 Espacio predefinido
10955 \begin_inset CommandInset label
10956 LatexCommand label
10957 name "sub:Espacio-predefinido"
10958
10959 \end_inset
10960
10961
10962 \begin_inset Index
10963 status collapsed
10964
10965 \begin_layout Plain Layout
10966 Espacio ! horizontal ! predefinido
10967 \end_layout
10968
10969 \end_inset
10970
10971
10972 \end_layout
10973
10974 \begin_layout Standard
10975 A veces es necesario insertar espacio horizontal en una ecuación.
10976  Esto se hace insertando un espacio protegido (atajo 
10977 \family sans
10978 Ctrl-Espacio
10979 \family default
10980 ).
10981  Aparece un 
10982 \begin_inset Quotes fld
10983 \end_inset
10984
10985
10986 \begin_inset ERT
10987 status open
10988
10989 \begin_layout Plain Layout
10990
10991
10992 \backslash
10993 spce 
10994 \end_layout
10995
10996 \end_inset
10997
10998
10999 \begin_inset Quotes frd
11000 \end_inset
11001
11002  azul, y pulsando 
11003 \family sans
11004 Espacio
11005 \family default
11006  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11007  espacio.
11008  También se pueden insertar espacios mediante el botón 
11009 \begin_inset Graphics
11010         filename ../../images/math/space.png
11011         scale 85
11012
11013 \end_inset
11014
11015  de la barra de ecuaciones o con comandos especiales.
11016  Independientemente del comando insertado, se puede seleccionar de nuevo
11017  el tamaño pulsando acto seguido 
11018 \family sans
11019 Espacio.
11020  
11021 \end_layout
11022
11023 \begin_layout Standard
11024 \noindent
11025 \align center
11026 \begin_inset VSpace -5mm
11027 \end_inset
11028
11029
11030 \begin_inset Tabular
11031 <lyxtabular version="3" rows="3" columns="7">
11032 <features>
11033 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
11038 <column alignment="center" valignment="top" width="0">
11039 <column alignment="center" valignment="top" width="0">
11040 <row>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 Comando
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \backslash
11056 ,
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \backslash
11067 :
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \backslash
11078 ;
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \backslash
11089 quad
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \backslash
11100 qquad
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \backslash
11111 !
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 <row>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 Número de pulsaciones de 
11123 \family sans
11124 Espacio
11125 \family default
11126  tras insertar el espacio protegido
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 0
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 1
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 2
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 3
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 4
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 5
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 <row>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Resultado
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 \begin_inset Formula $A\, B$
11201 \end_inset
11202
11203
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 \begin_inset Formula $A\: B$
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 \begin_inset Formula $A\; B$
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 \begin_inset Formula $A\quad B$
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 \begin_inset Formula $A\qquad B$
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 \begin_inset Formula $A\! B$
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 </lyxtabular>
11270
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \begin_layout Standard
11277 El último tamaño parece no generar espacio.
11278  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11279  negativo.
11280  Hay otros dos espacios negativos:
11281 \end_layout
11282
11283 \begin_layout Standard
11284 \align center
11285 \begin_inset Tabular
11286 <lyxtabular version="3" rows="3" columns="3">
11287 <features>
11288 <column alignment="center" valignment="middle" width="6.8cm">
11289 <column alignment="center" valignment="top" width="0pt">
11290 <column alignment="center" valignment="top" width="0pt">
11291 <row>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 Comando
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305
11306 \backslash
11307 negmedspace
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \backslash
11318 negthickspace
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 </row>
11324 <row>
11325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 Número de pulsaciones de 
11330 \family sans
11331 Espacio
11332 \family default
11333  tras insertar el espacio protegido
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 6
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 7
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row>
11358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 Resultado
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Formula $A\negmedspace B$
11372 \end_inset
11373
11374
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 \begin_inset Formula $A\negthickspace B$
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 </lyxtabular>
11393
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \begin_layout Standard
11400 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11401  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11402 \begin_inset space \thinspace{}
11403 \end_inset
11404
11405 e., para operadores suma: 
11406 \end_layout
11407
11408 \begin_layout Standard
11409 \noindent
11410 \align center
11411 \begin_inset Tabular
11412 <lyxtabular version="3" rows="3" columns="2">
11413 <features>
11414 <column alignment="center" valignment="top" width="0">
11415 <column alignment="center" valignment="top" width="0">
11416 <row>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 Comando
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 Resultado
11431 \begin_inset Note Note
11432 status collapsed
11433
11434 \begin_layout Plain Layout
11435
11436 \series bold
11437
11438 \backslash
11439 raisebox
11440 \series default
11441  se usa sólo como espaciador
11442 \end_layout
11443
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \backslash
11459 sum
11460 \backslash
11461 sum
11462 \begin_inset ERT
11463 status collapsed
11464
11465 \begin_layout Plain Layout
11466
11467
11468 \backslash
11469 spce 
11470 \end_layout
11471
11472 \end_inset
11473
11474 f_kl
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497
11498 \backslash
11499 sum
11500 \backslash
11501 negmedspace
11502 \backslash
11503 sum
11504 \begin_inset ERT
11505 status collapsed
11506
11507 \begin_layout Plain Layout
11508
11509
11510 \backslash
11511 spce 
11512 \end_layout
11513
11514 \end_inset
11515
11516 f_kl
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 </lyxtabular>
11535
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \begin_layout Standard
11542 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11543  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11544  El siguiente ejemplo lo ilustra:
11545 \end_layout
11546
11547 \begin_layout Standard
11548 \noindent
11549 \align center
11550 \begin_inset Tabular
11551 <lyxtabular version="3" rows="2" columns="2">
11552 <features>
11553 <column alignment="center" valignment="top" width="0">
11554 <column alignment="center" valignment="top" width="0">
11555 <row>
11556 <cell alignment="center" valignment="top" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 ecuación normal
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 \begin_inset Formula $A=B$
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell alignment="center" valignment="top" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 \begin_inset Note Note
11584 status collapsed
11585
11586 \begin_layout Plain Layout
11587
11588 \series bold
11589
11590 \backslash
11591 raisebox
11592 \series default
11593  se usa sólo como espaciador
11594 \end_layout
11595
11596 \end_inset
11597
11598
11599 \begin_inset Formula $\raisebox{5mm}{}$
11600 \end_inset
11601
11602 ecuación sin espacio
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A{=}B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \begin_layout Standard
11628 El comando para la segunda ecuación es: 
11629 \series bold
11630 A
11631 \backslash
11632 {=
11633 \begin_inset Formula $\rightarrow$
11634 \end_inset
11635
11636 B
11637 \series default
11638  
11639 \begin_inset VSpace bigskip
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \begin_layout Standard
11646 Para las unidades físicas hacen falta espacios, porque entre el valor y
11647  su unidad se pone un espacio más pequeño que el normal.
11648  Para unidades en el texto se inserta con el menú 
11649 \family sans
11650 Insertar\SpecialChar \menuseparator
11651 Formato\SpecialChar \menuseparator
11652 Espacio
11653 \begin_inset space ~
11654 \end_inset
11655
11656 delgado
11657 \family default
11658  (atajo 
11659 \family sans
11660 Ctrl-Mayúscula-Espacio
11661 \family default
11662 ).
11663 \end_layout
11664
11665 \begin_layout Standard
11666 Un ejemplo para visualizar la diferencia:
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="2" columns="2">
11672 <features>
11673 <column alignment="center" valignment="top" width="0">
11674 <column alignment="left" valignment="top" width="0">
11675 <row>
11676 <cell alignment="center" valignment="top" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 24 kW
11681 \begin_inset Formula $\cdot$
11682 \end_inset
11683
11684 h
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 espacio entre valor y unidad 
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 <row>
11700 <cell alignment="center" valignment="top" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 24
11705 \begin_inset space \thinspace{}
11706 \end_inset
11707
11708 kW
11709 \begin_inset Formula $\cdot$
11710 \end_inset
11711
11712 h
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 espacio delgado entre valor y unidad
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 </lyxtabular>
11728
11729 \end_inset
11730
11731
11732 \end_layout
11733
11734 \begin_layout Subsection
11735 Espacio variable
11736 \begin_inset ERT
11737 status collapsed
11738
11739 \begin_layout Plain Layout
11740
11741
11742 \backslash
11743 texorpdfstring{
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \begin_inset Foot
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753 Para espacio vertical en ecuaciones véase 
11754 \begin_inset CommandInset ref
11755 LatexCommand ref
11756 reference "sub:Separación-de-líneas"
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \begin_inset ERT
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770
11771 }{}
11772 \end_layout
11773
11774 \end_inset
11775
11776
11777 \begin_inset Note Note
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781
11782 \backslash
11783 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11784  PDF.
11785 \end_layout
11786
11787 \begin_layout Plain Layout
11788 Más sobre 
11789 \backslash
11790 texorpdfstring en la sección 
11791 \begin_inset CommandInset ref
11792 LatexCommand ref
11793 reference "sub:Ecuaciones-en-títulos"
11794
11795 \end_inset
11796
11797 .
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \begin_inset CommandInset label
11804 LatexCommand label
11805 name "sub:Espacio-variable"
11806
11807 \end_inset
11808
11809
11810 \begin_inset Index
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814 Espacio ! horizontal ! variable
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \begin_layout Standard
11823 En LyX se puede insertar espacio con una longitud definida con el comando
11824 \begin_inset Newline newline
11825 \end_inset
11826
11827
11828 \series bold
11829
11830 \backslash
11831 hspace{longitud}
11832 \series default
11833
11834 \begin_inset Index
11835 status collapsed
11836
11837 \begin_layout Plain Layout
11838 Comandos ! H ! 
11839 \backslash
11840 hspace
11841 \end_layout
11842
11843 \end_inset
11844
11845 .
11846  Para la longitud están permitidas todas las unidades de la 
11847 \begin_inset CommandInset ref
11848 LatexCommand ref
11849 reference "tab:Unidades-empleadas"
11850
11851 \end_inset
11852
11853 , excepto la unidad 
11854 \begin_inset Quotes fld
11855 \end_inset
11856
11857 mu
11858 \begin_inset Quotes frd
11859 \end_inset
11860
11861 .
11862  La longitud también puede ser negativa.
11863  Para insertar en una ecuación tanto espacio como esté disponible se usa
11864  el comando 
11865 \series bold
11866
11867 \backslash
11868 hfill
11869 \series default
11870
11871 \begin_inset Index
11872 status collapsed
11873
11874 \begin_layout Plain Layout
11875 Comandos ! H ! 
11876 \backslash
11877 hfill
11878 \end_layout
11879
11880 \end_inset
11881
11882 .
11883 \begin_inset VSpace -1mm
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Standard
11890 \noindent
11891 \align center
11892 \begin_inset Tabular
11893 <lyxtabular version="3" rows="4" columns="2">
11894 <features>
11895 <column alignment="center" valignment="top" width="0">
11896 <column alignment="center" valignment="top" width="0">
11897 <row>
11898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 Comando
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 Resultado
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 </row>
11917 <row>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 A=B
11923 \backslash
11924 hspace{3cm
11925 \begin_inset Formula $\to$
11926 \end_inset
11927
11928 A
11929 \backslash
11930 not=C
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11940 \end_inset
11941
11942
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 </row>
11948 <row>
11949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 A
11954 \backslash
11955 hspace{-1mm
11956 \begin_inset Formula $\to$
11957 \end_inset
11958
11959 A
11960 \backslash
11961 not=A
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 A=A
11985 \backslash
11986 hfill
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992
11993 \backslash
11994 spce 
11995 \end_layout
11996
11997 \end_inset
11998
11999 B=B
12000 \end_layout
12001
12002 \end_inset
12003 </cell>
12004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12005 \begin_inset Text
12006
12007 \begin_layout Plain Layout
12008 \begin_inset Formula $A=A\hfill B=B$
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 </row>
12017 </lyxtabular>
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Standard
12025 En el último ejemplo el espacio disponible viene dado por la entrada más
12026  larga de columna en la tabla.
12027  En una ecuación en línea el espacio depende de la longitud de la línea
12028  en la que se inserta 
12029 \series bold
12030
12031 \backslash
12032 hfill
12033 \series default
12034 .
12035  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12036  
12037 \series bold
12038
12039 \backslash
12040 hfill
12041 \series default
12042  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12043 \series bold
12044 Sangrado
12045 \series default
12046 .
12047  (Los estilos de ecuaciones se explican en
12048 \begin_inset space ~
12049 \end_inset
12050
12051
12052 \begin_inset CommandInset ref
12053 LatexCommand ref
12054 reference "sec:Estilos-de-ecuación"
12055
12056 \end_inset
12057
12058 ).
12059 \end_layout
12060
12061 \begin_layout Standard
12062 Para texto se puede insertar espacio variable con el menú 
12063 \family sans
12064 Insertar\SpecialChar \menuseparator
12065 Formato\SpecialChar \menuseparator
12066 Espacio
12067 \begin_inset space ~
12068 \end_inset
12069
12070 horizontal, lo que no es posible en ecuaciones.
12071 \end_layout
12072
12073 \begin_layout Standard
12074 En esta línea hay un espacio
12075 \begin_inset space \hspace{}
12076 \length 2cm
12077 \end_inset
12078
12079 de 2
12080 \begin_inset space \thinspace{}
12081 \end_inset
12082
12083 cm.
12084 \end_layout
12085
12086 \begin_layout Standard
12087 En esta línea hay un
12088 \begin_inset space \hfill{}
12089 \end_inset
12090
12091 espacio máximo.
12092 \end_layout
12093
12094 \begin_layout Subsection
12095 Espacio adicional en ecuaciones en línea
12096 \begin_inset Index
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100 Espacio ! adicional en línea
12101 \end_layout
12102
12103 \end_inset
12104
12105
12106 \end_layout
12107
12108 \begin_layout Standard
12109 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12110  
12111 \series bold
12112
12113 \backslash
12114 mathsurround
12115 \begin_inset Index
12116 status collapsed
12117
12118 \begin_layout Plain Layout
12119 Comandos ! M ! 
12120 \backslash
12121 mathsurround
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \series default
12128 .
12129  El valor de una longitud se establece con el comando 
12130 \series bold
12131
12132 \backslash
12133 setlength
12134 \series default
12135
12136 \begin_inset Index
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140 Comandos ! S ! 
12141 \backslash
12142 setlength
12143 \end_layout
12144
12145 \end_inset
12146
12147  según el siguiente esquema:
12148 \end_layout
12149
12150 \begin_layout Standard
12151
12152 \series bold
12153
12154 \backslash
12155 setlength{nombre de la longitud}{valor}
12156 \end_layout
12157
12158 \begin_layout Standard
12159 Para poner a 
12160 \series bold
12161
12162 \backslash
12163 mathsurround
12164 \series default
12165  un valor de 5
12166 \begin_inset space \thinspace{}
12167 \end_inset
12168
12169 mm, se inserta el comando
12170 \end_layout
12171
12172 \begin_layout Standard
12173
12174 \series bold
12175
12176 \backslash
12177 setlength{
12178 \backslash
12179 mathsurround}{5mm}
12180 \end_layout
12181
12182 \begin_layout Standard
12183 en modo TeX.
12184  Se establecerá un espacio de 5
12185 \begin_inset space \thinspace{}
12186 \end_inset
12187
12188 mm alrededor de todas las ecuaciones en línea:
12189 \begin_inset ERT
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193
12194
12195 \backslash
12196 setlength{
12197 \backslash
12198 mathsurround}{5mm}
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \begin_layout Standard
12207 En esta línea hay una ecuación 
12208 \begin_inset Formula $A=B$
12209 \end_inset
12210
12211  rodeada por espacios de 5
12212 \begin_inset space \thinspace{}
12213 \end_inset
12214
12215 mm.
12216 \begin_inset ERT
12217 status collapsed
12218
12219 \begin_layout Plain Layout
12220
12221
12222 \backslash
12223 setlength{
12224 \backslash
12225 mathsurround}{0mm}
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \begin_layout Standard
12234 Para volver al espacio predeterminado, 
12235 \series bold
12236
12237 \backslash
12238 mathsurround
12239 \series default
12240  se restablece al valor 0
12241 \begin_inset space \thinspace{}
12242 \end_inset
12243
12244 pt.
12245 \end_layout
12246
12247 \begin_layout Section
12248 Cuadros y marcos
12249 \begin_inset Index
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253 Marcos
12254 \end_layout
12255
12256 \end_inset
12257
12258
12259 \begin_inset Index
12260 status collapsed
12261
12262 \begin_layout Plain Layout
12263 Marcos | see 
12264 \begin_inset ERT
12265 status collapsed
12266
12267 \begin_layout Plain Layout
12268
12269 {
12270 \end_layout
12271
12272 \end_inset
12273
12274 Cuadros
12275 \begin_inset ERT
12276 status collapsed
12277
12278 \begin_layout Plain Layout
12279
12280 }
12281 \end_layout
12282
12283 \end_inset
12284
12285
12286 \end_layout
12287
12288 \end_inset
12289
12290
12291 \end_layout
12292
12293 \begin_layout Standard
12294 Los cuadros para texto se describen en el capítulo 
12295 \emph on
12296 Cuadros
12297 \emph default
12298  del manual 
12299 \emph on
12300 Objetos incrustados
12301 \emph default
12302 .
12303 \end_layout
12304
12305 \begin_layout Subsection
12306 Cuadros con marco
12307 \begin_inset CommandInset label
12308 LatexCommand label
12309 name "sub:Cuadros-con-marco"
12310
12311 \end_inset
12312
12313
12314 \begin_inset Index
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 Cuadros ! con marco
12319 \end_layout
12320
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \begin_layout Standard
12327 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12328 \series bold
12329
12330 \backslash
12331 fbox
12332 \series default
12333
12334 \begin_inset Index
12335 status collapsed
12336
12337 \begin_layout Plain Layout
12338 Comandos ! F ! 
12339 \backslash
12340 fbox
12341 \end_layout
12342
12343 \end_inset
12344
12345  y 
12346 \series bold
12347
12348 \backslash
12349 boxed
12350 \series default
12351
12352 \begin_inset Index
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 Comandos ! B ! 
12357 \backslash
12358 boxed
12359 \end_layout
12360
12361 \end_inset
12362
12363 .
12364 \end_layout
12365
12366 \begin_layout Standard
12367 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12368  azul en un marco donde se introduce parte de una ecuación.
12369  Para 
12370 \series bold
12371
12372 \backslash
12373 fbox
12374 \series default
12375  hay que generar una ecuación adicional con 
12376 \family sans
12377 Ctrl-m
12378 \family default
12379  dentro del recuadro,
12380 \begin_inset Foot
12381 status collapsed
12382
12383 \begin_layout Plain Layout
12384 Debido a un fallo de LyX, 
12385 \begin_inset CommandInset href
12386 LatexCommand href
12387 name "LyX-bug #1435"
12388 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12389
12390 \end_inset
12391
12392 , no es posible crear una nueva ecuación con 
12393 \family sans
12394 Ctrl-m
12395 \family default
12396 .
12397 \end_layout
12398
12399 \end_inset
12400
12401  porque si no el contenido del mismo sería considerado texto matemático.
12402  Si se usa 
12403 \series bold
12404
12405 \backslash
12406 boxed
12407 \series default
12408  la nueva ecuación se genera automáticamente dentro del marco.
12409 \end_layout
12410
12411 \begin_layout Standard
12412 El comando 
12413 \series bold
12414
12415 \backslash
12416 fbox
12417 \series default
12418  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12419  ecuación tendría siempre el tamaño del texto.
12420  Por otra parte, 
12421 \series bold
12422
12423 \backslash
12424 fboxed
12425 \series default
12426  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12427  siempre el tamaño de una ecuación en modo presentación.
12428 \end_layout
12429
12430 \begin_layout Standard
12431 El comando 
12432 \series bold
12433
12434 \backslash
12435 framebox
12436 \series default
12437
12438 \begin_inset Index
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442 Comandos ! F ! 
12443 \backslash
12444 framebox
12445 \end_layout
12446
12447 \end_inset
12448
12449  es una extensión de 
12450 \series bold
12451
12452 \backslash
12453 fbox
12454 \series default
12455 , que permite especificar además la anchura del marco yla alineación.
12456  
12457 \series bold
12458
12459 \backslash
12460 framebox
12461 \series default
12462  se usa con el siguiente esquema: 
12463 \end_layout
12464
12465 \begin_layout Standard
12466
12467 \series bold
12468
12469 \backslash
12470 framebox[anchura del marco][posición]{contenido del cuadro}
12471 \end_layout
12472
12473 \begin_layout Standard
12474 La posición puede ser 
12475 \emph on
12476 l
12477 \emph default
12478  o 
12479 \emph on
12480 r
12481 \emph default
12482
12483 \emph on
12484 l
12485 \emph default
12486  alinea la ecuación a la izquierda del cuadro, 
12487 \emph on
12488 r
12489 \emph default
12490  la alinea a la derecha.
12491  Si no se da posición la ecuación será centrada.
12492 \begin_inset Newline newline
12493 \end_inset
12494
12495 Si no se pone anchura tampoco puede darse posición.
12496  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12497  con 
12498 \series bold
12499
12500 \backslash
12501 fbox
12502 \series default
12503 .
12504  
12505 \end_layout
12506
12507 \begin_layout Standard
12508 Cuando se inserta el comando 
12509 \series bold
12510
12511 \backslash
12512 framebox
12513 \series default
12514  aparece un recuadro con tres marcos azules.
12515  Los dos primeros marcos están encerrados entre corchetes e indican los
12516  dos argumentos opcionales.
12517  El tercer marco es para partes de la ecuación, como para 
12518 \series bold
12519
12520 \backslash
12521 fbox
12522 \series default
12523 .
12524 \end_layout
12525
12526 \begin_layout Standard
12527 \noindent
12528 \align center
12529 \begin_inset Note Note
12530 status open
12531
12532 \begin_layout Plain Layout
12533 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12534  De lo contrario el texto de la nota no se mostraría.
12535 \end_layout
12536
12537 \end_inset
12538
12539
12540 \begin_inset Box Frameless
12541 position "t"
12542 hor_pos "c"
12543 has_inner_box 1
12544 inner_pos "t"
12545 use_parbox 0
12546 width "100col%"
12547 special "none"
12548 height "1in"
12549 height_special "totalheight"
12550 status open
12551
12552 \begin_layout Plain Layout
12553 \align center
12554 \begin_inset Tabular
12555 <lyxtabular version="3" rows="5" columns="2">
12556 <features>
12557 <column alignment="center" valignment="top" width="0">
12558 <column alignment="center" valignment="top" width="0">
12559 <row>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 Comando
12565 \begin_inset Foot
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569 Debido a un fallo de LyX, 
12570 \begin_inset CommandInset href
12571 LatexCommand href
12572 name "LyX-bug #1435"
12573 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12574
12575 \end_inset
12576
12577 , no es posible crear una nueva ecuación con 
12578 \family sans
12579 Ctrl-m
12580 \family default
12581 .
12582  
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 Resultado
12597 \begin_inset Note Note
12598 status collapsed
12599
12600 \begin_layout Plain Layout
12601
12602 \series bold
12603
12604 \backslash
12605 raisebox
12606 \series default
12607  se usa sólo como espaciador
12608 \end_layout
12609
12610 \end_inset
12611
12612
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 </row>
12618 <row>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623
12624 \backslash
12625 fbox
12626 \begin_inset ERT
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630
12631
12632 \backslash
12633 spce 
12634 \end_layout
12635
12636 \end_inset
12637
12638
12639 \family sans
12640 Ctrl-m
12641 \family default
12642  
12643 \backslash
12644 int
12645 \begin_inset ERT
12646 status collapsed
12647
12648 \begin_layout Plain Layout
12649
12650
12651 \backslash
12652 spce 
12653 \end_layout
12654
12655 \end_inset
12656
12657 A=B
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12667
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \backslash
12683 boxed
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689
12690 \backslash
12691 spce 
12692 \end_layout
12693
12694 \end_inset
12695
12696
12697 \backslash
12698 int
12699 \begin_inset ERT
12700 status collapsed
12701
12702 \begin_layout Plain Layout
12703
12704
12705 \backslash
12706 spce 
12707 \end_layout
12708
12709 \end_inset
12710
12711 A=B
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12721 \end_inset
12722
12723
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 A+
12735 \backslash
12736 fbox
12737 \begin_inset ERT
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741
12742
12743 \backslash
12744 spce 
12745 \end_layout
12746
12747 \end_inset
12748
12749 B
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12759 \end_inset
12760
12761
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 </row>
12767 <row>
12768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772
12773 \backslash
12774 framebox
12775 \begin_inset ERT
12776 status collapsed
12777
12778 \begin_layout Plain Layout
12779
12780
12781 \backslash
12782 spce 
12783 \end_layout
12784
12785 \end_inset
12786
12787 20mm
12788 \begin_inset Formula $\to$
12789 \end_inset
12790
12791
12792 \begin_inset Formula $\to$
12793 \end_inset
12794
12795
12796 \family sans
12797 Ctrl-m
12798 \family default
12799  
12800 \backslash
12801 frac
12802 \begin_inset ERT
12803 status collapsed
12804
12805 \begin_layout Plain Layout
12806
12807
12808 \backslash
12809 spce 
12810 \end_layout
12811
12812 \end_inset
12813
12814 A
12815 \begin_inset Formula $\downarrow$
12816 \end_inset
12817
12818 B
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 \begin_inset Formula $\raisebox{6mm}{}$
12828 \end_inset
12829
12830
12831 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12832 \end_inset
12833
12834
12835 \begin_inset Formula $\raisebox{-4mm}{}$
12836 \end_inset
12837
12838
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 </lyxtabular>
12845
12846 \end_inset
12847
12848
12849 \end_layout
12850
12851 \end_inset
12852
12853
12854 \end_layout
12855
12856 \begin_layout Standard
12857 El grosor del marco también se puede ajustar.
12858  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12859  la fórmula:
12860 \end_layout
12861
12862 \begin_layout Standard
12863
12864 \series bold
12865
12866 \backslash
12867 fboxrule
12868 \series default
12869  
12870 \series bold
12871
12872 \begin_inset Quotes fld
12873 \end_inset
12874
12875 grosor
12876 \begin_inset Quotes frd
12877 \end_inset
12878
12879
12880 \series default
12881  
12882 \series bold
12883
12884 \backslash
12885 fboxsep
12886 \series default
12887  
12888 \series bold
12889
12890 \begin_inset Quotes fld
12891 \end_inset
12892
12893 distancia
12894 \begin_inset Quotes frd
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \begin_layout Standard
12901 \begin_inset Quotes fld
12902 \end_inset
12903
12904 distancia
12905 \begin_inset Quotes frd
12906 \end_inset
12907
12908  especifica la distancia mínima entre el marco y el primer carácter en el
12909  cuadro.
12910  Un ejemplo de esto es la siguiente ecuación enmarcada:
12911 \begin_inset ERT
12912 status collapsed
12913
12914 \begin_layout Plain Layout
12915
12916
12917 \backslash
12918 fboxrule 2mm 
12919 \backslash
12920 fboxsep 3mm
12921 \end_layout
12922
12923 \end_inset
12924
12925
12926 \begin_inset Formula \[
12927 \boxed{A+B=C}\]
12928
12929 \end_inset
12930
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935 Delante de esta ecuación se han insertado los comandos
12936 \end_layout
12937
12938 \begin_layout Standard
12939
12940 \series bold
12941
12942 \backslash
12943 fboxrule
12944 \series default
12945  
12946 \series bold
12947 2mm
12948 \series default
12949  
12950 \series bold
12951
12952 \backslash
12953 fboxsep
12954 \series default
12955  
12956 \series bold
12957 3mm
12958 \end_layout
12959
12960 \begin_layout Standard
12961 en modo TeX.
12962  Los valores dados se usan para todos los cuadros siguientes.
12963 \end_layout
12964
12965 \begin_layout Standard
12966 Para volver al tamaño estándar del marco se inserta el comando
12967 \end_layout
12968
12969 \begin_layout Standard
12970
12971 \series bold
12972
12973 \backslash
12974 fboxrule
12975 \series default
12976  
12977 \series bold
12978 0.4pt
12979 \series default
12980  
12981 \series bold
12982
12983 \backslash
12984 fboxsep
12985 \series default
12986  
12987 \series bold
12988 3pt
12989 \series default
12990
12991 \begin_inset ERT
12992 status collapsed
12993
12994 \begin_layout Plain Layout
12995
12996
12997 \backslash
12998 fboxrule 0.4pt 
12999 \backslash
13000 fboxsep 3pt
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \begin_layout Standard
13009 en modo TeX antes de la ecuación siguiente.
13010 \end_layout
13011
13012 \begin_layout Subsection
13013 Cuadros sin marco
13014 \begin_inset CommandInset label
13015 LatexCommand label
13016 name "sub:Cuadros-sin-marco"
13017
13018 \end_inset
13019
13020
13021 \begin_inset Index
13022 status collapsed
13023
13024 \begin_layout Plain Layout
13025 Cuadros ! sin marco
13026 \end_layout
13027
13028 \end_inset
13029
13030
13031 \end_layout
13032
13033 \begin_layout Standard
13034 Para cuadros sin marco hay los comandos: 
13035 \series bold
13036
13037 \backslash
13038 mbox
13039 \series default
13040
13041 \begin_inset Index
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045 Comandos ! M ! 
13046 \backslash
13047 mbox
13048 \end_layout
13049
13050 \end_inset
13051
13052
13053 \series bold
13054
13055 \backslash
13056 makebox
13057 \series default
13058
13059 \begin_inset Index
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063 Comandos ! M ! 
13064 \backslash
13065 makebox
13066 \end_layout
13067
13068 \end_inset
13069
13070  y 
13071 \series bold
13072
13073 \backslash
13074 raisebox
13075 \series default
13076
13077 \begin_inset Index
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081 Comandos ! R ! 
13082 \backslash
13083 raisebox
13084 \end_layout
13085
13086 \end_inset
13087
13088 .
13089 \end_layout
13090
13091 \begin_layout Standard
13092 Con 
13093 \series bold
13094
13095 \backslash
13096 raisebox
13097 \series default
13098  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13099  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13100  
13101 \series bold
13102
13103 \backslash
13104 raisebox
13105 \series default
13106  se usa con el siguiente esquema: 
13107 \end_layout
13108
13109 \begin_layout Standard
13110
13111 \series bold
13112
13113 \backslash
13114 raisebox{altura}{contenido del marco}
13115 \end_layout
13116
13117 \begin_layout Standard
13118 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13119  extra, como con 
13120 \series bold
13121
13122 \backslash
13123 fbox
13124 \series default
13125 .
13126 \end_layout
13127
13128 \begin_layout Standard
13129 \align center
13130 \begin_inset Tabular
13131 <lyxtabular version="3" rows="4" columns="2">
13132 <features>
13133 <column alignment="center" valignment="top" width="0">
13134 <column alignment="center" valignment="top" width="0">
13135 <row>
13136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 Comando
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 Resultado
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 </row>
13155 <row>
13156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 H
13161 \backslash
13162 raisebox{2mm
13163 \begin_inset Formula $\to$
13164 \end_inset
13165
13166
13167 \backslash
13168 {al
13169 \begin_inset Formula $\to$
13170 \end_inset
13171
13172  lo
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13182 \end_inset
13183
13184
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 </row>
13190 <row>
13191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 H
13196 \backslash
13197 raisebox{-2mm
13198 \begin_inset Formula $\to$
13199 \end_inset
13200
13201
13202 \backslash
13203 {al
13204 \begin_inset Formula $\to$
13205 \end_inset
13206
13207 lo
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13217 \end_inset
13218
13219
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 </row>
13225 <row>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 A=
13231 \backslash
13232 raisebox{-2mm
13233 \begin_inset Formula $\to$
13234 \end_inset
13235
13236
13237 \backslash
13238 {
13239 \family sans
13240 Ctrl-m
13241 \family default
13242  
13243 \backslash
13244 sqrt
13245 \begin_inset ERT
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249
13250
13251 \backslash
13252 spce 
13253 \end_layout
13254
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 \begin_inset ERT
13267 status collapsed
13268
13269 \begin_layout Plain Layout
13270
13271 $A=
13272 \backslash
13273 raisebox{-2mm}{$
13274 \backslash
13275 sqrt{B}$}$
13276 \end_layout
13277
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 </lyxtabular>
13287
13288 \end_inset
13289
13290
13291 \end_layout
13292
13293 \begin_layout Standard
13294 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13295  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13296 \begin_inset Foot
13297 status collapsed
13298
13299 \begin_layout Plain Layout
13300 véase 
13301 \begin_inset CommandInset href
13302 LatexCommand href
13303 name "LyX-bug #1435"
13304 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \begin_layout Standard
13317 El comando 
13318 \series bold
13319
13320 \backslash
13321 mbox
13322 \series default
13323  es equivalente a 
13324 \series bold
13325
13326 \backslash
13327 fbox
13328 \series default
13329  y 
13330 \series bold
13331
13332 \backslash
13333 makebox
13334 \series default
13335  es equivalente a 
13336 \series bold
13337
13338 \backslash
13339 framebox
13340 \series default
13341 , con la diferencia de que no hay marco.
13342 \end_layout
13343
13344 \begin_layout Subsection
13345 Cuadros coloreados
13346 \begin_inset CommandInset label
13347 LatexCommand label
13348 name "sub:Cuadros-coloreados"
13349
13350 \end_inset
13351
13352
13353 \begin_inset Index
13354 status collapsed
13355
13356 \begin_layout Plain Layout
13357 Cuadros ! coloreados
13358 \end_layout
13359
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \begin_layout Standard
13366 Para poder usar todos los comandos explicados en esta sección hay que cargar
13367  en el preámbulo LaTeX el paquete LaTeX 
13368 \series bold
13369 color
13370 \series default
13371
13372 \begin_inset Foot
13373 status collapsed
13374
13375 \begin_layout Plain Layout
13376 El paquete LaTeX 
13377 \series bold
13378 color
13379 \series default
13380  forma parte de toda distribución LaTeX estándar.
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \begin_inset Index
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390 Paquetes ! color
13391 \end_layout
13392
13393 \end_inset
13394
13395 , con la línea
13396 \begin_inset Foot
13397 status collapsed
13398
13399 \begin_layout Plain Layout
13400 Cuando hay texto coloreado con un color predefinido en alguna parte del
13401  documento, LyX carga automáticamente el paquete LaTeX 
13402 \series bold
13403 color
13404 \series default
13405 .
13406  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13407  origina problemas.
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \begin_inset Note Note
13414 status open
13415
13416 \begin_layout Plain Layout
13417 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13418  en el preámbulo LaTeX.
13419 \end_layout
13420
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \begin_layout Standard
13427
13428 \series bold
13429
13430 \backslash
13431 usepackage{color}
13432 \begin_inset VSpace medskip
13433 \end_inset
13434
13435
13436 \end_layout
13437
13438 \begin_layout Standard
13439 Para colorear cuadros se usa el comando 
13440 \series bold
13441
13442 \backslash
13443 colorbox
13444 \series default
13445
13446 \begin_inset Index
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450 Comandos ! C ! 
13451 \backslash
13452 colorbox
13453 \end_layout
13454
13455 \end_inset
13456
13457  con el siguiente esquema:
13458 \end_layout
13459
13460 \begin_layout Standard
13461
13462 \series bold
13463
13464 \backslash
13465 colorbox{color}{contenido del cuadro}
13466 \end_layout
13467
13468 \begin_layout Standard
13469 El contenido del cuadro puede ser otro cuadro, y también un 
13470 \backslash
13471
13472 \series bold
13473 colorbox
13474 \series default
13475  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13476  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13477  como con 
13478 \series bold
13479
13480 \backslash
13481 fbox
13482 \series default
13483 .
13484 \begin_inset Foot
13485 status collapsed
13486
13487 \begin_layout Plain Layout
13488 Esto también se aplica para el comando 
13489 \series bold
13490
13491 \backslash
13492 fcolorbox
13493 \series default
13494 .
13495  Por eso ten en cuenta 
13496 \begin_inset CommandInset href
13497 LatexCommand href
13498 name "LyX-bug #1435"
13499 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13500
13501 \end_inset
13502
13503 .
13504 \end_layout
13505
13506 \end_inset
13507
13508  
13509 \end_layout
13510
13511 \begin_layout Standard
13512 Se puede elegir uno de los siguientes colores predefinidos:
13513 \end_layout
13514
13515 \begin_layout Standard
13516
13517 \series bold
13518 black
13519 \series default
13520
13521 \series bold
13522 blue
13523 \series default
13524
13525 \series bold
13526 cyan
13527 \series default
13528
13529 \series bold
13530 green
13531 \series default
13532
13533 \series bold
13534 magenta
13535 \series default
13536
13537 \series bold
13538 red
13539 \series default
13540
13541 \series bold
13542 white
13543 \series default
13544
13545 \series bold
13546 yellow
13547 \end_layout
13548
13549 \begin_layout Standard
13550 \align center
13551 \begin_inset Tabular
13552 <lyxtabular version="3" rows="4" columns="2">
13553 <features>
13554 <column alignment="center" valignment="top" width="0">
13555 <column alignment="center" valignment="top" width="0">
13556 <row>
13557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 Comando
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 Resultado
13571 \begin_inset Note Note
13572 status collapsed
13573
13574 \begin_layout Plain Layout
13575
13576 \series bold
13577
13578 \backslash
13579 raisebox
13580 \series default
13581  se usa sólo como espaciador
13582 \end_layout
13583
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 <row>
13593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597
13598 \backslash
13599 colorbox{yellow
13600 \begin_inset Formula $\to$
13601 \end_inset
13602
13603
13604 \backslash
13605 {A=B
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 <row>
13624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628
13629 \backslash
13630 colorbox{green
13631 \begin_inset Formula $\to$
13632 \end_inset
13633
13634
13635 \backslash
13636 {
13637 \backslash
13638 fbox
13639 \begin_inset ERT
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643
13644
13645 \backslash
13646 spce 
13647 \end_layout
13648
13649 \end_inset
13650
13651 A=B
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13661 \end_inset
13662
13663
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674
13675 \backslash
13676 fbox
13677 \begin_inset ERT
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681
13682
13683 \backslash
13684 spce 
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \backslash
13691 colorbox{green
13692 \begin_inset Formula $\to$
13693 \end_inset
13694
13695
13696 \backslash
13697 {A=B
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 </row>
13715 </lyxtabular>
13716
13717 \end_inset
13718
13719
13720 \end_layout
13721
13722 \begin_layout Standard
13723
13724 \series bold
13725
13726 \backslash
13727 colorbox
13728 \series default
13729  sólo colorea el cuadro pero no los caracteres.
13730  Para colorear todos los caracteres se selecciona toda la ecuación y se
13731  elige un color en el diálogo 
13732 \family sans
13733 Estilo
13734 \begin_inset space ~
13735 \end_inset
13736
13737 del
13738 \begin_inset space ~
13739 \end_inset
13740
13741 texto
13742 \family default
13743 .
13744  El diálogo puede abrirse con el botón 
13745 \begin_inset Graphics
13746         filename ../../images/dialog-show_character.png
13747         scale 85
13748
13749 \end_inset
13750
13751  de la barra de herramientas o con el menú 
13752 \family sans
13753 Editar\SpecialChar \menuseparator
13754 Estilo
13755 \begin_inset space ~
13756 \end_inset
13757
13758 del
13759 \begin_inset space ~
13760 \end_inset
13761
13762 texto\SpecialChar \menuseparator
13763 Personalizado
13764 \family default
13765 .
13766  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13767  Si el número de la ecuación debe tener otro color que el de los caracteres
13768  de la ecuación, el color debe cambiarse dentro de la ecuación.
13769 \end_layout
13770
13771 \begin_layout Standard
13772 Un ejemplo:
13773 \color red
13774
13775 \begin_inset Formula \begin{equation}
13776 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13777
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \begin_layout Standard
13784
13785 \color green
13786 \begin_inset Formula \begin{equation}
13787 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13788
13789 \end_inset
13790
13791
13792 \end_layout
13793
13794 \begin_layout Standard
13795 La ecuación 
13796 \begin_inset CommandInset ref
13797 LatexCommand eqref
13798 reference "eq:rojo"
13799
13800 \end_inset
13801
13802  está toda coloreada en rojo.
13803 \begin_inset Newline newline
13804 \end_inset
13805
13806 La ecuación 
13807 \begin_inset CommandInset ref
13808 LatexCommand eqref
13809 reference "eq:rojoverde"
13810
13811 \end_inset
13812
13813  se ha coloreado en primer lugar toda en verde para colorear el número de
13814  la ecuación.
13815  Posteriormente se han coloreado en rojo los caracteres.
13816 \family sans
13817
13818 \begin_inset VSpace bigskip
13819 \end_inset
13820
13821
13822 \end_layout
13823
13824 \begin_layout Standard
13825 Para colorear diferente el marco y el resto del cuadro se usa el comando
13826  
13827 \series bold
13828
13829 \backslash
13830 fcolorbox
13831 \series default
13832
13833 \begin_inset Index
13834 status collapsed
13835
13836 \begin_layout Plain Layout
13837 Comandos ! F ! 
13838 \backslash
13839 fcolorbox
13840 \end_layout
13841
13842 \end_inset
13843
13844  con el siguiente esquema:
13845 \end_layout
13846
13847 \begin_layout Standard
13848
13849 \series bold
13850
13851 \backslash
13852 fcolorbox{color del marco}{color}{contenido del cuadro}
13853 \end_layout
13854
13855 \begin_layout Standard
13856 Así pues 
13857 \series bold
13858
13859 \backslash
13860 fcolorbox
13861 \series default
13862  es una extensión del comando 
13863 \series bold
13864
13865 \backslash
13866 colorbox
13867 \series default
13868 .
13869  La anchura del marco se establece, como para 
13870 \series bold
13871
13872 \backslash
13873 framebox
13874 \series default
13875 , con 
13876 \series bold
13877
13878 \backslash
13879 fboxrule
13880 \series default
13881  y 
13882 \series bold
13883
13884 \backslash
13885 fboxsep
13886 \series default
13887 .
13888  Un ejemplo:
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894
13895 \backslash
13896 fboxrule 1mm 
13897 \backslash
13898 fboxsep 1mm
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \begin_inset Formula \[
13905 \fcolorbox{cyan}{magenta}{A=B}\]
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Standard
13913 \begin_inset ERT
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917
13918
13919 \backslash
13920 fboxrule 0.4pt 
13921 \backslash
13922 fboxsep 3pt
13923 \end_layout
13924
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \begin_layout Standard
13931 Esta ecuación se ha compuesto con el comando
13932 \begin_inset Newline newline
13933 \end_inset
13934
13935
13936 \series bold
13937
13938 \backslash
13939 fcolorbox{cyan
13940 \begin_inset Formula $\to$
13941 \end_inset
13942
13943
13944 \backslash
13945 {magenta
13946 \begin_inset Formula $\to$
13947 \end_inset
13948
13949
13950 \backslash
13951 {A=B
13952 \end_layout
13953
13954 \begin_layout Standard
13955 \begin_inset VSpace bigskip
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \begin_layout Standard
13962 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13963 \end_layout
13964
13965 \begin_layout Standard
13966 Por ejemplo, se puede definir el color 
13967 \begin_inset Quotes fld
13968 \end_inset
13969
13970
13971 \series bold
13972 verdeoscuro
13973 \series default
13974
13975 \begin_inset Quotes frd
13976 \end_inset
13977
13978  con la línea de preámbulo LaTeX:
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \series bold
13984
13985 \backslash
13986 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13987 \series default
13988
13989 \begin_inset Index
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993 Comandos ! D ! 
13994 \backslash
13995 definecolor
13996 \end_layout
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Standard
14004
14005 \series bold
14006 cmyk
14007 \series default
14008  es el espacio de color referido a los colores 
14009 \series bold
14010 cyan
14011 \series default
14012
14013 \series bold
14014 magenta
14015 \series default
14016
14017 \series bold
14018 yellow
14019 \series default
14020  y 
14021 \series bold
14022 black
14023 \series default
14024 .
14025  Los cuatro números separados por coma son el factor de cuota para los colores
14026  correspondientes del espacio de color.
14027  Los factores pueden estar en el rango 0-1.
14028  En vez de 
14029 \series bold
14030 cmyk
14031 \series default
14032  se puede usar el espacio de color 
14033 \series bold
14034 rgb
14035 \series default
14036 , que se refiere a 
14037 \series bold
14038 red
14039 \series default
14040
14041 \series bold
14042 green
14043 \series default
14044  y 
14045 \series bold
14046 blue
14047 \series default
14048 , así pues en este caso hay tres factores de cuota para los correspondientes
14049  colores.
14050  Además hay el espacio de color 
14051 \series bold
14052 gray
14053 \series default
14054  con un factor de cuota para el valor gris.
14055 \end_layout
14056
14057 \begin_layout Standard
14058 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14059 \series bold
14060 verdeoscuro
14061 \series default
14062  y los caracteres en color amarillo:
14063 \color black
14064
14065 \begin_inset Formula \begin{equation}
14066 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Standard
14074 Los colores personalizados también se pueden usar para texto con la ayuda
14075  del comando 
14076 \series bold
14077
14078 \backslash
14079 textcolor
14080 \series default
14081
14082 \begin_inset Index
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086 Texto ! coloreado
14087 \end_layout
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \begin_layout Standard
14095 \begin_inset ERT
14096 status open
14097
14098 \begin_layout Plain Layout
14099
14100
14101 \backslash
14102 textcolor{verdeoscuro}{
14103 \end_layout
14104
14105 \end_inset
14106
14107 Esta frase en 
14108 \begin_inset Quotes fld
14109 \end_inset
14110
14111 verdeoscuro
14112 \begin_inset Quotes frd
14113 \end_inset
14114
14115 .
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121 }
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \begin_layout Standard
14130
14131 \series bold
14132
14133 \backslash
14134 textcolor
14135 \series default
14136
14137 \begin_inset Index
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Comandos ! T ! 
14142 \backslash
14143 textcolor
14144 \end_layout
14145
14146 \end_inset
14147
14148  se usa con el esquema 
14149 \series bold
14150
14151 \backslash
14152 textcolor{color}{caracteres a colorear}
14153 \series default
14154 .
14155 \end_layout
14156
14157 \begin_layout Subsection
14158 Cuadros de párrafo
14159 \begin_inset CommandInset label
14160 LatexCommand label
14161 name "sub:Cuadros-de-párrafo"
14162
14163 \end_inset
14164
14165
14166 \begin_inset Index
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170 Cuadros ! para párrafos
14171 \end_layout
14172
14173 \end_inset
14174
14175
14176 \end_layout
14177
14178 \begin_layout Standard
14179 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14180  de párrafo (parbox), se puede generar con el menú 
14181 \family sans
14182 Insertar\SpecialChar \menuseparator
14183 Cuadro
14184 \family default
14185  o con el botón 
14186 \begin_inset Graphics
14187         filename ../../images/box-insert.png
14188         scale 85
14189
14190 \end_inset
14191
14192  de la barra de herramientas.
14193 \end_layout
14194
14195 \begin_layout Standard
14196 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14197 \begin_inset VSpace medskip
14198 \end_inset
14199
14200 Esta línea contiene 
14201 \begin_inset Box Boxed
14202 position "c"
14203 hor_pos "c"
14204 has_inner_box 1
14205 inner_pos "c"
14206 use_parbox 1
14207 width "5cm"
14208 special "none"
14209 height "1in"
14210 height_special "totalheight"
14211 status collapsed
14212
14213 \begin_layout Plain Layout
14214 Esto es un cuadro de párrafo.
14215  Tiene exactamente 5
14216 \begin_inset space \thinspace{}
14217 \end_inset
14218
14219 cm de largo y además puede contener ecuaciones: 
14220 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \end_inset
14227
14228
14229 \begin_inset space ~
14230 \end_inset
14231
14232  un cuadro de párrafo.
14233 \begin_inset VSpace medskip
14234 \end_inset
14235
14236 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14237  Surge un diálogo con las propiedades del cuadro.
14238  En este caso: 
14239 \emph on
14240 Decoración
14241 \emph default
14242 : Marco rectangular, 
14243 \emph on
14244 Cuadro interior
14245 \emph default
14246 : Párrafo, 
14247 \emph on
14248 Ancho
14249 \emph default
14250 : 5
14251 \begin_inset space \thinspace{}
14252 \end_inset
14253
14254 cm, 
14255 \emph on
14256 Alineación Vertical
14257 \emph default
14258  
14259 \emph on
14260 Cuadro
14261 \emph default
14262 : Medio.
14263 \end_layout
14264
14265 \begin_layout Standard
14266 \begin_inset VSpace medskip
14267 \end_inset
14268
14269 En LaTeX, un cuadro de párrafo se inserta con el comando 
14270 \series bold
14271
14272 \backslash
14273 parbox
14274 \series default
14275
14276 \begin_inset Index
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280 Comandos ! P ! 
14281 \backslash
14282 parbox
14283 \end_layout
14284
14285 \end_inset
14286
14287  con el esquema siguiente:
14288 \end_layout
14289
14290 \begin_layout Standard
14291
14292 \series bold
14293
14294 \backslash
14295 parbox[posición]{anchura}{contenido}
14296 \end_layout
14297
14298 \begin_layout Standard
14299 Son posibles las posiciones 
14300 \emph on
14301 b
14302 \emph default
14303  y 
14304 \emph on
14305 t
14306 \emph default
14307
14308 \emph on
14309 b
14310 \emph default
14311  por 
14312 \begin_inset Quotes fld
14313 \end_inset
14314
14315 bottom
14316 \begin_inset Quotes frd
14317 \end_inset
14318
14319  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14320  Con 
14321 \emph on
14322 t
14323 \emph default
14324 , por 
14325 \begin_inset Quotes fld
14326 \end_inset
14327
14328 top
14329 \begin_inset Quotes frd
14330 \end_inset
14331
14332  (arriba), la alineación se hace con la primera línea.
14333  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14334  
14335 \emph on
14336 Cuadros
14337 \emph default
14338  del manual 
14339 \emph on
14340 Objetos incrustados
14341 \emph default
14342  para ejemplos.
14343 \end_layout
14344
14345 \begin_layout Standard
14346 \begin_inset VSpace bigskip
14347 \end_inset
14348
14349 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14350  ponerse en un cuadro de párrafo.
14351  Para ello se inserta el comando
14352 \begin_inset Newline newline
14353 \end_inset
14354
14355
14356 \series bold
14357
14358 \backslash
14359 fbox{
14360 \backslash
14361 parbox{
14362 \backslash
14363 linewidth-2
14364 \backslash
14365 fboxsep-2
14366 \backslash
14367 fboxrule}{
14368 \begin_inset Newline newline
14369 \end_inset
14370
14371
14372 \series default
14373 en modo TeX delante de la ecuación.
14374  Aquí 
14375 \series bold
14376
14377 \backslash
14378 linewidth
14379 \begin_inset Index
14380 status collapsed
14381
14382 \begin_layout Plain Layout
14383 Comandos ! L ! 
14384 \backslash
14385 linewidth
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \series default
14392  es la anchura de línea establecida para el documento.
14393  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14394  anchura dos veces la separación del marco y el grosor.
14395  Como LyX no lo hace automáticamente debido a un fallo,
14396 \begin_inset Foot
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400 \begin_inset CommandInset href
14401 LatexCommand href
14402 name "LyX-bug #4483"
14403 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14404
14405 \end_inset
14406
14407
14408 \end_layout
14409
14410 \end_inset
14411
14412  hay que usar modo TeX.
14413  Para poder multiplicar y restar en los argumentos hay que cargar en el
14414  preámbulo LaTeX el paquete LaTeX 
14415 \series bold
14416 calc
14417 \series default
14418 ,
14419 \begin_inset Foot
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424 \series bold
14425 calc
14426 \series default
14427  es parte de toda instalación LaTeX estándar.
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \begin_inset Index
14434 status collapsed
14435
14436 \begin_layout Plain Layout
14437 Paquetes ! calc
14438 \end_layout
14439
14440 \end_inset
14441
14442  con la línea
14443 \end_layout
14444
14445 \begin_layout Standard
14446
14447 \series bold
14448
14449 \backslash
14450 usepackage{calc}
14451 \end_layout
14452
14453 \begin_layout Standard
14454 Detrás de la ecuación se cierran ambos cuadros con 
14455 \series bold
14456 }}
14457 \series default
14458  en modo TeX.
14459  Aquí hay un ejemplo:
14460 \begin_inset ERT
14461 status collapsed
14462
14463 \begin_layout Plain Layout
14464
14465
14466 \backslash
14467 fboxsep 5mm 
14468 \backslash
14469 fboxrule 5mm
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Standard
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483
14484 \backslash
14485 fbox{
14486 \backslash
14487 parbox{
14488 \backslash
14489 linewidth-2
14490 \backslash
14491 fboxsep-2
14492 \backslash
14493 fboxrule}{
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \begin_inset Formula \begin{equation}
14500 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14501
14502 \end_inset
14503
14504
14505 \end_layout
14506
14507 \begin_layout Standard
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513 }}
14514 \end_layout
14515
14516 \end_inset
14517
14518
14519 \begin_inset ERT
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523
14524
14525 \backslash
14526 fboxrule 0.4pt 
14527 \backslash
14528 fboxsep 3pt
14529 \end_layout
14530
14531 \end_inset
14532
14533
14534 \end_layout
14535
14536 \begin_layout Standard
14537 \begin_inset VSpace medskip
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \begin_layout Standard
14544 Como se ha usado el cuadro de párrafo como argumento de 
14545 \series bold
14546
14547 \backslash
14548 fbox
14549 \series default
14550 , en este caso no hay diferencia entre 
14551 \series bold
14552
14553 \backslash
14554 fbox
14555 \series default
14556  y 
14557 \series bold
14558
14559 \backslash
14560 boxed
14561 \series default
14562 .
14563  
14564 \end_layout
14565
14566 \begin_layout Standard
14567 \begin_inset VSpace bigskip
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \begin_layout Standard
14574 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14575  Para hacerlo, se usa 
14576 \series bold
14577
14578 \backslash
14579 parbox
14580 \series default
14581  en combinación con el comando 
14582 \series bold
14583
14584 \backslash
14585 tag
14586 \series default
14587 .
14588  (Véase más sobre 
14589 \series bold
14590
14591 \backslash
14592 tag
14593 \series default
14594  en 
14595 \begin_inset CommandInset ref
14596 LatexCommand ref
14597 reference "sub:Numeración-personalizada"
14598
14599 \end_inset
14600
14601 ).
14602 \end_layout
14603
14604 \begin_layout Standard
14605 Un ejemplo de ecuación comentada con 
14606 \series bold
14607
14608 \backslash
14609 parbox
14610 \series default
14611 :
14612 \end_layout
14613
14614 \begin_layout Standard
14615 \begin_inset ERT
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619
14620
14621 \backslash
14622 [5x-7b=3b
14623 \backslash
14624 tag*{
14625 \backslash
14626 parbox{5cm}{
14627 \end_layout
14628
14629 \end_inset
14630
14631 Esto es una descripción.
14632  Está claramente separada de la ecuación y es multilínea.
14633 \begin_inset ERT
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637
14638 }}
14639 \backslash
14640 ]
14641 \end_layout
14642
14643 \end_inset
14644
14645
14646 \end_layout
14647
14648 \begin_layout Standard
14649 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14650  no soporta el comando 
14651 \series bold
14652
14653 \backslash
14654 parbox
14655 \series default
14656  en ecuaciones.
14657  La ecuación se compone con la siguiente secuencia de comandos:
14658 \end_layout
14659
14660 \begin_layout Standard
14661 El comando 
14662 \series bold
14663
14664 \backslash
14665 [5x-7b=3b
14666 \backslash
14667 tag*
14668 \backslash
14669 {
14670 \backslash
14671 parbox{5cm}{
14672 \series default
14673  se inserta en modo TeX.
14674 \begin_inset Foot
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678 Si se usa el estilo de ecuación 
14679 \series bold
14680 Sangrado
14681 \series default
14682
14683 \series bold
14684
14685 \backslash
14686 tag*
14687 \backslash
14688
14689 \series default
14690  se puede reemplazar por 
14691 \series bold
14692
14693 \backslash
14694 hfill
14695 \series default
14696 .
14697  (Véanse los estilos de ecuación en 
14698 \begin_inset CommandInset ref
14699 LatexCommand ref
14700 reference "sec:Estilos-de-ecuación"
14701
14702 \end_inset
14703
14704 ).
14705 \end_layout
14706
14707 \end_inset
14708
14709  Después sigue la descripción en texto normal, y por último 
14710 \series bold
14711 }}
14712 \backslash
14713 ]
14714 \series default
14715  en modo TeX.
14716  Aquí los comandos 
14717 \series bold
14718
14719 \backslash
14720 [
14721 \series default
14722  y 
14723 \series bold
14724
14725 \backslash
14726 ]
14727 \series default
14728  crean una ecuación presentada.
14729 \end_layout
14730
14731 \begin_layout Standard
14732 Las ventajas de 
14733 \series bold
14734
14735 \backslash
14736 parbox
14737 \series default
14738  pueden verse en este ejemplo que se ha 
14739 \begin_inset Quotes fld
14740 \end_inset
14741
14742 comentado
14743 \begin_inset Quotes frd
14744 \end_inset
14745
14746  usando el modo texto matemático:
14747 \begin_inset Formula \[
14748 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14749
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \begin_layout Section
14756 Operadores
14757 \begin_inset Index
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761 Operadores
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Subsection
14770 Operadores grandes
14771 \begin_inset CommandInset label
14772 LatexCommand label
14773 name "sub:Operadores-grandes"
14774
14775 \end_inset
14776
14777
14778 \begin_inset Index
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782 Operadores ! grandes
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \begin_inset Index
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792 Sumatorios
14793 \end_layout
14794
14795 \end_inset
14796
14797
14798 \begin_inset Index
14799 status collapsed
14800
14801 \begin_layout Plain Layout
14802 Integrales
14803 \end_layout
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 Para poder usar todos los comandos de integrales listados aquí, debe estar
14812  marcada la opción 
14813 \family sans
14814 Usar paquete esint automáticamente
14815 \family default
14816  en el apartado 
14817 \family sans
14818 Ecuaciones
14819 \family default
14820  de la configuración del documento.
14821  
14822 \end_layout
14823
14824 \begin_layout Standard
14825 \begin_inset space \hfill{}
14826 \end_inset
14827
14828
14829 \begin_inset Tabular
14830 <lyxtabular version="3" rows="11" columns="2">
14831 <features>
14832 <column alignment="center" valignment="top" width="0pt">
14833 <column alignment="center" valignment="top" width="0pt">
14834 <row>
14835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 Comando
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 Resultado
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 </row>
14854 <row>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859
14860 \backslash
14861 sum
14862 \begin_inset Index
14863 status collapsed
14864
14865 \begin_layout Plain Layout
14866 Comandos ! S ! 
14867 \backslash
14868 sum
14869 \end_layout
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882 \begin_inset Formula $\sum$
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 </row>
14891 <row>
14892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \backslash
14898 int
14899 \begin_inset Index
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903 Comandos ! I ! 
14904 \backslash
14905 int
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 \begin_inset Formula $\int$
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 </row>
14928 <row>
14929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933
14934 \backslash
14935 intop
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 \begin_inset Formula $\intop$
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 </row>
14953 <row>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958
14959 \backslash
14960 oint
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 \begin_inset Formula $\oint$
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 </row>
14978 <row>
14979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983
14984 \backslash
14985 ointop
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 \begin_inset Formula $\ointop$
14995 \end_inset
14996
14997
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row>
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008
15009 \backslash
15010 ointctrclockwise
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 \begin_inset Formula $\ointctrclockwise$
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033
15034 \backslash
15035 ointclockwise
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 \begin_inset Formula $\ointclockwise$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \backslash
15060 sqint
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\sqint$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 bigcap
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\bigcap$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 bigcup
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\bigcup$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 </lyxtabular>
15129
15130 \end_inset
15131
15132
15133 \begin_inset space \hfill{}
15134 \end_inset
15135
15136
15137 \begin_inset Tabular
15138 <lyxtabular version="3" rows="10" columns="2">
15139 <features>
15140 <column alignment="center" valignment="top" width="0pt">
15141 <column alignment="center" valignment="top" width="0pt">
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 Comando
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 Resultado
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 <row>
15163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167
15168 \backslash
15169 prod
15170 \begin_inset Index
15171 status collapsed
15172
15173 \begin_layout Plain Layout
15174 Comandos ! P ! 
15175 \backslash
15176 prod
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 \begin_inset Formula $\prod$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 coprod
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 \begin_inset Formula $\coprod$
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \backslash
15231 bigodot
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 \begin_inset Formula $\bigodot$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 </row>
15249 <row>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \backslash
15256 bigotimes
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 \begin_inset Formula $\bigotimes$
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 </row>
15274 <row>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279
15280 \backslash
15281 bigoplus
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 \begin_inset Formula $\bigoplus$
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 </row>
15299 <row>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \backslash
15306 bigwedge
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Formula $\bigwedge$
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \backslash
15331 bigvee
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 \begin_inset Formula $\bigvee$
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 </row>
15349 <row>
15350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354
15355 \backslash
15356 bigsqcup
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 \begin_inset Formula $\bigsqcup$
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row>
15375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \backslash
15381 biguplus
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 \begin_inset Formula $\biguplus$
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 </lyxtabular>
15400
15401 \end_inset
15402
15403
15404 \begin_inset space \hfill{}
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \begin_layout Standard
15411 Todos los operadores grandes se pueden insertar con el botón 
15412 \begin_inset Graphics
15413         filename ../../images/math/intop.png
15414         scale 85
15415
15416 \end_inset
15417
15418  de la barra de ecuaciones.
15419 \end_layout
15420
15421 \begin_layout Standard
15422 Estos operadores son llamados grandes porque son mayores que los operadores
15423  binarios de aspecto semejante.
15424  Todos los operadores grandes pueden tener límites, como se describe en
15425  la subsección siguiente.
15426 \end_layout
15427
15428 \begin_layout Standard
15429 Los operadores 
15430 \series bold
15431
15432 \backslash
15433 intop
15434 \series default
15435  y 
15436 \series bold
15437
15438 \backslash
15439 ointop
15440 \series default
15441  difieren de 
15442 \series bold
15443
15444 \backslash
15445 int
15446 \series default
15447  y 
15448 \series bold
15449
15450 \backslash
15451 oint
15452 \series default
15453  en el estilo en que se presentan los límites, véase
15454 \series bold
15455  
15456 \series default
15457
15458 \begin_inset CommandInset ref
15459 LatexCommand ref
15460 reference "sub:Límites-de-operadores"
15461
15462 \end_inset
15463
15464 .
15465 \end_layout
15466
15467 \begin_layout Subsubsection*
15468 Sugerencias para las integrales
15469 \end_layout
15470
15471 \begin_layout Standard
15472 La letra 
15473 \emph on
15474 d
15475 \emph default
15476  en una integral es un operador, por consiguiente debe escribirse en redonda.
15477  Esto se hace resaltando la 
15478 \emph on
15479 d
15480 \emph default
15481  y usando el atajo de teclado 
15482 \family sans
15483 Alt-c
15484 \begin_inset space ~
15485 \end_inset
15486
15487 r
15488 \family default
15489 .
15490 \begin_inset Foot
15491 status open
15492
15493 \begin_layout Plain Layout
15494 véase estilos de letras en 
15495 \begin_inset CommandInset ref
15496 LatexCommand ref
15497 reference "sub:Estilos-de-fuentes"
15498
15499 \end_inset
15500
15501  
15502 \end_layout
15503
15504 \end_inset
15505
15506  Delante de la 
15507 \emph on
15508 d
15509 \emph default
15510  se inserta un espacio delgado, como es habitual en los operadores.
15511  Un ejemplo:
15512 \end_layout
15513
15514 \begin_layout Standard
15515 incorrecto: 
15516 \begin_inset Formula $\int A(x)dx$
15517 \end_inset
15518
15519
15520 \begin_inset Newline newline
15521 \end_inset
15522
15523
15524 \begin_inset ERT
15525 status collapsed
15526
15527 \begin_layout Plain Layout
15528
15529
15530 \backslash
15531 hphantom{in}
15532 \end_layout
15533
15534 \end_inset
15535
15536 correcto: 
15537 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \begin_layout Standard
15544 Para integrales múltiples hay los siguientes comandos:
15545 \begin_inset VSpace medskip
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \begin_layout Standard
15552 \begin_inset space \hfill{}
15553 \end_inset
15554
15555
15556 \begin_inset Tabular
15557 <lyxtabular version="3" rows="4" columns="2">
15558 <features>
15559 <column alignment="center" valignment="top" width="0">
15560 <column alignment="center" valignment="top" width="0">
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 Comando
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575 Resultado
15576 \begin_inset Note Note
15577 status collapsed
15578
15579 \begin_layout Plain Layout
15580
15581 \series bold
15582
15583 \backslash
15584 raisebox
15585 \series default
15586  se usa sólo como espaciador
15587 \end_layout
15588
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 <row>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \backslash
15604 iint
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \backslash
15629 oiint
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 <row>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \backslash
15654 sqiint
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 </lyxtabular>
15673
15674 \end_inset
15675
15676
15677 \begin_inset space \hfill{}
15678 \end_inset
15679
15680
15681 \begin_inset Tabular
15682 <lyxtabular version="3" rows="4" columns="2">
15683 <features>
15684 <column alignment="center" valignment="top" width="0">
15685 <column alignment="center" valignment="top" width="0">
15686 <row>
15687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 Comando
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 Resultado
15701 \begin_inset Note Note
15702 status collapsed
15703
15704 \begin_layout Plain Layout
15705
15706 \series bold
15707
15708 \backslash
15709 raisebox
15710 \series default
15711  se usa sólo como espaciador
15712 \end_layout
15713
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 <row>
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727
15728 \backslash
15729 iiint
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15739 \end_inset
15740
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row>
15748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \backslash
15754 iiiint
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row>
15773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777
15778 \backslash
15779 dotsint
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 </lyxtabular>
15798
15799 \end_inset
15800
15801
15802 \begin_inset space \hfill{}
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Subsection
15809 Límites de operadores
15810 \begin_inset CommandInset label
15811 LatexCommand label
15812 name "sub:Límites-de-operadores"
15813
15814 \end_inset
15815
15816
15817 \begin_inset Index
15818 status collapsed
15819
15820 \begin_layout Plain Layout
15821 Operadores ! límites de
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 Los límites se crean mediante superíndices y subíndices:
15831 \end_layout
15832
15833 \begin_layout Standard
15834 \noindent
15835 \align center
15836 \begin_inset Tabular
15837 <lyxtabular version="3" rows="2" columns="2">
15838 <features>
15839 <column alignment="center" valignment="top" width="0">
15840 <column alignment="center" valignment="top" width="0">
15841 <row>
15842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 Comando
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 Resultado
15856 \begin_inset Note Note
15857 status collapsed
15858
15859 \begin_layout Plain Layout
15860
15861 \series bold
15862
15863 \backslash
15864 raisebox
15865 \series default
15866  se usa sólo como espaciador
15867 \end_layout
15868
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \backslash
15884 prod^
15885 \backslash
15886 infty
15887 \begin_inset ERT
15888 status collapsed
15889
15890 \begin_layout Plain Layout
15891
15892
15893 \backslash
15894 spce 
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \begin_inset Formula $\to$
15901 \end_inset
15902
15903 _0
15904 \begin_inset Formula $\to$
15905 \end_inset
15906
15907 A(x)
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 </lyxtabular>
15926
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \begin_layout Standard
15933 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15934  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15935 \end_layout
15936
15937 \begin_layout Standard
15938 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15939  directamente detrás del operador y se elige 
15940 \series bold
15941 Insertado
15942 \series default
15943  en el menú 
15944 \family sans
15945 Editar\SpecialChar \menuseparator
15946 Ecuación\SpecialChar \menuseparator
15947 Cambiar tipo de límites
15948 \family default
15949  (atajo 
15950 \family sans
15951 Alt-m
15952 \begin_inset space ~
15953 \end_inset
15954
15955 l
15956 \family default
15957 ).
15958  Un ejemplo:
15959 \end_layout
15960
15961 \begin_layout Standard
15962 Los límites por defecto son:
15963 \begin_inset Formula \[
15964 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Standard
15972 Así se ven si se cambia el tipo de límites a 
15973 \series bold
15974 Insertado
15975 \series default
15976 :
15977 \begin_inset Formula \[
15978 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15979
15980 \end_inset
15981
15982
15983 \end_layout
15984
15985 \begin_layout Standard
15986 En integrales, excepto 
15987 \series bold
15988
15989 \backslash
15990 intop
15991 \series default
15992  y 
15993 \series bold
15994
15995 \backslash
15996 ointop
15997 \series default
15998 , los límites se colocan por defecto junto al operador.
15999  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16000  operador.
16001  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16002 \series bold
16003 Pantalla
16004 \series default
16005  para poner el límite debajo:
16006 \begin_inset Formula \begin{equation}
16007 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16008
16009 \end_inset
16010
16011
16012 \begin_inset VSpace medskip
16013 \end_inset
16014
16015 Para especificar condiciones en los límites se usan los comandos 
16016 \series bold
16017
16018 \backslash
16019 subarray
16020 \series default
16021
16022 \begin_inset Index
16023 status collapsed
16024
16025 \begin_layout Plain Layout
16026 Comandos ! S ! 
16027 \backslash
16028 subarray
16029 \end_layout
16030
16031 \end_inset
16032
16033  y 
16034 \series bold
16035
16036 \backslash
16037 substack
16038 \series default
16039
16040 \begin_inset Index
16041 status collapsed
16042
16043 \begin_layout Plain Layout
16044 Comandos ! S ! 
16045 \backslash
16046 substack
16047 \end_layout
16048
16049 \end_inset
16050
16051 .
16052  Por ejemplo, para componer la expresión
16053 \begin_inset Formula \begin{equation}
16054 \sum_{\begin{subarray}{c}
16055 0<k<1000\\
16056 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16057
16058 \end_inset
16059
16060 se ha hecho lo siguiente: primero se escribe el comando 
16061 \series bold
16062
16063 \backslash
16064 sum^n
16065 \series default
16066
16067 \begin_inset ERT
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071
16072
16073 \backslash
16074 spce 
16075 \end_layout
16076
16077 \end_inset
16078
16079
16080 \series bold
16081 _
16082 \series default
16083 .
16084  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16085  se inserta el comando 
16086 \series bold
16087
16088 \backslash
16089 subarray
16090 \series default
16091
16092 \begin_inset ERT
16093 status collapsed
16094
16095 \begin_layout Plain Layout
16096
16097
16098 \backslash
16099 spce 
16100 \end_layout
16101
16102 \end_inset
16103
16104 .
16105  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16106  distintas.
16107  Cada línea nueva se crea con un salto de línea (
16108 \family sans
16109 Ctrl-Intro
16110 \family default
16111 ).
16112  Si ahora se escribe en ella
16113 \begin_inset Newline newline
16114 \end_inset
16115
16116
16117 \series bold
16118 0<k<1000 Ctrl-Intro
16119 \begin_inset Newline newline
16120 \end_inset
16121
16122
16123 \series default
16124 aparece debajo un nuevo marco para la línea nueva.
16125 \end_layout
16126
16127 \begin_layout Standard
16128 La alineación de las líneas puede cambiarse a la izquierda con la 
16129 \family sans
16130 barra de herramientas de tabla
16131 \family default
16132  o con el menú 
16133 \family sans
16134 Editar\SpecialChar \menuseparator
16135 Filas y columnas
16136 \family default
16137 .
16138  Para obtener alineación derecha se inserta 
16139 \series bold
16140
16141 \backslash
16142 hfill
16143 \series default
16144
16145 \begin_inset ERT
16146 status collapsed
16147
16148 \begin_layout Plain Layout
16149
16150
16151 \backslash
16152 spce 
16153 \end_layout
16154
16155 \end_inset
16156
16157  al principio de la línea.
16158 \end_layout
16159
16160 \begin_layout Standard
16161 El comando 
16162 \series bold
16163
16164 \backslash
16165 substack
16166 \series default
16167  es equivalente a 
16168 \series bold
16169
16170 \backslash
16171 subarray
16172 \series default
16173  con la diferencia de que las líneas están siempre centradas.
16174 \begin_inset VSpace bigskip
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \begin_layout Standard
16181 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16182  siguientes, como en la ecuación 
16183 \begin_inset CommandInset ref
16184 LatexCommand eqref
16185 reference "eq:substack"
16186
16187 \end_inset
16188
16189 , porque éstos se colocan junto a los límites.
16190 \end_layout
16191
16192 \begin_layout Standard
16193 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16194 \end_layout
16195
16196 \begin_layout Standard
16197
16198 \series bold
16199
16200 \backslash
16201 def
16202 \backslash
16203 clap#1{
16204 \backslash
16205 hbox to 0pt{
16206 \backslash
16207 hss #1
16208 \backslash
16209 hss}}
16210 \begin_inset Newline newline
16211 \end_inset
16212
16213
16214 \backslash
16215 def
16216 \backslash
16217 mathclap {
16218 \backslash
16219 mathpalette 
16220 \backslash
16221 mathclapinternal}
16222 \begin_inset Newline newline
16223 \end_inset
16224
16225
16226 \backslash
16227 def
16228 \backslash
16229 mathclapinternal #1#2{
16230 \backslash
16231 clap{$
16232 \backslash
16233 mathsurround =0pt #1{#2}$}}
16234 \end_layout
16235
16236 \begin_layout Standard
16237 En ella se define el comando 
16238 \series bold
16239
16240 \backslash
16241 mathclap
16242 \series default
16243
16244 \begin_inset Index
16245 status collapsed
16246
16247 \begin_layout Plain Layout
16248 Comandos ! M ! 
16249 \backslash
16250 mathclap
16251 \end_layout
16252
16253 \end_inset
16254
16255  que establece la anchura del límite en 0
16256 \begin_inset space \thinspace{}
16257 \end_inset
16258
16259 pt.
16260  El esquema del comando es:
16261 \end_layout
16262
16263 \begin_layout Standard
16264
16265 \series bold
16266
16267 \backslash
16268 mathclap{límite}
16269 \end_layout
16270
16271 \begin_layout Standard
16272 donde el límite puede consistir en varias condiciones.
16273 \end_layout
16274
16275 \begin_layout Standard
16276 Aplicado en la ecuación 
16277 \begin_inset CommandInset ref
16278 LatexCommand eqref
16279 reference "eq:substack"
16280
16281 \end_inset
16282
16283  se usa el comando
16284 \end_layout
16285
16286 \begin_layout Standard
16287
16288 \series bold
16289
16290 \backslash
16291 sum_
16292 \backslash
16293 mathclap{
16294 \backslash
16295 substack
16296 \begin_inset ERT
16297 status collapsed
16298
16299 \begin_layout Plain Layout
16300
16301
16302 \backslash
16303 spce 
16304 \end_layout
16305
16306 \end_inset
16307
16308 0<k<1000 Ctrl-Intro
16309 \end_layout
16310
16311 \begin_layout Standard
16312 para componer el límite inferior.
16313  Ahora el sumando está junto al sumatorio:
16314 \begin_inset Formula \[
16315 \sum_{\mathclap{\substack{0<k<1000\\
16316 \\k\,\in\,\mathbb{N}}
16317 }}^{n}k^{-2}\]
16318
16319 \end_inset
16320
16321
16322 \begin_inset VSpace bigskip
16323 \end_inset
16324
16325 Cómo utilizar un límite para varios operadores se describe en la 
16326 \begin_inset CommandInset ref
16327 LatexCommand ref
16328 reference "sub:Operadores-de-usuario"
16329
16330 \end_inset
16331
16332 .
16333 \end_layout
16334
16335 \begin_layout Subsection
16336 Operadores binarios
16337 \begin_inset CommandInset label
16338 LatexCommand label
16339 name "sub:Operadores-binarios"
16340
16341 \end_inset
16342
16343
16344 \begin_inset Index
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348 Operadores ! binarios
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \begin_layout Standard
16357 Los operadores binarios se rodean por espacios si llevan un carácter delante
16358  o detrás.
16359 \begin_inset VSpace medskip
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \begin_layout Standard
16366 \begin_inset space \hfill{}
16367 \end_inset
16368
16369
16370 \begin_inset Tabular
16371 <lyxtabular version="3" rows="13" columns="2">
16372 <features>
16373 <column alignment="center" valignment="top" width="0pt">
16374 <column alignment="center" valignment="top" width="0pt">
16375 <row>
16376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 Comando
16381 \begin_inset Note Note
16382 status collapsed
16383
16384 \begin_layout Plain Layout
16385
16386 \series bold
16387
16388 \backslash
16389 raisebox
16390 \series default
16391  se usa sólo como espaciador
16392 \end_layout
16393
16394 \end_inset
16395
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 Operador
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 +
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 \begin_inset Formula $+$
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 -
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 \begin_inset Formula $-$
16449 \end_inset
16450
16451
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \backslash
16464 pm
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 \begin_inset Formula $\pm$
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 </row>
16482 <row>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487
16488 \backslash
16489 mp
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 \begin_inset Formula $\mp$
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 <row>
16508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512
16513 \backslash
16514 cdot
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 \begin_inset Formula $\cdot$
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537
16538 \backslash
16539 times
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 \begin_inset Formula $\times$
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 </row>
16557 <row>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562
16563 \backslash
16564 div
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 \begin_inset Formula $\div$
16574 \end_inset
16575
16576
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 <row>
16583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 \begin_inset ERT
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591
16592
16593 \backslash
16594 raisebox{-1.2mm}{
16595 \end_layout
16596
16597 \end_inset
16598
16599 *
16600 \begin_inset ERT
16601 status collapsed
16602
16603 \begin_layout Plain Layout
16604
16605 }
16606 \end_layout
16607
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 \begin_inset Formula $*$
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \backslash
16635 star
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\star$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \backslash
16660 circ
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 \begin_inset Formula $\circ$
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \backslash
16685 diamond
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 \begin_inset Formula $\diamond$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \backslash
16710 bullet
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $\bullet$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 </lyxtabular>
16729
16730 \end_inset
16731
16732
16733 \begin_inset space \hfill{}
16734 \end_inset
16735
16736
16737 \begin_inset Tabular
16738 <lyxtabular version="3" rows="13" columns="2">
16739 <features>
16740 <column alignment="center" valignment="top" width="0pt">
16741 <column alignment="center" valignment="top" width="0pt">
16742 <row>
16743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 Comando
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 Operador
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767
16768 \backslash
16769 nabla
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778 \begin_inset Formula $\nabla$
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 </row>
16787 <row>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792
16793 \backslash
16794 bigtriangledown
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Formula $\bigtriangledown$
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817
16818 \backslash
16819 bigtriangleup
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Formula $\bigtriangleup$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 <row>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842
16843 \backslash
16844 Box
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 \begin_inset Formula $\Box$
16854 \end_inset
16855
16856
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 <row>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \backslash
16869 cap 
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 \begin_inset Formula $\cap$
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 <row>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892
16893 \backslash
16894 cup
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 \begin_inset Formula $\cup$
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \backslash
16919 dagger
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 \begin_inset Formula $\dagger$
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \backslash
16944 ddagger
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset Formula $\ddagger$
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \backslash
16969 wr
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $\wr$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \backslash
16994 bigcirc
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Formula $\bigcirc$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \backslash
17019 wedge
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\wedge$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \backslash
17044 vee
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\vee$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 </lyxtabular>
17063
17064 \end_inset
17065
17066
17067 \begin_inset space \hfill{}
17068 \end_inset
17069
17070
17071 \begin_inset Tabular
17072 <lyxtabular version="3" rows="13" columns="2">
17073 <features>
17074 <column alignment="center" valignment="top" width="0pt">
17075 <column alignment="center" valignment="top" width="0pt">
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 Comando
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 Operador
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 </row>
17096 <row>
17097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101
17102 \backslash
17103 oplus
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Formula $\oplus$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 <row>
17122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \backslash
17128 ominus
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Formula $\ominus$
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 </row>
17146 <row>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \backslash
17153 otimes
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 \begin_inset Formula $\otimes$
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 </row>
17171 <row>
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176
17177 \backslash
17178 oslash
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 \begin_inset Formula $\oslash$
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \backslash
17203 odot
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212 \begin_inset Formula $\odot$
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 </row>
17221 <row>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \backslash
17228 amalg
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 \begin_inset Formula $\amalg$
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 </row>
17246 <row>
17247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251
17252 \backslash
17253 uplus
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 \begin_inset Formula $\uplus$
17263 \end_inset
17264
17265
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 <row>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \backslash
17278 setminus
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 \begin_inset Formula $\setminus$
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \backslash
17303 sqcap
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 \begin_inset Formula $\sqcap$
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326
17327 \backslash
17328 sqcup
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $\sqcup$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 </row>
17346 <row>
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351
17352 \backslash
17353 triangleleft
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 \begin_inset Formula $\triangleleft$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 </row>
17371 <row>
17372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376
17377 \backslash
17378 triangleright
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Formula $\triangleright$
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 </lyxtabular>
17397
17398 \end_inset
17399
17400
17401 \begin_inset space \hfill{}
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \begin_layout Standard
17408 Todos los operadores binarios se pueden insertar también con el botón 
17409 \begin_inset Graphics
17410         filename ../../images/math/pm.png
17411         scale 85
17412
17413 \end_inset
17414
17415  de la barra de ecuaciones.
17416 \end_layout
17417
17418 \begin_layout Standard
17419 Para imprimir el operador Laplace se pueden usar 
17420 \series bold
17421
17422 \backslash
17423 Delta
17424 \series default
17425  o 
17426 \series bold
17427
17428 \backslash
17429 nabla
17430 \series default
17431 ^
17432 \series bold
17433 2
17434 \series default
17435  (
17436 \begin_inset Formula $\nabla^{2}$
17437 \end_inset
17438
17439 ) en vez de 
17440 \series bold
17441
17442 \backslash
17443 bigtriangleup
17444 \series default
17445 .
17446 \end_layout
17447
17448 \begin_layout Standard
17449 El carácter 
17450 \family sans
17451 Separador de menú
17452 \family default
17453  del menú 
17454 \family sans
17455 Insertar\SpecialChar \menuseparator
17456 Carácter especial
17457 \family default
17458  es el operador 
17459 \series bold
17460
17461 \backslash
17462 triangleright
17463 \series default
17464 .
17465 \end_layout
17466
17467 \begin_layout Subsection
17468 Operadores definidos por el usuario
17469 \begin_inset CommandInset label
17470 LatexCommand label
17471 name "sub:Operadores-de-usuario"
17472
17473 \end_inset
17474
17475
17476 \begin_inset Index
17477 status collapsed
17478
17479 \begin_layout Plain Layout
17480 Operadores ! personalizados
17481 \end_layout
17482
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \begin_layout Standard
17489 Con ayuda del comando 
17490 \series bold
17491
17492 \backslash
17493 DeclareMathOperator
17494 \series default
17495
17496 \begin_inset Index
17497 status collapsed
17498
17499 \begin_layout Plain Layout
17500 Comandos ! D ! 
17501 \backslash
17502 dbinom@
17503 \backslash
17504 DeclareMathOperator
17505 \end_layout
17506
17507 \end_inset
17508
17509  se pueden definir operadores personalizados en el preámbulo LaTeX.
17510  Su esquema es:
17511 \end_layout
17512
17513 \begin_layout Standard
17514
17515 \series bold
17516
17517 \backslash
17518 DeclareMathOperator{comando nuevo}{presentación}
17519 \end_layout
17520
17521 \begin_layout Standard
17522 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17523  en la salida.
17524  Para definir un operador grande hay que añadirle un * detrás.
17525  Todos los operadores grandes personalizados pueden tener límites como se
17526  describe en 
17527 \begin_inset CommandInset ref
17528 LatexCommand ref
17529 reference "sub:Límites-de-operadores"
17530
17531 \end_inset
17532
17533 .
17534 \end_layout
17535
17536 \begin_layout Standard
17537 Por ejemplo, la línea en el preámbulo LaTeX
17538 \end_layout
17539
17540 \begin_layout Standard
17541
17542 \series bold
17543
17544 \backslash
17545 DeclareMathOperator*{
17546 \backslash
17547 Lozenge}{
17548 \backslash
17549 blacklozenge}
17550 \end_layout
17551
17552 \begin_layout Standard
17553 define el comando 
17554 \series bold
17555
17556 \backslash
17557 Lozenge
17558 \series default
17559 , que inserta un operador grande que es el símbolo blacklozenge de la 
17560 \begin_inset CommandInset ref
17561 LatexCommand ref
17562 reference "sub:Símbolos-misceláneos"
17563
17564 \end_inset
17565
17566 .
17567 \begin_inset Formula \[
17568 \Lozenge_{n=1}^{\infty}\]
17569
17570 \end_inset
17571
17572 El comando para esta expresión es: 
17573 \series bold
17574
17575 \backslash
17576 Lozenge^
17577 \backslash
17578 infty
17579 \begin_inset Formula $\rightarrow$
17580 \end_inset
17581
17582 _n=1
17583 \begin_inset VSpace bigskip
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \begin_layout Standard
17590 Si los operadores personalizados no se van a usar varias veces en el documento,
17591  se pueden también definir con los comandos 
17592 \series bold
17593
17594 \backslash
17595 mathop
17596 \series default
17597
17598 \begin_inset Index
17599 status collapsed
17600
17601 \begin_layout Plain Layout
17602 Comandos ! M ! 
17603 \backslash
17604 mathop
17605 \end_layout
17606
17607 \end_inset
17608
17609  y 
17610 \series bold
17611
17612 \backslash
17613 mathbin
17614 \series default
17615
17616 \begin_inset Index
17617 status collapsed
17618
17619 \begin_layout Plain Layout
17620 Comandos ! M ! 
17621 \backslash
17622 mathbin
17623 \end_layout
17624
17625 \end_inset
17626
17627 , con el siguiente esquema:
17628 \end_layout
17629
17630 \begin_layout Standard
17631
17632 \series bold
17633
17634 \backslash
17635 mathop{presentación}
17636 \series default
17637  y 
17638 \series bold
17639
17640 \backslash
17641 mathbin{presentación}
17642 \end_layout
17643
17644 \begin_layout Standard
17645
17646 \series bold
17647
17648 \backslash
17649 mathop
17650 \series default
17651  define operadores grandes, 
17652 \series bold
17653
17654 \backslash
17655 mathbin
17656 \series default
17657  operadores binarios.
17658 \end_layout
17659
17660 \begin_layout Standard
17661
17662 \series bold
17663
17664 \backslash
17665 mathop
17666 \series default
17667  se puede usar, p.e., para poner un límite a varios operadores:
17668 \begin_inset Formula \[
17669 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \begin_layout Standard
17677 El comando para la expresión anterior es:
17678 \begin_inset Newline newline
17679 \end_inset
17680
17681
17682 \series bold
17683
17684 \backslash
17685 mathop{
17686 \backslash
17687 sum
17688 \backslash
17689 negmedspace
17690 \backslash
17691 sum
17692 \series default
17693
17694 \begin_inset ERT
17695 status collapsed
17696
17697 \begin_layout Plain Layout
17698
17699
17700 \backslash
17701 spce 
17702 \end_layout
17703
17704 \end_inset
17705
17706
17707 \series bold
17708
17709 \begin_inset Formula $\to$
17710 \end_inset
17711
17712 ^N
17713 \series default
17714
17715 \begin_inset ERT
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719
17720
17721 \backslash
17722 spce 
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \series bold
17729 _i,j=1
17730 \end_layout
17731
17732 \begin_layout Section
17733 Fuentes
17734 \begin_inset Index
17735 status collapsed
17736
17737 \begin_layout Plain Layout
17738 Fuentes
17739 \end_layout
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \begin_layout Subsection
17747 Estilos de fuentes
17748 \begin_inset CommandInset label
17749 LatexCommand label
17750 name "sub:Estilos-de-fuentes"
17751
17752 \end_inset
17753
17754
17755 \begin_inset Index
17756 status collapsed
17757
17758 \begin_layout Plain Layout
17759 Fuentes ! estilos de
17760 \end_layout
17761
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \begin_layout Standard
17768 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17769  estilos:
17770 \end_layout
17771
17772 \begin_layout Standard
17773 \begin_inset VSpace -2mm
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \align center
17781 \begin_inset Tabular
17782 <lyxtabular version="3" rows="6" columns="3">
17783 <features>
17784 <column alignment="center" valignment="top" width="0">
17785 <column alignment="center" valignment="top" width="0">
17786 <column alignment="center" valignment="top" width="0">
17787 <row>
17788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 Comando
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 Resultado
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 atajo
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \backslash
17823 mathbb
17824 \series bold
17825
17826 \begin_inset ERT
17827 status collapsed
17828
17829 \begin_layout Plain Layout
17830
17831
17832 \backslash
17833 spce 
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \series default
17840 ABC
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 \begin_inset Formula $\mathbb{ABC}$
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 Alt-c c
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 </row>
17867 <row>
17868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872
17873 \backslash
17874 mathbf
17875 \series bold
17876
17877 \begin_inset ERT
17878 status collapsed
17879
17880 \begin_layout Plain Layout
17881
17882
17883 \backslash
17884 spce 
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \series default
17891 AbC
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 \begin_inset Formula $\mathbf{AbC}$
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 -
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 </row>
17918 <row>
17919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923
17924 \backslash
17925 boldsymbol
17926 \series bold
17927
17928 \begin_inset ERT
17929 status collapsed
17930
17931 \begin_layout Plain Layout
17932
17933
17934 \backslash
17935 spce 
17936 \end_layout
17937
17938 \end_inset
17939
17940
17941 \series default
17942 AbC
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 \begin_inset Formula $\boldsymbol{AbC}$
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 Alt-c b
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \backslash
17976 mathcal
17977 \series bold
17978
17979 \begin_inset ERT
17980 status collapsed
17981
17982 \begin_layout Plain Layout
17983
17984
17985 \backslash
17986 spce 
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \series default
17993 ABC
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 \begin_inset Formula $\mathcal{ABC}$
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Alt-c e
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 </row>
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025
18026 \backslash
18027 mathfrak
18028 \series bold
18029
18030 \begin_inset ERT
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034
18035
18036 \backslash
18037 spce 
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \series default
18044 AbC
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 \begin_inset Formula $\mathfrak{AbC}$
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 -
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 </lyxtabular>
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \begin_layout Standard
18079 \align center
18080 \begin_inset Tabular
18081 <lyxtabular version="3" rows="5" columns="3">
18082 <features>
18083 <column alignment="center" valignment="top" width="0">
18084 <column alignment="center" valignment="top" width="0">
18085 <column alignment="center" valignment="top" width="0">
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 Comando
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 Resultado
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 atajo
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \backslash
18122 mathit
18123 \series bold
18124
18125 \begin_inset ERT
18126 status collapsed
18127
18128 \begin_layout Plain Layout
18129
18130
18131 \backslash
18132 spce 
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \series default
18139 AbC
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\mathit{AbC}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 -
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \backslash
18173 mathrm
18174 \series bold
18175
18176 \begin_inset ERT
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 spce 
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \series default
18190 AbC
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 \begin_inset Formula $\mathrm{AbC}$
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 Alt-c r
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 </row>
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222
18223 \backslash
18224 mathsf
18225 \series bold
18226
18227 \begin_inset ERT
18228 status collapsed
18229
18230 \begin_layout Plain Layout
18231
18232
18233 \backslash
18234 spce 
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \series default
18241 AbC
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Formula $\mathsf{AbC}$
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Alt-c s
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \backslash
18275 mathtt
18276 \series bold
18277
18278 \begin_inset ERT
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282
18283
18284 \backslash
18285 spce 
18286 \end_layout
18287
18288 \end_inset
18289
18290
18291 \series default
18292 AbC
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Formula $\mathtt{AbC}$
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 Alt-c p
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 </lyxtabular>
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset Note Greyedout
18328 status open
18329
18330 \begin_layout Plain Layout
18331
18332 \series bold
18333 Nota
18334 \series default
18335 : Los estilos 
18336 \series bold
18337
18338 \backslash
18339 mathbb
18340 \series default
18341  y 
18342 \series bold
18343
18344 \backslash
18345 mathcal
18346 \series default
18347  sólo se aplican a letras mayúsculas.
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \begin_layout Standard
18356 El estilo predeterminado es 
18357 \series bold
18358
18359 \backslash
18360 mathnormal
18361 \series default
18362 .
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Los comandos de estilo funcionan también en estructuras matemáticas:
18367 \begin_inset Formula \[
18368 \mathfrak{A=\frac{b}{C}}\]
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Los caracteres en texto matemático no aparecen en un estilo de letra de
18377  ecuaciones sino en el estilo 
18378 \series bold
18379
18380 \backslash
18381 textrm
18382 \series default
18383 .
18384  Este estilo no se puede poner correctamente con el diálogo de estilo de
18385  texto por un fallo de LyX.
18386 \begin_inset Foot
18387 status collapsed
18388
18389 \begin_layout Plain Layout
18390 \begin_inset CommandInset href
18391 LatexCommand href
18392 name "LyX-bug #4091"
18393 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Standard
18406 En vez de comandos se puede usar el menú 
18407 \family sans
18408 Editar\SpecialChar \menuseparator
18409 Ecuación\SpecialChar \menuseparator
18410 Estilo del texto
18411 \family default
18412  o el botón 
18413 \begin_inset Graphics
18414         filename ../../images/math/font.png
18415         scale 85
18416
18417 \end_inset
18418
18419 .
18420 \end_layout
18421
18422 \begin_layout Subsection
18423 Ecuaciones en negrita
18424 \begin_inset CommandInset label
18425 LatexCommand label
18426 name "sub:Ecuaciones-en-negrita"
18427
18428 \end_inset
18429
18430
18431 \begin_inset Index
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435 Ecuación ! en negrita
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 Para poner en negrita una ecuación completa no se puede usar el comando
18445  
18446 \series bold
18447
18448 \backslash
18449 mathbf
18450 \series default
18451 , porque no funciona con minúsculas griegas.
18452  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18453 \begin_inset Formula \[
18454 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \begin_layout Standard
18462 Para presentar la ecuación correctamente se usa el comando 
18463 \series bold
18464 boldsymbol
18465 \series default
18466 :
18467 \begin_inset Formula \[
18468 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18469
18470 \end_inset
18471
18472
18473 \end_layout
18474
18475 \begin_layout Standard
18476 También es posible poner la fórmula en un 
18477 \series bold
18478 entorno boldmath
18479 \series default
18480 , que se inserta con el comando 
18481 \series bold
18482
18483 \backslash
18484 boldmath
18485 \series default
18486
18487 \begin_inset Index
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491 Comandos ! B ! 
18492 \backslash
18493 boldmath
18494 \end_layout
18495
18496 \end_inset
18497
18498  en modo TeX.
18499  Para finalizar el entorno se usa el comando 
18500 \series bold
18501
18502 \backslash
18503 unboldmath
18504 \series default
18505
18506 \begin_inset Index
18507 status collapsed
18508
18509 \begin_layout Plain Layout
18510 Comandos ! U ! 
18511 \backslash
18512 unboldmath
18513 \end_layout
18514
18515 \end_inset
18516
18517  en modo TeX.
18518 \begin_inset ERT
18519 status collapsed
18520
18521 \begin_layout Plain Layout
18522
18523
18524 \backslash
18525 boldmath
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \begin_inset Formula \[
18532 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Standard
18540 \begin_inset ERT
18541 status collapsed
18542
18543 \begin_layout Plain Layout
18544
18545
18546 \backslash
18547 unboldmath
18548 \end_layout
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Subsection
18556 Tamaños de fuentes
18557 \begin_inset CommandInset label
18558 LatexCommand label
18559 name "sub:Tamaños-de-fuentes"
18560
18561 \end_inset
18562
18563
18564 \begin_inset Index
18565 status collapsed
18566
18567 \begin_layout Plain Layout
18568 Fuentes ! tamaño
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \begin_layout Standard
18577 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18578  siguientes comandos de tamaño:
18579 \end_layout
18580
18581 \begin_layout Standard
18582
18583 \series bold
18584
18585 \backslash
18586 Huge
18587 \series default
18588
18589 \series bold
18590
18591 \backslash
18592 huge
18593 \series default
18594
18595 \series bold
18596
18597 \backslash
18598 LARGE
18599 \series default
18600
18601 \series bold
18602
18603 \backslash
18604 Large
18605 \series default
18606
18607 \series bold
18608
18609 \backslash
18610 large
18611 \series default
18612
18613 \series bold
18614
18615 \backslash
18616 normalsize
18617 \series default
18618
18619 \series bold
18620
18621 \backslash
18622 small
18623 \series default
18624 ,
18625 \begin_inset Newline newline
18626 \end_inset
18627
18628
18629 \series bold
18630
18631 \backslash
18632 footnotesize
18633 \series default
18634
18635 \series bold
18636
18637 \backslash
18638 scriptsize
18639 \series default
18640 , y 
18641 \series bold
18642
18643 \backslash
18644 tiny
18645 \end_layout
18646
18647 \begin_layout Standard
18648 El tamaño dado por los comandos depende del tamaño base de la fuente en
18649  el documento, dado por el comando 
18650 \series bold
18651
18652 \backslash
18653 normalsize
18654 \series default
18655 .
18656  Los demás comandos producen tamaños menores o mayores que 
18657 \series bold
18658
18659 \backslash
18660 normalsize
18661 \series default
18662 .
18663  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18664  Si, por ejemplo, la fuente del documento es de 12
18665 \begin_inset space \thinspace{}
18666 \end_inset
18667
18668 pt, el comando 
18669 \series bold
18670
18671 \backslash
18672 Huge
18673 \series default
18674  da el mismo tamaño que 
18675 \series bold
18676
18677 \backslash
18678 huge
18679 \series default
18680 .
18681 \end_layout
18682
18683 \begin_layout Standard
18684 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18685  a todas las ecuaciones y texto siguientes.
18686  Para volver al tamaño anterior hay que insertar el comando 
18687 \series bold
18688
18689 \backslash
18690 normalsize
18691 \series default
18692  en modo TeX detrás de la ecuación.
18693  
18694 \end_layout
18695
18696 \begin_layout Standard
18697 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
18698  en texto matemático.
18699  Para hacerlo se inserta el comando en texto matemático.
18700  Todos los caracteres siguientes, hasta el final del texto matemático o
18701  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18702  Dos ejemplos:
18703 \end_layout
18704
18705 \begin_layout Standard
18706 \begin_inset VSpace -2mm
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 huge
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Formula \[
18727 A=\frac{B}{c}\cdot\maltese\]
18728
18729 \end_inset
18730
18731
18732 \begin_inset Formula \[
18733 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18734
18735 \end_inset
18736
18737
18738 \end_layout
18739
18740 \begin_layout Standard
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 normalsize
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \begin_inset VSpace medskip
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Standard
18761 Antes de las ecuaciones se ha insertado el comando 
18762 \series bold
18763
18764 \backslash
18765 huge
18766 \series default
18767 .
18768  Para la segunda ecuación el comando es:
18769 \begin_inset Newline newline
18770 \end_inset
18771
18772
18773 \series bold
18774
18775 \backslash
18776 maltese
18777 \begin_inset ERT
18778 status collapsed
18779
18780 \begin_layout Plain Layout
18781
18782
18783 \backslash
18784 spce 
18785 \end_layout
18786
18787 \end_inset
18788
18789 A Alt-m m 
18790 \backslash
18791 Large
18792 \begin_inset ERT
18793 status collapsed
18794
18795 \begin_layout Plain Layout
18796
18797
18798 \backslash
18799 spce 
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \backslash
18806 maltese
18807 \begin_inset ERT
18808 status collapsed
18809
18810 \begin_layout Plain Layout
18811
18812
18813 \backslash
18814 spce 
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \backslash
18821 textit
18822 \begin_inset ERT
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826
18827
18828 \backslash
18829 spce 
18830 \end_layout
18831
18832 \end_inset
18833
18834 A
18835 \begin_inset Formula $\to$
18836 \end_inset
18837
18838
18839 \begin_inset Formula $\to$
18840 \end_inset
18841
18842
18843 \begin_inset Newline newline
18844 \end_inset
18845
18846
18847 \begin_inset space \hspace*{}
18848 \length 1cm
18849 \end_inset
18850
18851 Alt-m
18852 \series default
18853  
18854 \series bold
18855
18856 \backslash
18857 tiny
18858 \begin_inset ERT
18859 status collapsed
18860
18861 \begin_layout Plain Layout
18862
18863
18864 \backslash
18865 spce 
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \backslash
18872 maltese
18873 \begin_inset ERT
18874 status collapsed
18875
18876 \begin_layout Plain Layout
18877
18878
18879 \backslash
18880 spce 
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \backslash
18887 textit
18888 \begin_inset ERT
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892
18893
18894 \backslash
18895 spce 
18896 \end_layout
18897
18898 \end_inset
18899
18900 A
18901 \end_layout
18902
18903 \begin_layout Standard
18904 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18905  el tamaño por defecto.
18906 \end_layout
18907
18908 \begin_layout Section
18909 Letras griegas
18910 \begin_inset Index
18911 status collapsed
18912
18913 \begin_layout Plain Layout
18914 Letras griegas
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 Todas las letras griegas se pueden insertar además mediante el botón 
18924 \begin_inset Graphics
18925         filename ../../images/math/alpha.png
18926         scale 85
18927
18928 \end_inset
18929
18930  de la barra de ecuaciones.
18931 \end_layout
18932
18933 \begin_layout Subsection
18934 Minúsculas
18935 \begin_inset CommandInset label
18936 LatexCommand label
18937 name "sub:Minúsculas"
18938
18939 \end_inset
18940
18941
18942 \begin_inset Index
18943 status collapsed
18944
18945 \begin_layout Plain Layout
18946 Letras griegas ! minúsculas
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 \begin_inset space \hfill{}
18956 \end_inset
18957
18958
18959 \begin_inset Tabular
18960 <lyxtabular version="3" rows="11" columns="2">
18961 <features>
18962 <column alignment="center" valignment="top" width="0pt">
18963 <column alignment="center" valignment="top" width="0pt">
18964 <row>
18965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 Comando
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 Símbolo
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 </row>
18984 <row>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \backslash
18991 alpha
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 \begin_inset Formula $\alpha$
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \backslash
19016 beta
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 \begin_inset Formula $\beta$
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 <row>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \backslash
19041 gamma
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 \begin_inset Formula $\gamma$
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 delta
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Formula $\delta$
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 <row>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \backslash
19091 epsilon
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 \begin_inset Formula $\epsilon$
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \backslash
19116 varepsilon
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset Formula $\varepsilon$
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 </row>
19134 <row>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \backslash
19141 zeta
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 \begin_inset Formula $\zeta$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 <row>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \backslash
19166 eta
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 \begin_inset Formula $\eta$
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \backslash
19191 theta
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 \begin_inset Formula $\theta$
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \backslash
19216 vartheta
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 \begin_inset Formula $\vartheta$
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 </lyxtabular>
19235
19236 \end_inset
19237
19238
19239 \begin_inset space \hfill{}
19240 \end_inset
19241
19242
19243 \begin_inset Tabular
19244 <lyxtabular version="3" rows="12" columns="2">
19245 <features>
19246 <column alignment="center" valignment="top" width="0pt">
19247 <column alignment="center" valignment="top" width="0pt">
19248 <row>
19249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 Comando
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 Símbolo
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 </row>
19268 <row>
19269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \backslash
19275 iota
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 \begin_inset Formula $\iota$
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \backslash
19300 kappa
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 \begin_inset Formula $\kappa$
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 </row>
19318 <row>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \backslash
19325 varkappa
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 \begin_inset Formula $\varkappa$
19335 \end_inset
19336
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 </row>
19343 <row>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \backslash
19350 lambda
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Formula $\lambda$
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \backslash
19375 mu
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Formula $\mu$
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 <row>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \backslash
19400 nu
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $\nu$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 xi
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\xi$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 o
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 \begin_inset Formula $o$
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 <row>
19467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471
19472 \backslash
19473 pi
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482 \begin_inset Formula $\pi$
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 </row>
19491 <row>
19492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \backslash
19498 varpi
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 \begin_inset Formula $\varpi$
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 <row>
19517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521
19522 \backslash
19523 rho
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 \begin_inset Formula $\rho$
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 </row>
19541 </lyxtabular>
19542
19543 \end_inset
19544
19545
19546 \begin_inset space \hfill{}
19547 \end_inset
19548
19549
19550 \begin_inset Tabular
19551 <lyxtabular version="3" rows="11" columns="2">
19552 <features>
19553 <column alignment="center" valignment="top" width="0pt">
19554 <column alignment="center" valignment="top" width="0pt">
19555 <row>
19556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560 Comando
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 Símbolo
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 </row>
19575 <row>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \backslash
19582 varrho
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 \begin_inset Formula $\varrho$
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \backslash
19607 sigma
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset Formula $\sigma$
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 </row>
19625 <row>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630
19631 \backslash
19632 varsigma
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $\varsigma$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 tau
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\tau$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \backslash
19682 upsilon
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\upsilon$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 phi
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\phi$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 varphi
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\varphi$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 chi
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\chi$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 psi
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\psi$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \backslash
19807 omega
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\omega$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 </lyxtabular>
19826
19827 \end_inset
19828
19829
19830 \begin_inset space \hfill{}
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \begin_layout Standard
19837 \begin_inset VSpace medskip
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \begin_layout Standard
19844 Cómo escribir letras griegas en redonda se explica en 
19845 \begin_inset CommandInset ref
19846 LatexCommand ref
19847 reference "sub:Griegas-en-redonda"
19848
19849 \end_inset
19850
19851 .
19852 \end_layout
19853
19854 \begin_layout Subsection
19855 Mayúsculas
19856 \begin_inset Index
19857 status collapsed
19858
19859 \begin_layout Plain Layout
19860 Letras griegas ! mayúsculas
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Standard
19869 \begin_inset space \hfill{}
19870 \end_inset
19871
19872
19873 \begin_inset Tabular
19874 <lyxtabular version="3" rows="7" columns="2">
19875 <features>
19876 <column alignment="center" valignment="top" width="0pt">
19877 <column alignment="center" valignment="top" width="0pt">
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 Comando
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 Símbolo
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 </row>
19898 <row>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \backslash
19905 Gamma
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\Gamma$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 <row>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928
19929 \backslash
19930 Delta
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 \begin_inset Formula $\Delta$
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \backslash
19955 Theta
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 \begin_inset Formula $\Theta$
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \backslash
19980 Lambda
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\Lambda$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 Xi
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\Xi$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 <row>
20024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \backslash
20030 Pi
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\Pi$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 </lyxtabular>
20049
20050 \end_inset
20051
20052
20053 \begin_inset space \hfill{}
20054 \end_inset
20055
20056
20057 \begin_inset Tabular
20058 <lyxtabular version="3" rows="6" columns="2">
20059 <features>
20060 <column alignment="center" valignment="top" width="0pt">
20061 <column alignment="center" valignment="top" width="0pt">
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 Comando
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 Símbolo
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 Sigma
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\Sigma$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \backslash
20114 Upsilon
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 \begin_inset Formula $\Upsilon$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137
20138 \backslash
20139 Phi
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\Phi$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 <row>
20158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162
20163 \backslash
20164 Psi
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\Psi$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 Omega
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\Omega$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 </lyxtabular>
20208
20209 \end_inset
20210
20211
20212 \begin_inset space \hfill{}
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Standard
20219 \begin_inset VSpace medskip
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \begin_layout Standard
20226 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20227  cuando se desarrolló TeX.
20228  Para obtener mayúsculas en cursiva, inicia cada comando con 
20229 \series bold
20230 var
20231 \series default
20232 .
20233  Por ejemplo, el comando 
20234 \series bold
20235
20236 \backslash
20237 varGamma
20238 \series default
20239  genera: 
20240 \begin_inset Formula $\varGamma$
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \begin_layout Subsection
20247 Letras en negrita
20248 \begin_inset Index
20249 status collapsed
20250
20251 \begin_layout Plain Layout
20252 Letras griegas ! en negrita
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \begin_layout Standard
20261 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20262  Sólo se pueden poner en negrita con el comando 
20263 \series bold
20264
20265 \backslash
20266 boldsymbol
20267 \series default
20268
20269 \begin_inset Index
20270 status collapsed
20271
20272 \begin_layout Plain Layout
20273 Comandos ! B ! 
20274 \backslash
20275 boldsymbol
20276 \end_layout
20277
20278 \end_inset
20279
20280 .
20281 \end_layout
20282
20283 \begin_layout Standard
20284 \align center
20285 \begin_inset Tabular
20286 <lyxtabular version="3" rows="3" columns="2">
20287 <features>
20288 <column alignment="center" valignment="top" width="0">
20289 <column alignment="center" valignment="top" width="0">
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 Comando
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 Símbolo
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 <row>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315
20316 \backslash
20317 Upsilon
20318 \backslash
20319 boldsymbol
20320 \backslash
20321 Upsilon
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \backslash
20346 theta
20347 \backslash
20348 boldsymbol
20349 \backslash
20350 theta
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset Formula $\theta\boldsymbol{\theta}$
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 </lyxtabular>
20369
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \begin_layout Section
20376 Símbolos
20377 \begin_inset ERT
20378 status collapsed
20379
20380 \begin_layout Plain Layout
20381
20382
20383 \backslash
20384 texorpdfstring{
20385 \end_layout
20386
20387 \end_inset
20388
20389
20390 \begin_inset Foot
20391 status collapsed
20392
20393 \begin_layout Plain Layout
20394 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20395  LaTeX en 
20396 \begin_inset CommandInset citation
20397 LatexCommand cite
20398 key "Symbole"
20399
20400 \end_inset
20401
20402 .
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \begin_inset ERT
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412
20413 }{}
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \begin_inset Note Note
20420 status collapsed
20421
20422 \begin_layout Plain Layout
20423
20424 \backslash
20425 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20426  PDF.
20427 \end_layout
20428
20429 \begin_layout Plain Layout
20430 Más sobre 
20431 \backslash
20432 texorpdfstring en la sección 
20433 \begin_inset CommandInset ref
20434 LatexCommand ref
20435 reference "sub:Ecuaciones-en-títulos"
20436
20437 \end_inset
20438
20439 .
20440 \end_layout
20441
20442 \end_inset
20443
20444
20445 \begin_inset Index
20446 status collapsed
20447
20448 \begin_layout Plain Layout
20449 Símbolos
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \begin_layout Standard
20458 Muchos de los símbolos listados en esta sección se pueden insertar además
20459  mediante los botones 
20460 \begin_inset Graphics
20461         filename ../../images/math/nabla.png
20462         scale 85
20463
20464 \end_inset
20465
20466  y 
20467 \begin_inset Graphics
20468         filename ../../images/math/digamma.png
20469         scale 85
20470
20471 \end_inset
20472
20473  de la barra de ecuaciones.
20474 \end_layout
20475
20476 \begin_layout Subsection
20477 Símbolos matemáticos
20478 \begin_inset CommandInset label
20479 LatexCommand label
20480 name "sub:Símbolos-matemáticos"
20481
20482 \end_inset
20483
20484
20485 \begin_inset Index
20486 status collapsed
20487
20488 \begin_layout Plain Layout
20489 Símbolos ! matemáticos
20490 \end_layout
20491
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \begin_layout Standard
20498 \begin_inset space \hfill{}
20499 \end_inset
20500
20501
20502 \begin_inset Tabular
20503 <lyxtabular version="3" rows="10" columns="2">
20504 <features>
20505 <column alignment="center" valignment="top" width="0pt">
20506 <column alignment="center" valignment="top" width="0pt">
20507 <row>
20508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512 Comando
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 Símbolo
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 <row>
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532
20533 \backslash
20534 neg
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543 \begin_inset Formula $\neg$
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 <row>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557
20558 \backslash
20559 Im
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568 \begin_inset Formula $\Im$
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 </row>
20577 <row>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582
20583 \backslash
20584 Re
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 \begin_inset Formula $\Re$
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 </row>
20602 <row>
20603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607
20608 \backslash
20609 aleph
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 \begin_inset Formula $\aleph$
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 </row>
20627 <row>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632
20633 \backslash
20634 partial
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643 \begin_inset Formula $\partial$
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 </row>
20652 <row>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \backslash
20659 infty
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668 \begin_inset Formula $\infty$
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 </row>
20677 <row>
20678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682
20683 \backslash
20684 wp
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693 \begin_inset Formula $\wp$
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \backslash
20709 imath
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 \begin_inset Formula $\imath$
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 jmath
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\jmath$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 </lyxtabular>
20753
20754 \end_inset
20755
20756
20757 \begin_inset space \hfill{}
20758 \end_inset
20759
20760
20761 \begin_inset Tabular
20762 <lyxtabular version="3" rows="10" columns="2">
20763 <features>
20764 <column alignment="center" valignment="top" width="0pt">
20765 <column alignment="center" valignment="top" width="0pt">
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 Comando
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 Símbolo
20781 \begin_inset Note Note
20782 status collapsed
20783
20784 \begin_layout Plain Layout
20785
20786 \series bold
20787
20788 \backslash
20789 raisebox
20790 \series default
20791  se usa sólo como espaciador
20792 \end_layout
20793
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \backslash
20809 forall
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\forall$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832
20833 \backslash
20834 exists
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 \begin_inset Formula $\exists$
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857
20858 \backslash
20859 nexists
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $\nexists$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \backslash
20884 emptyset
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 \begin_inset Formula $\emptyset$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 <row>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \backslash
20909 varnothing
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\varnothing$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 dag
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\dag$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 ddag
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Formula $\ddag$
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \backslash
20984 complement
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset ERT
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997
20998
20999 \backslash
21000 raisebox{-0.8mm}{
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \begin_inset Formula $\complement$
21007 \end_inset
21008
21009
21010 \begin_inset ERT
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014
21015 }
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031
21032 \backslash
21033 Bbbk
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042 \begin_inset Formula $\Bbbk$
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 </lyxtabular>
21052
21053 \end_inset
21054
21055
21056 \begin_inset space \hfill{}
21057 \end_inset
21058
21059
21060 \begin_inset Tabular
21061 <lyxtabular version="3" rows="10" columns="2">
21062 <features>
21063 <column alignment="center" valignment="top" width="0pt">
21064 <column alignment="center" valignment="top" width="0pt">
21065 <row>
21066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070 Comando
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 Símbolo
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 prime
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 \begin_inset Formula $\prime$
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 </row>
21110 <row>
21111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115
21116 \backslash
21117 backprime
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 \begin_inset Formula $\backprime$
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 </row>
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140
21141 \backslash
21142 mho
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 \begin_inset Formula $\mho$
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 </row>
21160 <row>
21161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165
21166 \backslash
21167 triangle
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\triangle$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 <row>
21186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190
21191 \backslash
21192 angle
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 \begin_inset Formula $\angle$
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 </row>
21210 <row>
21211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215
21216 \backslash
21217 measuredangle
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $\measuredangle$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 </row>
21235 <row>
21236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240
21241 \backslash
21242 sphericalangle
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251 \begin_inset Formula $\sphericalangle$
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 <row>
21261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \backslash
21267 top
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 \begin_inset Formula $\top$
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 </row>
21285 <row>
21286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290
21291 \backslash
21292 bot
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 \begin_inset Formula $\bot$
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 </lyxtabular>
21311
21312 \end_inset
21313
21314
21315 \begin_inset space \hfill{}
21316 \end_inset
21317
21318
21319 \end_layout
21320
21321 \begin_layout Subsection
21322 Símbolos misceláneos
21323 \begin_inset CommandInset label
21324 LatexCommand label
21325 name "sub:Símbolos-misceláneos"
21326
21327 \end_inset
21328
21329
21330 \begin_inset Index
21331 status collapsed
21332
21333 \begin_layout Plain Layout
21334 Símbolos ! misceláneos
21335 \end_layout
21336
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \begin_layout Standard
21343 \noindent
21344 \align center
21345 \begin_inset Tabular
21346 <lyxtabular version="3" rows="10" columns="2">
21347 <features>
21348 <column alignment="center" valignment="top" width="0pt">
21349 <column alignment="center" valignment="top" width="0pt">
21350 <row>
21351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 Comando
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 Símbolo
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375
21376 \backslash
21377 flat
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 \begin_inset Formula $\flat$
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 natural
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\natural$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425
21426 \backslash
21427 sharp
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Formula $\sharp$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 </row>
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450
21451 \backslash
21452 surd
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 \begin_inset Formula $\surd$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 <row>
21471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475
21476 \backslash
21477 checkmark
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 \begin_inset Formula $\checkmark$
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 </row>
21495 <row>
21496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500
21501 \backslash
21502 yen
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\yen$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \backslash
21527 pounds
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 \begin_inset Formula $\pounds$
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 $
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $\$$
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 <row>
21569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 §
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $§$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 </lyxtabular>
21592
21593 \end_inset
21594
21595
21596 \begin_inset Tabular
21597 <lyxtabular version="3" rows="10" columns="2">
21598 <features>
21599 <column alignment="center" valignment="top" width="0">
21600 <column alignment="center" valignment="top" width="0">
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 Comando
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 Símbolo
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 <row>
21622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626
21627 \backslash
21628 hbar
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 \begin_inset Formula $\hbar$
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 hslash
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $\hslash$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 clubsuit
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\clubsuit$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 spadesuit
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\spadesuit$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 bigstar
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\bigstar$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 blacklozenge
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\blacklozenge$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 blacktriangle
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\blacktriangle$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 blacktiangledown
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset Formula $\blacktriangledown$
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 </row>
21821 <row>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826
21827 \backslash
21828 bullet
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 \begin_inset Formula $\bullet$
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 </lyxtabular>
21847
21848 \end_inset
21849
21850
21851 \begin_inset Tabular
21852 <lyxtabular version="3" rows="10" columns="2">
21853 <features>
21854 <column alignment="center" valignment="top" width="0pt">
21855 <column alignment="center" valignment="top" width="0pt">
21856 <row>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 Comando
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 Símbolo
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 </row>
21876 <row>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \backslash
21883 diamondsuit
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 \begin_inset Formula $\diamondsuit$
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 <row>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \backslash
21908 Diamond
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917 \begin_inset Formula $\Diamond$
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 </row>
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \backslash
21933 heartsuit
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 \begin_inset Formula $\heartsuit$
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 </row>
21951 <row>
21952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956
21957 \backslash
21958 P
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 \begin_inset Formula $\P$
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981
21982 \backslash
21983 copyright
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Formula $\copyright$
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 </row>
22001 <row>
22002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006
22007 \backslash
22008 circledR
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 \begin_inset Formula $\circledR$
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \backslash
22033 maltese
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 \begin_inset Formula $\maltese$
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 diagup
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\diagup$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 diagdown
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\diagdown$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 </lyxtabular>
22102
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \begin_layout Standard
22109 \begin_inset VSpace medskip
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \begin_layout Standard
22116 Hay más símbolos en 
22117 \begin_inset CommandInset ref
22118 LatexCommand ref
22119 reference "sub:Caracteres-especiales-misceláneos"
22120
22121 \end_inset
22122
22123 .
22124 \end_layout
22125
22126 \begin_layout Standard
22127 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22128 \begin_inset CommandInset ref
22129 LatexCommand ref
22130 reference "sub:Tamaños-de-fuentes"
22131
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Subsection
22138 El símbolo del euro, €
22139 \begin_inset Index
22140 status collapsed
22141
22142 \begin_layout Plain Layout
22143 Símbolos ! euro
22144 \end_layout
22145
22146 \end_inset
22147
22148
22149 \begin_inset Index
22150 status collapsed
22151
22152 \begin_layout Plain Layout
22153 \begin_inset ERT
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157
22158
22159 \backslash
22160 officialeuro
22161 \end_layout
22162
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \begin_layout Standard
22174 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22175  LaTeX 
22176 \series bold
22177 eurosym
22178 \series default
22179
22180 \begin_inset Index
22181 status collapsed
22182
22183 \begin_layout Plain Layout
22184 Paquetes ! eurosym
22185 \end_layout
22186
22187 \end_inset
22188
22189 , y cargado en el preámbulo LaTeX con la línea
22190 \end_layout
22191
22192 \begin_layout Standard
22193
22194 \series bold
22195
22196 \backslash
22197 usepackage[gennarrow]{eurosym}
22198 \end_layout
22199
22200 \begin_layout Standard
22201 Actualmente también se puede insertar con el comando 
22202 \series bold
22203
22204 \backslash
22205 euro
22206 \series default
22207
22208 \begin_inset Index
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212 Comandos ! E ! 
22213 \backslash
22214 euro
22215 \end_layout
22216
22217 \end_inset
22218
22219 .
22220 \end_layout
22221
22222 \begin_layout Standard
22223 El símbolo del euro puede insertarse directamente con la tecla € en texto
22224  matemático sin tener 
22225 \series bold
22226 eurosym
22227 \series default
22228  instalado.
22229  Si 
22230 \series bold
22231 eurosym
22232 \series default
22233  está instalado, se puede insertar 
22234 \series bold
22235
22236 \backslash
22237 euro
22238 \series default
22239  en modo TeX.
22240  El símbolo oficial de la moneda se puede insertar con el comando 
22241 \series bold
22242
22243 \backslash
22244 officialeuro
22245 \series default
22246
22247 \begin_inset Index
22248 status collapsed
22249
22250 \begin_layout Plain Layout
22251 Comandos ! O ! 
22252 \backslash
22253 officialeuro
22254 \end_layout
22255
22256 \end_inset
22257
22258 , que sólo está disponible en modo TeX.
22259 \end_layout
22260
22261 \begin_layout Standard
22262 \begin_inset ERT
22263 status collapsed
22264
22265 \begin_layout Plain Layout
22266
22267
22268 \backslash
22269 ifeurosym
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \begin_inset Note Note
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22280 \series bold
22281 eurosym
22282 \series default
22283 .
22284 \end_layout
22285
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \begin_layout Standard
22292 Un vistazo a los diferentes símbolos del euro.
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \noindent
22297 \align center
22298 \begin_inset Tabular
22299 <lyxtabular version="3" rows="4" columns="3">
22300 <features>
22301 <column alignment="center" valignment="top" width="0">
22302 <column alignment="center" valignment="top" width="0">
22303 <column alignment="center" valignment="top" width="0">
22304 <row>
22305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 Comando
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 Símbolo
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 ecuación
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347
22348 \backslash
22349 euro
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Formula $\euro$
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 texto matemático
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 \begin_inset Formula $\mbox{€}$
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 </row>
22399 <row>
22400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 modo TeX
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 officialeuro
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset ERT
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428
22429
22430 \backslash
22431 officialeuro
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 </lyxtabular>
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \begin_layout Standard
22450 \begin_inset ERT
22451 status collapsed
22452
22453 \begin_layout Plain Layout
22454
22455
22456 \backslash
22457 else
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \begin_inset Note Note
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22468 \series bold
22469 eurosym
22470 \series default
22471 :
22472 \end_layout
22473
22474 \end_inset
22475
22476
22477 \end_layout
22478
22479 \begin_layout Standard
22480 Para ver la salida completa de esta subsección debe estar instalado el paquete
22481  LaTeX 
22482 \series bold
22483 eurosym
22484 \series default
22485 .
22486 \end_layout
22487
22488 \begin_layout Standard
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494
22495 \backslash
22496 fi
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Section
22505 Relaciones
22506 \begin_inset CommandInset label
22507 LatexCommand label
22508 name "sec:Relaciones"
22509
22510 \end_inset
22511
22512
22513 \begin_inset Index
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517 Relaciones
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \begin_inset Index
22524 status collapsed
22525
22526 \begin_layout Plain Layout
22527 Comparaciones|see
22528 \begin_inset ERT
22529 status collapsed
22530
22531 \begin_layout Plain Layout
22532
22533 {
22534 \end_layout
22535
22536 \end_inset
22537
22538 Relaciones
22539 \begin_inset ERT
22540 status collapsed
22541
22542 \begin_layout Plain Layout
22543
22544 }
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \begin_layout Standard
22558 Todas las relaciones se pueden insertar también con el botón 
22559 \begin_inset Graphics
22560         filename ../../images/math/leq.png
22561         scale 85
22562
22563 \end_inset
22564
22565  de la barra de ecuaciones.
22566 \end_layout
22567
22568 \begin_layout Standard
22569 \begin_inset space \hfill{}
22570 \end_inset
22571
22572
22573 \begin_inset Tabular
22574 <lyxtabular version="3" rows="17" columns="2">
22575 <features>
22576 <column alignment="center" valignment="top" width="0pt">
22577 <column alignment="center" valignment="top" width="0pt">
22578 <row>
22579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 Comando
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 Relación
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 <
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 \begin_inset Formula $<$
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 <row>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626
22627 \backslash
22628 le
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Formula $\le$
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 </row>
22646 <row>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \backslash
22653 ll
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset Formula $\ll$
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 </row>
22671 <row>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676
22677 \backslash
22678 prec
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 \begin_inset Formula $\prec$
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 <row>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701
22702 \backslash
22703 preceq
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 \begin_inset Formula $\preceq$
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726
22727 \backslash
22728 subset
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 \begin_inset Formula $\subset$
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 <row>
22747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751
22752 \backslash
22753 subseteq
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 \begin_inset Formula $\subseteq$
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 </row>
22771 <row>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776
22777 \backslash
22778 sqsubseteq
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 \begin_inset Formula $\sqsubseteq$
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 </row>
22796 <row>
22797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \backslash
22803 in
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Formula $\in$
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 <row>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826
22827 \backslash
22828 vdash
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 \begin_inset Formula $\vdash$
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 </row>
22846 <row>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851
22852 \backslash
22853 smile
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Formula $\smile$
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 </row>
22871 <row>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876
22877 \backslash
22878 lhd
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 \begin_inset Formula $\lhd$
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 </row>
22896 <row>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901
22902 \backslash
22903 unlhd
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 \begin_inset Formula $\unlhd$
22913 \end_inset
22914
22915
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 <row>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926
22927 \backslash
22928 gtrless
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Formula $\gtrless$
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951
22952 \backslash
22953 mid
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 \begin_inset Formula $\mid$
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \backslash
22978 nmid
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Formula $\nmid$
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 </lyxtabular>
22997
22998 \end_inset
22999
23000
23001 \begin_inset space \hfill{}
23002 \end_inset
23003
23004
23005 \begin_inset Tabular
23006 <lyxtabular version="3" rows="17" columns="2">
23007 <features>
23008 <column alignment="center" valignment="top" width="0pt">
23009 <column alignment="center" valignment="top" width="0pt">
23010 <row>
23011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 Comando
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 Relación
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 =
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 \begin_inset Formula $=$
23045 \end_inset
23046
23047
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 </row>
23053 <row>
23054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058
23059 \backslash
23060 not=
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 \begin_inset Formula $\not=$
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 </row>
23078 <row>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083
23084 \backslash
23085 equiv
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094 \begin_inset Formula $\equiv$
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 </row>
23103 <row>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108
23109 \backslash
23110 sim
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 \begin_inset Formula $\sim$
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 <row>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133
23134 \backslash
23135 simeq
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 \begin_inset Formula $\simeq$
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158
23159 \backslash
23160 approx
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 \begin_inset Formula $\approx$
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 </row>
23178 <row>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183
23184 \backslash
23185 cong
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194 \begin_inset Formula $\cong$
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 </row>
23203 <row>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208
23209 \backslash
23210 bowtie
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 \begin_inset Formula $\bowtie$
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 </row>
23228 <row>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \backslash
23235 notin
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset Formula $\notin$
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 </row>
23253 <row>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \backslash
23260 perp
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 \begin_inset Formula $\perp$
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 </row>
23278 <row>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283
23284 \backslash
23285 propto
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 \begin_inset Formula $\propto$
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 </row>
23303 <row>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308
23309 \backslash
23310 asymp
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Formula $\asymp$
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 </row>
23328 <row>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333
23334 \backslash
23335 doteq
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset Formula $\doteq$
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358
23359 \backslash
23360 circeq
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 \begin_inset Formula $\circeq$
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 </row>
23378 <row>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383
23384 \backslash
23385 models
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 \begin_inset Formula $\models$
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 </row>
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \backslash
23410 widehat=
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $\widehat{=}$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 </lyxtabular>
23429
23430 \end_inset
23431
23432
23433 \begin_inset space \hfill{}
23434 \end_inset
23435
23436
23437 \begin_inset Tabular
23438 <lyxtabular version="3" rows="17" columns="2">
23439 <features>
23440 <column alignment="center" valignment="top" width="0pt">
23441 <column alignment="center" valignment="top" width="0pt">
23442 <row>
23443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 Comando
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 Relación
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 >
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 \begin_inset Formula $>$
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 </row>
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490
23491 \backslash
23492 ge
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Formula $\ge$
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 </row>
23510 <row>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \backslash
23517 gg
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $\gg$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \backslash
23542 succ
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $\succ$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 succeq
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\succeq$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 supset
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\supset$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 supseteq
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\supseteq$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \backslash
23642 sqsupseteq
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\sqsupseteq$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \backslash
23667 ni
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Formula $\ni$
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 <row>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690
23691 \backslash
23692 dashv
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Formula $\dashv$
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 </row>
23710 <row>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 frown
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Formula $\frown$
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \backslash
23742 rhd
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 \begin_inset Formula $\rhd$
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \backslash
23767 unrhd
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 \begin_inset Formula $\unrhd$
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 </row>
23785 <row>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \backslash
23792 lessgtr
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Formula $\lessgtr$
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 <row>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815
23816 \backslash
23817 parallel
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 \begin_inset Formula $\parallel$
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 </row>
23835 <row>
23836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \backslash
23842 nparallel
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 \begin_inset Formula $\nparallel$
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 </lyxtabular>
23861
23862 \end_inset
23863
23864
23865 \begin_inset space \hfill{}
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \begin_layout Standard
23872 \begin_inset VSpace medskip
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \begin_layout Standard
23879 Los caracteres 
23880 \series bold
23881
23882 \backslash
23883 lhd
23884 \series default
23885  y 
23886 \series bold
23887
23888 \backslash
23889 rhd
23890 \series default
23891  son mayores que los operadores de aspecto similar 
23892 \series bold
23893
23894 \backslash
23895 triangleleft
23896 \series default
23897  y 
23898 \series bold
23899
23900 \backslash
23901 triangleright
23902 \series default
23903 , respectivamente.
23904 \end_layout
23905
23906 \begin_layout Standard
23907 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23908 \end_layout
23909
23910 \begin_layout Standard
23911 Se pueden componer relaciones con etiquetas con el comando 
23912 \series bold
23913
23914 \backslash
23915 stackrel
23916 \series default
23917
23918 \begin_inset Index
23919 status collapsed
23920
23921 \begin_layout Plain Layout
23922 Comandos ! S ! 
23923 \backslash
23924 stackrel
23925 \end_layout
23926
23927 \end_inset
23928
23929 :
23930 \end_layout
23931
23932 \begin_layout Standard
23933 \align center
23934 \begin_inset Tabular
23935 <lyxtabular version="3" rows="2" columns="2">
23936 <features>
23937 <column alignment="center" valignment="top" width="0">
23938 <column alignment="center" valignment="top" width="0">
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 Comando
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 Resultado
23954 \begin_inset Note Note
23955 status collapsed
23956
23957 \begin_layout Plain Layout
23958
23959 \series bold
23960
23961 \backslash
23962 raisebox
23963 \series default
23964  se usa sólo como espaciador
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 A(r)
23981 \backslash
23982 stackrel
23983 \begin_inset ERT
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987
23988
23989 \backslash
23990 spce 
23991 \end_layout
23992
23993 \end_inset
23994
23995 r
23996 \backslash
23997 to
23998 \backslash
23999 infty
24000 \begin_inset ERT
24001 status collapsed
24002
24003 \begin_layout Plain Layout
24004
24005
24006 \backslash
24007 spce 
24008 \end_layout
24009
24010 \end_inset
24011
24012
24013 \begin_inset Formula $\downarrow$
24014 \end_inset
24015
24016
24017 \backslash
24018 approx
24019 \begin_inset ERT
24020 status collapsed
24021
24022 \begin_layout Plain Layout
24023
24024
24025 \backslash
24026 spce 
24027 \end_layout
24028
24029 \end_inset
24030
24031
24032 \begin_inset ERT
24033 status collapsed
24034
24035 \begin_layout Plain Layout
24036
24037
24038 \backslash
24039 spce 
24040 \end_layout
24041
24042 \end_inset
24043
24044 B
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 </row>
24062 </lyxtabular>
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \begin_layout Section
24070 Funciones
24071 \end_layout
24072
24073 \begin_layout Subsection
24074 Funciones predefinidas
24075 \begin_inset CommandInset label
24076 LatexCommand label
24077 name "sub:Funciones-predefinidas"
24078
24079 \end_inset
24080
24081
24082 \begin_inset Index
24083 status collapsed
24084
24085 \begin_layout Plain Layout
24086 Funciones ! predefinidas
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \begin_layout Standard
24095 En general las variables se escriben en 
24096 \emph on
24097 cursiva
24098 \emph default
24099  en expresiones matemáticas, pero no los nombres de las funciones, porque
24100  
24101 \begin_inset Formula $sen$
24102 \end_inset
24103
24104  podría confundirse con 
24105 \begin_inset Formula $s\cdot e\cdot n$
24106 \end_inset
24107
24108 .
24109  Por eso hay funciones predefinidas, que además se separan un poco del factor
24110  precedente.
24111  Se insertan como comandos con una barra inversa  delante de su nombre.
24112 \end_layout
24113
24114 \begin_layout Standard
24115 \align center
24116 \begin_inset Tabular
24117 <lyxtabular version="3" rows="2" columns="4">
24118 <features>
24119 <column alignment="center" valignment="top" width="0pt">
24120 <column alignment="center" valignment="top" width="0pt">
24121 <column alignment="center" valignment="top" width="0pt">
24122 <column alignment="center" valignment="top" width="0pt">
24123 <row>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 Comando
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 Resultado
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 Comando
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 Resultado
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 <row>
24162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 Asen(x)+B
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $Asen(x)+B$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 A
24188 \backslash
24189 sen(x)+B
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Formula $A\sen(x)+B$
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 </row>
24207 </lyxtabular>
24208
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \begin_layout Standard
24215 Las funciones siguientes están predefinidas:
24216 \begin_inset Foot
24217 status open
24218
24219 \begin_layout Plain Layout
24220 Se han añadido los comandos equivalentes suministrados por el estilo 
24221 \series bold
24222 spanish
24223 \series default
24224  de 
24225 \series bold
24226 babel
24227 \series default
24228 , adaptados a las convenciones hispanohablantes.
24229  Además, en su caso, las funciones serán acentuadas automáticamente en la
24230  salida, p.
24231 \begin_inset space \thinspace{}
24232 \end_inset
24233
24234 e.
24235  
24236 \begin_inset Quotes fld
24237 \end_inset
24238
24239 lím
24240 \begin_inset Quotes frd
24241 \end_inset
24242
24243  o 
24244 \begin_inset Quotes fld
24245 \end_inset
24246
24247 máx
24248 \begin_inset Quotes frd
24249 \end_inset
24250
24251 .
24252  Más información en 
24253 \begin_inset CommandInset citation
24254 LatexCommand cite
24255 key "spanish"
24256
24257 \end_inset
24258
24259 .
24260  (
24261 \emph on
24262 N.
24263 \begin_inset space \thinspace{}
24264 \end_inset
24265
24266 del t.
24267 \emph default
24268 )
24269 \end_layout
24270
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \begin_layout Standard
24277 \begin_inset VSpace -2mm
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Standard
24284 \align center
24285 \begin_inset Tabular
24286 <lyxtabular version="3" rows="9" columns="7">
24287 <features>
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 <column alignment="center" valignment="top" width="0pt">
24293 <column alignment="center" valignment="top" width="0pt">
24294 <column alignment="center" valignment="top" width="0pt">
24295 <row>
24296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 Comando
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309 español
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318 Comando
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327 español
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 Comando
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 español
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 Comando
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 </row>
24360 <row>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 sin
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 sen
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 sinh
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \backslash
24400 senh
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 arcsin
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \backslash
24422 arcsen
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \backslash
24433 sup
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 <row>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 cos
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \backslash
24466 cosh
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 arccos
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 arccos
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 inf
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 </row>
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \backslash
24521 tan
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 tg
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541
24542 \backslash
24543 tanh
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 tgh
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 arctan
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 arctg
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 lim
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 cot
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 cotg
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620
24621 \backslash
24622 coth
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \backslash
24642 arg
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660
24661 \backslash
24662 liminf
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 </row>
24668 <row>
24669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 sec
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693
24694 \backslash
24695 min
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713
24714 \backslash
24715 deg
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 limsup
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 <row>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \backslash
24748 csc
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 cosec
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 max
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788
24789 \backslash
24790 det
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808
24809 \backslash
24810 Pr
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 </row>
24816 <row>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \backslash
24823 ln
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841
24842 \backslash
24843 exp
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861
24862 \backslash
24863 dim
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881
24882 \backslash
24883 hom
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 </row>
24889 <row>
24890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894
24895 \backslash
24896 lg
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914
24915 \backslash
24916 log
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \backslash
24936 ker
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 gcd
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 </row>
24962 </lyxtabular>
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Standard
24970 También se pueden insertar con el botón 
24971 \begin_inset Graphics
24972         filename ../../images/math/functions.png
24973         scale 85
24974
24975 \end_inset
24976
24977  de la barra de ecuaciones.
24978 \end_layout
24979
24980 \begin_layout Subsection
24981 Funciones definidas por el usuario
24982 \begin_inset Index
24983 status collapsed
24984
24985 \begin_layout Plain Layout
24986 Funciones ! personalizadas
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Standard
24995 Para usar una función no predefinida, como por ejemplo la función signo,
24996  sgn(x), hay dos posibilidades:
24997 \end_layout
24998
24999 \begin_layout Itemize
25000 Define la función añadiendo al preámbulo LaTeX la línea
25001 \begin_inset Foot
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005 Más sobre 
25006 \series bold
25007
25008 \backslash
25009 DeclareMathOperator
25010 \series default
25011  en 
25012 \begin_inset CommandInset ref
25013 LatexCommand ref
25014 reference "sub:Operadores-de-usuario"
25015
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \begin_inset Newline newline
25025 \end_inset
25026
25027
25028 \begin_inset VSpace -3mm
25029 \end_inset
25030
25031
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035
25036 \series bold
25037
25038 \backslash
25039 DeclareMathOperator{
25040 \backslash
25041 sgn}{sgn}
25042 \series default
25043
25044 \begin_inset Index
25045 status collapsed
25046
25047 \begin_layout Plain Layout
25048 Comandos ! D ! 
25049 \backslash
25050 dbinom@
25051 \backslash
25052 DeclareMathOperator
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \begin_inset Newline newline
25059 \end_inset
25060
25061
25062 \begin_inset VSpace -2mm
25063 \end_inset
25064
25065
25066 \begin_inset Newline newline
25067 \end_inset
25068
25069 Ahora la función recién definida se puede obtener con el comando 
25070 \series bold
25071
25072 \backslash
25073 sgn
25074 \series default
25075 .
25076 \end_layout
25077
25078 \begin_layout Itemize
25079 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25080  en nuestro ejemplo las letras 
25081 \emph on
25082 sgn
25083 \emph default
25084 , y cámbialo a texto matemático.
25085  Entre el factor precedente y la función se inserta un espacio.
25086 \end_layout
25087
25088 \begin_layout Standard
25089 El resultado con ambos métodos es el mismo que con una función predefinida:
25090 \begin_inset Foot
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25095  negro.
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104 \align center
25105 \begin_inset Tabular
25106 <lyxtabular version="3" rows="3" columns="2">
25107 <features>
25108 <column alignment="center" valignment="top" width="0pt">
25109 <column alignment="center" valignment="top" width="0pt">
25110 <row>
25111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115 Comando
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124 Resultado
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 </row>
25130 <row>
25131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135 A
25136 \backslash
25137 sgn(x)+B
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146 \begin_inset Formula $A\sgn(x)+B$
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 </row>
25155 <row>
25156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160 A
25161 \backslash
25162 ,
25163 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25164 \end_inset
25165
25166 (x)+B
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 </row>
25184 </lyxtabular>
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Standard
25192 El primer método es preferible si la función se va a usar varias veces.
25193 \end_layout
25194
25195 \begin_layout Subsection
25196 Límites
25197 \begin_inset Index
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201 Límites
25202 \end_layout
25203
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Standard
25210 Para límites, además de 
25211 \series bold
25212
25213 \backslash
25214 lim
25215 \series default
25216
25217 \begin_inset Index
25218 status collapsed
25219
25220 \begin_layout Plain Layout
25221 Comandos ! L ! 
25222 \backslash
25223 lim
25224 \end_layout
25225
25226 \end_inset
25227
25228
25229 \series bold
25230
25231 \backslash
25232 liminf
25233 \series default
25234  y 
25235 \series bold
25236
25237 \backslash
25238 limsup
25239 \series default
25240  están definidas las siguientes funciones:
25241 \series bold
25242  
25243 \end_layout
25244
25245 \begin_layout Standard
25246 \noindent
25247 \align center
25248 \begin_inset Tabular
25249 <lyxtabular version="3" rows="5" columns="2">
25250 <features>
25251 <column alignment="center" valignment="top" width="0">
25252 <column alignment="center" valignment="top" width="0">
25253 <row>
25254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258 Comando
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267 Resultado
25268 \begin_inset Note Note
25269 status collapsed
25270
25271 \begin_layout Plain Layout
25272
25273 \series bold
25274
25275 \backslash
25276 raisebox
25277 \series default
25278  se usa sólo como espaciador
25279 \end_layout
25280
25281 \end_inset
25282
25283
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 </row>
25289 <row>
25290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294
25295 \backslash
25296 varliminf
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305 \begin_inset Formula $\varliminf$
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 </row>
25314 <row>
25315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319
25320 \backslash
25321 varlimsup
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330 \begin_inset Formula $\varlimsup$
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 </row>
25339 <row>
25340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 varprojlim
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 \begin_inset Formula $\varprojlim$
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 </row>
25364 <row>
25365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Plain Layout
25369
25370 \backslash
25371 varinjlim
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 \begin_inset Formula $\varinjlim$
25381 \end_inset
25382
25383
25384 \begin_inset Formula $\raisebox{-2.5mm}{}$
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 </row>
25393 </lyxtabular>
25394
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \begin_layout Standard
25401 \begin_inset VSpace medskip
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 El límite se crea insertando un subíndice.
25409  Se imprime a la derecha junto a la función en una fórmula en línea:
25410 \end_layout
25411
25412 \begin_layout Standard
25413 \noindent
25414 \align center
25415 \begin_inset Tabular
25416 <lyxtabular version="3" rows="2" columns="2">
25417 <features>
25418 <column alignment="center" valignment="top" width="0pt">
25419 <column alignment="center" valignment="top" width="0pt">
25420 <row>
25421 <cell alignment="center" valignment="top" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425 Comando
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 <cell alignment="center" valignment="top" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434 \begin_inset space \hspace{}
25435 \length 1cm
25436 \end_inset
25437
25438 Resultado
25439 \begin_inset Note Note
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443
25444 \series bold
25445
25446 \backslash
25447 raisebox
25448 \series default
25449  se usa sólo como espaciador
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 <row>
25461 <cell alignment="center" valignment="top" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465
25466 \backslash
25467 lim_x
25468 \backslash
25469 to
25470 \begin_inset ERT
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474
25475
25476 \backslash
25477 spce 
25478 \end_layout
25479
25480 \end_inset
25481
25482 A
25483 \begin_inset ERT
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487
25488
25489 \backslash
25490 spce 
25491 \end_layout
25492
25493 \end_inset
25494
25495 x=B
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 </row>
25513 </lyxtabular>
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521 En una ecuación presentada el límite se imprime debajo, como es habitual:
25522 \begin_inset Formula \[
25523 \lim\limits _{x\rightarrow A}=B\]
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \begin_layout Subsection
25531 Función módulo
25532 \begin_inset Index
25533 status collapsed
25534
25535 \begin_layout Plain Layout
25536 Funciones ! módulo
25537 \end_layout
25538
25539 \end_inset
25540
25541
25542 \end_layout
25543
25544 \begin_layout Standard
25545 La función módulo es especial, porque existe en cuatro variantes.
25546 \end_layout
25547
25548 \begin_layout Standard
25549 En una ecuación presentada:
25550 \begin_inset Formula \begin{align*}
25551 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25552 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25553 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25554 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25555 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25556
25557 \end_inset
25558
25559 En una ecuación en línea se pone menos espacio delante del nombre de la
25560  función para todas las variantes.
25561 \end_layout
25562
25563 \begin_layout Section
25564 Caracteres especiales
25565 \begin_inset Index
25566 status collapsed
25567
25568 \begin_layout Plain Layout
25569 Caracteres especiales
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Subsection
25578 Caracteres especiales en texto matemático
25579 \end_layout
25580
25581 \begin_layout Standard
25582 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25583  TeX:
25584 \end_layout
25585
25586 \begin_layout Standard
25587 \begin_inset space \hfill{}
25588 \end_inset
25589
25590
25591 \begin_inset Tabular
25592 <lyxtabular version="3" rows="8" columns="2">
25593 <features>
25594 <column alignment="block" valignment="top" width="0">
25595 <column alignment="block" valignment="top" width="0">
25596 <row>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 Comando
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 Resultado
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621
25622 \backslash
25623 oe
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Plain Layout
25632 \begin_inset Formula $\textrm{œ}$
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 </row>
25641 <row>
25642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646
25647 \backslash
25648 OE
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657 \begin_inset Formula $\textrm{Œ}$
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 </row>
25666 <row>
25667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25668 \begin_inset Text
25669
25670 \begin_layout Plain Layout
25671
25672 \backslash
25673 ae
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25679 \begin_inset Text
25680
25681 \begin_layout Plain Layout
25682 \begin_inset Formula $\textrm{æ}$
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 </row>
25691 <row>
25692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696
25697 \backslash
25698 AE
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707 \begin_inset Formula $\textrm{Æ}$
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 </row>
25716 <row>
25717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25718 \begin_inset Text
25719
25720 \begin_layout Plain Layout
25721
25722 \backslash
25723 aa
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732 \begin_inset Formula $\textrm{\aa}$
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 </row>
25741 <row>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746
25747 \backslash
25748 AA
25749 \begin_inset Index
25750 status collapsed
25751
25752 \begin_layout Plain Layout
25753 \begin_inset ERT
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757
25758
25759 \backslash
25760 @
25761 \backslash
25762 textrm{
25763 \backslash
25764 AA}
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \end_inset
25773
25774
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 \begin_inset Formula $\textrm{Å}$
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 <row>
25793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797
25798 \backslash
25799 i
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 \begin_inset Formula $\textrm{ı}$
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 </row>
25817 </lyxtabular>
25818
25819 \end_inset
25820
25821
25822 \begin_inset space \hfill{}
25823 \end_inset
25824
25825
25826 \begin_inset Tabular
25827 <lyxtabular version="3" rows="8" columns="2">
25828 <features>
25829 <column alignment="block" valignment="top" width="0">
25830 <column alignment="center" valignment="top" width="0">
25831 <row>
25832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25833 \begin_inset Text
25834
25835 \begin_layout Plain Layout
25836 Comando
25837 \begin_inset Note Note
25838 status collapsed
25839
25840 \begin_layout Plain Layout
25841
25842 \series bold
25843
25844 \backslash
25845 raisebox
25846 \series default
25847  se usa sólo como espaciador
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Plain Layout
25861 Resultado
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 </row>
25867 <row>
25868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872
25873 \backslash
25874 o
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25880 \begin_inset Text
25881
25882 \begin_layout Plain Layout
25883 \begin_inset Formula $\textrm{ø}$
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \end_inset
25890 </cell>
25891 </row>
25892 <row>
25893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25894 \begin_inset Text
25895
25896 \begin_layout Plain Layout
25897
25898 \backslash
25899 O
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 \begin_inset Formula $\textrm{Ø}$
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 </row>
25917 <row>
25918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922
25923 \backslash
25924 l
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933 \begin_inset Formula $\textrm{ł}$
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 </row>
25942 <row>
25943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947
25948 \backslash
25949 L
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25955 \begin_inset Text
25956
25957 \begin_layout Plain Layout
25958 \begin_inset Formula $\textrm{Ł}$
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 </row>
25967 <row>
25968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 !
25973 \begin_inset space \hspace{}
25974 \length 0mm
25975 \end_inset
25976
25977 `
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982
25983
25984 \backslash
25985 spce 
25986 \end_layout
25987
25988 \end_inset
25989
25990
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 \begin_inset Formula $\textrm{!`}$
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 </row>
26008 <row>
26009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013 ?
26014 \begin_inset space \hspace{}
26015 \length 0mm
26016 \end_inset
26017
26018 `
26019 \begin_inset ERT
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023
26024
26025 \backslash
26026 spce 
26027 \end_layout
26028
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset Formula $\textrm{?`}$
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 <row>
26050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054
26055 \backslash
26056 j
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065 \begin_inset Formula $\textrm{ȷ}$
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 </row>
26074 </lyxtabular>
26075
26076 \end_inset
26077
26078
26079 \begin_inset space \hfill{}
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Standard
26086 Los caracteres 
26087 \begin_inset Formula $\textrm{\textrm{Å}}$
26088 \end_inset
26089
26090  y 
26091 \begin_inset Formula $\textrm{\textrm{Ø}}$
26092 \end_inset
26093
26094  también se pueden insertar mediante el botón 
26095 \begin_inset Graphics
26096         filename ../../images/math/digamma.png
26097         scale 85
26098
26099 \end_inset
26100
26101  de la barra de ecuaciones.
26102 \end_layout
26103
26104 \begin_layout Standard
26105 Los comandos 
26106 \series bold
26107 !
26108 \begin_inset space \hspace{}
26109 \length 0mm
26110 \end_inset
26111
26112 `
26113 \series default
26114  y 
26115 \series bold
26116 ?
26117 \begin_inset space \hspace{}
26118 \length 0mm
26119 \end_inset
26120
26121 `
26122 \series default
26123  son una excepción porque se pueden insertar directamente a texto en LyX.
26124  
26125 \end_layout
26126
26127 \begin_layout Subsection
26128 Acentos en texto
26129 \begin_inset CommandInset label
26130 LatexCommand label
26131 name "sub:Acentos-en-texto"
26132
26133 \end_inset
26134
26135
26136 \begin_inset Index
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140 Acentos ! en texto
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \begin_layout Standard
26149 Con los siguientes comandos se pueden acentuar todas las letras.
26150  Los comandos deben ponerse en modo TeX.
26151 \end_layout
26152
26153 \begin_layout Standard
26154 \begin_inset space \hfill{}
26155 \end_inset
26156
26157
26158 \begin_inset Tabular
26159 <lyxtabular version="3" rows="8" columns="2">
26160 <features>
26161 <column alignment="block" valignment="top" width="0">
26162 <column alignment="block" valignment="top" width="0">
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 Comando
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 Resultado
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190
26191 \begin_inset Quotes grd
26192 \end_inset
26193
26194 e
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 "e
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 </row>
26221 <row>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226
26227 \backslash
26228 `e
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 `e
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 ^
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 spce 
26271 \end_layout
26272
26273 \end_inset
26274
26275 e
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288
26289
26290 \backslash
26291 ^e
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 </row>
26302 <row>
26303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307
26308 \backslash
26309 =e
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 \begin_inset ERT
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322
26323
26324 \backslash
26325 =e
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 </row>
26336 <row>
26337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341
26342 \backslash
26343 u
26344 \begin_inset ERT
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348
26349
26350 \backslash
26351 spce 
26352 \end_layout
26353
26354 \end_inset
26355
26356 e
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 \begin_inset ERT
26366 status collapsed
26367
26368 \begin_layout Plain Layout
26369
26370
26371 \backslash
26372 u e
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 </row>
26383 <row>
26384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388
26389 \backslash
26390 b
26391 \begin_inset ERT
26392 status collapsed
26393
26394 \begin_layout Plain Layout
26395
26396
26397 \backslash
26398 spce 
26399 \end_layout
26400
26401 \end_inset
26402
26403 e
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417
26418 \backslash
26419 b e
26420 \end_layout
26421
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 </row>
26430 <row>
26431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435
26436 \backslash
26437 t
26438 \begin_inset ERT
26439 status collapsed
26440
26441 \begin_layout Plain Layout
26442
26443
26444 \backslash
26445 spce 
26446 \end_layout
26447
26448 \end_inset
26449
26450 ee
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 \begin_inset ERT
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463
26464
26465 \backslash
26466 t ee
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 </row>
26477 </lyxtabular>
26478
26479 \end_inset
26480
26481
26482 \begin_inset space \hfill{}
26483 \end_inset
26484
26485
26486 \begin_inset Tabular
26487 <lyxtabular version="3" rows="8" columns="2">
26488 <features>
26489 <column alignment="block" valignment="top" width="0">
26490 <column alignment="center" valignment="top" width="0">
26491 <row>
26492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 Comando
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505 Resultado
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 </row>
26511 <row>
26512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516
26517 \backslash
26518 H
26519 \begin_inset ERT
26520 status collapsed
26521
26522 \begin_layout Plain Layout
26523
26524
26525 \backslash
26526 spce 
26527 \end_layout
26528
26529 \end_inset
26530
26531 e
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Plain Layout
26540 \begin_inset ERT
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544
26545
26546 \backslash
26547 H e
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 </row>
26558 <row>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563
26564 \backslash
26565 'e
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574 \begin_inset ERT
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578
26579
26580 \backslash
26581 'e
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 <row>
26593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597
26598 \backslash
26599 ~e
26600 \begin_inset Index
26601 status collapsed
26602
26603 \begin_layout Plain Layout
26604 Tilde
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618 \begin_inset ERT
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623
26624 \backslash
26625 ~e
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 </row>
26636 <row>
26637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641
26642 \backslash
26643 .e
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652 \begin_inset ERT
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656
26657
26658 \backslash
26659 .e
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 </row>
26670 <row>
26671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675
26676 \backslash
26677 v
26678 \begin_inset ERT
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682
26683
26684 \backslash
26685 spce 
26686 \end_layout
26687
26688 \end_inset
26689
26690 e
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 \begin_inset ERT
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703
26704
26705 \backslash
26706 v e
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 </row>
26717 <row>
26718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722
26723 \backslash
26724 d
26725 \begin_inset ERT
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729
26730
26731 \backslash
26732 spce 
26733 \end_layout
26734
26735 \end_inset
26736
26737 e
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746 \begin_inset ERT
26747 status collapsed
26748
26749 \begin_layout Plain Layout
26750
26751
26752 \backslash
26753 d e
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 </row>
26764 <row>
26765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Plain Layout
26769
26770 \backslash
26771 c
26772 \begin_inset ERT
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776
26777
26778 \backslash
26779 spce 
26780 \end_layout
26781
26782 \end_inset
26783
26784 e
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793 \begin_inset ERT
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797
26798
26799 \backslash
26800 c e
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 </row>
26811 </lyxtabular>
26812
26813 \end_inset
26814
26815
26816 \begin_inset space \hfill{}
26817 \end_inset
26818
26819
26820 \end_layout
26821
26822 \begin_layout Standard
26823 \begin_inset VSpace medskip
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \begin_layout Standard
26830 Con el comando 
26831 \series bold
26832
26833 \backslash
26834 t
26835 \series default
26836  también se pueden acentuar dos caracteres distintos.
26837  El comando 
26838 \series bold
26839
26840 \backslash
26841 t
26842 \begin_inset ERT
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846
26847
26848 \backslash
26849 spce 
26850 \end_layout
26851
26852 \end_inset
26853
26854 sz
26855 \series default
26856  genera 
26857 \begin_inset ERT
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861
26862
26863 \backslash
26864 t sz
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Standard
26873 Los acentos 
26874 \series bold
26875 `
26876 \series default
26877  , 
26878 \series bold
26879 '
26880 \series default
26881  y 
26882 \series bold
26883 ^
26884 \series default
26885  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26886  TeX.
26887  Lo mismo se aplica a la tilde
26888 \begin_inset Foot
26889 status collapsed
26890
26891 \begin_layout Plain Layout
26892 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26893 \end_layout
26894
26895 \end_inset
26896
26897  con 
26898 \emph on
26899 a
26900 \emph default
26901
26902 \emph on
26903 o
26904 \emph default
26905  y 
26906 \emph on
26907 n.
26908 \end_layout
26909
26910 \begin_layout Standard
26911 Los comandos 
26912 \series bold
26913
26914 \backslash
26915 b
26916 \series default
26917  , 
26918 \series bold
26919
26920 \backslash
26921 c
26922 \series default
26923  , 
26924 \series bold
26925
26926 \backslash
26927 d
26928 \series default
26929  , 
26930 \series bold
26931
26932 \backslash
26933 H
26934 \series default
26935  , 
26936 \series bold
26937
26938 \backslash
26939 t
26940 \series default
26941  , 
26942 \series bold
26943
26944 \backslash
26945 u
26946 \series default
26947  , 
26948 \series bold
26949
26950 \backslash
26951 v
26952 \series default
26953 , y acentos insertados directamente con el teclado también están disponibles
26954  en texto matemático.
26955  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26956  
26957 \begin_inset CommandInset ref
26958 LatexCommand ref
26959 reference "sub:Acentos-para-un"
26960
26961 \end_inset
26962
26963 .
26964 \end_layout
26965
26966 \begin_layout Standard
26967 \begin_inset VSpace bigskip
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \begin_layout Standard
26974 Además, con el comando 
26975 \series bold
26976
26977 \backslash
26978 textcircled
26979 \series default
26980
26981 \begin_inset Index
26982 status collapsed
26983
26984 \begin_layout Plain Layout
26985 Comandos ! T ! 
26986 \backslash
26987 textcircled
26988 \end_layout
26989
26990 \end_inset
26991
26992  se pueden insertar en un círculo todos los números y letras, de forma parecida
26993  al símbolo copyright.
26994 \end_layout
26995
26996 \begin_layout Standard
26997 \noindent
26998 \align center
26999 \begin_inset Tabular
27000 <lyxtabular version="3" rows="3" columns="2">
27001 <features>
27002 <column alignment="center" valignment="top" width="0">
27003 <column alignment="center" valignment="top" width="0">
27004 <row>
27005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009 Comando
27010 \end_layout
27011
27012 \end_inset
27013 </cell>
27014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27015 \begin_inset Text
27016
27017 \begin_layout Plain Layout
27018 Resultado
27019 \begin_inset Note Note
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023
27024 \series bold
27025
27026 \backslash
27027 raisebox
27028 \series default
27029  se usa sólo como espaciador
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 </row>
27040 <row>
27041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045
27046 \backslash
27047 textcircled{w}
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056 \begin_inset ERT
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060
27061
27062 \backslash
27063 textcircled{w}
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 </row>
27074 <row>
27075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079
27080 \backslash
27081 Large 
27082 \backslash
27083 textcircled{
27084 \backslash
27085 normalsize
27086 \backslash
27087 protect
27088 \backslash
27089 raisebox{-1.5pt}{W}}
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098 \begin_inset Formula $\raisebox{4.5mm}{}$
27099 \end_inset
27100
27101
27102 \begin_inset ERT
27103 status collapsed
27104
27105 \begin_layout Plain Layout
27106
27107
27108 \backslash
27109 Large 
27110 \backslash
27111 textcircled{
27112 \backslash
27113 normalsize
27114 \backslash
27115 protect
27116 \backslash
27117 raisebox{-1.5pt}W}
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \begin_inset Formula $\raisebox{-2mm}{}$
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \end_inset
27130 </cell>
27131 </row>
27132 </lyxtabular>
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 Hay que tener cuidado que el carácter se ajuste al círculo.
27141  Por eso 
27142 \series bold
27143
27144 \backslash
27145 Large
27146 \begin_inset Foot
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 véase 
27151 \begin_inset CommandInset ref
27152 LatexCommand ref
27153 reference "sub:Tamaños-de-fuentes"
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \series default
27164  especifica el tamaño del círculo.
27165  Con ayuda de 
27166 \series bold
27167
27168 \backslash
27169 raisebox
27170 \begin_inset Foot
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 véase 
27175 \begin_inset CommandInset ref
27176 LatexCommand ref
27177 reference "sub:Cuadros-sin-marco"
27178
27179 \end_inset
27180
27181
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \series default
27188  se puede centrar el carácter.
27189 \end_layout
27190
27191 \begin_layout Subsection
27192 Números minúsculos
27193 \begin_inset Index
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197 Números ! minúsculos
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Standard
27206 Los números minúsculos se componen con el comando 
27207 \series bold
27208
27209 \backslash
27210 oldstylenums
27211 \series default
27212
27213 \begin_inset Index
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217 Comandos ! O ! 
27218 \backslash
27219 oldstylenums
27220 \end_layout
27221
27222 \end_inset
27223
27224 .
27225  El comando se puede usar en ecuaciones y en modo TeX.
27226  Su esquema es:
27227 \end_layout
27228
27229 \begin_layout Standard
27230
27231 \series bold
27232
27233 \backslash
27234 oldstylenums{número}
27235 \end_layout
27236
27237 \begin_layout Standard
27238 El comando 
27239 \series bold
27240
27241 \backslash
27242 oldstylenums{0123456789}
27243 \series default
27244  genera: 
27245 \begin_inset Formula $\oldstylenums{0123456789}$
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \begin_layout Subsection
27252 Caracteres especiales misceláneos
27253 \begin_inset CommandInset label
27254 LatexCommand label
27255 name "sub:Caracteres-especiales-misceláneos"
27256
27257 \end_inset
27258
27259
27260 \begin_inset Index
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264 Caracteres especiales ! misceláneos
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Standard
27273 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27274  comandos:
27275 \end_layout
27276
27277 \begin_layout Standard
27278 \noindent
27279 \align center
27280 \begin_inset Tabular
27281 <lyxtabular version="3" rows="4" columns="2">
27282 <features>
27283 <column alignment="center" valignment="top" width="0">
27284 <column alignment="center" valignment="top" width="0">
27285 <row>
27286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290 Comando
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299 Resultado
27300 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 </row>
27305 <row>
27306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27307 \begin_inset Text
27308
27309 \begin_layout Plain Layout
27310
27311 \backslash
27312 ^
27313 \begin_inset ERT
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317
27318
27319 \backslash
27320 spce 
27321 \end_layout
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \end_inset
27329 </cell>
27330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27331 \begin_inset Text
27332
27333 \begin_layout Plain Layout
27334 \begin_inset Formula $\mathcircumflex$
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \end_inset
27341 </cell>
27342 </row>
27343 <row>
27344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27345 \begin_inset Text
27346
27347 \begin_layout Plain Layout
27348
27349 \backslash
27350 _
27351 \end_layout
27352
27353 \end_inset
27354 </cell>
27355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27356 \begin_inset Text
27357
27358 \begin_layout Plain Layout
27359 \begin_inset Formula $\_$
27360 \end_inset
27361
27362
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 </row>
27368 <row>
27369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Plain Layout
27373 ^
27374 \begin_inset ERT
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378
27379
27380 \backslash
27381 spce 
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \backslash
27388 circ
27389 \begin_inset Index
27390 status collapsed
27391
27392 \begin_layout Plain Layout
27393 °
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \end_inset
27402 </cell>
27403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27404 \begin_inset Text
27405
27406 \begin_layout Plain Layout
27407 \begin_inset Formula $^{\circ}$
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 </row>
27416 </lyxtabular>
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \begin_layout Standard
27424 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27425  LaTeX contiene la línea:
27426 \begin_inset Foot
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430 Más sobre este asunto en 
27431 \begin_inset CommandInset ref
27432 LatexCommand ref
27433 reference "sub:Caracteres-de-texto"
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \end_inset
27441
27442  
27443 \end_layout
27444
27445 \begin_layout Standard
27446
27447 \series bold
27448
27449 \backslash
27450 DeclareInputtext{176}{
27451 \backslash
27452 ifmmode^
27453 \backslash
27454 circ
27455 \backslash
27456 else
27457 \backslash
27458 textdegree
27459 \backslash
27460 fi}
27461 \end_layout
27462
27463 \begin_layout Section
27464 Estilos de ecuación
27465 \begin_inset CommandInset label
27466 LatexCommand label
27467 name "sec:Estilos-de-ecuación"
27468
27469 \end_inset
27470
27471
27472 \begin_inset Index
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 Ecuación ! estilos de
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Itemize
27485 Hay dos estilos diferentes de alineación:
27486 \end_layout
27487
27488 \begin_deeper
27489 \begin_layout Description
27490 Centrado es el estándar predefinido
27491 \end_layout
27492
27493 \begin_layout Description
27494 Sangrado para este estilo debe insertarse la opción 
27495 \series bold
27496 fleqn
27497 \series default
27498  en el menú 
27499 \family sans
27500 Documento\SpecialChar \menuseparator
27501 Configuración
27502 \family default
27503  bajo 
27504 \family sans
27505 Clase de documento
27506 \end_layout
27507
27508 \begin_layout Standard
27509 Cuando se usa 
27510 \series bold
27511 Sangrado
27512 \series default
27513 , éste se puede ajustar con la longitud 
27514 \series bold
27515
27516 \backslash
27517 mathindent
27518 \series default
27519
27520 \begin_inset Index
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 Comandos ! M ! 
27525 \backslash
27526 mathindent
27527 \end_layout
27528
27529 \end_inset
27530
27531 .
27532  Para 15
27533 \begin_inset space \thinspace{}
27534 \end_inset
27535
27536 mm, p.
27537 \begin_inset space \thinspace{}
27538 \end_inset
27539
27540 e., se inserta esta línea de comando en el preámbulo LaTeX:
27541 \end_layout
27542
27543 \begin_layout Standard
27544
27545 \series bold
27546
27547 \backslash
27548 setlength{
27549 \backslash
27550 mathindent}{15mm}
27551 \end_layout
27552
27553 \begin_layout Standard
27554 Si no se especifica longitud se usa el valor predeterminado de 30
27555 \begin_inset space \thinspace{}
27556 \end_inset
27557
27558 pt.
27559 \end_layout
27560
27561 \end_deeper
27562 \begin_layout Itemize
27563 Y dos estilos diferentes de numeración:
27564 \end_layout
27565
27566 \begin_deeper
27567 \begin_layout Description
27568 Derecha es el estándar predefinido
27569 \end_layout
27570
27571 \begin_layout Description
27572 Izquierda para este estilo debe insertarse la opción 
27573 \series bold
27574 fleqn
27575 \series default
27576  en el menú 
27577 \family sans
27578 Documento\SpecialChar \menuseparator
27579 Configuración
27580 \family default
27581  bajo 
27582 \family sans
27583 Clase de documento
27584 \end_layout
27585
27586 \end_deeper
27587 \begin_layout Standard
27588
27589 \series bold
27590 fleqn
27591 \series default
27592  y 
27593 \series bold
27594 leqno
27595 \series default
27596  también se pueden usar juntos.
27597  En ese caso se insertan ambas opciones, separadas por una coma.
27598 \end_layout
27599
27600 \begin_layout Standard
27601 Los estilos escogidos se aplican a todas las ecuaciones en presentación
27602  del documento.
27603  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27604  estilo 
27605 \series bold
27606 Centrado
27607 \series default
27608  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27609 \begin_inset CommandInset ref
27610 LatexCommand ref
27611 reference "sub:Entorno-flalign"
27612
27613 \end_inset
27614
27615 .
27616 \end_layout
27617
27618 \begin_layout Section
27619 Ecuaciones multilínea
27620 \begin_inset CommandInset label
27621 LatexCommand label
27622 name "sec:Ecuaciones-multilínea"
27623
27624 \end_inset
27625
27626
27627 \begin_inset Index
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 Ecuación ! multilínea
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \begin_layout Subsection
27640 General
27641 \end_layout
27642
27643 \begin_layout Standard
27644 En LyX se generan nuevas líneas en una ecuación con 
27645 \family sans
27646 \series bold
27647 Ctrl-Intro
27648 \family default
27649 \series default
27650 .
27651  Esto crea un 
27652 \series bold
27653 entorno align
27654 \series default
27655 , que se describe en la 
27656 \begin_inset CommandInset ref
27657 LatexCommand ref
27658 reference "sub:Entorno-align-estándar"
27659
27660 \end_inset
27661
27662 .
27663 \end_layout
27664
27665 \begin_layout Standard
27666 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27667  el menú 
27668 \family sans
27669 Insertar\SpecialChar \menuseparator
27670 Ecuación
27671 \family default
27672 .
27673  En las siguientes secciones se describen estos entornos.
27674 \end_layout
27675
27676 \begin_layout Standard
27677 En todos los entornos de ecuación multilínea la combinación 
27678 \family sans
27679 Ctrl-Intro
27680 \family default
27681  genera una línea nueva.
27682  Para añadir o quitar líneas se pueden usar los botones 
27683 \begin_inset Graphics
27684         filename ../../images/tabular-feature_append-row.png
27685         scale 85
27686
27687 \end_inset
27688
27689  o 
27690 \begin_inset Graphics
27691         filename ../../images/tabular-feature_delete-row.png
27692         scale 85
27693
27694 \end_inset
27695
27696 de la barra de herramientas, respectivamente, o el menú 
27697 \family sans
27698 Editar\SpecialChar \menuseparator
27699 Filas y columnas
27700 \family default
27701 .
27702 \end_layout
27703
27704 \begin_layout Subsubsection
27705 Separación de líneas
27706 \begin_inset CommandInset label
27707 LatexCommand label
27708 name "sub:Separación-de-líneas"
27709
27710 \end_inset
27711
27712
27713 \begin_inset Index
27714 status collapsed
27715
27716 \begin_layout Plain Layout
27717 Ecuación ! multilínea ! separación de filas
27718 \end_layout
27719
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \begin_layout Standard
27726 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27727 \begin_inset Formula \begin{eqnarray*}
27728 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}\\
27729 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*}
27730
27731 \end_inset
27732
27733 En LaTeX un espacio adicional para una línea se especifica como argumento
27734  opcional del comando de nueva línea.
27735  Esto aún no es posible en LYX,
27736 \begin_inset Foot
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740 véase 
27741 \begin_inset CommandInset href
27742 LatexCommand href
27743 name "LyX-bug #1505"
27744 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \end_inset
27752
27753  por lo que toda la ecuación debe insertarse en modo TeX.
27754  Para añadir espacio en nuestro ejemplo se inserta el comando 
27755 \series bold
27756
27757 \backslash
27758
27759 \backslash
27760 [3mm]
27761 \series default
27762  al final de la primera línea.
27763  Así: 
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769
27770 \backslash
27771 begin{eqnarray*}
27772 \end_layout
27773
27774 \begin_layout Plain Layout
27775
27776 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27777  = & 
27778 \backslash
27779 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27780 \backslash
27781
27782 \backslash
27783 [3mm]
27784 \end_layout
27785
27786 \begin_layout Plain Layout
27787
27788 4x^{2}
27789 \backslash
27790 left(B^{2}+x_{0}^{2}
27791 \backslash
27792 right)+4x_{0}x
27793 \backslash
27794 left(D-B^{2}
27795 \backslash
27796 right)+B^{2}
27797 \backslash
27798 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27799 \backslash
27800 right) & = & 0
27801 \end_layout
27802
27803 \begin_layout Plain Layout
27804
27805
27806 \backslash
27807 end{eqnarray*}
27808 \end_layout
27809
27810 \end_inset
27811
27812
27813 \begin_inset VSpace bigskip
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \begin_layout Standard
27820 Para obtener separación en todas las líneas hay que cambiar la longitud
27821  
27822 \series bold
27823
27824 \backslash
27825 jot
27826 \series default
27827
27828 \begin_inset Index
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832 Comandos ! J ! 
27833 \backslash
27834 jot
27835 \end_layout
27836
27837 \end_inset
27838
27839 .
27840  La definición es: 
27841 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27842 \end_inset
27843
27844 .
27845  El valor predeterminado para 
27846 \series bold
27847
27848 \backslash
27849 jot
27850 \series default
27851  es 3
27852 \begin_inset space \thinspace{}
27853 \end_inset
27854
27855 pt.
27856  Para establecer una separación adicional de 3
27857 \begin_inset space \thinspace{}
27858 \end_inset
27859
27860 mm como en el ejemplo anterior, se inserta el comando
27861 \end_layout
27862
27863 \begin_layout Standard
27864
27865 \series bold
27866
27867 \backslash
27868 setlength{
27869 \backslash
27870 jot}{3mm+3pt}
27871 \end_layout
27872
27873 \begin_layout Standard
27874 en modo TeX antes de la ecuación.
27875  Es necesario cargar el paquete 
27876 \series bold
27877 calc
27878 \series default
27879
27880 \begin_inset Foot
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884
27885 \series bold
27886 calc
27887 \series default
27888  forma parte de toda instalación LaTeX estándar.
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \begin_inset Index
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898 Paquetes ! calc
27899 \end_layout
27900
27901 \end_inset
27902
27903  en el preámbulo con la línea
27904 \end_layout
27905
27906 \begin_layout Standard
27907
27908 \series bold
27909
27910 \backslash
27911 usepackage{calc}
27912 \end_layout
27913
27914 \begin_layout Standard
27915 Se obtiene:
27916 \begin_inset ERT
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920
27921
27922 \backslash
27923 setlength{
27924 \backslash
27925 jot}{3mm+3pt}
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \begin_inset Formula \begin{eqnarray*}
27932 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}\\
27933 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*}
27934
27935 \end_inset
27936
27937
27938 \begin_inset ERT
27939 status collapsed
27940
27941 \begin_layout Plain Layout
27942
27943
27944 \backslash
27945 setlength{
27946 \backslash
27947 jot}{3pt}
27948 \end_layout
27949
27950 \end_inset
27951
27952  Para volver a la distancia predeterminada, 
27953 \series bold
27954
27955 \backslash
27956 jot
27957 \series default
27958  se establece en 3
27959 \begin_inset space \thinspace{}
27960 \end_inset
27961
27962 pt.
27963 \end_layout
27964
27965 \begin_layout Subsubsection
27966 Separación de columnas
27967 \begin_inset CommandInset label
27968 LatexCommand label
27969 name "sub:Separación-de-columnas"
27970
27971 \end_inset
27972
27973
27974 \begin_inset Index
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 Ecuación ! multilínea !separación de columnas
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 Una ecuación multilínea forma una matriz.
27988  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27989  columnas.
27990  Cambiando la separación de columnas en este entorno se puede cambiar el
27991  espacio junto al signo de relación.
27992 \end_layout
27993
27994 \begin_layout Standard
27995 La separación de columnas se especifica con la longitud
27996 \series bold
27997  
27998 \backslash
27999 arraycolsep
28000 \series default
28001
28002 \begin_inset Index
28003 status collapsed
28004
28005 \begin_layout Plain Layout
28006 Comandos ! A ! 
28007 \backslash
28008 arraycolsep
28009 \end_layout
28010
28011 \end_inset
28012
28013  según:
28014 \begin_inset Newline newline
28015 \end_inset
28016
28017 separación de columnas = 2
28018 \begin_inset space \thinspace{}
28019 \end_inset
28020
28021
28022 \series bold
28023
28024 \backslash
28025 arraycolsep
28026 \series default
28027
28028 \begin_inset Newline newline
28029 \end_inset
28030
28031 Así, el comando en modo TeX
28032 \end_layout
28033
28034 \begin_layout Standard
28035
28036 \series bold
28037
28038 \backslash
28039 setlength{
28040 \backslash
28041 arraycolsep}{1cm}
28042 \end_layout
28043
28044 \begin_layout Standard
28045 establece para todas las ecuaciones siguientes una separación de columnas
28046  de 2
28047 \begin_inset space \thinspace{}
28048 \end_inset
28049
28050 cm.
28051  Para volver al valor predefinido, 
28052 \series bold
28053
28054 \backslash
28055 arraycolsep
28056 \series default
28057  se pone en 5
28058 \begin_inset space \thinspace{}
28059 \end_inset
28060
28061 pt.
28062 \end_layout
28063
28064 \begin_layout Standard
28065 Una ecuación con separación de 2
28066 \begin_inset space \thinspace{}
28067 \end_inset
28068
28069 cm entre columnas:
28070 \begin_inset ERT
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074
28075
28076 \backslash
28077 setlength{
28078 \backslash
28079 arraycolsep}{1cm}
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \begin_inset Formula \begin{eqnarray*}
28086 A & = & B\\
28087 C & \ne & A\end{eqnarray*}
28088
28089 \end_inset
28090
28091 Una ecuación con la separación predefinida para matrices, 10
28092 \begin_inset space \thinspace{}
28093 \end_inset
28094
28095 pt:
28096 \begin_inset ERT
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100
28101
28102 \backslash
28103 setlength{
28104 \backslash
28105 arraycolsep}{5pt}
28106 \end_layout
28107
28108 \end_inset
28109
28110
28111 \begin_inset Formula \begin{eqnarray*}
28112 A & = & B\\
28113 C & \ne & A\end{eqnarray*}
28114
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \begin_layout Subsubsection
28121 Ecuaciones largas
28122 \begin_inset Index
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 Ecuación ! larga
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 Se pueden componer ecuaciones largas mediante estos métodos:
28136 \end_layout
28137
28138 \begin_layout Itemize
28139 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28140  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28141 \begin_inset Formula \begin{eqnarray}
28142 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 \\
28143  &  & -\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}
28144
28145 \end_inset
28146
28147 El signo menos al principio de la segunda línea normalmente no aparece como
28148  operador porque es el primer carácter de la línea.
28149  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28150  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28151 \series bold
28152
28153 \backslash
28154 hspace{3pt}
28155 \series default
28156
28157 \begin_inset Index
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161 Comandos ! H ! 
28162 \backslash
28163 hspace
28164 \end_layout
28165
28166 \end_inset
28167
28168 .
28169 \begin_inset Foot
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 véase más sobre 
28174 \series bold
28175
28176 \backslash
28177 hspace
28178 \series default
28179  en 
28180 \begin_inset CommandInset ref
28181 LatexCommand ref
28182 reference "sub:Espacio-variable"
28183
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \begin_layout Itemize
28195 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28196 \series bold
28197
28198 \backslash
28199 lefteqn
28200 \series default
28201
28202 \begin_inset Index
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 Comandos ! L ! 
28207 \backslash
28208 lefteqn
28209 \end_layout
28210
28211 \end_inset
28212
28213 .
28214  Se inserta en la primer columna de la primera línea y hace que todas las
28215  inserciones posteriores sobreescriban las columnas siguientes:
28216 \begin_inset Formula \begin{eqnarray}
28217 \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 \\
28218  &  & -\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 \\
28219  &  & =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}
28220
28221 \end_inset
28222
28223 Tras la inserción de 
28224 \series bold
28225
28226 \backslash
28227 lefteqn
28228 \series default
28229  el cursor está en un marco púrpura un poco a la izquierda del azul.
28230  La ecuación se inserta en éste.
28231 \begin_inset Newline newline
28232 \end_inset
28233
28234 El contenido de las restantes líneas se inserta en la segunda columna o
28235  en otra.
28236  A mayor número de columna donde se inserte, mayor sangrado.
28237 \begin_inset ERT
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241
28242
28243 \backslash
28244 medskip
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \begin_inset Newline newline
28251 \end_inset
28252
28253
28254 \begin_inset Note Greyedout
28255 status open
28256
28257 \begin_layout Plain Layout
28258 Ten en cuenta lo siguiente si usas 
28259 \series bold
28260
28261 \backslash
28262 lefteqn
28263 \series default
28264 :
28265 \end_layout
28266
28267 \begin_layout Itemize
28268 La ecuación no usa la anchura total de la página.
28269  Cuando se añade, p.
28270 \begin_inset space \thinspace{}
28271 \end_inset
28272
28273 e., el término 
28274 \begin_inset Formula $-B^{2}$
28275 \end_inset
28276
28277  en la primera línea del ejemplo, debería estar fuera del margen.
28278  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28279  principio de la primera línea.
28280 \end_layout
28281
28282 \begin_layout Itemize
28283 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28284  primera línea.
28285 \begin_inset Foot
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 \begin_inset CommandInset href
28290 LatexCommand href
28291 name "LyX-bug #1429"
28292 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \end_inset
28300
28301  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28302  teclas de flecha.
28303 \end_layout
28304
28305 \end_inset
28306
28307  
28308 \end_layout
28309
28310 \begin_layout Itemize
28311 Se describen otros métodos para escribir fórmulas largas en 
28312 \begin_inset CommandInset ref
28313 LatexCommand ref
28314 reference "sub:Entorno-multilínea"
28315
28316 \end_inset
28317
28318  y 
28319 \begin_inset CommandInset ref
28320 LatexCommand ref
28321 reference "sub:Partes-de-una-multilínea"
28322
28323 \end_inset
28324
28325 .
28326 \end_layout
28327
28328 \begin_layout Subsubsection
28329 Delimitadores multilínea
28330 \begin_inset CommandInset label
28331 LatexCommand label
28332 name "sub:Delimitadores-multilínea"
28333
28334 \end_inset
28335
28336
28337 \begin_inset Index
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Delimitadores ! para varias líneas
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Para poner delimitadores que cubran varias líneas hay un problema:
28351 \begin_inset Formula \begin{eqnarray*}
28352 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28353  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28354
28355 \end_inset
28356
28357 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28358 res con tamaño variable no abarcan líneas múltiples.
28359 \end_layout
28360
28361 \begin_layout Standard
28362 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28363  primera línea se finaliza con 
28364 \series bold
28365
28366 \backslash
28367 right.
28368 \series default
28369
28370 \begin_inset Index
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 Comandos ! R ! 
28375 \backslash
28376 right
28377 \end_layout
28378
28379 \end_inset
28380
28381  y la segunda con 
28382 \series bold
28383
28384 \backslash
28385 left.
28386 \series default
28387 .
28388 \begin_inset Foot
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392 Más sobre 
28393 \series bold
28394
28395 \backslash
28396 left.
28397
28398 \series default
28399  y 
28400 \series bold
28401
28402 \backslash
28403 right.
28404
28405 \series default
28406  en 
28407 \begin_inset CommandInset ref
28408 LatexCommand ref
28409 reference "sub:Tamaño-automático-de"
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \begin_inset Index
28420 status collapsed
28421
28422 \begin_layout Plain Layout
28423 Comandos ! L ! 
28424 \backslash
28425 left
28426 \end_layout
28427
28428 \end_inset
28429
28430  Después de 
28431 \series bold
28432
28433 \backslash
28434 left.
28435
28436 \series default
28437  se inserta el comando 
28438 \series bold
28439
28440 \backslash
28441 vphantom
28442 \series default
28443
28444 \begin_inset ERT
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448
28449
28450 \backslash
28451 spce 
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \series bold
28458
28459 \backslash
28460 prod
28461 \series default
28462 ^
28463 \begin_inset ERT
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467
28468
28469 \backslash
28470 spce 
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \series bold
28477
28478 \backslash
28479 infty
28480 \series default
28481
28482 \begin_inset ERT
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486
28487
28488 \backslash
28489 spce 
28490 \end_layout
28491
28492 \end_inset
28493
28494
28495 \series bold
28496
28497 \begin_inset Formula $\downarrow$
28498 \end_inset
28499
28500 _R=1}
28501 \series default
28502
28503 \begin_inset Index
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 Comandos ! V ! 
28508 \backslash
28509 vphantom
28510 \end_layout
28511
28512 \end_inset
28513
28514 , porque el operador de multiplicación con sus límites es el símbolo mayor
28515  en la primera línea y ese debería ser el tamaño para el delimitador en
28516  la segunda línea.
28517 \end_layout
28518
28519 \begin_layout Standard
28520 El resultado es: 
28521 \begin_inset Formula \begin{eqnarray*}
28522 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28523  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \begin_layout Subsection
28531 Entornos align
28532 \end_layout
28533
28534 \begin_layout Standard
28535 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28536  Son especialmente apropiados para poner ecuaciones adosadas.
28537 \end_layout
28538
28539 \begin_layout Standard
28540 Los entornos align constan de columnas.
28541  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28542  En un entorno align se puede numerar cada línea.
28543 \end_layout
28544
28545 \begin_layout Standard
28546 Los entornos align se crean con el menú 
28547 \family sans
28548 Insertar\SpecialChar \menuseparator
28549 Ecuación
28550 \family default
28551 .
28552  Una ecuación existente se puede convertir a align con el menú 
28553 \family sans
28554 Editar\SpecialChar \menuseparator
28555 Ecuación\SpecialChar \menuseparator
28556 Cambiar tipo de ecuación
28557 \family default
28558 .
28559 \end_layout
28560
28561 \begin_layout Standard
28562 Para añadir o quitar columnas se pueden usar los botones 
28563 \begin_inset Graphics
28564         filename ../../images/tabular-feature_append-row.png
28565         scale 85
28566
28567 \end_inset
28568
28569  o 
28570 \begin_inset Graphics
28571         filename ../../images/tabular-feature_delete-row.png
28572         scale 85
28573
28574 \end_inset
28575
28576 de la barra de ecuaciones o el menú 
28577 \family sans
28578 Editar\SpecialChar \menuseparator
28579 Filas y columnas
28580 \family default
28581 .
28582 \end_layout
28583
28584 \begin_layout Subsubsection
28585 Entorno align estándar
28586 \begin_inset CommandInset label
28587 LatexCommand label
28588 name "sub:Entorno-align-estándar"
28589
28590 \end_inset
28591
28592
28593 \begin_inset Index
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Ecuación ! multilínea ! entorno align
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Standard
28606 Este entorno align se crea pulsando 
28607 \family sans
28608 Ctrl-Intro
28609 \family default
28610  en una ecuación o con el menú 
28611 \family sans
28612 Insertar\SpecialChar \menuseparator
28613 Ecuación\SpecialChar \menuseparator
28614 Entorno AMS align
28615 \family default
28616 .
28617 \end_layout
28618
28619 \begin_layout Standard
28620 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28621  align de cuatro columnas:
28622 \begin_inset Formula \begin{align*}
28623 A & =\sen(B) & C & =D\\
28624 C & \neq A & B & \neq D\end{align*}
28625
28626 \end_inset
28627
28628 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28629  un 
28630 \series bold
28631
28632 \backslash
28633 hfill
28634 \series default
28635
28636 \begin_inset Foot
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640 Más sobre 
28641 \series bold
28642
28643 \backslash
28644 hfill
28645 \series default
28646  en 
28647 \begin_inset CommandInset ref
28648 LatexCommand ref
28649 reference "sub:Espacio-variable"
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \end_inset
28657
28658  antes de la primera y detrás de cada columna par.
28659  Si se pone en estilo 
28660 \series bold
28661 Sangrado
28662 \series default
28663 ,
28664 \begin_inset Foot
28665 status collapsed
28666
28667 \begin_layout Plain Layout
28668 véase estilos de ecuación en 
28669 \begin_inset CommandInset ref
28670 LatexCommand ref
28671 reference "sec:Estilos-de-ecuación"
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \end_inset
28679
28680  la ecuación queda sin el 
28681 \series bold
28682
28683 \backslash
28684 hfill
28685 \series default
28686  ante la primera columna.
28687 \end_layout
28688
28689 \begin_layout Subsubsection
28690 Entorno alignat
28691 \begin_inset Index
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 Ecuación ! multilínea ! entorno alignat
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 El entorno alignat no tiene separación predefinida de columnas.
28705  Se puede insertar manualmente con los espacios descritos en 
28706 \begin_inset CommandInset ref
28707 LatexCommand ref
28708 reference "sec:Espacio"
28709
28710 \end_inset
28711
28712 .
28713 \end_layout
28714
28715 \begin_layout Standard
28716 El ejemplo anterior en el entorno alignat, con un espacio de 1
28717 \begin_inset space \thinspace{}
28718 \end_inset
28719
28720 cm al comienzo da la segunda ecuación:
28721 \begin_inset Formula \begin{alignat*}{2}
28722 A & =\sen(B)\hspace{1cm} & C & =D\\
28723 C & \neq A & B & \neq D\end{alignat*}
28724
28725 \end_inset
28726
28727 Como cada columna puede tener un espacio diferente, este entorno es especialment
28728 e apropiado para poner tres o más ecuaciones adosadas.
28729 \end_layout
28730
28731 \begin_layout Subsubsection
28732 Entorno flalign
28733 \begin_inset CommandInset label
28734 LatexCommand label
28735 name "sub:Entorno-flalign"
28736
28737 \end_inset
28738
28739
28740 \begin_inset Index
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 Ecuación ! multilínea ! entorno flalign
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 En este entorno las dos primeras columnas están siempre tan a la izquierda
28754  como sea posible y las dos últimas a la derecha.
28755  Ejemplo:
28756 \begin_inset Formula \begin{flalign*}
28757 A & =1 & B & =2 & C & =3\\
28758 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
28759
28760 \end_inset
28761
28762 En un entorno flalign con un número impar de columnas, en la última de las
28763  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28764  alineadas a la izquierda, aunque se use el estilo 
28765 \series bold
28766 Centrado
28767 \series default
28768 .
28769  Un ejemplo de fórmula sangrada 
28770 \begin_inset CommandInset ref
28771 LatexCommand eqref
28772 reference "eq:IntVol"
28773
28774 \end_inset
28775
28776 :
28777 \begin_inset Formula \begin{flalign}
28778 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
28779
28780 \end_inset
28781
28782 Las dos primeras columnas contienen la fórmula.
28783  Para sangrarla como con el estilo 
28784 \series bold
28785 Sangrado
28786 \series default
28787 , se añade un espacio de 30
28788 \begin_inset space \thinspace{}
28789 \end_inset
28790
28791 pt al comienzo de la primera columna.
28792  
28793 \end_layout
28794
28795 \begin_layout Subsection
28796 Entorno eqnarray
28797 \begin_inset Index
28798 status collapsed
28799
28800 \begin_layout Plain Layout
28801 Ecuación ! multilínea ! entorno eqnarray
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \begin_inset Index
28808 status collapsed
28809
28810 \begin_layout Plain Layout
28811 Ecuación ! multilínea ! entorno eqnarray
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 Al introducir este entorno aparecen tres marcos azules.
28821  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28822  El contenido del marco central está centrado y algo más pequeño, porque
28823  está diseñado para insertar sólo caracteres de relación.
28824 \begin_inset Formula \begin{eqnarray*}
28825 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28826 AB & AB & AB\\
28827 A & = & A\end{eqnarray*}
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \begin_layout Subsection
28835 Entorno gather
28836 \begin_inset Index
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 Ecuación ! multilínea ! entorno gather
28841 \end_layout
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \begin_layout Standard
28849 Este entorno consta de una sola columna centrada.
28850  Se puede numerar cada línea.
28851 \begin_inset Formula \begin{gather}
28852 A=1\\
28853 X=\mbox{-}1\end{gather}
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Subsection
28861 Entorno multilínea
28862 \begin_inset CommandInset label
28863 LatexCommand label
28864 name "sub:Entorno-multilínea"
28865
28866 \end_inset
28867
28868
28869 \begin_inset Index
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873 Ecuación ! multilínea ! entorno multilínea
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Standard
28882 El entorno multilínea, como gather, consta de una sola columna.
28883  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28884  Las demás están centradas.
28885  Por tanto este entorno es apropiado para ecuaciones largas.
28886  Como ejemplo, la ecuación
28887 \begin_inset space ~
28888 \end_inset
28889
28890
28891 \begin_inset CommandInset ref
28892 LatexCommand eqref
28893 reference "eq:lefteqn"
28894
28895 \end_inset
28896
28897  en entorno multilínea:
28898 \begin_inset Formula \begin{multline}
28899 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}\\
28900 -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}\\
28901 =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}
28902
28903 \end_inset
28904
28905 En la salida sólo aparece numerada la última (primera) línea si la numeración
28906  del documento es a la derecha (izquierda).
28907 \begin_inset Foot
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911 véanse los estilos de numeración en 
28912 \begin_inset CommandInset ref
28913 LatexCommand ref
28914 reference "sec:Estilos-de-ecuación"
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Standard
28927 Con los comandos 
28928 \series bold
28929
28930 \backslash
28931 shoveright
28932 \begin_inset Index
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936 Comandos ! S ! 
28937 \backslash
28938 shoveright
28939 \end_layout
28940
28941 \end_inset
28942
28943
28944 \series default
28945  y 
28946 \series bold
28947
28948 \backslash
28949 shoveleft
28950 \series default
28951
28952 \begin_inset Index
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Comandos ! S ! 
28957 \backslash
28958 shoveleft
28959 \end_layout
28960
28961 \end_inset
28962
28963 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28964 ente.
28965  Los comandos se usan como sigue:
28966 \end_layout
28967
28968 \begin_layout Standard
28969
28970 \series bold
28971
28972 \backslash
28973 shoveright{contenido de la línea}
28974 \series default
28975  y 
28976 \series bold
28977
28978 \backslash
28979 shoveleft{contenido de la línea}
28980 \end_layout
28981
28982 \begin_layout Standard
28983 \begin_inset VSpace medskip
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \begin_layout Standard
28990 La longitud 
28991 \series bold
28992
28993 \backslash
28994 multlinegap
28995 \series default
28996
28997 \begin_inset Index
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 Comandos ! M ! 
29002 \backslash
29003 multlinegap
29004 \end_layout
29005
29006 \end_inset
29007
29008  especifica la distancia de la primera línea desde el margen izquierdo de
29009  la página.
29010  Esta longitud es 0
29011 \begin_inset space \thinspace{}
29012 \end_inset
29013
29014 pt por defecto.
29015 \end_layout
29016
29017 \begin_layout Standard
29018 Como ejemplo la ecuación anterior con el comando
29019 \end_layout
29020
29021 \begin_layout Standard
29022
29023 \series bold
29024
29025 \backslash
29026 setlength{
29027 \backslash
29028 multlinegap}{2cm}
29029 \end_layout
29030
29031 \begin_layout Standard
29032 insertado previamente en modo TeX:
29033 \begin_inset ERT
29034 status collapsed
29035
29036 \begin_layout Plain Layout
29037
29038
29039 \backslash
29040 setlength{
29041 \backslash
29042 multlinegap}{2cm}
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \begin_inset Formula \begin{multline}
29049 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}\\
29050 \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}}\\
29051 =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}
29052
29053 \end_inset
29054
29055
29056 \begin_inset ERT
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060
29061
29062 \backslash
29063 setlength{
29064 \backslash
29065 multlinegap}{0pt}
29066 \end_layout
29067
29068 \end_inset
29069
29070 La segunda línea se ha alineado a la izquierda con 
29071 \series bold
29072
29073 \backslash
29074 shoveleft
29075 \series default
29076 .
29077 \end_layout
29078
29079 \begin_layout Subsection
29080 Partes de una ecuación multilínea
29081 \begin_inset CommandInset label
29082 LatexCommand label
29083 name "sub:Partes-de-una-multilínea"
29084
29085 \end_inset
29086
29087
29088 \begin_inset Index
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092 Ecuación ! multilínea ! partes de
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 Para mostrar sólo partes de una ecuación multilínea se
29102 \family roman
29103 \series medium
29104 \shape up
29105 \size normal
29106 \emph off
29107 \bar no
29108 \noun off
29109 \color none
29110
29111 \backslash
29112 left.
29113 \backslash
29114 right
29115 \backslash
29116 }
29117 \family default
29118 \series default
29119 \shape default
29120 \size default
29121 \emph default
29122 \bar default
29123 \noun default
29124 \color inherit
29125  usa uno de los siguientes métodos: 
29126 \series bold
29127 aligned
29128 \series default
29129
29130 \series bold
29131 alignedat
29132 \series default
29133
29134 \series bold
29135 gathered
29136 \series default
29137  o 
29138 \series bold
29139 split
29140 \series default
29141 .
29142  Se pueden elegir en el menú 
29143 \family sans
29144 Insertar\SpecialChar \menuseparator
29145 Ecuación
29146 \family default
29147  o usando los comandos aquí descritos.
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Los tres primeros tienen las mismas propiedades que los correspondientes
29152  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29153  Un ejemplo:
29154 \begin_inset Formula \[
29155 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29156 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29157 \right\} \mbox{Relaciones de incertidumbre}\]
29158
29159 \end_inset
29160
29161 Para componer esta expresión se inserta una ecuación en presentación y en
29162  ella se introduce el comando 
29163 \series bold
29164
29165 \backslash
29166 aligned
29167 \series default
29168
29169 \begin_inset Index
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 Comandos ! A ! 
29174 \backslash
29175 aligned
29176 \end_layout
29177
29178 \end_inset
29179
29180 .
29181  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29182  añadir filas y columnas.
29183  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29184  como la llave.
29185 \end_layout
29186
29187 \begin_layout Standard
29188 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29189  se alinean horizontalmente.
29190  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29191  número de ecuación se centra verticalmente con las líneas.
29192  Como ejemplo, la ecuación 
29193 \begin_inset CommandInset ref
29194 LatexCommand eqref
29195 reference "eq:kurzlang"
29196
29197 \end_inset
29198
29199  en entorno aligned: 
29200 \begin_inset Formula \begin{equation}
29201 \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}|}\\
29202  & -\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}
29203 \end{equation}
29204
29205 \end_inset
29206
29207 Para usar los entornos 
29208 \series bold
29209 alignedat
29210 \series default
29211
29212 \series bold
29213 gathered
29214 \series default
29215 , o 
29216 \series bold
29217 split
29218 \series default
29219 , se insertan respectivamente los comandos
29220 \series bold
29221  
29222 \backslash
29223 alignedat
29224 \series default
29225 ,
29226 \begin_inset Index
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 Comandos ! A ! 
29231 \backslash
29232 alignedat
29233 \end_layout
29234
29235 \end_inset
29236
29237  
29238 \series bold
29239
29240 \backslash
29241 gathered
29242 \series default
29243
29244 \begin_inset Index
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Comandos ! G ! 
29249 \backslash
29250 gathered
29251 \end_layout
29252
29253 \end_inset
29254
29255 , o 
29256 \series bold
29257
29258 \backslash
29259 split
29260 \series default
29261
29262 \begin_inset Index
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Comandos ! S ! 
29267 \backslash
29268 split
29269 \end_layout
29270
29271 \end_inset
29272
29273 .
29274  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29275  tener dos columnas.
29276 \end_layout
29277
29278 \begin_layout Subsection
29279 Texto en ecuaciones multilínea
29280 \begin_inset CommandInset label
29281 LatexCommand label
29282 name "sub:Texto-en-multilínea"
29283
29284 \end_inset
29285
29286
29287 \begin_inset Index
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291 Texto ! en ecuaciones
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \begin_inset Index
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301 Ecuación ! multilínea ! texto en
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \begin_layout Standard
29310 En los entornos Align, multilínea y gather, se puede insertar texto que
29311  se mostrará en una línea separada y que no afecta la alineación de columna.
29312  Para esto se usa el comando 
29313 \series bold
29314
29315 \backslash
29316 intertext
29317 \series default
29318
29319 \begin_inset Index
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323 Comandos ! I ! 
29324 \backslash
29325 intertext
29326 \end_layout
29327
29328 \end_inset
29329
29330  con el siguiente esquema:
29331 \end_layout
29332
29333 \begin_layout Standard
29334
29335 \series bold
29336
29337 \backslash
29338 intertext{texto}
29339 \end_layout
29340
29341 \begin_layout Standard
29342 El texto no debería ocupar más de una línea porque no se puede partir con
29343  guión.
29344  Como LyX aún no soporta 
29345 \series bold
29346
29347 \backslash
29348 intertext
29349 \series default
29350  directamente, el texto se escribe como texto matemático.
29351  
29352 \series bold
29353
29354 \backslash
29355 intertext
29356 \series default
29357  debe por tanto estar al comienzo de una línea y en la salida se presenta
29358  sobre esta línea.
29359  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29360 \begin_inset Formula \begin{align}
29361 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29362 \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}
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Section
29370 Numeración de ecuaciones
29371 \begin_inset Index
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375 Ecuación ! numeración|see
29376 \begin_inset ERT
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381 {
29382 \end_layout
29383
29384 \end_inset
29385
29386 Numeración de ecuaciones
29387 \begin_inset ERT
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391
29392 }
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \begin_inset Index
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407 Numeración de ecuaciones
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Subsection
29416 General
29417 \end_layout
29418
29419 \begin_layout Standard
29420 Las ecuaciones numeradas se insertan con el menú 
29421 \family sans
29422 Insertar\SpecialChar \menuseparator
29423 Ecuación
29424 \family default
29425  
29426 \family sans
29427 \SpecialChar \menuseparator
29428 Ecuación
29429 \begin_inset space ~
29430 \end_inset
29431
29432 numerada
29433 \family default
29434  (atajo 
29435 \family sans
29436 Ctrl-Alt
29437 \begin_inset space ~
29438 \end_inset
29439
29440 n
29441 \family default
29442 ).
29443  Ecuaciones existentes se pueden numerar con el menú 
29444 \family sans
29445 Editar\SpecialChar \menuseparator
29446 Ecuación\SpecialChar \menuseparator
29447 Conmutar
29448 \begin_inset space ~
29449 \end_inset
29450
29451 numeración
29452 \family default
29453  (atajo
29454 \family sans
29455  Alt-m
29456 \begin_inset space ~
29457 \end_inset
29458
29459 n
29460 \family default
29461 ).
29462  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29463  En la salida se muestra el número real.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29468  líneas.
29469  No obstante, la numeración se puede controlar en cada línea con el menú
29470  
29471 \family sans
29472 Editar\SpecialChar \menuseparator
29473 Ecuación\SpecialChar \menuseparator
29474 \SpecialChar \menuseparator
29475 Conmutar
29476 \begin_inset space ~
29477 \end_inset
29478
29479 numeración
29480 \begin_inset space ~
29481 \end_inset
29482
29483 de
29484 \begin_inset space ~
29485 \end_inset
29486
29487 línea
29488 \family default
29489  (atajo
29490 \family sans
29491  Alt-m
29492 \begin_inset space ~
29493 \end_inset
29494
29495 N
29496 \family default
29497 ).
29498 \end_layout
29499
29500 \begin_layout Standard
29501 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29502  distintos, véase 
29503 \begin_inset CommandInset ref
29504 LatexCommand ref
29505 reference "sec:Estilos-de-ecuación"
29506
29507 \end_inset
29508
29509 .
29510 \end_layout
29511
29512 \begin_layout Subsection
29513 Referencias cruzadas
29514 \begin_inset CommandInset label
29515 LatexCommand label
29516 name "sub:Referencias-cruzadas"
29517
29518 \end_inset
29519
29520
29521 \begin_inset Index
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Referencias cruzadas ! a ecuaciones
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Todas las ecuaciones con etiqueta se pueden referenciar.
29535  La etiqueta se añade con el menú 
29536 \family sans
29537 Insertar\SpecialChar \menuseparator
29538 Etiqueta
29539 \family default
29540  o con el botón 
29541 \begin_inset Graphics
29542         filename ../../images/label-insert.png
29543         scale 85
29544
29545 \end_inset
29546
29547  de la barra de herramientas.
29548  El cursor debe estar dentro de una ecuación en presentación.
29549  Surge un diálogo con el prefijo 
29550 \series bold
29551 eq:
29552 \series default
29553 , detrás del cual se escribe el texto de la etiqueta.
29554  El prefijo significa 
29555 \begin_inset Quotes fld
29556 \end_inset
29557
29558 equation
29559 \begin_inset Quotes frd
29560 \end_inset
29561
29562  y hace más fácil encontrar etiquetas en documentos extensos porque así
29563  se distingue p.
29564 \begin_inset space \thinspace{}
29565 \end_inset
29566
29567 e.
29568 \begin_inset space ~
29569 \end_inset
29570
29571 de las etiquetas de sección.
29572  Para cambiar una etiqueta se usa de nuevo el menú 
29573 \family sans
29574 Insertar\SpecialChar \menuseparator
29575 Etiqueta
29576 \family default
29577 .
29578 \end_layout
29579
29580 \begin_layout Standard
29581 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29582  ecuación.
29583  Una ecuación con etiqueta se numera siempre.
29584 \end_layout
29585
29586 \begin_layout Standard
29587 Las referencias cruzadas se insertan mediante el menú 
29588 \family sans
29589 Insertar\SpecialChar \menuseparator
29590 Referencia cruzada
29591 \family default
29592  o con el botón 
29593 \begin_inset Graphics
29594         filename ../../images/dialog-show-new-inset_ref.png
29595         scale 85
29596
29597 \end_inset
29598
29599 .
29600  Una referencia a una ecuación aparece en la salida con su número.
29601  Si en el diálogo de referencia cruzada se elige el formato 
29602 \series bold
29603 (<referencia>)
29604 \series default
29605 , la referencia se muestra en la salida entre paréntesis.
29606  
29607 \begin_inset Newline newline
29608 \end_inset
29609
29610 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29611  a la ecuación de referencia.
29612 \end_layout
29613
29614 \begin_layout Standard
29615 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29616  siguientes:
29617 \begin_inset Note Note
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 Observa los distintos tipos de referencias cruzadas.
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Las ecuaciones 
29631 \begin_inset CommandInset ref
29632 LatexCommand eqref
29633 reference "eq:tag"
29634
29635 \end_inset
29636
29637  y 
29638 \begin_inset CommandInset ref
29639 LatexCommand eqref
29640 reference "eq:c"
29641
29642 \end_inset
29643
29644  son equivalentes.
29645  En (
29646 \begin_inset CommandInset ref
29647 LatexCommand ref
29648 reference "eq:Lat"
29649
29650 \end_inset
29651
29652 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29653 \begin_inset CommandInset ref
29654 LatexCommand ref
29655 reference "eq:Rom"
29656
29657 \end_inset
29658
29659 ).
29660 \begin_inset VSpace medskip
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \begin_layout Standard
29667 Si el argumento de 
29668 \series bold
29669
29670 \backslash
29671 tag
29672 \begin_inset Foot
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677 \series bold
29678
29679 \backslash
29680 tag
29681 \series default
29682  se describe en 
29683 \begin_inset CommandInset ref
29684 LatexCommand ref
29685 reference "sub:Numeración-personalizada"
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \series default
29696  contiene un marco, como se describe en la 
29697 \begin_inset CommandInset ref
29698 LatexCommand ref
29699 reference "sub:Cuadros-de-párrafo"
29700
29701 \end_inset
29702
29703 , no se puede referenciar la ecuación.
29704 \end_layout
29705
29706 \begin_layout Subsection
29707 Subnumeración
29708 \begin_inset Index
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712 Numeración de ecuaciones ! subnumeración
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \begin_layout Standard
29721 Con ayuda de los comandos 
29722 \series bold
29723
29724 \backslash
29725 begin{subequations}
29726 \series default
29727  y 
29728 \series bold
29729
29730 \backslash
29731 end{subequations}
29732 \series default
29733  en modo TeX se pueden subnumerar ecuaciones.
29734 \end_layout
29735
29736 \begin_layout Standard
29737 Ejemplo:
29738 \begin_inset Formula \begin{equation}
29739 A=C-B\label{eq:a}\end{equation}
29740
29741 \end_inset
29742
29743
29744 \begin_inset ERT
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748
29749
29750 \backslash
29751 addtocounter{equation}{-1}
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762
29763 \backslash
29764 begin{subequations}
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \begin_inset VSpace -5mm
29771 \end_inset
29772
29773
29774 \begin_inset Formula \begin{equation}
29775 B=C-A\label{eq:b}\end{equation}
29776
29777 \end_inset
29778
29779
29780 \begin_inset Formula \begin{equation}
29781 C=A+B\label{eq:c}\end{equation}
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Standard
29789 \begin_inset ERT
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793
29794
29795 \backslash
29796 end{subequations}
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Standard
29805 Para este ejemplo se ha hecho lo siguiente:
29806 \end_layout
29807
29808 \begin_layout Enumerate
29809 se inserta la primera ecuación
29810 \end_layout
29811
29812 \begin_layout Enumerate
29813 después de ella se inserta
29814 \series bold
29815
29816 \begin_inset Newline newline
29817 \end_inset
29818
29819
29820 \backslash
29821 addtocounter{equation}{-1} 
29822 \backslash
29823 begin{subequations}
29824 \begin_inset Index
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828 Comandos ! A ! 
29829 \backslash
29830 addtocounter
29831 \end_layout
29832
29833 \end_inset
29834
29835
29836 \end_layout
29837
29838 \begin_layout Enumerate
29839 se inserta la segunda ecuación
29840 \end_layout
29841
29842 \begin_layout Enumerate
29843 se inserta la tercera ecuación
29844 \end_layout
29845
29846 \begin_layout Enumerate
29847 se inserta 
29848 \series bold
29849
29850 \backslash
29851 end{subequations}
29852 \series default
29853  tras la tercera ecuación
29854 \end_layout
29855
29856 \begin_layout Standard
29857 Toda ecuación entre los comandos 
29858 \series bold
29859
29860 \backslash
29861 begin
29862 \series default
29863  y 
29864 \series bold
29865
29866 \backslash
29867 end
29868 \series default
29869  se subnumera con a, b, c\SpecialChar \ldots{}
29870  En ecuaciones multilínea se subnumerará cada línea.
29871  Todas las ecuaciones subnumeradas son tratadas como 
29872 \emph on
29873 una
29874 \emph default
29875  ecuación numerada.
29876  Pero como cada ecuación numerada aumenta el contador 
29877 \series bold
29878 equation
29879 \series default
29880  en uno, hay que disminuir el comando 
29881 \series bold
29882
29883 \backslash
29884 addtocounter
29885 \series default
29886 .
29887  De lo contrario, las ecuaciones 
29888 \begin_inset CommandInset ref
29889 LatexCommand eqref
29890 reference "eq:a"
29891
29892 \end_inset
29893
29894
29895 \begin_inset CommandInset ref
29896 LatexCommand eqref
29897 reference "eq:b"
29898
29899 \end_inset
29900
29901
29902 \begin_inset CommandInset ref
29903 LatexCommand eqref
29904 reference "eq:c"
29905
29906 \end_inset
29907
29908  se numerarían 
29909 \begin_inset CommandInset ref
29910 LatexCommand eqref
29911 reference "eq:a"
29912
29913 \end_inset
29914
29915
29916 \begin_inset CommandInset ref
29917 LatexCommand eqref
29918 reference "eq:d"
29919
29920 \end_inset
29921
29922
29923 \begin_inset CommandInset ref
29924 LatexCommand eqref
29925 reference "eq:f"
29926
29927 \end_inset
29928
29929 .
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29934  ecuaciones.
29935  Para evitarlo se inserta ese espacio vertical de -5
29936 \begin_inset space \thinspace{}
29937 \end_inset
29938
29939 mm detrás del comando 
29940 \series bold
29941
29942 \backslash
29943 begin{subequations}
29944 \series default
29945 .
29946
29947 \series bold
29948  
29949 \series default
29950 Si se usa el estilo 
29951 \series bold
29952 Sangrado
29953 \series default
29954
29955 \begin_inset Foot
29956 status open
29957
29958 \begin_layout Plain Layout
29959 véase estilos de ecuación en 
29960 \begin_inset CommandInset ref
29961 LatexCommand ref
29962 reference "sec:Estilos-de-ecuación"
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \end_inset
29970
29971 , entonces se inserta -7
29972 \begin_inset space \thinspace{}
29973 \end_inset
29974
29975 mm.
29976 \end_layout
29977
29978 \begin_layout Standard
29979 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29980  de la segunda línea:
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986
29987 \backslash
29988 begin{subequations}
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \begin_inset Formula \begin{eqnarray}
29995 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29996  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29997  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29998
29999 \end_inset
30000
30001
30002 \begin_inset ERT
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006
30007
30008 \backslash
30009 end{subequations}
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Subsection
30018 Numeración definida por el usuario
30019 \begin_inset CommandInset label
30020 LatexCommand label
30021 name "sub:Numeración-personalizada"
30022
30023 \end_inset
30024
30025
30026 \begin_inset Index
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030 Numeración de ecuaciones ! personalizada
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Con la numeración estándar el número se coloca entre paréntesis.
30040  Para reemplazar los paréntesis con barras verticales, p.
30041 \begin_inset space \thinspace{}
30042 \end_inset
30043
30044 e., se añade al preámbulo LaTeX la línea: 
30045 \end_layout
30046
30047 \begin_layout Standard
30048
30049 \series bold
30050
30051 \backslash
30052 def
30053 \backslash
30054 tagform@#1{
30055 \backslash
30056 maketag@@@{|#1|}}
30057 \series default
30058
30059 \begin_inset Note Note
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30064  Para activarlo, quita el % del principio.
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \end_layout
30071
30072 \begin_layout Standard
30073 Para usar otros caracteres, se reemplazan las barras al lado de 
30074 \series bold
30075 #1
30076 \series default
30077  por ellos.
30078  Para obtener sólo el número de ecuación se omiten las barras verticales.
30079 \begin_inset VSpace bigskip
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \begin_layout Standard
30086 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30087  consecutivo, se usa el comando 
30088 \series bold
30089
30090 \backslash
30091 tag
30092 \begin_inset Index
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 Comandos ! T ! 
30097 \backslash
30098 tag
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \series default
30105 :
30106 \begin_inset Formula \begin{equation}
30107 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30108
30109 \end_inset
30110
30111 En este ejemplo se ha insertado el comando
30112 \series bold
30113  
30114 \backslash
30115 tag
30116 \begin_inset ERT
30117 status collapsed
30118
30119 \begin_layout Plain Layout
30120
30121
30122 \backslash
30123 spce 
30124 \end_layout
30125
30126 \end_inset
30127
30128 algo
30129 \series default
30130  en la ecuación.
30131 \end_layout
30132
30133 \begin_layout Standard
30134 Si se usa en su lugar el comando con asterisco 
30135 \series bold
30136
30137 \backslash
30138 tag*
30139 \begin_inset ERT
30140 status collapsed
30141
30142 \begin_layout Plain Layout
30143
30144
30145 \backslash
30146 spce 
30147 \end_layout
30148
30149 \end_inset
30150
30151 algo
30152 \series default
30153  no se imprimen los paréntesis:
30154 \begin_inset Formula \[
30155 A+B=C\tag*{algo}\]
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Standard
30163 \begin_inset VSpace bigskip
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \begin_layout Standard
30170 Para reiniciar la numeración en nuevas partes o secciones del documento
30171  se usan los siguientes comandos:
30172 \end_layout
30173
30174 \begin_layout Standard
30175
30176 \series bold
30177
30178 \backslash
30179 @addtoreset{equation}{part}
30180 \series default
30181
30182 \begin_inset Index
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186 Comandos ! 
30187 \begin_inset ERT
30188 status collapsed
30189
30190 \begin_layout Plain Layout
30191
30192 "
30193 \end_layout
30194
30195 \end_inset
30196
30197 @
30198 \begin_inset ERT
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202
30203 "
30204 \end_layout
30205
30206 \end_inset
30207
30208  ! 
30209 \backslash
30210
30211 \begin_inset ERT
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215
30216 "
30217 \end_layout
30218
30219 \end_inset
30220
30221 @
30222 \begin_inset ERT
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227 "
30228 \end_layout
30229
30230 \end_inset
30231
30232 addtoreset
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \begin_inset Newline newline
30239 \end_inset
30240
30241
30242 \series bold
30243
30244 \backslash
30245 @addtoreset{equation}{section}
30246 \end_layout
30247
30248 \begin_layout Standard
30249 Pata poder usar estos comandos en modo TeX, el carácter 
30250 \begin_inset Quotes fld
30251 \end_inset
30252
30253 @
30254 \begin_inset Quotes frd
30255 \end_inset
30256
30257  debe 
30258 \begin_inset Quotes fld
30259 \end_inset
30260
30261 activarse
30262 \begin_inset Quotes frd
30263 \end_inset
30264
30265  para LaTeX con el comando 
30266 \series bold
30267
30268 \backslash
30269 makeatletter
30270 \series default
30271 .
30272  El comando 
30273 \series bold
30274
30275 \backslash
30276 makeatother
30277 \series default
30278  deshace esto.
30279  Así pues, la secuencia de comandos en modo TeX es:
30280 \end_layout
30281
30282 \begin_layout Standard
30283
30284 \series bold
30285
30286 \backslash
30287 makeatletter
30288 \begin_inset Newline newline
30289 \end_inset
30290
30291
30292 \backslash
30293 @addtoreset{equation}{section}
30294 \begin_inset Newline newline
30295 \end_inset
30296
30297
30298 \backslash
30299 makeatother
30300 \end_layout
30301
30302 \begin_layout Standard
30303 En el preámbulo LaTeX se pueden omitir 
30304 \series bold
30305
30306 \backslash
30307 makeatletter
30308 \series default
30309  y 
30310 \series bold
30311
30312 \backslash
30313 makeatother
30314 \series default
30315  pues son automáticamente insertados por LyX.
30316 \end_layout
30317
30318 \begin_layout Standard
30319 Para el comando 
30320 \series bold
30321
30322 \backslash
30323 @addtoreset
30324 \series default
30325 ,
30326 \series bold
30327  
30328 \series default
30329 hay que cargar en el preámbulo LaTeX el archivo 
30330 \series bold
30331 remreset.sty
30332 \series default
30333
30334 \begin_inset Foot
30335 status open
30336
30337 \begin_layout Plain Layout
30338
30339 \series bold
30340 remreset
30341 \series default
30342  es parte del paquete LaTeX 
30343 \series bold
30344 carlisle
30345 \series default
30346
30347 \begin_inset Index
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351 Paquetes ! carlisle
30352 \end_layout
30353
30354 \end_inset
30355
30356 , incluido en las instalaciones estándar de LaTeX.
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \begin_inset Index
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366 Paquetes ! remreset
30367 \end_layout
30368
30369 \end_inset
30370
30371  con la línea
30372 \end_layout
30373
30374 \begin_layout Standard
30375
30376 \series bold
30377
30378 \backslash
30379 usepackage{remreset}
30380 \end_layout
30381
30382 \begin_layout Standard
30383 Entonces se puede usar el comando 
30384 \series bold
30385
30386 \backslash
30387 @removefromreset
30388 \series default
30389
30390 \begin_inset Index
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394 Comandos ! 
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400 "
30401 \end_layout
30402
30403 \end_inset
30404
30405 @
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411 "
30412 \end_layout
30413
30414 \end_inset
30415
30416  ! 
30417 \backslash
30418
30419 \begin_inset ERT
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424 "
30425 \end_layout
30426
30427 \end_inset
30428
30429 @
30430 \begin_inset ERT
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434
30435 "
30436 \end_layout
30437
30438 \end_inset
30439
30440 removefromreset
30441 \end_layout
30442
30443 \end_inset
30444
30445  con el mismo esquema que 
30446 \series bold
30447
30448 \backslash
30449 @addtoreset
30450 \series default
30451 .
30452 \begin_inset VSpace bigskip
30453 \end_inset
30454
30455
30456 \end_layout
30457
30458 \begin_layout Standard
30459 A veces las ecuaciones deberían numerarse de la siguiente manera:
30460 \end_layout
30461
30462 \begin_layout Standard
30463
30464 \family typewriter
30465 (número de sección.número de ecuación)
30466 \end_layout
30467
30468 \begin_layout Standard
30469 El número de ecuación empezaría con 
30470 \begin_inset Quotes fld
30471 \end_inset
30472
30473 1
30474 \begin_inset Quotes frd
30475 \end_inset
30476
30477  en cada sección.
30478 \end_layout
30479
30480 \begin_layout Standard
30481 Para este caso hay el comando 
30482 \series bold
30483
30484 \backslash
30485 numberwithin
30486 \series default
30487
30488 \begin_inset Index
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492 Comandos ! N ! 
30493 \backslash
30494 numberwithin
30495 \end_layout
30496
30497 \end_inset
30498
30499 , que se usa con el esquema:
30500 \end_layout
30501
30502 \begin_layout Standard
30503
30504 \series bold
30505
30506 \backslash
30507 numberwithin{counter}{sectioning}
30508 \end_layout
30509
30510 \begin_layout Standard
30511 \begin_inset Quotes fld
30512 \end_inset
30513
30514 counter
30515 \begin_inset Quotes frd
30516 \end_inset
30517
30518  indica qué clase de numeración es afectada, 
30519 \begin_inset Quotes fld
30520 \end_inset
30521
30522 sectioning
30523 \begin_inset Quotes frd
30524 \end_inset
30525
30526  indica qué número va delante del punto.
30527  
30528 \end_layout
30529
30530 \begin_layout Standard
30531 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30532  en el preámbulo LaTeX:
30533 \end_layout
30534
30535 \begin_layout Standard
30536
30537 \series bold
30538
30539 \backslash
30540 numberwithin{equation}{section}
30541 \end_layout
30542
30543 \begin_layout Standard
30544 Este es el resultado::
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550
30551 \backslash
30552 numberwithin{equation}{section}
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \begin_inset Formula \begin{equation}
30559 A+B=C\end{equation}
30560
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Standard
30567 Para numerar p.
30568 \begin_inset space \thinspace{}
30569 \end_inset
30570
30571 e.
30572 \begin_inset space ~
30573 \end_inset
30574
30575 tablas de modo que 
30576 \begin_inset Quotes fld
30577 \end_inset
30578
30579 sectioning
30580 \begin_inset Quotes frd
30581 \end_inset
30582
30583  es el número de la parte se usa
30584 \begin_inset Newline newline
30585 \end_inset
30586
30587
30588 \series bold
30589
30590 \backslash
30591 numberwithin{table}{part}
30592 \end_layout
30593
30594 \begin_layout Standard
30595 Para volver a la numeración estándar o evitar esta clase numeración cuando
30596  es definida por la clase de documento, se inserta el siguiente comando
30597  en código TeX o en el preámbulo LaTeX:
30598 \end_layout
30599
30600 \begin_layout Standard
30601
30602 \series bold
30603
30604 \backslash
30605 renewcommand{
30606 \backslash
30607 theequation}{
30608 \backslash
30609 arabic{equation}}
30610 \begin_inset Index
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614 Comandos ! A ! 
30615 \backslash
30616 arabic
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \series default
30623
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629
30630 \backslash
30631 renewcommand{
30632 \backslash
30633 theequation}{
30634 \backslash
30635 arabic{equation}}
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \series bold
30642
30643 \begin_inset Newline newline
30644 \end_inset
30645
30646
30647 \series default
30648 o
30649 \series bold
30650
30651 \begin_inset Newline newline
30652 \end_inset
30653
30654
30655 \backslash
30656 renewcommand{
30657 \backslash
30658 thetable}{
30659 \backslash
30660 arabic{table}}
30661 \end_layout
30662
30663 \begin_layout Standard
30664
30665 \series bold
30666
30667 \backslash
30668 numberwithin
30669 \series default
30670  usa internamente el comando 
30671 \series bold
30672
30673 \backslash
30674 @addtoreset
30675 \series default
30676 , descrito arriba, que también necesita ser restaurado.
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682
30683 \backslash
30684 makeatletter
30685 \end_layout
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 @removefromreset{equation}{section}
30692 \end_layout
30693
30694 \begin_layout Plain Layout
30695
30696
30697 \backslash
30698 makeatother
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \begin_layout Subsection
30707 Numeración con números romanos y letras
30708 \begin_inset CommandInset label
30709 LatexCommand label
30710 name "sub:Numeración-con-romanos"
30711
30712 \end_inset
30713
30714
30715 \begin_inset Index
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 Numeración de ecuaciones ! con números romanos
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \begin_inset Index
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729 Numeración de ecuaciones ! con letras
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30739  Por ejemplo, para numerar con romanos en minúscula,
30740 \begin_inset Foot
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 Como en español no se usan romanos en minúscula, el estilo 
30745 \series bold
30746 spanish
30747 \series default
30748  del sistema 
30749 \series bold
30750 babel
30751 \series default
30752  redefine 
30753 \series bold
30754
30755 \backslash
30756 roman
30757 \series default
30758  para que los dé en versalitas.
30759  Véase 
30760 \begin_inset CommandInset citation
30761 LatexCommand cite
30762 key "spanish"
30763
30764 \end_inset
30765
30766  (
30767 \emph on
30768 N.
30769 \begin_inset space \thinspace{}
30770 \end_inset
30771
30772 del t
30773 \emph default
30774 ).
30775 \end_layout
30776
30777 \end_inset
30778
30779  se inserta el comando
30780 \end_layout
30781
30782 \begin_layout Standard
30783
30784 \series bold
30785
30786 \backslash
30787 renewcommand{
30788 \backslash
30789 theequation}{
30790 \backslash
30791 roman{equation}}
30792 \end_layout
30793
30794 \begin_layout Standard
30795 antes de la ecuación en modo TeX.
30796  
30797 \series bold
30798
30799 \backslash
30800 renewcommand
30801 \series default
30802
30803 \begin_inset Index
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807 Comandos ! R ! 
30808 \backslash
30809 renewcommand
30810 \end_layout
30811
30812 \end_inset
30813
30814  redefine el comando predefinido 
30815 \series bold
30816
30817 \backslash
30818 theequation
30819 \series default
30820  como 
30821 \series bold
30822
30823 \backslash
30824 roman{equation}
30825 \series default
30826 .
30827 \begin_inset Foot
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831 El comando 
30832 \series bold
30833
30834 \backslash
30835 renewcommand
30836 \series default
30837  tiene el mismo esquema que el comando 
30838 \series bold
30839
30840 \backslash
30841 newcommand
30842 \series default
30843 , descrito en 
30844 \begin_inset CommandInset ref
30845 LatexCommand ref
30846 reference "sec:Comandos-de-usuario"
30847
30848 \end_inset
30849
30850 .
30851 \end_layout
30852
30853 \end_inset
30854
30855  
30856 \series bold
30857 equation
30858 \series default
30859  es el contador de ecuaciones.
30860  Si se usa el comando 
30861 \series bold
30862
30863 \backslash
30864 the
30865 \series default
30866  como prefijo de un contador, el valor del contador sale en números arábigos.
30867  Si una ecuación es numerada, LaTeX pone internamente el comando 
30868 \series bold
30869
30870 \backslash
30871 theequation
30872 \series default
30873  detrás de la ecuación.
30874  
30875 \series bold
30876
30877 \backslash
30878 roman{equation}
30879 \series default
30880
30881 \begin_inset Index
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885 Comandos ! R ! 
30886 \backslash
30887 roman
30888 \end_layout
30889
30890 \end_inset
30891
30892  pone el contador en romanos en minúscula.
30893 \end_layout
30894
30895 \begin_layout Standard
30896 Todas las ecuaciones siguientes a 
30897 \series bold
30898
30899 \backslash
30900 renew
30901 \series default
30902 c
30903 \series bold
30904 ommand
30905 \series default
30906  se numerarán en romanos.
30907  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30908  cambiando 
30909 \series bold
30910
30911 \backslash
30912 roman
30913 \series default
30914  por 
30915 \series bold
30916
30917 \backslash
30918 Roman
30919 \series default
30920  
30921 \begin_inset Index
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925 Comandos ! R ! 
30926 \backslash
30927 roman@
30928 \backslash
30929 Roman
30930 \end_layout
30931
30932 \end_inset
30933
30934 .
30935  Para 
30936 \begin_inset Quotes fld
30937 \end_inset
30938
30939 numerar
30940 \begin_inset Quotes frd
30941 \end_inset
30942
30943  con minúsculas latinas hay el comando 
30944 \series bold
30945
30946 \backslash
30947 alph
30948 \series default
30949
30950 \begin_inset Index
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954 Comandos ! A ! 
30955 \backslash
30956 alph
30957 \end_layout
30958
30959 \end_inset
30960
30961 , y para mayúsculas el comando 
30962 \series bold
30963
30964 \backslash
30965 Alph
30966 \series default
30967
30968 \begin_inset Index
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972 Comandos ! A ! 
30973 \backslash
30974 alph@
30975 \backslash
30976 Alph
30977 \end_layout
30978
30979 \end_inset
30980
30981 .
30982 \end_layout
30983
30984 \begin_layout Standard
30985 \begin_inset Note Greyedout
30986 status collapsed
30987
30988 \begin_layout Plain Layout
30989
30990 \series bold
30991 Nota:
30992 \series default
30993  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \begin_inset ERT
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003
31004
31005 \backslash
31006 renewcommand{
31007 \backslash
31008 theequation}{
31009 \backslash
31010 roman{equation}}
31011 \end_layout
31012
31013 \end_inset
31014
31015
31016 \begin_inset Formula \begin{equation}
31017 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31018
31019 \end_inset
31020
31021
31022 \begin_inset ERT
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026
31027
31028 \backslash
31029 renewcommand{
31030 \backslash
31031 theequation}{
31032 \backslash
31033 Roman{equation}}
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \begin_inset Formula \begin{equation}
31040 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31041
31042 \end_inset
31043
31044
31045 \begin_inset ERT
31046 status collapsed
31047
31048 \begin_layout Plain Layout
31049
31050
31051 \backslash
31052 renewcommand{
31053 \backslash
31054 theequation}{
31055 \backslash
31056 alph{equation}}
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \begin_inset Formula \begin{equation}
31063 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31064
31065 \end_inset
31066
31067
31068 \begin_inset ERT
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072
31073
31074 \backslash
31075 renewcommand{
31076 \backslash
31077 theequation}{
31078 \backslash
31079 Alph{equation}}
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \begin_inset Formula \begin{equation}
31086 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 Para volver a la numeración por defecto se inserta el comando:
31095 \end_layout
31096
31097 \begin_layout Standard
31098
31099 \series bold
31100
31101 \backslash
31102 renewcommand{
31103 \backslash
31104 theequation}{
31105 \backslash
31106 arabic{equation}}
31107 \begin_inset Index
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111 Comandos ! A ! 
31112 \backslash
31113 arabic
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127
31128 \backslash
31129 renewcommand{
31130 \backslash
31131 theequation}{
31132 \backslash
31133 arabic{equation}}
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \begin_inset Formula \begin{equation}
31140 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \begin_inset VSpace medskip
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 Como ves, las ecuaciones se numeran consecutivamente independientemente
31156  del estilo de numeración.
31157  Cuando la numeración haya de empezar con 
31158 \begin_inset Quotes fld
31159 \end_inset
31160
31161 1
31162 \begin_inset Quotes frd
31163 \end_inset
31164
31165  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31166  Una descripción sobre esto se encuentra en el archivo 
31167 \begin_inset CommandInset href
31168 LatexCommand href
31169 target "Formula-numbering.lyx"
31170
31171 \end_inset
31172
31173 .
31174 \end_layout
31175
31176 \begin_layout Section
31177 Comandos definidos por el usuario
31178 \begin_inset CommandInset label
31179 LatexCommand label
31180 name "sec:Comandos-de-usuario"
31181
31182 \end_inset
31183
31184
31185 \begin_inset Index
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189 Comandos personalizados
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31199  Pero es posible definir nuevos comandos más cortos con el comando 
31200 \series bold
31201
31202 \backslash
31203 newcommand
31204 \series default
31205
31206 \begin_inset Index
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210 Comandos ! N ! 
31211 \backslash
31212 newcommand
31213 \end_layout
31214
31215 \end_inset
31216
31217 .
31218  
31219 \end_layout
31220
31221 \begin_layout Standard
31222 El esquema del comando 
31223 \series bold
31224
31225 \backslash
31226 newcommand
31227 \series default
31228  es:
31229 \end_layout
31230
31231 \begin_layout Standard
31232
31233 \series bold
31234
31235 \backslash
31236 newcommand{nombre nuevo de comando}[número de argumentos]
31237 \begin_inset Newline newline
31238 \end_inset
31239
31240
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246
31247 \backslash
31248 phantom{
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \backslash
31255 newcommand
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260
31261 }
31262 \end_layout
31263
31264 \end_inset
31265
31266 [valor opcional]{definición de comando}
31267 \end_layout
31268
31269 \begin_layout Standard
31270 \begin_inset Note Greyedout
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274
31275 \series bold
31276 Nota:
31277 \series default
31278  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31279  documento o en paquetes LaTeX que uses.
31280  Si p.
31281 \begin_inset space \thinspace{}
31282 \end_inset
31283
31284 e.
31285  defines el comando 
31286 \series bold
31287
31288 \backslash
31289 le
31290 \series default
31291  para 
31292 \series bold
31293
31294 \backslash
31295 Leftarrow,
31296 \series default
31297  se producirán errores porque 
31298 \series bold
31299
31300 \backslash
31301 le
31302 \series default
31303  ya existe como comando para 
31304 \begin_inset Quotes fld
31305 \end_inset
31306
31307
31308 \begin_inset Formula $\le$
31309 \end_inset
31310
31311
31312 \begin_inset Quotes frd
31313 \end_inset
31314
31315 .
31316
31317 \series bold
31318  
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \begin_layout Standard
31327 \begin_inset Note Greyedout
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331
31332 \series bold
31333 Nota:
31334 \series default
31335  Los nombres de comandos personalizados sólo pueden tener letras latinas.
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Standard
31344 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31345  argumentos debería tener el nuevo comando.
31346  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31347  Cuando se hace esto, el 
31348 \emph on
31349 primer
31350 \emph default
31351  argumento del nuevo comando es automáticamente opcional.
31352 \end_layout
31353
31354 \begin_layout Standard
31355 Veamos unos ejemplos:
31356 \end_layout
31357
31358 \begin_layout Itemize
31359 Para definir el comando 
31360 \series bold
31361
31362 \backslash
31363 gr
31364 \series default
31365  para 
31366 \series bold
31367
31368 \backslash
31369 Longrightarrow
31370 \series default
31371 , la línea de preámbulo LaTeX es:
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 medskip
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \series bold
31386
31387 \begin_inset Newline newline
31388 \end_inset
31389
31390
31391 \backslash
31392 newcommand{
31393 \backslash
31394 gr}{
31395 \backslash
31396 Longrightarrow}
31397 \end_layout
31398
31399 \begin_layout Itemize
31400 Para definir el comando 
31401 \series bold
31402
31403 \backslash
31404 us
31405 \series default
31406  para 
31407 \series bold
31408
31409 \backslash
31410 underline
31411 \series default
31412 , el argumento (que sería subrayado) debe tenerse en cuenta.
31413  Para esto la línea de preámbulo es: :
31414 \begin_inset ERT
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418
31419
31420 \backslash
31421 medskip
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \series bold
31428
31429 \begin_inset Newline newline
31430 \end_inset
31431
31432
31433 \backslash
31434 newcommand{
31435 \backslash
31436 us}[1]{
31437 \backslash
31438 underline{#1}}
31439 \series default
31440
31441 \begin_inset ERT
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445
31446
31447 \backslash
31448 medskip
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \begin_inset Newline newline
31455 \end_inset
31456
31457 El carácter 
31458 \series bold
31459 #
31460 \series default
31461  actúa como colocador del argumento, el 
31462 \series bold
31463 1
31464 \series default
31465  indica que es el colocador para el primer argumento.
31466 \end_layout
31467
31468 \begin_layout Itemize
31469 Para 
31470 \series bold
31471
31472 \backslash
31473 framebox
31474 \series default
31475  se puede p.
31476 \begin_inset space \thinspace{}
31477 \end_inset
31478
31479 e.
31480  definir el comando 
31481 \series bold
31482
31483 \backslash
31484 fb
31485 \series default
31486 :
31487 \begin_inset ERT
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491
31492
31493 \backslash
31494 medskip
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \series bold
31501
31502 \begin_inset Newline newline
31503 \end_inset
31504
31505
31506 \backslash
31507 newcommand{
31508 \backslash
31509 fb}[3]{
31510 \backslash
31511 framebox#1#2{$#3$}}
31512 \series default
31513
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 medskip
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \begin_inset Newline newline
31528 \end_inset
31529
31530 Los dos signos dólar generan la ecuación extra necesaria para 
31531 \series bold
31532
31533 \backslash
31534 framebox
31535 \series default
31536 , véase 
31537 \begin_inset CommandInset ref
31538 LatexCommand ref
31539 reference "sub:Cuadros-con-marco"
31540
31541 \end_inset
31542
31543 .
31544 \end_layout
31545
31546 \begin_layout Itemize
31547 Para crear un nuevo comando para 
31548 \series bold
31549
31550 \backslash
31551 fcolorbox
31552 \series default
31553  donde no es necesario especificar el color para el cuadro, el argumento
31554  para el color se define opcional:
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560
31561 \backslash
31562 medskip
31563 \end_layout
31564
31565 \end_inset
31566
31567
31568 \series bold
31569
31570 \begin_inset Newline newline
31571 \end_inset
31572
31573
31574 \backslash
31575 newcommand{
31576 \backslash
31577 cb}[3][white]{
31578 \backslash
31579 fcolorbox{#2}{#1}{$#3$}}
31580 \series default
31581
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587
31588 \backslash
31589 medskip
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \begin_inset Newline newline
31596 \end_inset
31597
31598 Si el color no es especificado al usar 
31599 \series bold
31600
31601 \backslash
31602 cb
31603 \series default
31604 , se elige el color 
31605 \series bold
31606 white
31607 \series default
31608  predefinido.
31609 \end_layout
31610
31611 \begin_layout Standard
31612 Un ensayo con los nuevos comandos definidos:
31613 \end_layout
31614
31615 \begin_layout Standard
31616 \noindent
31617 \align center
31618 \begin_inset Tabular
31619 <lyxtabular version="3" rows="6" columns="2">
31620 <features>
31621 <column alignment="center" valignment="top" width="0">
31622 <column alignment="center" valignment="top" width="0">
31623 <row>
31624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31625 \begin_inset Text
31626
31627 \begin_layout Plain Layout
31628 Comando
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 Resultado
31638 \begin_inset Note Note
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642
31643 \series bold
31644
31645 \backslash
31646 raisebox
31647 \series default
31648  se usa sólo como espaciador
31649 \end_layout
31650
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \end_inset
31657 </cell>
31658 </row>
31659 <row>
31660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31661 \begin_inset Text
31662
31663 \begin_layout Plain Layout
31664 A
31665 \backslash
31666 gr
31667 \begin_inset ERT
31668 status collapsed
31669
31670 \begin_layout Plain Layout
31671
31672
31673 \backslash
31674 spce 
31675 \end_layout
31676
31677 \end_inset
31678
31679 B
31680 \end_layout
31681
31682 \end_inset
31683 </cell>
31684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31685 \begin_inset Text
31686
31687 \begin_layout Plain Layout
31688 \begin_inset Formula $A\gr B$
31689 \end_inset
31690
31691
31692 \end_layout
31693
31694 \end_inset
31695 </cell>
31696 </row>
31697 <row>
31698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31699 \begin_inset Text
31700
31701 \begin_layout Plain Layout
31702
31703 \backslash
31704 us{ABcd
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 </row>
31722 <row>
31723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727
31728 \backslash
31729 fb{[2cm]
31730 \begin_inset Formula $\to$
31731 \end_inset
31732
31733
31734 \backslash
31735 {
31736 \begin_inset Formula $\to$
31737 \end_inset
31738
31739
31740 \backslash
31741 {
31742 \backslash
31743 int
31744 \begin_inset ERT
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748
31749
31750 \backslash
31751 spce 
31752 \end_layout
31753
31754 \end_inset
31755
31756 A=B
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 </row>
31774 <row>
31775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31776 \begin_inset Text
31777
31778 \begin_layout Plain Layout
31779
31780 \backslash
31781 cb{red
31782 \begin_inset Formula $\to$
31783 \end_inset
31784
31785
31786 \backslash
31787 {
31788 \backslash
31789 int
31790 \begin_inset ERT
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794
31795
31796 \backslash
31797 spce 
31798 \end_layout
31799
31800 \end_inset
31801
31802 A=B
31803 \end_layout
31804
31805 \end_inset
31806 </cell>
31807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31808 \begin_inset Text
31809
31810 \begin_layout Plain Layout
31811 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \end_inset
31818 </cell>
31819 </row>
31820 <row>
31821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31822 \begin_inset Text
31823
31824 \begin_layout Plain Layout
31825
31826 \backslash
31827 cb[green]
31828 \backslash
31829 {red
31830 \begin_inset Formula $\to$
31831 \end_inset
31832
31833
31834 \backslash
31835 {
31836 \backslash
31837 int
31838 \begin_inset ERT
31839 status collapsed
31840
31841 \begin_layout Plain Layout
31842
31843
31844 \backslash
31845 spce 
31846 \end_layout
31847
31848 \end_inset
31849
31850 A=B
31851 \end_layout
31852
31853 \end_inset
31854 </cell>
31855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31856 \begin_inset Text
31857
31858 \begin_layout Plain Layout
31859 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 </row>
31868 </lyxtabular>
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \begin_layout Section
31876 Diagramas
31877 \begin_inset Index
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881 Diagramas
31882 \end_layout
31883
31884 \end_inset
31885
31886
31887 \end_layout
31888
31889 \begin_layout Standard
31890 Para componer diagramas se necesita el paquete LaTeX 
31891 \series bold
31892 amscd
31893 \series default
31894 .
31895 \series bold
31896
31897 \begin_inset Foot
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902 \series bold
31903 amscd
31904 \series default
31905  forma parte de las instalaciones estándar de LaTeX.
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \series default
31912
31913 \begin_inset Index
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917 Paquetes ! amscd
31918 \end_layout
31919
31920 \end_inset
31921
31922  Se carga en el preámbulo LaTeX con la línea:
31923 \end_layout
31924
31925 \begin_layout Standard
31926
31927 \series bold
31928
31929 \backslash
31930 usepackage{amscd}
31931 \end_layout
31932
31933 \begin_layout Standard
31934 Los diagramas visualizan relaciones y su aspecto es como este:
31935 \begin_inset Formula \[
31936 \begin{CD}A@)))B@)))C\\
31937 @AAA@.@VVV\\
31938 F@(((E@(((D\end{CD}\]
31939
31940 \end_inset
31941
31942 Para obtener el diagrama se inserta en la ecuación el comando 
31943 \series bold
31944
31945 \backslash
31946 CD
31947 \begin_inset Index
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951 Comandos ! C ! 
31952 \backslash
31953 CD
31954 \end_layout
31955
31956 \end_inset
31957
31958
31959 \series default
31960 .
31961  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31962  continuación comandos.
31963  Con 
31964 \family sans
31965 Ctrl-Intro
31966 \family default
31967  se inicia una nueva línea.
31968  En las líneas impares se insertan relaciones horizontales, en las pares
31969  verticales.
31970 \end_layout
31971
31972 \begin_layout Standard
31973 Para componer las relaciones hay los siguientes comandos:
31974 \begin_inset Foot
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 \begin_inset CommandInset label
31979 LatexCommand label
31980 name "fn:sinónimos"
31981
31982 \end_inset
31983
31984 Los comandos con 
31985 \series bold
31986 >
31987 \series default
31988  o 
31989 \series bold
31990 <
31991 \series default
31992  pueden generar errores con el estilo 
31993 \series bold
31994 spanish
31995 \series default
31996  de 
31997 \series bold
31998 babel
31999 \series default
32000 .
32001  Para evitarlo se pueden sustituir por sus sinónimos 
32002 \series bold
32003 )
32004 \series default
32005  o 
32006 \series bold
32007 (
32008 \series default
32009  respectivamente.
32010  Véase 
32011 \begin_inset CommandInset citation
32012 LatexCommand cite
32013 key "spanish"
32014
32015 \end_inset
32016
32017 .
32018  (
32019 \emph on
32020 N.
32021 \begin_inset space \thinspace{}
32022 \end_inset
32023
32024 del t.
32025 \emph default
32026 )
32027 \end_layout
32028
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \begin_layout Itemize
32035
32036 \series bold
32037 @<<<
32038 \series default
32039  genera una flecha hacia la izquierda, 
32040 \series bold
32041 @>>>
32042 \series default
32043  una hacia la derecha, y 
32044 \series bold
32045 @=
32046 \series default
32047  un signo igual largo
32048 \end_layout
32049
32050 \begin_layout Itemize
32051
32052 \series bold
32053 @AAA
32054 \series default
32055  genera una flecha hacia arriba, 
32056 \series bold
32057 @VVV
32058 \series default
32059  una hacia abajo, y 
32060 \series bold
32061 @|
32062 \series default
32063  un signo igual vertical
32064 \end_layout
32065
32066 \begin_layout Itemize
32067
32068 \series bold
32069 @.
32070
32071 \series default
32072  genera una ubicación vacía para relaciones inexistentes
32073 \end_layout
32074
32075 \begin_layout Standard
32076 Todas las flechas pueden etiquetarse como sigue:
32077 \end_layout
32078
32079 \begin_layout Itemize
32080 Si se inserta texto entre el primero y el segundo 
32081 \series bold
32082 <
32083 \series default
32084  o 
32085 \series bold
32086 >
32087 \series default
32088 , respectivamente, se muestra sobre la flecha.
32089  Si se inserta entre el segundo y el tercero, bajo la flecha.
32090 \end_layout
32091
32092 \begin_layout Itemize
32093 Para flechas verticales, si se inserta texto entre la primera y la segunda
32094  
32095 \series bold
32096 A
32097 \series default
32098  o 
32099 \series bold
32100 V
32101 \series default
32102 , respectivamente, se muestra al lado izquierdo de la flecha.
32103  Si se inserta entre la segunda y la tercera, al lado derecho.
32104  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32105 \end_layout
32106
32107 \begin_layout Standard
32108 Como ejemplo un diagrama con todas las relaciones posibles:
32109 \begin_inset Formula \[
32110 \begin{CD}A@)j))B@))k)C@=F\\
32111 @AmAA@.@VV{V}V@|\\
32112 D@((j\,(E@)k))F@=C\end{CD}\]
32113
32114 \end_inset
32115
32116 El comando para este diagrama es:
32117 \begin_inset Newline newline
32118 \end_inset
32119
32120
32121 \series bold
32122
32123 \backslash
32124 CD
32125 \begin_inset ERT
32126 status collapsed
32127
32128 \begin_layout Plain Layout
32129
32130
32131 \backslash
32132 spce 
32133 \end_layout
32134
32135 \end_inset
32136
32137 A@>j>>B@>>k>C@=F Ctrl-Intro
32138 \begin_inset Newline newline
32139 \end_inset
32140
32141
32142 \begin_inset ERT
32143 status collapsed
32144
32145 \begin_layout Plain Layout
32146
32147
32148 \backslash
32149 hphantom{
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \backslash
32156 CD
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162
32163 \backslash
32164 spce 
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175 }
32176 \end_layout
32177
32178 \end_inset
32179
32180 @AmAA@.@VV
32181 \backslash
32182 {V
32183 \series default
32184
32185 \begin_inset Formula $\to$
32186 \end_inset
32187
32188
32189 \series bold
32190 V@| Ctrl-Intro
32191 \begin_inset Newline newline
32192 \end_inset
32193
32194
32195 \begin_inset ERT
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199
32200
32201 \backslash
32202 hphantom{
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \backslash
32209 CD
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 spce 
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \begin_inset ERT
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227
32228 }
32229 \end_layout
32230
32231 \end_inset
32232
32233 D@<<j<E@>k>>F@=C
32234 \end_layout
32235
32236 \begin_layout Standard
32237 \begin_inset Newpage newpage
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \begin_layout Section
32244 Indicaciones
32245 \begin_inset ERT
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249
32250
32251 \backslash
32252 texorpdfstring{
32253 \end_layout
32254
32255 \end_inset
32256
32257
32258 \begin_inset Foot
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262 Otras sugerencias útiles para matemáticas en 
32263 \begin_inset CommandInset citation
32264 LatexCommand cite
32265 key "Voss"
32266
32267 \end_inset
32268
32269 .
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280 }{}
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \begin_inset Note Note
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290
32291 \backslash
32292 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
32293  PDF.
32294 \end_layout
32295
32296 \begin_layout Plain Layout
32297 Más sobre 
32298 \backslash
32299 texorpdfstring hay en la sección 
32300 \begin_inset CommandInset ref
32301 LatexCommand ref
32302 reference "sub:Ecuaciones-en-Sección"
32303
32304 \end_inset
32305
32306 .
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \begin_inset Index
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 Indicaciones
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Subsection
32325 Símbolos y ecuaciones químicas
32326 \begin_inset CommandInset label
32327 LatexCommand label
32328 name "sub:Símbolos-y-ecuaciones-químicas"
32329
32330 \end_inset
32331
32332
32333 \begin_inset Index
32334 status collapsed
32335
32336 \begin_layout Plain Layout
32337 Química ! símbolos
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \begin_inset Index
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347 Ecuación química
32348 \end_layout
32349
32350 \end_inset
32351
32352
32353 \begin_inset Index
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357 Química ! caracteres
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \begin_inset Index
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367 Iones|see
32368 \begin_inset ERT
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372
32373 {
32374 \end_layout
32375
32376 \end_inset
32377
32378 Química ! caracteres
32379 \begin_inset ERT
32380 status collapsed
32381
32382 \begin_layout Plain Layout
32383
32384 }
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 Un ejemplo de texto de química:
32399 \end_layout
32400
32401 \begin_layout Quote
32402 El ión 
32403 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32404 \end_inset
32405
32406  reacciona con dos iones 
32407 \begin_inset Formula $\mathrm{Na^{+}}$
32408 \end_inset
32409
32410  para dar sulfato de sodio 
32411 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32412 \end_inset
32413
32414 .
32415  La ecuación química es:
32416 \begin_inset Formula \[
32417 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Esta ecuación química puede componerse directamente en modo ecuación.
32426  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32427  y con el atajo 
32428 \family sans
32429 Alt-c
32430 \begin_inset space ~
32431 \end_inset
32432
32433 r
32434 \family default
32435  se cambia en redonda.
32436 \begin_inset Foot
32437 status open
32438
32439 \begin_layout Plain Layout
32440 véase estilos de fuentes en 
32441 \begin_inset CommandInset ref
32442 LatexCommand ref
32443 reference "sub:Estilos-de-fuentes"
32444
32445 \end_inset
32446
32447 .
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Subsection
32456 Números negativos
32457 \begin_inset Index
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461 Números ! negativos
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \end_layout
32468
32469 \begin_layout Standard
32470 Los números negativos a veces se ven feos en las ecuaciones porque el signo
32471  menos delante del número tiene la misma longitud que el operador signo
32472  menos.
32473  Si se escribe el número negativo en texto normal el signo menos aparece
32474  correctamente.
32475 \end_layout
32476
32477 \begin_layout Standard
32478 Así pues, el problema desaparece si se convierte el signo menos a texto
32479  matemático.
32480 \end_layout
32481
32482 \begin_layout Standard
32483 Un ejemplo para visualizar el problema:
32484 \end_layout
32485
32486 \begin_layout Standard
32487 \noindent
32488 \align center
32489 \begin_inset Tabular
32490 <lyxtabular version="3" rows="3" columns="2">
32491 <features>
32492 <column alignment="center" valignment="top" width="0">
32493 <column alignment="center" valignment="top" width="0">
32494 <row>
32495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 texto normal:
32500 \end_layout
32501
32502 \end_inset
32503 </cell>
32504 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32505 \begin_inset Text
32506
32507 \begin_layout Plain Layout
32508 x = -2
32509 \end_layout
32510
32511 \end_inset
32512 </cell>
32513 </row>
32514 <row>
32515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32516 \begin_inset Text
32517
32518 \begin_layout Plain Layout
32519 ecuación:
32520 \end_layout
32521
32522 \end_inset
32523 </cell>
32524 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32525 \begin_inset Text
32526
32527 \begin_layout Plain Layout
32528 \begin_inset Formula $x=-2$
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 </row>
32537 <row>
32538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542 solución:
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32548 \begin_inset Text
32549
32550 \begin_layout Plain Layout
32551 \begin_inset Formula $x=\mbox{-}2$
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 </row>
32560 </lyxtabular>
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Subsection
32568 Coma como separador decimal
32569 \begin_inset Index
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573 Coma decimal
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
32583  de grupos numéricos.
32584  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
32585 \end_layout
32586
32587 \begin_layout Standard
32588 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
32589  
32590 \family sans
32591 Alt-m
32592 \begin_inset space ~
32593 \end_inset
32594
32595 m
32596 \family default
32597 ).
32598 \end_layout
32599
32600 \begin_layout Standard
32601 Para usar las comas en todas las fórmulas del documento como separador decimal,
32602  se carga el archivo 
32603 \series bold
32604 icomma.sty
32605 \series default
32606
32607 \begin_inset Foot
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611
32612 \series bold
32613 icomma
32614 \series default
32615  forma parte del paquete LaTeX 
32616 \series bold
32617 was
32618 \series default
32619
32620 \begin_inset Index
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624 Paquetes ! was
32625 \begin_inset ERT
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629
32630
32631 \backslash
32632 vspace{4mm}
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \end_inset
32641
32642 .
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \begin_inset Index
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652 Paquetes ! icomma
32653 \end_layout
32654
32655 \end_inset
32656
32657  en el preámbulo LaTeX con la línea: 
32658 \end_layout
32659
32660 \begin_layout Standard
32661
32662 \series bold
32663
32664 \backslash
32665 usepackage{icomma}
32666 \end_layout
32667
32668 \begin_layout Subsection
32669 Vectores físicos
32670 \begin_inset CommandInset label
32671 LatexCommand label
32672 name "sub:Vectores-físicos"
32673
32674 \end_inset
32675
32676
32677 \begin_inset Index
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 Vectores físicos
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Standard
32690 El paquete LaTeX 
32691 \series bold
32692 braket
32693 \series default
32694
32695 \begin_inset Foot
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699
32700 \series bold
32701 braket
32702 \series default
32703  se incluye en las instalaciones estándar de LaTeX.
32704 \end_layout
32705
32706 \end_inset
32707
32708
32709 \begin_inset Index
32710 status collapsed
32711
32712 \begin_layout Plain Layout
32713 Paquetes ! braket
32714 \end_layout
32715
32716 \end_inset
32717
32718  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
32719 \end_layout
32720
32721 \begin_layout Standard
32722
32723 \series bold
32724
32725 \backslash
32726 usepackage{braket}
32727 \end_layout
32728
32729 \begin_layout Standard
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735
32736 \backslash
32737 ifbraket 
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \begin_inset Note Note
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
32748 \series bold
32749 braket
32750 \series default
32751  está instalado.
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \begin_layout Standard
32760 Están definidos los siguientes comandos:
32761 \end_layout
32762
32763 \begin_layout Standard
32764 \noindent
32765 \align center
32766 \begin_inset Tabular
32767 <lyxtabular version="3" rows="4" columns="2">
32768 <features>
32769 <column alignment="center" valignment="top" width="0">
32770 <column alignment="center" valignment="top" width="0">
32771 <row>
32772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32773 \begin_inset Text
32774
32775 \begin_layout Plain Layout
32776 Comando
32777 \end_layout
32778
32779 \end_inset
32780 </cell>
32781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32782 \begin_inset Text
32783
32784 \begin_layout Plain Layout
32785 Resultado
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 </row>
32791 <row>
32792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32793 \begin_inset Text
32794
32795 \begin_layout Plain Layout
32796
32797 \backslash
32798 Bra{
32799 \backslash
32800 psi
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809 \begin_inset Formula $\Bra{\psi}$
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 </row>
32818 <row>
32819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32820 \begin_inset Text
32821
32822 \begin_layout Plain Layout
32823
32824 \backslash
32825 Ket{
32826 \backslash
32827 psi
32828 \end_layout
32829
32830 \end_inset
32831 </cell>
32832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836 \begin_inset Formula $\Ket{\psi}$
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 <row>
32846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850
32851 \backslash
32852 Braket{
32853 \backslash
32854 psi|
32855 \backslash
32856 phi
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32862 \begin_inset Text
32863
32864 \begin_layout Plain Layout
32865 \begin_inset Formula $\Braket{\psi|\phi}$
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 </row>
32874 </lyxtabular>
32875
32876 \end_inset
32877
32878
32879 \end_layout
32880
32881 \begin_layout Standard
32882 El comando 
32883 \series bold
32884
32885 \backslash
32886 Braket
32887 \series default
32888  asegura que todas las barras verticales tienen el tamaño de los delimitadores
32889  circundantes:
32890 \begin_inset Formula \[
32891 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32892
32893 \end_inset
32894
32895
32896 \begin_inset ERT
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900
32901
32902 \backslash
32903 else
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \begin_inset Note Note
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913 Lo que sigue se verá en la salida si el paquete LaTeX 
32914 \series bold
32915 braket
32916 \series default
32917  no está instalado:
32918 \end_layout
32919
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \begin_layout Standard
32926 Debes instalar el paquete LaTeX 
32927 \series bold
32928 braket
32929 \series default
32930  para ver en la salida el resto de esta subsección.
32931 \end_layout
32932
32933 \begin_layout Standard
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939
32940 \backslash
32941 fi
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \end_layout
32948
32949 \begin_layout Standard
32950 El efecto de 
32951 \series bold
32952
32953 \backslash
32954 Braket
32955 \series default
32956  también se puede conseguir con el comando 
32957 \series bold
32958
32959 \backslash
32960 middle
32961 \series default
32962 , que se describe en 
32963 \begin_inset CommandInset ref
32964 LatexCommand ref
32965 reference "sub:Tamaño-automático-de"
32966
32967 \end_inset
32968
32969 .
32970 \end_layout
32971
32972 \begin_layout Subsection
32973 Fracciones definidas por el usuario
32974 \begin_inset CommandInset label
32975 LatexCommand label
32976 name "sub:Fracciones-personalizadas"
32977
32978 \end_inset
32979
32980
32981 \begin_inset Index
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 Fracciones ! personalizadas
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 Para definir comandos personalizados para fracciones, se usa el comando
32995  
32996 \series bold
32997
32998 \backslash
32999 genfrac
33000 \series default
33001
33002 \begin_inset Index
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006 Comandos ! G ! 
33007 \backslash
33008 genfrac
33009 \end_layout
33010
33011 \end_inset
33012
33013  con el siguiente esquema:
33014 \end_layout
33015
33016 \begin_layout Standard
33017
33018 \series bold
33019
33020 \backslash
33021 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
33022 \begin_inset Newline newline
33023 \end_inset
33024
33025
33026 \begin_inset ERT
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030
33031
33032 \backslash
33033 phantom{
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \backslash
33040 genfrac{
33041 \begin_inset ERT
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045
33046 }
33047 \end_layout
33048
33049 \end_inset
33050
33051 fracción}{estilo}{numerador}{denominador}
33052 \end_layout
33053
33054 \begin_layout Standard
33055 El estilo es un número en el rango 0-3.
33056 \end_layout
33057
33058 \begin_layout Standard
33059 \align center
33060 \begin_inset Tabular
33061 <lyxtabular version="3" rows="5" columns="2">
33062 <features>
33063 <column alignment="center" valignment="top" width="0">
33064 <column alignment="center" valignment="top" width="0">
33065 <row>
33066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 Número
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 Estilo (tamaño)
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 0
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 ecuación en presentación
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 </row>
33105 <row>
33106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110 1
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119 ecuación en línea
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 </row>
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 2
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 pequeño
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 </row>
33145 <row>
33146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 3
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 muy pequeño
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 </lyxtabular>
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33174  
33175 \series bold
33176
33177 \backslash
33178 frac
33179 \series default
33180 .
33181 \end_layout
33182
33183 \begin_layout Standard
33184 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33185  de 0.4
33186 \begin_inset space \thinspace{}
33187 \end_inset
33188
33189 pt.
33190 \end_layout
33191
33192 \begin_layout Standard
33193 Por ejemplo, los comandos 
33194 \series bold
33195
33196 \backslash
33197 dfrac
33198 \series default
33199  y 
33200 \series bold
33201
33202 \backslash
33203 tbinom
33204 \series default
33205  de la 
33206 \begin_inset CommandInset ref
33207 LatexCommand ref
33208 reference "sub:Fracciones"
33209
33210 \end_inset
33211
33212  se definen con los comandos:
33213 \end_layout
33214
33215 \begin_layout Standard
33216
33217 \series bold
33218
33219 \backslash
33220 newcommand{
33221 \backslash
33222 dfrac}[2]{
33223 \backslash
33224 genfrac{}{}{}{0}{#1}{#2}}
33225 \end_layout
33226
33227 \begin_layout Standard
33228 y
33229 \end_layout
33230
33231 \begin_layout Standard
33232
33233 \series bold
33234
33235 \backslash
33236 newcommand{
33237 \backslash
33238 tbinom}[2]{
33239 \backslash
33240 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33241 \end_layout
33242
33243 \begin_layout Standard
33244 \begin_inset VSpace medskip
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Standard
33251 Para definir una fracción en la que el grosor de la raya se pueda definir
33252  como argumento opcional, se inserta la siguiente línea en el preámbulo
33253  LaTeX:
33254 \end_layout
33255
33256 \begin_layout Standard
33257
33258 \series bold
33259
33260 \backslash
33261 newcommand{
33262 \backslash
33263 fracS}[3][]{
33264 \backslash
33265 genfrac{}{}{#1}{}{#2}{#3}}
33266 \end_layout
33267
33268 \begin_layout Standard
33269 Un ensayo:
33270 \begin_inset Formula \begin{align*}
33271 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33272 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33273
33274 \end_inset
33275
33276 Como se puede ver, la distancia del numerador y el denominador a la raya
33277  de fracción se redondea a unas tres veces el grosor de la raya.
33278 \end_layout
33279
33280 \begin_layout Subsection
33281 Ecuaciones canceladas
33282 \begin_inset CommandInset label
33283 LatexCommand label
33284 name "sub:Ecuaciones-canceladas"
33285
33286 \end_inset
33287
33288
33289 \begin_inset Index
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 Ecuación ! cancelada
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
33303  
33304 \series bold
33305 cancel
33306 \series default
33307
33308 \begin_inset Foot
33309 status collapsed
33310
33311 \begin_layout Plain Layout
33312
33313 \series bold
33314 cancel
33315 \series default
33316  forma parte de las distribuciones estándar de LaTeX.
33317 \end_layout
33318
33319 \end_inset
33320
33321
33322 \begin_inset Index
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326 Paquetes ! cancel
33327 \end_layout
33328
33329 \end_inset
33330
33331  con la línea de preámbulo LaTeX
33332 \end_layout
33333
33334 \begin_layout Standard
33335
33336 \series bold
33337
33338 \backslash
33339 usepackage[samesize]{cancel}
33340 \end_layout
33341
33342 \begin_layout Standard
33343 Hay cuatro formas de cancelar ecuaciones:
33344 \end_layout
33345
33346 \begin_layout Standard
33347 \align center
33348 \begin_inset Tabular
33349 <lyxtabular version="3" rows="5" columns="2">
33350 <features>
33351 <column alignment="center" valignment="top" width="0">
33352 <column alignment="center" valignment="top" width="0">
33353 <row>
33354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 Comando
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 Resultado
33368 \begin_inset Note Note
33369 status collapsed
33370
33371 \begin_layout Plain Layout
33372
33373 \series bold
33374
33375 \backslash
33376 hspace
33377 \series default
33378  y 
33379 \series bold
33380
33381 \backslash
33382 raisebox
33383 \series default
33384  se usa sólo como espaciador
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 </row>
33395 <row>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400
33401 \backslash
33402 cancel{
33403 \backslash
33404 int
33405 \begin_inset ERT
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409
33410
33411 \backslash
33412 spce 
33413 \end_layout
33414
33415 \end_inset
33416
33417 A=B
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 </row>
33435 <row>
33436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33437 \begin_inset Text
33438
33439 \begin_layout Plain Layout
33440
33441 \backslash
33442 bcancel{
33443 \backslash
33444 int
33445 \begin_inset ERT
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450
33451 \backslash
33452 spce 
33453 \end_layout
33454
33455 \end_inset
33456
33457 A=B
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 </row>
33475 <row>
33476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33477 \begin_inset Text
33478
33479 \begin_layout Plain Layout
33480
33481 \backslash
33482 xcancel{
33483 \backslash
33484 int
33485 \begin_inset ERT
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490
33491 \backslash
33492 spce 
33493 \end_layout
33494
33495 \end_inset
33496
33497 A=B
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 </row>
33515 <row>
33516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520
33521 \backslash
33522 cancelto{1
33523 \begin_inset Formula $\to$
33524 \end_inset
33525
33526
33527 \backslash
33528 {
33529 \backslash
33530 int
33531 \begin_inset ERT
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535
33536
33537 \backslash
33538 spce 
33539 \end_layout
33540
33541 \end_inset
33542
33543 A=B
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 </row>
33561 </lyxtabular>
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Standard
33569
33570 \series bold
33571
33572 \backslash
33573 cancelto
33574 \series default
33575  es especialmente apropiada para visualizar la simplificación de fracciones
33576  en una ecuación:
33577 \begin_inset Formula \[
33578 \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}}}\]
33579
33580 \end_inset
33581
33582
33583 \end_layout
33584
33585 \begin_layout Subsection
33586 Ecuaciones en encabezados de sección
33587 \begin_inset CommandInset label
33588 LatexCommand label
33589 name "sub:Ecuaciones-en-encabezados"
33590
33591 \end_inset
33592
33593
33594 \begin_inset Index
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598 Ecuación ! en encabezados de sección
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Standard
33607 Si se quiere poner una ecuación en un encabezado de sección hay que tener
33608  en cuenta lo siguiente:
33609 \end_layout
33610
33611 \begin_layout Standard
33612 \begin_inset Note Greyedout
33613 status open
33614
33615 \begin_layout Plain Layout
33616 Si el soporte para 
33617 \series bold
33618 hyperref
33619 \series default
33620
33621 \begin_inset Index
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625 Paquetes ! hyperref
33626 \end_layout
33627
33628 \end_inset
33629
33630  está activado en la configuración del documento, 
33631 \family sans
33632 Propiedades
33633 \begin_inset space ~
33634 \end_inset
33635
33636
33637 \family default
33638 PDF, los marcadores PDF se generan para cada encabezado de sección en el
33639  índice.
33640  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
33641  texto del marcador, porque se infringen las convenciones PDF.
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Estos problemas se pueden solucionar insertando al final del encabezado
33651  un título breve con el menú 
33652 \family sans
33653 Insertar\SpecialChar \menuseparator
33654 Título
33655 \begin_inset space ~
33656 \end_inset
33657
33658 breve
33659 \family default
33660 .
33661  Los títulos breves se usan como alternativa para encabezados de sección
33662  con más de una línea para mantener el buen aspecto del índice.
33663  En éste sólo aparece el título breve y por tanto también en los marcadores.
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Si hay que poner ecuaciones en el índice y se usa 
33668 \series bold
33669 hyperref
33670 \series default
33671 , se puede insertar el siguiente comando en modo TeX:
33672 \end_layout
33673
33674 \begin_layout Standard
33675
33676 \series bold
33677
33678 \backslash
33679 texorpdfstring{parte}{alternativa}
33680 \begin_inset Index
33681 status collapsed
33682
33683 \begin_layout Plain Layout
33684 Comandos ! T ! 
33685 \backslash
33686 texorpdfstring
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Standard
33695 Parte se refiere a la parte del encabezado que no debería aparecer en el
33696  marcador PDF.
33697  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
33698  La alternativa se usa para el marcador en vez de la parte.
33699 \end_layout
33700
33701 \begin_layout Standard
33702 Aquí hay dos ejemplo de encabezados:
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \begin_inset VSpace -3mm
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \begin_layout Standard
33713 \begin_inset ERT
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717
33718
33719 \backslash
33720 boldmath 
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Subsubsection
33729 Encabezado sin ecuación en el índice 
33730 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33731 \end_inset
33732
33733
33734 \begin_inset OptArg
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738 Encabezado sin ecuación en el índice
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Subsubsection
33747 Encabezado con ecuación en el índice
33748 \begin_inset ERT
33749 status collapsed
33750
33751 \begin_layout Plain Layout
33752
33753
33754 \backslash
33755 texorpdfstring{
33756 \end_layout
33757
33758 \end_inset
33759
33760  
33761 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33762 \end_inset
33763
33764
33765 \begin_inset ERT
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769
33770 }{}
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 \begin_inset ERT
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783
33784
33785 \backslash
33786 unboldmath 
33787 \end_layout
33788
33789 \end_inset
33790
33791 En el primer encabezado se ha puesto un título breve, en el segundo un 
33792 \series bold
33793
33794 \backslash
33795 texorpdfstring
33796 \series default
33797 .
33798 \end_layout
33799
33800 \begin_layout Standard
33801 Para obtener el mismo formato que en los demás encabezados se han puesto
33802  ambos en un entorno 
33803 \series bold
33804 boldmath
33805 \series default
33806 .
33807 \begin_inset Foot
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811 véase 
33812 \begin_inset CommandInset ref
33813 LatexCommand ref
33814 reference "sub:Ecuaciones-en-negrita"
33815
33816 \end_inset
33817
33818
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Subsection
33827 Ecuaciones en texto multicolumna
33828 \begin_inset Index
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832 Ecuación ! en texto multicolumna
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \begin_layout Standard
33841 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
33842  para ajustarse a la columna y entonces es preciso abarcar la anchura total
33843  de la página.
33844  Esto se hace usando el paquete LaTeX 
33845 \series bold
33846 multicol
33847 \series default
33848 ,
33849 \begin_inset Foot
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853
33854 \series bold
33855 multicol
33856 \series default
33857  forma parte de las distribuciones LaTeX estándar.
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \begin_inset Index
33864 status collapsed
33865
33866 \begin_layout Plain Layout
33867 Paquetes ! multicol
33868 \end_layout
33869
33870 \end_inset
33871
33872  que se carga en el preámbulo LaTeX con la línea
33873 \end_layout
33874
33875 \begin_layout Standard
33876
33877 \series bold
33878
33879 \backslash
33880 usepackage{multicol}
33881 \end_layout
33882
33883 \begin_layout Standard
33884 \begin_inset Note Greyedout
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888 Ten en cuenta que la opción 
33889 \family sans
33890 Documento
33891 \begin_inset space ~
33892 \end_inset
33893
33894 con
33895 \begin_inset space ~
33896 \end_inset
33897
33898 dos
33899 \begin_inset space ~
33900 \end_inset
33901
33902 caras
33903 \family default
33904 , bajo 
33905 \family sans
33906 Diseño
33907 \begin_inset space ~
33908 \end_inset
33909
33910 de
33911 \begin_inset space ~
33912 \end_inset
33913
33914 página 
33915 \family default
33916 en el menú 
33917 \family sans
33918 Documento\SpecialChar \menuseparator
33919 Configuración
33920 \family default
33921  
33922 \emph on
33923 debe
33924 \emph default
33925  estar desmarcada.
33926 \end_layout
33927
33928 \end_inset
33929
33930
33931 \end_layout
33932
33933 \begin_layout Standard
33934 Antes del texto multicolumna se inserta en modo TeX el comando
33935 \end_layout
33936
33937 \begin_layout Standard
33938
33939 \series bold
33940
33941 \backslash
33942 begin{multicols}{número de columnas}
33943 \end_layout
33944
33945 \begin_layout Standard
33946 El número de columnas está en el rango 2-10.
33947  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
33948  TeX el comando
33949 \end_layout
33950
33951 \begin_layout Standard
33952
33953 \series bold
33954
33955 \backslash
33956 end{multicols}
33957 \end_layout
33958
33959 \begin_layout Standard
33960 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
33961  Para quitarlo se inserta un espacio vertical de -6
33962 \begin_inset space \thinspace{}
33963 \end_inset
33964
33965 mm antes de la ecuación.
33966  Si se usa el estilo 
33967 \series bold
33968 Sangrado
33969 \series default
33970 ,
33971 \begin_inset Foot
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975 véase estilos de ecuación en 
33976 \begin_inset CommandInset ref
33977 LatexCommand ref
33978 reference "sec:Estilos-de-ecuación"
33979
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \end_inset
33986
33987  se inserta un espacio de -9
33988 \begin_inset space \thinspace{}
33989 \end_inset
33990
33991 mm.
33992 \end_layout
33993
33994 \begin_layout Standard
33995 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
33996 \end_layout
33997
33998 \begin_layout Standard
33999 \begin_inset ERT
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003
34004
34005 \backslash
34006 begin{multicols}{2}
34007 \end_layout
34008
34009 \end_inset
34010
34011 Das Spektrum wird fouriertransformiert.
34012  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34013 , Lösungsmittel) zu trennen.
34014  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34015  nun das Aussehen des Ausgangssignals.
34016  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34017  über alle Phasen integrieren muss.
34018  Sei nun 
34019 \begin_inset Formula $S$
34020 \end_inset
34021
34022  unser normiertes Ausgangssignal and 
34023 \begin_inset Formula $P$
34024 \end_inset
34025
34026  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34027 \begin_inset ERT
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031
34032
34033 \backslash
34034 end{multicols}
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \begin_inset VSpace -6mm
34041 \end_inset
34042
34043
34044 \begin_inset Formula \begin{equation}
34045 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34046
34047 \end_inset
34048
34049
34050 \begin_inset ERT
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055
34056 \backslash
34057 begin{multicols}{2}
34058 \end_layout
34059
34060 \end_inset
34061
34062 wobei 
34063 \begin_inset Formula $S_{0}$
34064 \end_inset
34065
34066  das Signal ohne Gradient ist and the Normierungsbedingung 
34067 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34068 \end_inset
34069
34070  gilt.
34071  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34072  Direkt nach the 
34073 \begin_inset Formula $\nicefrac{\pi}{2}$
34074 \end_inset
34075
34076
34077 \begin_inset space \thinspace{}
34078 \end_inset
34079
34080 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34081  das Signal zusätzlich abschwächt.
34082  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34083  
34084 \begin_inset Formula $T_{2}$
34085 \end_inset
34086
34087 -Zeit.
34088 \end_layout
34089
34090 \begin_layout Standard
34091 \begin_inset ERT
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095
34096
34097 \backslash
34098 end{multicols}
34099 \end_layout
34100
34101 \end_inset
34102
34103  
34104 \end_layout
34105
34106 \begin_layout Subsection
34107 Ecuaciones con descripción de variables
34108 \begin_inset Index
34109 status collapsed
34110
34111 \begin_layout Plain Layout
34112 Ecuación ! con descripción de variables
34113 \end_layout
34114
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \begin_layout Standard
34121 Para describir variables en una ecuación, como en la fórmula 
34122 \begin_inset CommandInset ref
34123 LatexCommand eqref
34124 reference "eq:within"
34125
34126 \end_inset
34127
34128 , se inserta una matriz 2×
34129 \begin_inset Formula $n$
34130 \end_inset
34131
34132  con columnas alineadas a la izquierda para las 
34133 \emph on
34134
34135 \begin_inset Formula $n$
34136 \end_inset
34137
34138
34139 \emph default
34140  variables usadas.
34141 \begin_inset Foot
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145 véase matrices en 
34146 \begin_inset CommandInset ref
34147 LatexCommand ref
34148 reference "sec:Matrices"
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \end_inset
34156
34157  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34158  
34159 \series bold
34160
34161 \backslash
34162 footnotesize
34163 \series default
34164  antes de la matriz.
34165 \begin_inset Foot
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169 véase tamaños de fuentes en 
34170 \begin_inset CommandInset ref
34171 LatexCommand ref
34172 reference "sub:Tamaños-de-fuentes"
34173
34174 \end_inset
34175
34176 .
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 Si se usa el estilo 
34186 \series bold
34187 Sangrado
34188 \series default
34189 ,
34190 \begin_inset Foot
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 véase estilos de ecuación en 
34195 \begin_inset CommandInset ref
34196 LatexCommand ref
34197 reference "sec:Estilos-de-ecuación"
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \end_inset
34205
34206  se inserta un 
34207 \series bold
34208
34209 \backslash
34210 hfill
34211 \series default
34212
34213 \begin_inset Foot
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217
34218 \series bold
34219
34220 \backslash
34221 hfill
34222 \series default
34223  sólo funciona en ecuaciones en estilo 
34224 \series bold
34225 Sangrado
34226 \series default
34227 , véase 
34228 \begin_inset CommandInset ref
34229 LatexCommand ref
34230 reference "sub:Espacio-variable"
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \end_inset
34238
34239  delante y detrás de la matriz para que tenga la misma separación con la
34240  ecuación y con el margen.
34241 \end_layout
34242
34243 \begin_layout Standard
34244 Si se usa el estilo 
34245 \series bold
34246 Centrado
34247 \series default
34248  se emplea el método descrito en la 
34249 \begin_inset CommandInset ref
34250 LatexCommand ref
34251 reference "sub:Entorno-flalign"
34252
34253 \end_inset
34254
34255  para sangrar la ecuación.
34256  La ecuación 
34257 \begin_inset CommandInset ref
34258 LatexCommand eqref
34259 reference "eq:within"
34260
34261 \end_inset
34262
34263  consta de cinco columnas ya que las dos primeras contienen la fórmula,
34264  la tercera la matriz y la última una llave TeX vacía.
34265 \begin_inset Formula \begin{flalign}
34266 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
34267 \rho & \mbox{densidad}\\
34268 V & \mbox{volumen}\\
34269 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
34270
34271 \end_inset
34272
34273
34274 \end_layout
34275
34276 \begin_layout Subsection
34277 Letras griegas minúsculas en redonda
34278 \begin_inset CommandInset label
34279 LatexCommand label
34280 name "sub:Griegas-en-redonda"
34281
34282 \end_inset
34283
34284
34285 \begin_inset Index
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 Letras griegas ! en redonda
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Standard
34298 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
34299  cursiva.
34300  Pero para símbolos de partículas elementales como piones y neutrinos hacen
34301  falta letras griegas en redonda.
34302  El archivo 
34303 \series bold
34304 upgreek.sty
34305 \series default
34306
34307 \begin_inset Foot
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311
34312 \series bold
34313 upgreek
34314 \series default
34315  forma parte del paquete LaTeX 
34316 \series bold
34317 was
34318 \series default
34319
34320 \begin_inset Index
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324 Paquetes ! was
34325 \begin_inset ERT
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329
34330
34331 \backslash
34332 vspace{4mm}
34333 \end_layout
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \end_inset
34341
34342 .
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \begin_inset Index
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Paquetes ! upgreek
34353 \end_layout
34354
34355 \end_inset
34356
34357 , que se carga en el preámbulo LaTeX con la línea
34358 \end_layout
34359
34360 \begin_layout Standard
34361
34362 \series bold
34363
34364 \backslash
34365 usepackage{upgreek}
34366 \end_layout
34367
34368 \begin_layout Standard
34369 las suministra.
34370  
34371 \begin_inset ERT
34372 status collapsed
34373
34374 \begin_layout Plain Layout
34375
34376
34377 \backslash
34378 ifupgreek 
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \begin_inset Note Note
34385 status collapsed
34386
34387 \begin_layout Plain Layout
34388 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
34389  
34390 \series bold
34391 upgreek
34392 \series default
34393 .
34394 \end_layout
34395
34396 \end_inset
34397
34398  Se imprimen con el comando de la letra correspondiente precedido de 
34399 \series bold
34400 up
34401 \series default
34402 .
34403  Por ejemplo, el comando 
34404 \series bold
34405
34406 \backslash
34407 uptau
34408 \series default
34409  genera: 
34410 \begin_inset Formula $\uptau$
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 Con estos comandos se pueden escribir reacciones entre partículas elementales:
34418 \begin_inset Formula \[
34419 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 Las letras en redonda son más remarcadas y más grandes que las correspondientes
34428  en cursiva.
34429  Por tanto no deberían emplearse para unidades como 
34430 \begin_inset Quotes fld
34431 \end_inset
34432
34433 µm
34434 \begin_inset Quotes frd
34435 \end_inset
34436
34437 .
34438 \end_layout
34439
34440 \begin_layout Standard
34441 \begin_inset ERT
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445
34446
34447 \backslash
34448 else 
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \begin_inset Note Note
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458 Lo siguiente se mostrará si el paquete LaTeX 
34459 \series bold
34460 upgreek
34461 \series default
34462  no está instalado:
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Standard
34471 Debes instalar el paquete LaTeX 
34472 \series bold
34473 upgreek
34474 \series default
34475  para ver en la salida el resto de esta subsección.
34476  
34477 \end_layout
34478
34479 \begin_layout Standard
34480 \begin_inset ERT
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484
34485
34486 \backslash
34487 fi
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \begin_layout Subsection
34496 Caracteres de texto en ecuaciones
34497 \begin_inset CommandInset label
34498 LatexCommand label
34499 name "sub:Caracteres-de-texto"
34500
34501 \end_inset
34502
34503
34504 \begin_inset Index
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508 Texto ! en ecuaciones
34509 \end_layout
34510
34511 \end_inset
34512
34513
34514 \end_layout
34515
34516 \begin_layout Standard
34517 En algunos casos podrías querer insertar caracteres de texto directamente
34518  en ecuaciones.
34519  Por ejemplo, cuando se usa con frecuencia el punto centrado 
34520 \begin_inset Formula $\cdot$
34521 \end_inset
34522
34523  en expresiones como 
34524 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
34525 \end_inset
34526
34527 , habría que insertar el comando 
34528 \series bold
34529
34530 \backslash
34531 cdot
34532 \series default
34533
34534 \begin_inset Foot
34535 status collapsed
34536
34537 \begin_layout Plain Layout
34538 véase 
34539 \begin_inset CommandInset ref
34540 LatexCommand ref
34541 reference "sub:Operadores-binarios"
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \end_inset
34549
34550  continuamente, porque este carácter está definido en todas las codificaciones
34551  como carácter de texto.
34552  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
34553 \end_layout
34554
34555 \begin_layout Standard
34556
34557 \series bold
34558
34559 \backslash
34560 Declare Inputtext{183}{
34561 \backslash
34562 ifmmode
34563 \backslash
34564 cdot
34565 \backslash
34566 else
34567 \backslash
34568 textperiodcentered
34569 \backslash
34570 f\SpecialChar \textcompwordmark{}
34571 i}
34572 \end_layout
34573
34574 \begin_layout Standard
34575 La codificación de caracteres (menú 
34576 \family sans
34577 Documento\SpecialChar \menuseparator
34578 Configuración\SpecialChar \menuseparator
34579 Idioma
34580 \family default
34581 ) especifica el carácter que se muestra al pulsar una tecla.
34582  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
34583  
34584 \series bold
34585
34586 \backslash
34587 textperiodcentered
34588 \series default
34589 .
34590  Pero este comando no está disponible en ecuaciones así que obtendrías errores
34591  de LaTeX.
34592  Con la codificación cambiada se escoge automáticamente el comando correcto,
34593  dependiendo de si el carácter se ha insertado en una ecuación o no.
34594 \end_layout
34595
34596 \begin_layout Standard
34597 La codificación de diversos caracteres se guarda en archivos de definición.
34598  Por ejemplo la codificación 
34599 \series bold
34600 latin9
34601 \series default
34602  se define en el archivo 
34603 \series bold
34604 latin9.def
34605 \series default
34606  que está en el directorio de LaTeX.
34607  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
34608  archivo de definición, de lo contrario nuestros documentos no podrían ser
34609  editados en otros ordenadores.
34610 \begin_inset VSpace medskip
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Además del punto centrado, en este documento se ha definido el símbolo grado
34618  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
34619  directamente en una fórmula:
34620 \end_layout
34621
34622 \begin_layout Standard
34623
34624 \series bold
34625
34626 \backslash
34627 DeclareInputtext{176}{
34628 \backslash
34629 ifmmode^
34630 \backslash
34631 circ
34632 \backslash
34633 else
34634 \backslash
34635 textdegree
34636 \backslash
34637 f\SpecialChar \textcompwordmark{}
34638 i}
34639 \begin_inset Newpage newpage
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \begin_layout Section
34646 \start_of_appendix
34647 Notas sobre tipografía
34648 \begin_inset Index
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652 Tipografía, notas
34653 \end_layout
34654
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \begin_layout Standard
34661 Esta sección es un resumen de las normas tipográficas ISO más importantes.
34662 \begin_inset Foot
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
34667  
34668 \begin_inset Quotes fld
34669 \end_inset
34670
34671 Duden
34672 \begin_inset Quotes frd
34673 \end_inset
34674
34675  
34676 \begin_inset CommandInset citation
34677 LatexCommand cite
34678 key "Duden"
34679
34680 \end_inset
34681
34682 , que incluye algunas de las normas ISO.
34683  
34684 \begin_inset Newline newline
34685 \end_inset
34686
34687 (
34688 \emph on
34689 N.
34690 \begin_inset space \thinspace{}
34691 \end_inset
34692
34693 del t.
34694 \emph default
34695 : Para documentación en español sobre el tema, véase 
34696 \begin_inset CommandInset citation
34697 LatexCommand cite
34698 key "Bezos"
34699
34700 \end_inset
34701
34702 .)
34703 \end_layout
34704
34705 \end_inset
34706
34707
34708 \end_layout
34709
34710 \begin_layout Itemize
34711 Las unidades físicas se escriben 
34712 \emph on
34713 siempre 
34714 \emph default
34715 en redonda
34716 \begin_inset Foot
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720 véase estilos de fuentes en 
34721 \begin_inset CommandInset ref
34722 LatexCommand ref
34723 reference "sub:Estilos-de-fuentes"
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \end_inset
34731
34732 : 30
34733 \begin_inset space \thinspace{}
34734 \end_inset
34735
34736 km/h
34737 \begin_inset Newline newline
34738 \end_inset
34739
34740 Entre el valor y la unidad hay un espacio delgado, véase 
34741 \begin_inset CommandInset ref
34742 LatexCommand ref
34743 reference "sub:Espacio-predefinido"
34744
34745 \end_inset
34746
34747 .
34748 \end_layout
34749
34750 \begin_layout Itemize
34751 Los signos por ciento y por mil se escriben como las unidades físicas:
34752 \begin_inset Newline newline
34753 \end_inset
34754
34755 1,2
34756 \begin_inset space \thinspace{}
34757 \end_inset
34758
34759 ‰ de alcohol en sangre.
34760 \end_layout
34761
34762 \begin_layout Itemize
34763 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
34764  otra unidad: 15
34765 \begin_inset space \thinspace{}
34766 \end_inset
34767
34768 °C
34769 \end_layout
34770
34771 \begin_layout Itemize
34772 En números con más de cuatro dígitos se inserta un espacio delgado para
34773  separarlos en grupos de tres cifras: 18
34774 \begin_inset space \thinspace{}
34775 \end_inset
34776
34777 473
34778 \begin_inset space \thinspace{}
34779 \end_inset
34780
34781 588
34782 \end_layout
34783
34784 \begin_layout Itemize
34785 Para dimensiones como 120×90×40
34786 \begin_inset space \thinspace{}
34787 \end_inset
34788
34789 cm se usa el aspa de multiplicar 
34790 \begin_inset Quotes fld
34791 \end_inset
34792
34793 ×
34794 \begin_inset Quotes frd
34795 \end_inset
34796
34797 .
34798  Se puede insertar con el comando LaTeX 
34799 \series bold
34800
34801 \backslash
34802 texttimes
34803 \series default
34804  o directamente con alguna combinación de teclas.
34805 \end_layout
34806
34807 \begin_layout Itemize
34808 Las funciones con nombres que constan de varias letras se escriben en redonda
34809  para evitar confusiones, véase 
34810 \begin_inset CommandInset ref
34811 LatexCommand ref
34812 reference "sub:Funciones-predefinidas"
34813
34814 \end_inset
34815
34816 .
34817 \end_layout
34818
34819 \begin_layout Itemize
34820 Los índices que constan de varias letras se escriben en redonda: 
34821 \begin_inset Formula $E_{\mbox{cin}}$
34822 \end_inset
34823
34824
34825 \begin_inset Newline newline
34826 \end_inset
34827
34828 Los componentes de una matriz se escriben en cursiva: 
34829 \begin_inset Formula $\hat{H}_{kl}$
34830 \end_inset
34831
34832
34833 \end_layout
34834
34835 \begin_layout Itemize
34836 El operador de diferenciación/integración 'd', el número de Euler 'e' y
34837  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
34838 s con otras variables.
34839  
34840 \end_layout
34841
34842 \begin_layout Standard
34843 \begin_inset Newpage newpage
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Section
34850 Sinónimos
34851 \begin_inset Index
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 Sinónimos
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Standard
34864 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
34865  como los que se recogen en esta lista:
34866 \begin_inset Foot
34867 status collapsed
34868
34869 \begin_layout Plain Layout
34870 véase también 
34871 \begin_inset CommandInset ref
34872 LatexCommand ref
34873 reference "fn:sinónimos"
34874
34875 \end_inset
34876
34877 .
34878 \end_layout
34879
34880 \end_inset
34881
34882
34883 \end_layout
34884
34885 \begin_layout Standard
34886
34887 \end_layout
34888
34889 \begin_layout Standard
34890 \begin_inset VSpace bigskip
34891 \end_inset
34892
34893
34894 \begin_inset space \hfill{}
34895 \end_inset
34896
34897
34898 \begin_inset Tabular
34899 <lyxtabular version="3" rows="12" columns="2">
34900 <features>
34901 <column alignment="center" valignment="top" width="0pt">
34902 <column alignment="center" valignment="top" width="0pt">
34903 <row>
34904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908 Comando
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917 equivalente a
34918 \begin_inset Note Note
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922
34923 \series bold
34924
34925 \backslash
34926 raisebox
34927 \series default
34928  se usa sólo como espaciador
34929 \end_layout
34930
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 </row>
34939 <row>
34940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34941 \begin_inset Text
34942
34943 \begin_layout Plain Layout
34944
34945 \backslash
34946 ast
34947 \end_layout
34948
34949 \end_inset
34950 </cell>
34951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955 \begin_inset ERT
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959
34960
34961 \backslash
34962 raisebox{-1.2mm}{
34963 \end_layout
34964
34965 \end_inset
34966
34967 *
34968 \begin_inset ERT
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972
34973 }
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 </row>
34984 <row>
34985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989
34990 \backslash
34991 choose
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000
35001 \backslash
35002 binom
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 <row>
35009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013
35014 \backslash
35015 geq
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024
35025 \backslash
35026 ge
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 </row>
35032 <row>
35033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037
35038 \backslash
35039 lbrace
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 {
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 </row>
35054 <row>
35055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35056 \begin_inset Text
35057
35058 \begin_layout Plain Layout
35059
35060 \backslash
35061 lbracket
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35067 \begin_inset Text
35068
35069 \begin_layout Plain Layout
35070 [
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 </row>
35076 <row>
35077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081
35082 \backslash
35083 leftarrow
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092
35093 \backslash
35094 gets
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 </row>
35100 <row>
35101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105
35106 \backslash
35107 leq
35108 \end_layout
35109
35110 \end_inset
35111 </cell>
35112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35113 \begin_inset Text
35114
35115 \begin_layout Plain Layout
35116
35117 \backslash
35118 le
35119 \end_layout
35120
35121 \end_inset
35122 </cell>
35123 </row>
35124 <row>
35125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Plain Layout
35129
35130 \backslash
35131 lor
35132 \end_layout
35133
35134 \end_inset
35135 </cell>
35136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35137 \begin_inset Text
35138
35139 \begin_layout Plain Layout
35140
35141 \backslash
35142 vee
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 </row>
35148 <row>
35149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35150 \begin_inset Text
35151
35152 \begin_layout Plain Layout
35153
35154 \backslash
35155 neq
35156 \end_layout
35157
35158 \end_inset
35159 </cell>
35160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164
35165 \backslash
35166 not=
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 </row>
35172 <row>
35173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177
35178 \backslash
35179 slash
35180 \end_layout
35181
35182 \end_inset
35183 </cell>
35184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35185 \begin_inset Text
35186
35187 \begin_layout Plain Layout
35188 /
35189 \end_layout
35190
35191 \end_inset
35192 </cell>
35193 </row>
35194 <row>
35195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199
35200 \backslash
35201 vert
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35207 \begin_inset Text
35208
35209 \begin_layout Plain Layout
35210 |
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 </row>
35216 </lyxtabular>
35217
35218 \end_inset
35219
35220
35221 \begin_inset space \hfill{}
35222 \end_inset
35223
35224
35225 \begin_inset Tabular
35226 <lyxtabular version="3" rows="12" columns="2">
35227 <features>
35228 <column alignment="center" valignment="top" width="0pt">
35229 <column alignment="center" valignment="top" width="0pt">
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235 Comando
35236 \end_layout
35237
35238 \end_inset
35239 </cell>
35240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244 equivalente a
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 </row>
35250 <row>
35251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255
35256 \backslash
35257 backslash
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266
35267 \backslash
35268
35269 \backslash
35270
35271 \end_layout
35272
35273 \end_inset
35274 </cell>
35275 </row>
35276 <row>
35277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281
35282 \backslash
35283 dasharrow
35284 \end_layout
35285
35286 \end_inset
35287 </cell>
35288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292
35293 \backslash
35294 dashrightarrow
35295 \end_layout
35296
35297 \end_inset
35298 </cell>
35299 </row>
35300 <row>
35301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35302 \begin_inset Text
35303
35304 \begin_layout Plain Layout
35305
35306 \backslash
35307 land
35308 \end_layout
35309
35310 \end_inset
35311 </cell>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316
35317 \backslash
35318 wedge
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 <row>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329
35330 \backslash
35331 rbrace
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 }
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 </row>
35346 <row>
35347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351
35352 \backslash
35353 rbracket
35354 \end_layout
35355
35356 \end_inset
35357 </cell>
35358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35359 \begin_inset Text
35360
35361 \begin_layout Plain Layout
35362 ]
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 </row>
35368 <row>
35369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35370 \begin_inset Text
35371
35372 \begin_layout Plain Layout
35373
35374 \backslash
35375 rightarrow
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384
35385 \backslash
35386 to
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 </row>
35392 <row>
35393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35394 \begin_inset Text
35395
35396 \begin_layout Plain Layout
35397
35398 \backslash
35399 lnot
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35405 \begin_inset Text
35406
35407 \begin_layout Plain Layout
35408
35409 \backslash
35410 neg
35411 \end_layout
35412
35413 \end_inset
35414 </cell>
35415 </row>
35416 <row>
35417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35418 \begin_inset Text
35419
35420 \begin_layout Plain Layout
35421
35422 \backslash
35423 ne
35424 \end_layout
35425
35426 \end_inset
35427 </cell>
35428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35429 \begin_inset Text
35430
35431 \begin_layout Plain Layout
35432
35433 \backslash
35434 not=
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 <row>
35441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445
35446 \backslash
35447 owns
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456
35457 \backslash
35458 ni
35459 \end_layout
35460
35461 \end_inset
35462 </cell>
35463 </row>
35464 <row>
35465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35466 \begin_inset Text
35467
35468 \begin_layout Plain Layout
35469
35470 \backslash
35471 square
35472 \end_layout
35473
35474 \end_inset
35475 </cell>
35476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35477 \begin_inset Text
35478
35479 \begin_layout Plain Layout
35480
35481 \backslash
35482 Box
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 </row>
35488 <row>
35489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493
35494 \backslash
35495 Vert
35496 \end_layout
35497
35498 \end_inset
35499 </cell>
35500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35501 \begin_inset Text
35502
35503 \begin_layout Plain Layout
35504
35505 \backslash
35506 |
35507 \end_layout
35508
35509 \end_inset
35510 </cell>
35511 </row>
35512 </lyxtabular>
35513
35514 \end_inset
35515
35516
35517 \begin_inset space \hfill{}
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \begin_layout Standard
35524 \begin_inset Newpage newpage
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \begin_layout Bibliography
35531 \begin_inset CommandInset bibitem
35532 LatexCommand bibitem
35533 key "TLC2"
35534
35535 \end_inset
35536
35537
35538 \shape smallcaps
35539 Mittelbach, F.
35540  ; Goossens, M.
35541 \shape default
35542
35543 \shape italic
35544 The LaTeX Companion
35545 \shape default
35546 .
35547  Addison Wesley, 2004
35548 \end_layout
35549
35550 \begin_layout Bibliography
35551 \begin_inset CommandInset bibitem
35552 LatexCommand bibitem
35553 key "Mathmode"
35554
35555 \end_inset
35556
35557
35558 \begin_inset CommandInset href
35559 LatexCommand href
35560 name "Descripción"
35561 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35562
35563 \end_inset
35564
35565  de habilidades matemáticas de LaTeX
35566 \end_layout
35567
35568 \begin_layout Bibliography
35569 \begin_inset CommandInset bibitem
35570 LatexCommand bibitem
35571 key "Voss"
35572
35573 \end_inset
35574
35575
35576 \begin_inset CommandInset href
35577 LatexCommand href
35578 name "Página web"
35579 target "http://tug.org/TeXnik/"
35580
35581 \end_inset
35582
35583  sugerencias y consejos de LaTeX
35584 \end_layout
35585
35586 \begin_layout Bibliography
35587 \begin_inset CommandInset bibitem
35588 LatexCommand bibitem
35589 key "AMS"
35590
35591 \end_inset
35592
35593
35594 \begin_inset CommandInset href
35595 LatexCommand href
35596 name "Descripción"
35597 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35598
35599 \end_inset
35600
35601  de 
35602 \begin_inset ERT
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606
35607
35608 \backslash
35609 AmS
35610 \end_layout
35611
35612 \end_inset
35613
35614 -LaTeX
35615 \end_layout
35616
35617 \begin_layout Bibliography
35618 \begin_inset CommandInset bibitem
35619 LatexCommand bibitem
35620 key "Symbole"
35621
35622 \end_inset
35623
35624
35625 \begin_inset CommandInset href
35626 LatexCommand href
35627 name "Lista"
35628 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35629
35630 \end_inset
35631
35632  de todos los símbolos disponibles con paquetes LaTeX
35633 \end_layout
35634
35635 \begin_layout Bibliography
35636 \begin_inset CommandInset bibitem
35637 LatexCommand bibitem
35638 key "hyperref"
35639
35640 \end_inset
35641
35642
35643 \begin_inset CommandInset href
35644 LatexCommand href
35645 name "Documentación"
35646 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35647
35648 \end_inset
35649
35650  del paquete LaTeX 
35651 \series bold
35652 hyperref
35653 \series default
35654
35655 \begin_inset Index
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659 Paquetes ! hyperref
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 "Mathclap"
35671
35672 \end_inset
35673
35674
35675 \begin_inset CommandInset href
35676 LatexCommand href
35677 name "Descripción"
35678 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35679
35680 \end_inset
35681
35682  del comando 
35683 \series bold
35684
35685 \backslash
35686 mathclap
35687 \series default
35688 , descrito en 
35689 \begin_inset CommandInset ref
35690 LatexCommand ref
35691 reference "sub:Límites-de-operadores"
35692
35693 \end_inset
35694
35695
35696 \begin_inset Index
35697 status collapsed
35698
35699 \begin_layout Plain Layout
35700 Comandos ! M ! 
35701 \backslash
35702 mathclap
35703 \end_layout
35704
35705 \end_inset
35706
35707
35708 \end_layout
35709
35710 \begin_layout Bibliography
35711 \begin_inset CommandInset bibitem
35712 LatexCommand bibitem
35713 key "Duden"
35714
35715 \end_inset
35716
35717
35718 \emph on
35719 Duden Band 1
35720 \emph default
35721 .
35722  22.
35723  Auflage, Duden 2001
35724 \end_layout
35725
35726 \begin_layout Bibliography
35727 \begin_inset CommandInset bibitem
35728 LatexCommand bibitem
35729 key "spanish"
35730
35731 \end_inset
35732
35733
35734 \begin_inset CommandInset href
35735 LatexCommand href
35736 name "Documentación"
35737 target "http://www.tex-tipografia.com/archive/spanish.pdf"
35738
35739 \end_inset
35740
35741  del estilo 
35742 \series bold
35743 spanish
35744 \family sans
35745 \series default
35746  
35747 \family default
35748 incluido en el paquete 
35749 \series bold
35750 babel
35751 \end_layout
35752
35753 \begin_layout Bibliography
35754 \begin_inset CommandInset bibitem
35755 LatexCommand bibitem
35756 key "Bezos"
35757
35758 \end_inset
35759
35760
35761 \begin_inset CommandInset href
35762 LatexCommand href
35763 name "Documento"
35764 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
35765
35766 \end_inset
35767
35768  sobre ortotipografía y notaciones matemáticas en español
35769 \end_layout
35770
35771 \begin_layout Standard
35772
35773 \family sans
35774 \series bold
35775 \begin_inset CommandInset index_print
35776 LatexCommand printindex
35777
35778 \end_inset
35779
35780
35781 \end_layout
35782
35783 \end_body
35784 \end_document