]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: add info about italic and upright Greek letters in math
[features.git] / lib / doc / es / Math.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 408
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in sec. 23.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values
76 \usepackage{calc}
77
78 % for multiple columns used in sec. 23.7
79 \usepackage{multicol}
80
81 % needed in sec. 19.4
82 \usepackage{remreset}
83
84 % for the Fourier transformation symbol
85 \usepackage{mathrsfs}
86
87 % define a color, used in sec.9.3
88 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
89
90 % declare operators (see sec. 10.4 and sec. 15.2)
91 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
92 \DeclareMathOperator{\sgn}{sgn}
93
94 \newcommand{\spce}{\textvisiblespace}
95
96 % example definitions for sec. 20.1 
97 \newcommand{\gr}{\Longrightarrow}
98 \newcommand{\us}[1]{\underline{#1}}
99 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
100 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
101 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
102
103 % example macro from sec. 19.4
104 %\def\tagform@#1{\maketag@@@{|#1|}}
105
106 % macro from sec. 10.2
107 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
108 \def\mathclap {\mathpalette \mathclapinternal}
109 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
110
111
112 % ------------------------------------
113 % used to check for needed LaTeX packages
114 \usepackage{ifthen}
115
116 % check for package eurosym
117 % used for the Euro symbol
118 \newboolean{eurosym}
119 \IfFileExists{eurosym.sty}
120  {\usepackage[gennarrow]{eurosym}
121   \setboolean{eurosym}{true}}
122  {\setboolean{eurosym}{false}}
123
124 % check for package braket
125 % used for physical vectors
126 \newboolean{braket}
127 \IfFileExists{braket.sty}
128  {\usepackage{braket}
129   \setboolean{braket}{true}}
130  {\setboolean{braket}{false}}
131
132 % check for package cancel
133 \newboolean{cancel}
134 \IfFileExists{cancel.sty}
135  {\usepackage{cancel}
136   \setboolean{cancel}{true}}
137  {\setboolean{cancel}{false}}
138
139 % check for package upgreek
140 \newboolean{upgreek}
141 \IfFileExists{upgreek.sty}
142  {\usepackage{upgreek}
143   \setboolean{upgreek}{true}}
144  {\setboolean{upgreek}{false}}
145 \end_preamble
146 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
147 \use_default_options false
148 \maintain_unincluded_children false
149 \language spanish
150 \inputencoding auto
151 \fontencoding global
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \use_xetex false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161
162 \graphics default
163 \default_output_format default
164 \output_sync 0
165 \bibtex_command default
166 \index_command default
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "Manual detallado de Matemáticas en LyX"
171 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4paper
185 \use_geometry false
186 \use_amsmath 2
187 \use_esint 1
188 \use_mhchem 1
189 \use_mathdots 1
190 \cite_engine basic
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \use_refstyle 0
196 \notefontcolor #0000ff
197 \index Índice
198 \shortcut idx
199 \color #008000
200 \end_index
201 \secnumdepth 4
202 \tocdepth 3
203 \paragraph_separation skip
204 \defskip medskip
205 \quotes_language french
206 \papercolumns 1
207 \papersides 2
208 \paperpagestyle plain
209 \bullet 1 0 6 -1
210 \bullet 2 2 35 -1
211 \bullet 3 2 7 -1
212 \tracking_changes false
213 \output_changes false
214 \html_math_output 0
215 \html_be_strict false
216 \end_header
217
218 \begin_body
219
220 \begin_layout Title
221 Manual detallado de
222 \begin_inset Newline newline
223 \end_inset
224
225 Matemáticas en LyX
226 \end_layout
227
228 \begin_layout Author
229 por el Equipo LyX
230 \begin_inset Foot
231 status collapsed
232
233 \begin_layout Plain Layout
234 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
235  lista de correo de documentación de LyX
236 \family typewriter
237
238 \begin_inset CommandInset href
239 LatexCommand href
240 name "lyx-docs@lists.lyx.org"
241 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 autor: Uwe Stöhr, traducción: Ignacio Garcia
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268 Versión 2.0.x
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
286  paquetes LaTeX 
287 \series bold
288 braket, cancel, eurosym
289 \series default
290
291 \series bold
292 mhchem
293 \series default
294  y 
295 \series bold
296 was
297 \series default
298 .
299  Si
300 \series bold
301  
302 \series default
303 no están instalados también puedes exportar el documento pero las secciones
304  en que se requieren dichos paquetes no aparecerán en la salida.
305  
306 \series bold
307 mhchem
308 \series default
309  es una excepción: si no está instalado no se puede exportar este archivo.
310 \end_layout
311
312 \begin_layout Plain Layout
313 La última versión PDF de este documento está disponible en:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \end_layout
321
322 \end_inset
323
324
325 \begin_inset Newpage newpage
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Section
332 Introducción
333 \end_layout
334
335 \begin_layout Standard
336 Este documento explica las características matemáticas de LyX y además es
337  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
338  Las explicaciones están diseñadas para el uso de comandos.
339  Por consiguiente es preciso que hayas leído la sección 
340 \emph on
341 Ecuaciones matemáticas
342 \emph default
343  de la 
344 \emph on
345 Guía del usuario
346 \emph default
347 .
348 \end_layout
349
350 \begin_layout Standard
351 La mayoría de caracteres y muchas estructuras explicadas en este manual
352  también son accesibles mediante el menú 
353 \family sans
354 Insertar\SpecialChar \menuseparator
355 Ecuación
356 \family default
357  o la barra de herramientas
358 \family sans
359  Ecuaciones
360 \family default
361 .
362  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
363  mucho más rápido usar comandos que la barra de herramientas.
364  Por tanto este manual está enfocado al uso de comandos, aunque también
365  se mencionan los botones correspondientes de las barras de herramientas
366  cuando están disponibles.
367 \end_layout
368
369 \begin_layout Standard
370 Si no se especifica lo contrario los comandos sólo están disponibles dentro
371  de las fórmulas.
372  Para poder usar todos los comandos explicados en este documento, debe usarse
373  la opción 
374 \family sans
375 Usar el paquete de ecuaciones AMS
376 \family default
377  en la configuración del documento (menú 
378 \family sans
379 Documento\SpecialChar \menuseparator
380 Configuración\SpecialChar \menuseparator
381 Ecuaciones
382 \family default
383 )
384 \begin_inset Foot
385 status collapsed
386
387 \begin_layout Plain Layout
388 La opción 
389 \family sans
390 Usar el paquete de ecuaciones AMS automáticamente
391 \family default
392  sólo usa ecuaciones 
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398
399 \backslash
400 AmS 
401 \end_layout
402
403 \end_inset
404
405
406 \begin_inset space ~
407 \end_inset
408
409  si las estructuras matemáticas son soportadas por LyX.
410 \end_layout
411
412 \end_inset
413
414 .
415 \end_layout
416
417 \begin_layout Standard
418 Este documento no recoge todos los comandos de ecuaciones 
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Plain Layout
423
424
425 \backslash
426 AmS 
427 \end_layout
428
429 \end_inset
430
431
432 \begin_inset Foot
433 status collapsed
434
435 \begin_layout Plain Layout
436 En el archivo 
437 \family sans
438
439 \begin_inset CommandInset href
440 LatexCommand href
441 name "amsguide.ps"
442 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
443
444 \end_inset
445
446
447 \family default
448 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
449  lista con todos los comandos de ecuaciones 
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455
456 \backslash
457 AmS 
458 \end_layout
459
460 \end_inset
461
462 .
463 \end_layout
464
465 \end_inset
466
467  por razones de claridad.
468 \end_layout
469
470 \begin_layout Section
471 Instrucciones generales
472 \end_layout
473
474 \begin_layout Standard
475 Para crear una ecuación en línea
476 \begin_inset Index idx
477 status collapsed
478
479 \begin_layout Plain Layout
480 Ecuación ! en línea
481 \end_layout
482
483 \end_inset
484
485  insertada en una línea de texto, teclea una de las combinaciones 
486 \family sans
487 Ctrl+M, Alt+C M, Alt+M M
488 \family default
489  o pulsa el botón 
490 \begin_inset Graphics
491         filename ../../images/math-mode.png
492         scale 85
493
494 \end_inset
495
496  de la barra de herramientas.
497 \begin_inset Newline newline
498 \end_inset
499
500 Para crear una ecuación en estilo presentación
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 Ecuación ! presentada
506 \end_layout
507
508 \end_inset
509
510 , que se verá más grande y en su propio párrafo, teclea
511 \family sans
512  
513 \family default
514 una de estas combinaciones: 
515 \family sans
516 Ctrl+Mayúsculas+M, Alt+M D.
517 \end_layout
518
519 \begin_layout Standard
520 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
521  dentro de la ecuación y teclea
522 \family sans
523  Ctrl+M, Alt+C M, Alt+M M 
524 \family default
525 o usa el menú 
526 \family sans
527 Editar\SpecialChar \menuseparator
528 Ecuación\SpecialChar \menuseparator
529 Cambiar tipo de ecuación
530 \family default
531 .
532  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
533 \end_layout
534
535 \begin_layout Standard
536 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
537  presentada, escribe el comando 
538 \series bold
539
540 \backslash
541 displaystyle
542 \series default
543
544 \begin_inset Index idx
545 status collapsed
546
547 \begin_layout Plain Layout
548 Comandos ! D ! 
549 \backslash
550 displaystyle
551 \end_layout
552
553 \end_inset
554
555  en la ecuación y pulsa espacio.
556  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
557  de la ecuación.
558 \end_layout
559
560 \begin_layout Standard
561 En las tablas sólo se permiten ecuaciones en línea.
562 \end_layout
563
564 \begin_layout Standard
565 Las barras 
566 \family sans
567 Ecuaciones
568 \family default
569  y 
570 \family sans
571 Panel de ecuaciones 
572 \family default
573 se pueden visualizar mediante el menú 
574 \family sans
575 Ver\SpecialChar \menuseparator
576 Barras de herramientas
577 \family default
578 .
579  Si ahí pulsas en 
580 \begin_inset Quotes fld
581 \end_inset
582
583 Ecuaciones
584 \begin_inset Quotes frd
585 \end_inset
586
587  y/o en 
588 \begin_inset Quotes fld
589 \end_inset
590
591 Panel de ecuaciones
592 \begin_inset Quotes frd
593 \end_inset
594
595 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
596  estado se visualiza en el menú de las barras de herramientas con una marca.
597  Si en este estado pulsas de nuevo sobre 
598 \begin_inset Quotes fld
599 \end_inset
600
601 Ecuaciones
602 \begin_inset Quotes frd
603 \end_inset
604
605  y/o 
606 \begin_inset Quotes fld
607 \end_inset
608
609 Panel de ecuaciones
610 \begin_inset Quotes frd
611 \end_inset
612
613  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
614  de una ecuación; este estado se indica añadiendo a las entradas del menú
615  la palabra 
616 \begin_inset Quotes fld
617 \end_inset
618
619 (auto)
620 \begin_inset Quotes frd
621 \end_inset
622
623 .
624  
625 \end_layout
626
627 \begin_layout Standard
628 El modo TeX
629 \begin_inset Index idx
630 status collapsed
631
632 \begin_layout Plain Layout
633 T@TeX ! modo
634 \end_layout
635
636 \end_inset
637
638  se invoca pulsando el botón 
639 \begin_inset Graphics
640         filename ../../images/ert-insert.png
641         scale 85
642
643 \end_inset
644
645  de la barra de herramientas o con el menú 
646 \family sans
647 Insertar\SpecialChar \menuseparator
648 Código Te
649 \begin_inset ERT
650 status collapsed
651
652 \begin_layout Plain Layout
653
654 {}
655 \end_layout
656
657 \end_inset
658
659 X
660 \family default
661 , (atajo 
662 \family sans
663 Ctrl+L
664 \family default
665 ).
666 \begin_inset Note Note
667 status collapsed
668
669 \begin_layout Plain Layout
670 En LyX hay tres 
671 \begin_inset Quotes fld
672 \end_inset
673
674 nombres propios
675 \begin_inset Quotes frd
676 \end_inset
677
678  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
679  LaTeX y LyX.
680 \end_layout
681
682 \begin_layout Plain Layout
683 Para evitar que estas palabras sean reconocidas como tales nombres propios,
684  se inserta un par de llaves TeX.
685  
686 \end_layout
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 Para cambiar el preámbulo LaTeX
695 \begin_inset Index idx
696 status collapsed
697
698 \begin_layout Plain Layout
699 LaTeX, preámbulo
700 \end_layout
701
702 \end_inset
703
704 , usa el menú 
705 \family sans
706 Documento\SpecialChar \menuseparator
707 Configuración\SpecialChar \menuseparator
708 Preámbulo LaT
709 \begin_inset ERT
710 status collapsed
711
712 \begin_layout Plain Layout
713
714 {}
715 \end_layout
716
717 \end_inset
718
719 eX
720 \family default
721 .
722 \end_layout
723
724 \begin_layout Standard
725 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
726  multilínea, se pueden usar los menús 
727 \family sans
728 Editar\SpecialChar \menuseparator
729 Ecuación
730 \family default
731  y 
732 \family sans
733 Editar\SpecialChar \menuseparator
734 Filas y columnas
735 \family default
736  o la barra de herramientas de 
737 \family sans
738 Tabla
739 \family default
740 .
741  Cuando las líneas y columnas se intercambian mediante el menú, la columna
742  o línea en la que está se cambia con la columna de la derecha o con la
743  línea de abajo, respectivamente.
744  Si el cursor está en la última columna o fila, el cambio se hace con la
745  columna de la izquierda o la línea de arriba.
746 \end_layout
747
748 \begin_layout Standard
749 Para escribir texto en fórmulas se usa 
750 \emph on
751 texto de ecuaciones
752 \emph default
753
754 \begin_inset Index idx
755 status collapsed
756
757 \begin_layout Plain Layout
758 Texto ! en ecuaciones
759 \end_layout
760
761 \end_inset
762
763 .
764 \begin_inset Foot
765 status collapsed
766
767 \begin_layout Plain Layout
768 Para ecuaciones multilínea se usa el comando 
769 \series bold
770
771 \backslash
772 intertext
773 \series default
774 , véase
775 \begin_inset space ~
776 \end_inset
777
778
779 \begin_inset CommandInset ref
780 LatexCommand ref
781 reference "sub:Texto-en-multilínea"
782
783 \end_inset
784
785 .
786 \end_layout
787
788 \end_inset
789
790  Este modo se invoca con el atajo 
791 \family sans
792 Alt+M
793 \begin_inset space ~
794 \end_inset
795
796 M
797 \family default
798  o
799 \family sans
800  Ctrl+M
801 \family default
802  o insertando el comando 
803 \series bold
804
805 \backslash
806 text
807 \series default
808
809 \begin_inset Index idx
810 status collapsed
811
812 \begin_layout Plain Layout
813 Comandos ! T ! 
814 \backslash
815 text
816 \end_layout
817
818 \end_inset
819
820 .
821  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
822  partes de la ecuación que se ven en azul.
823  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
824 a de otras partes de la fórmula.
825 \end_layout
826
827 \begin_layout Subsection*
828 Esquema de comandos
829 \end_layout
830
831 \begin_layout Standard
832 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
833  siguiente esquema:
834 \end_layout
835
836 \begin_layout Standard
837
838 \series bold
839
840 \backslash
841 nombre_del_comando[argumento opcional]{argumento requerido}
842 \end_layout
843
844 \begin_layout Standard
845 Un comando empieza siempre por una barra inversa, 
846 \begin_inset Quotes fld
847 \end_inset
848
849
850 \series bold
851
852 \backslash
853
854 \series default
855
856 \begin_inset Quotes frd
857 \end_inset
858
859 .
860  Para omitir argumentos opcionales, quita también los corchetes asociados.
861  En este documento, las llaves que encierran los argumentos requeridos se
862  denominan llaves TeX
863 \begin_inset Index idx
864 status collapsed
865
866 \begin_layout Plain Layout
867 T@TeX ! llaves
868 \end_layout
869
870 \end_inset
871
872 .
873  Si en una ecuación añades una llave de apertura al nombre de un comando,
874  LyX crea automáticamente una llave TeX.
875  En todos los demás casos las llaves TeX se crean en las ecuaciones con
876  el comando 
877 \series bold
878
879 \backslash
880 {
881 \series default
882 .
883  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
884  que se muestran en azul.
885  En modo TeX no hace falta comando para poner llaves TeX.
886  Las llaves TeX no aparecen en la salida.
887 \end_layout
888
889 \begin_layout Standard
890 En el caso de comandos sin argumentos, como los comandos para símbolos que
891  se introducen en modo TeX, 
892 \emph on
893 siempre
894 \emph default
895  debe teclearse un espacio tras el comando para finalizarlo.
896  Este espacio no aparece en la salida.
897  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
898  de un espacio protegido en texto normal.
899 \end_layout
900
901 \begin_layout Standard
902 Un espacio protegido se inserta con 
903 \family sans
904 Ctrl+Espacio
905 \family default
906 .
907 \end_layout
908
909 \begin_layout Subsection*
910 Explicación de la sintaxis
911 \end_layout
912
913 \begin_layout Itemize
914 El símbolo 
915 \begin_inset ERT
916 status collapsed
917
918 \begin_layout Plain Layout
919
920
921 \backslash
922 spce 
923 \end_layout
924
925 \end_inset
926
927
928 \begin_inset Foot
929 status collapsed
930
931 \begin_layout Plain Layout
932 Este carácter, espacio visible, se puede componer con el comando 
933 \series bold
934
935 \backslash
936 textvisiblespace
937 \series default
938
939 \begin_inset Index idx
940 status collapsed
941
942 \begin_layout Plain Layout
943 Comandos ! T ! 
944 \backslash
945 textvisiblespace
946 \end_layout
947
948 \end_inset
949
950  insertado en código TeX.
951 \end_layout
952
953 \end_inset
954
955  indica que hay que teclear un espacio.
956 \end_layout
957
958 \begin_layout Itemize
959 Una flecha como 
960 \begin_inset Formula $\rightarrow$
961 \end_inset
962
963  indica el uso de la correspondiente tecla de flecha.
964  
965 \end_layout
966
967 \begin_layout Subsection*
968 Unidades disponibles
969 \end_layout
970
971 \begin_layout Standard
972 \align center
973 \begin_inset Float table
974 placement H
975 wide false
976 sideways false
977 status open
978
979 \begin_layout Plain Layout
980 \align center
981 \begin_inset Caption
982
983 \begin_layout Plain Layout
984 \begin_inset CommandInset label
985 LatexCommand label
986 name "tab:Unidades-disponibles"
987
988 \end_inset
989
990 Unidades disponibles
991 \end_layout
992
993 \end_inset
994
995
996 \end_layout
997
998 \begin_layout Plain Layout
999 \align center
1000 \begin_inset Tabular
1001 <lyxtabular version="3" rows="13" columns="2">
1002 <features tabularvalignment="middle">
1003 <column alignment="center" valignment="top" width="0">
1004 <column alignment="center" valignment="top" width="0">
1005 <row>
1006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 Unidad
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Plain Layout
1019 Nombre / Descripción
1020 \end_layout
1021
1022 \end_inset
1023 </cell>
1024 </row>
1025 <row>
1026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 mm
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Plain Layout
1039 Milímetro
1040 \end_layout
1041
1042 \end_inset
1043 </cell>
1044 </row>
1045 <row>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 cm
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 Centímetro
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 </row>
1065 <row>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 in
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 Pulgada (1
1080 \begin_inset space \thinspace{}
1081 \end_inset
1082
1083 in = 2,54
1084 \begin_inset space \thinspace{}
1085 \end_inset
1086
1087 cm)
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 pt
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 Punto (72.27
1108 \begin_inset space \thinspace{}
1109 \end_inset
1110
1111 pt = 1
1112 \begin_inset space \thinspace{}
1113 \end_inset
1114
1115 in)
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 </row>
1121 <row>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 pc
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 Pica (1
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 pc = 12
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 pt)
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 </row>
1149 <row>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 sp
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1160 \begin_inset Text
1161
1162 \begin_layout Plain Layout
1163 Punto escalado (65536
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 sp = 1
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 pt)
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 </row>
1177 <row>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 bp
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1188 \begin_inset Text
1189
1190 \begin_layout Plain Layout
1191 Punto grande (72
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 bp = 1
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 in)
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 </row>
1205 <row>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 dd
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1216 \begin_inset Text
1217
1218 \begin_layout Plain Layout
1219 Didot (1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 dd 
1224 \begin_inset Formula $\approx$
1225 \end_inset
1226
1227  0.376
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 mm)
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 </row>
1237 <row>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 cc
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 Cicero (1
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 cc = 12
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 dd)
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 </row>
1265 <row>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 ex
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 Altura de la letra 
1280 \begin_inset Quotes fld
1281 \end_inset
1282
1283
1284 \emph on
1285 x
1286 \emph default
1287
1288 \begin_inset Quotes frd
1289 \end_inset
1290
1291  en la fuente actual
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 </row>
1297 <row>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 em
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Plain Layout
1311 Anchura de la letra 
1312 \begin_inset Quotes fld
1313 \end_inset
1314
1315
1316 \emph on
1317 M
1318 \emph default
1319
1320 \begin_inset Quotes frd
1321 \end_inset
1322
1323  en la fuente actual
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 </row>
1329 <row>
1330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 mu
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 Unidad matemática (1
1344 \begin_inset space \thinspace{}
1345 \end_inset
1346
1347 mu = 
1348 \begin_inset Formula $\nicefrac{1}{18}$
1349 \end_inset
1350
1351
1352 \begin_inset space \thinspace{}
1353 \end_inset
1354
1355 em)
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 </row>
1361 </lyxtabular>
1362
1363 \end_inset
1364
1365
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \begin_layout Standard
1374 \align center
1375 \begin_inset Newpage newpage
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \begin_layout Section
1382 Funciones básicas
1383 \end_layout
1384
1385 \begin_layout Subsection
1386 Exponentes
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 Exponentes
1392 \end_layout
1393
1394 \end_inset
1395
1396  e índices
1397 \begin_inset Index idx
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401 Indices@Índices
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 Superíndices|see
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 {
1418 \end_layout
1419
1420 \end_inset
1421
1422 Exponentes
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 }
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \begin_inset Index idx
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443 Subíndices|see
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 {
1450 \end_layout
1451
1452 \end_inset
1453
1454 Índices
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 }
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474 Los subíndices se componen con un guión bajo 
1475 \begin_inset Quotes fld
1476 \end_inset
1477
1478 _
1479 \begin_inset Quotes frd
1480 \end_inset
1481
1482  o con el botón de la barra de herramientas de ecuaciones 
1483 \begin_inset Graphics
1484         filename ../../images/math-subscript.png
1485         scale 85
1486
1487 \end_inset
1488
1489 , los superíndices con un circunflejo 
1490 \begin_inset Quotes fld
1491 \end_inset
1492
1493 ^
1494 \begin_inset Quotes frd
1495 \end_inset
1496
1497  o con el botón de la barra de herramientas de ecuaciones 
1498 \begin_inset Graphics
1499         filename ../../images/math-superscript.png
1500         scale 85
1501
1502 \end_inset
1503
1504 .
1505 \end_layout
1506
1507 \begin_layout Standard
1508 \noindent
1509 \align center
1510 \begin_inset Tabular
1511 <lyxtabular version="3" rows="4" columns="2">
1512 <features tabularvalignment="middle">
1513 <column alignment="center" valignment="top" width="0">
1514 <column alignment="center" valignment="top" width="0">
1515 <row>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 Comando
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 Resultado
1530 \begin_inset Note Note
1531 status collapsed
1532
1533 \begin_layout Plain Layout
1534
1535 \series bold
1536
1537 \backslash
1538 raisebox
1539 \series default
1540  sólo se usa como espaciador.
1541 \end_layout
1542
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 </row>
1551 <row>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 B_V
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 \begin_inset Formula $B_{V}$
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 B^V
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1589 \end_inset
1590
1591
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 </row>
1597 <row>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 B^
1603 \begin_inset ERT
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607
1608
1609 \backslash
1610 spce 
1611 \end_layout
1612
1613 \end_inset
1614
1615 A
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1625 \end_inset
1626
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 </row>
1633 </lyxtabular>
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1642  caso acentuará las vocales y no servirá para entrar en modo exponente.
1643 \begin_inset Foot
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647 Dependiendo de la configuración del teclado esto puede suceder también con
1648  otros caracteres además de las vocales.
1649 \end_layout
1650
1651 \end_inset
1652
1653  Para conseguir exponentes en estos casos debes pulsar 
1654 \family sans
1655 Espacio
1656 \family default
1657  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1658  
1659 \end_layout
1660
1661 \begin_layout Subsection
1662 Fracciones
1663 \begin_inset CommandInset label
1664 LatexCommand label
1665 name "sub:Fracciones"
1666
1667 \end_inset
1668
1669
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Fracciones
1675 \end_layout
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 Las fracciones se generan con el comando 
1684 \series bold
1685
1686 \backslash
1687 frac
1688 \series default
1689
1690 \begin_inset Index idx
1691 status collapsed
1692
1693 \begin_layout Plain Layout
1694 Comandos ! F ! 
1695 \backslash
1696 frac
1697 \end_layout
1698
1699 \end_inset
1700
1701  o con el botón 
1702 \begin_inset Graphics
1703         filename ../../images/math/frac.png
1704         scale 50
1705
1706 \end_inset
1707
1708  de la barra de herramientas.
1709  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1710  está en línea o en estilo presentación.
1711  Con el botón 
1712 \begin_inset Graphics
1713         filename ../../images/math/frac-square.png
1714         scale 85
1715
1716 \end_inset
1717
1718 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1719  de fracciones.
1720 \end_layout
1721
1722 \begin_layout Standard
1723 Con el comando 
1724 \series bold
1725
1726 \backslash
1727 dfrac
1728 \series default
1729
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 Comandos ! D ! 
1735 \backslash
1736 dfrac
1737 \end_layout
1738
1739 \end_inset
1740
1741  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1742  presentación.
1743  Con 
1744 \series bold
1745
1746 \backslash
1747 tfrac
1748 \series default
1749
1750 \begin_inset Index idx
1751 status collapsed
1752
1753 \begin_layout Plain Layout
1754 Comandos ! T ! 
1755 \backslash
1756 tfrac
1757 \end_layout
1758
1759 \end_inset
1760
1761  la fracción tiene siempre el tamaño del estilo en línea.
1762  Un ejemplo:
1763 \end_layout
1764
1765 \begin_layout Standard
1766 Una línea con la fracción 
1767 \begin_inset Formula $\frac{1}{2}$
1768 \end_inset
1769
1770  creada con el comando 
1771 \series bold
1772
1773 \backslash
1774 frac
1775 \series default
1776 .
1777  
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Una línea con la fracción 
1782 \begin_inset Formula $\dfrac{1}{2}$
1783 \end_inset
1784
1785  creada con el comando 
1786 \series bold
1787
1788 \backslash
1789 dfrac
1790 \series default
1791 .
1792 \end_layout
1793
1794 \begin_layout Standard
1795 \noindent
1796 \align center
1797 \begin_inset Tabular
1798 <lyxtabular version="3" rows="4" columns="2">
1799 <features tabularvalignment="middle">
1800 <column alignment="center" valignment="top" width="0">
1801 <column alignment="center" valignment="top" width="0">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 Comando
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Resultado
1817 \begin_inset Note Note
1818 status collapsed
1819
1820 \begin_layout Plain Layout
1821
1822 \series bold
1823
1824 \backslash
1825 raisebox
1826 \series default
1827  se usa sólo como espaciador
1828 \end_layout
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 frac
1846 \begin_inset ERT
1847 status collapsed
1848
1849 \begin_layout Plain Layout
1850
1851
1852 \backslash
1853 spce 
1854 \end_layout
1855
1856 \end_inset
1857
1858 A
1859 \begin_inset Formula $\downarrow$
1860 \end_inset
1861
1862 B
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1872 \end_inset
1873
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 </row>
1880 <row>
1881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \backslash
1887 dfrac
1888 \begin_inset ERT
1889 status collapsed
1890
1891 \begin_layout Plain Layout
1892
1893
1894 \backslash
1895 spce 
1896 \end_layout
1897
1898 \end_inset
1899
1900 A
1901 \begin_inset Formula $\downarrow$
1902 \end_inset
1903
1904 B
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 </row>
1922 <row>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \backslash
1929 dfrac
1930 \begin_inset ERT
1931 status collapsed
1932
1933 \begin_layout Plain Layout
1934
1935
1936 \backslash
1937 spce 
1938 \end_layout
1939
1940 \end_inset
1941
1942 e^
1943 \begin_inset ERT
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947
1948
1949 \backslash
1950 spce 
1951 \end_layout
1952
1953 \end_inset
1954
1955
1956 \backslash
1957 frac
1958 \begin_inset ERT
1959 status collapsed
1960
1961 \begin_layout Plain Layout
1962
1963
1964 \backslash
1965 spce 
1966 \end_layout
1967
1968 \end_inset
1969
1970 1
1971 \begin_inset Formula $\downarrow$
1972 \end_inset
1973
1974 2
1975 \begin_inset Formula $\downarrow$
1976 \end_inset
1977
1978 3
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 </row>
1996 </lyxtabular>
1997
1998 \end_inset
1999
2000
2001 \begin_inset VSpace bigskip
2002 \end_inset
2003
2004
2005 \end_layout
2006
2007 \begin_layout Standard
2008 Para fracciones anidadas se puede usar el comando 
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \series default
2014
2015 \begin_inset Index idx
2016 status collapsed
2017
2018 \begin_layout Plain Layout
2019 Comandos ! C ! 
2020 \backslash
2021 cfrac
2022 \end_layout
2023
2024 \end_inset
2025
2026 .
2027  Un ejemplo:
2028 \begin_inset VSpace -3mm
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \begin_layout Standard
2035 \begin_inset Formula \begin{align*}
2036 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
2037 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2038 \end{align*}
2039
2040 \end_inset
2041
2042
2043 \end_layout
2044
2045 \begin_layout Standard
2046 El comando para el ejemplo de arriba es:
2047 \end_layout
2048
2049 \begin_layout Standard
2050
2051 \series bold
2052
2053 \backslash
2054 cfrac
2055 \begin_inset ERT
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059
2060
2061 \backslash
2062 spce 
2063 \end_layout
2064
2065 \end_inset
2066
2067 A
2068 \begin_inset Formula $\downarrow$
2069 \end_inset
2070
2071 B+
2072 \backslash
2073 cfrac
2074 \begin_inset ERT
2075 status collapsed
2076
2077 \begin_layout Plain Layout
2078
2079
2080 \backslash
2081 spce 
2082 \end_layout
2083
2084 \end_inset
2085
2086 C+
2087 \backslash
2088 cfrac
2089 \begin_inset ERT
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093
2094
2095 \backslash
2096 spce 
2097 \end_layout
2098
2099 \end_inset
2100
2101 E
2102 \begin_inset Formula $\downarrow$
2103 \end_inset
2104
2105 F
2106 \begin_inset Formula $\downarrow$
2107 \end_inset
2108
2109 D
2110 \end_layout
2111
2112 \begin_layout Standard
2113 \begin_inset VSpace medskip
2114 \end_inset
2115
2116
2117 \end_layout
2118
2119 \begin_layout Standard
2120
2121 \series bold
2122
2123 \backslash
2124 cfrac
2125 \series default
2126  compone la fracción siempre en el tamaño del estilo presentación, también
2127  cuando es parte de otra fracción.
2128 \end_layout
2129
2130 \begin_layout Standard
2131 Es posible especificar la alineación del numerador.
2132  El comando 
2133 \series bold
2134
2135 \backslash
2136 cfracleft
2137 \series default
2138  se usa para alinearlo a la izquierda, el comando 
2139 \series bold
2140
2141 \backslash
2142 cfracright
2143 \series default
2144  para alinearlo a la derecha, 
2145 \series bold
2146
2147 \backslash
2148 cfrac
2149 \series default
2150  centra el numerador.
2151 \end_layout
2152
2153 \begin_layout Standard
2154 Estas fracciones muestran las distintas alineaciones:
2155 \end_layout
2156
2157 \begin_layout Standard
2158 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2159 \end_inset
2160
2161  ; 
2162 \begin_inset Formula $\cfrac{A}{B+C}$
2163 \end_inset
2164
2165  ; 
2166 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2167 \end_inset
2168
2169
2170 \end_layout
2171
2172 \begin_layout Standard
2173 \noindent
2174 \begin_inset Note Greyedout
2175 status open
2176
2177 \begin_layout Plain Layout
2178
2179 \series bold
2180 Nota
2181 \series default
2182
2183 \series bold
2184
2185 \backslash
2186 cfracleft
2187 \series default
2188  y
2189 \series bold
2190  
2191 \backslash
2192 cfracright
2193 \series default
2194  no son comandos LaTeX reales sino sustituciones del comando 
2195 \series bold
2196
2197 \backslash
2198 cfrac[posición del numerador]{numerador}{denominador}
2199 \series default
2200  .
2201  Por tanto no puedes usarlos código TeX.
2202 \end_layout
2203
2204 \end_inset
2205
2206
2207 \begin_inset VSpace medskip
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 Muchas veces es adecuado combinar 
2215 \series bold
2216
2217 \backslash
2218 cfrac
2219 \series default
2220  y 
2221 \series bold
2222
2223 \backslash
2224 frac
2225 \series default
2226 :
2227 \begin_inset Formula \[
2228 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2229 \]
2230
2231 \end_inset
2232
2233
2234 \end_layout
2235
2236 \begin_layout Standard
2237 Para componer fracciones en línea con raya de fracción inclinada puedes
2238  usar el comando 
2239 \series bold
2240
2241 \backslash
2242 nicefrac
2243 \series default
2244
2245 \begin_inset Index idx
2246 status collapsed
2247
2248 \begin_layout Plain Layout
2249 Comandos ! N ! 
2250 \backslash
2251 nicefrac
2252 \end_layout
2253
2254 \end_inset
2255
2256
2257 \begin_inset Formula $\nicefrac{5}{31}$
2258 \end_inset
2259
2260  Hay además el comando 
2261 \series bold
2262
2263 \backslash
2264 unitfracthree
2265 \series default
2266  que permite escribir una fracción en combinación con un número: 
2267 \begin_inset Formula $\unitfrac[2]{1}{3}$
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \begin_layout Standard
2274 \begin_inset Note Greyedout
2275 status open
2276
2277 \begin_layout Plain Layout
2278
2279 \series bold
2280 Nota
2281 \series default
2282
2283 \series bold
2284
2285 \backslash
2286 unitfracthree
2287 \series default
2288  no es un comando LaTeX auténtico, sino un equivalente al comando
2289 \begin_inset Newline newline
2290 \end_inset
2291
2292
2293 \series bold
2294
2295 \backslash
2296 unitfrac[número]{numerador}{denominador}
2297 \series default
2298  .
2299  Por tanto no puedes usarlo en código TeX.
2300 \end_layout
2301
2302 \end_inset
2303
2304
2305 \end_layout
2306
2307 \begin_layout Standard
2308 En la 
2309 \begin_inset CommandInset ref
2310 LatexCommand ref
2311 reference "sub:Fracciones-personalizadas"
2312
2313 \end_inset
2314
2315  se explica cómo componer fracciones personalizadas en las que la raya de
2316  fracción se puede cambiar.
2317  
2318 \end_layout
2319
2320 \begin_layout Subsection
2321 Raíces
2322 \begin_inset Index idx
2323 status collapsed
2324
2325 \begin_layout Plain Layout
2326 Raíces
2327 \end_layout
2328
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Standard
2335 Las raíces cuadradas se componen con 
2336 \series bold
2337
2338 \backslash
2339 sqrt
2340 \series default
2341
2342 \begin_inset Index idx
2343 status collapsed
2344
2345 \begin_layout Plain Layout
2346 Comandos ! S ! 
2347 \backslash
2348 sqrt
2349 \end_layout
2350
2351 \end_inset
2352
2353  o con el botón 
2354 \begin_inset Graphics
2355         filename ../../images/math/sqrt.png
2356         scale 85
2357
2358 \end_inset
2359
2360  de la barra de  ecuaciones; todas las demás raíces con el comando 
2361 \series bold
2362
2363 \backslash
2364 root
2365 \series default
2366
2367 \begin_inset Index idx
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371 Comandos ! R ! 
2372 \backslash
2373 root
2374 \end_layout
2375
2376 \end_inset
2377
2378  o con el botón 
2379 \begin_inset Graphics
2380         filename ../../images/math/root.png
2381         scale 85
2382
2383 \end_inset
2384
2385 .
2386 \end_layout
2387
2388 \begin_layout Standard
2389 \noindent
2390 \align center
2391 \begin_inset Tabular
2392 <lyxtabular version="3" rows="3" columns="2">
2393 <features tabularvalignment="middle">
2394 <column alignment="center" valignment="top" width="0">
2395 <column alignment="center" valignment="top" width="0">
2396 <row>
2397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401 Comando
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410 Resultado
2411 \begin_inset Note Note
2412 status collapsed
2413
2414 \begin_layout Plain Layout
2415
2416 \series bold
2417
2418 \backslash
2419 raisebox
2420 \series default
2421  se usa sólo como espaciador
2422 \end_layout
2423
2424 \end_inset
2425
2426
2427 \end_layout
2428
2429 \end_inset
2430 </cell>
2431 </row>
2432 <row>
2433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437
2438 \backslash
2439 sqrt
2440 \begin_inset ERT
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444
2445
2446 \backslash
2447 spce 
2448 \end_layout
2449
2450 \end_inset
2451
2452 A-B
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2462 \end_inset
2463
2464
2465 \end_layout
2466
2467 \end_inset
2468 </cell>
2469 </row>
2470 <row>
2471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2472 \begin_inset Text
2473
2474 \begin_layout Plain Layout
2475
2476 \backslash
2477 root
2478 \begin_inset ERT
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482
2483
2484 \backslash
2485 spce 
2486 \end_layout
2487
2488 \end_inset
2489
2490 3
2491 \begin_inset Formula $\downarrow$
2492 \end_inset
2493
2494 A-B
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2500 \begin_inset Text
2501
2502 \begin_layout Plain Layout
2503 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2504 \end_inset
2505
2506
2507 \end_layout
2508
2509 \end_inset
2510 </cell>
2511 </row>
2512 </lyxtabular>
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 Una raíz cuadrada se compone también con 
2521 \series bold
2522
2523 \backslash
2524 root
2525 \series default
2526  dejando vacío el campo del índice.
2527 \end_layout
2528
2529 \begin_layout Standard
2530 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2531  la raíz: 
2532 \begin_inset Formula $\sqrt[\beta]{B}$
2533 \end_inset
2534
2535
2536 \begin_inset Newline newline
2537 \end_inset
2538
2539 La 
2540 \begin_inset Formula $\beta$
2541 \end_inset
2542
2543  toca la raíz.
2544  Para evitar esto se usan los comandos 
2545 \series bold
2546
2547 \backslash
2548 leftroot
2549 \series default
2550
2551 \begin_inset Index idx
2552 status collapsed
2553
2554 \begin_layout Plain Layout
2555 Comandos ! L ! 
2556 \backslash
2557 leftroot
2558 \end_layout
2559
2560 \end_inset
2561
2562  y 
2563 \series bold
2564
2565 \backslash
2566 uproot
2567 \series default
2568
2569 \begin_inset Index idx
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 Comandos ! U ! 
2574 \backslash
2575 uproot
2576 \end_layout
2577
2578 \end_inset
2579
2580  con el esquema siguiente:
2581 \end_layout
2582
2583 \begin_layout Standard
2584
2585 \series bold
2586
2587 \backslash
2588 leftroot{distancia}
2589 \series default
2590  y 
2591 \series bold
2592
2593 \backslash
2594 uproot{distancia}
2595 \end_layout
2596
2597 \begin_layout Standard
2598 Distancia es el número de Puntos Grandes (
2599 \begin_inset Quotes fld
2600 \end_inset
2601
2602 Big Points
2603 \begin_inset Quotes frd
2604 \end_inset
2605
2606 , unidad bp; 
2607 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2608 \end_inset
2609
2610 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2611  Los comandos se escriben en el índice.
2612  Así, el comando:
2613 \begin_inset Newline newline
2614 \end_inset
2615
2616
2617 \series bold
2618
2619 \backslash
2620 root
2621 \backslash
2622 leftroot{-1
2623 \begin_inset Formula $\to$
2624 \end_inset
2625
2626
2627 \backslash
2628 uproot{2
2629 \begin_inset Formula $\to$
2630 \end_inset
2631
2632
2633 \backslash
2634 beta
2635 \begin_inset ERT
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639
2640
2641 \backslash
2642 spce 
2643 \end_layout
2644
2645 \end_inset
2646
2647
2648 \begin_inset Formula $\to$
2649 \end_inset
2650
2651 B
2652 \begin_inset Newline newline
2653 \end_inset
2654
2655
2656 \series default
2657 genera una fórmula correctamente tipografiada: 
2658 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2659 \end_inset
2660
2661
2662 \end_layout
2663
2664 \begin_layout Subsection
2665 Coeficientes de un binomio
2666 \begin_inset Index idx
2667 status collapsed
2668
2669 \begin_layout Plain Layout
2670 Binomios
2671 \end_layout
2672
2673 \end_inset
2674
2675
2676 \end_layout
2677
2678 \begin_layout Standard
2679 Los coeficientes de un binomio se insertan con el comando 
2680 \series bold
2681
2682 \backslash
2683 binom
2684 \series default
2685
2686 \begin_inset Index idx
2687 status collapsed
2688
2689 \begin_layout Plain Layout
2690 Comandos ! B ! 
2691 \backslash
2692 binom
2693 \end_layout
2694
2695 \end_inset
2696
2697  o con el submenú del botón 
2698 \begin_inset Graphics
2699         filename ../../images/math/frac-square.png
2700         scale 85
2701
2702 \end_inset
2703
2704 de la barra de herramientas de ecuaciones.
2705  Como en las fracciones, además de 
2706 \series bold
2707
2708 \backslash
2709 binom
2710 \series default
2711  hay los comandos 
2712 \series bold
2713
2714 \backslash
2715 dbinom
2716 \series default
2717
2718 \begin_inset Index idx
2719 status collapsed
2720
2721 \begin_layout Plain Layout
2722 Comandos ! D ! 
2723 \backslash
2724 dbinom
2725 \end_layout
2726
2727 \end_inset
2728
2729  y 
2730 \series bold
2731
2732 \backslash
2733 tbinom
2734 \series default
2735
2736 \begin_inset Index idx
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 Comandos ! T ! 
2741 \backslash
2742 tbinom
2743 \end_layout
2744
2745 \end_inset
2746
2747 .
2748  Para otros delimitadores de coeficientes de un binomio hay los comandos
2749  
2750 \series bold
2751
2752 \backslash
2753 brace
2754 \series default
2755
2756 \begin_inset Index idx
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 Comandos ! B ! 
2761 \backslash
2762 brace
2763 \end_layout
2764
2765 \end_inset
2766
2767  y 
2768 \series bold
2769
2770 \backslash
2771 brack
2772 \series default
2773
2774 \begin_inset Index idx
2775 status collapsed
2776
2777 \begin_layout Plain Layout
2778 Comandos ! B ! 
2779 \backslash
2780 brack
2781 \end_layout
2782
2783 \end_inset
2784
2785 .
2786 \end_layout
2787
2788 \begin_layout Standard
2789 \noindent
2790 \align center
2791 \begin_inset Tabular
2792 <lyxtabular version="3" rows="6" columns="2">
2793 <features tabularvalignment="middle">
2794 <column alignment="center" valignment="top" width="0">
2795 <column alignment="center" valignment="top" width="0">
2796 <row>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 Comando
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 Resultado
2811 \begin_inset Note Note
2812 status collapsed
2813
2814 \begin_layout Plain Layout
2815
2816 \series bold
2817
2818 \backslash
2819 raisebox
2820 \series default
2821  se usa sólo como espaciador
2822 \end_layout
2823
2824 \end_inset
2825
2826
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 <row>
2833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \backslash
2839 binom
2840 \begin_inset ERT
2841 status collapsed
2842
2843 \begin_layout Plain Layout
2844
2845
2846 \backslash
2847 spce 
2848 \end_layout
2849
2850 \end_inset
2851
2852 A
2853 \begin_inset Formula $\downarrow$
2854 \end_inset
2855
2856 B
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 </row>
2874 <row>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \backslash
2881 dbinom
2882 \begin_inset ERT
2883 status collapsed
2884
2885 \begin_layout Plain Layout
2886
2887
2888 \backslash
2889 spce 
2890 \end_layout
2891
2892 \end_inset
2893
2894 A
2895 \begin_inset Formula $\downarrow$
2896 \end_inset
2897
2898 B
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 </row>
2916 <row>
2917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \backslash
2923 tbinom
2924 \begin_inset ERT
2925 status collapsed
2926
2927 \begin_layout Plain Layout
2928
2929
2930 \backslash
2931 spce 
2932 \end_layout
2933
2934 \end_inset
2935
2936 A
2937 \begin_inset Formula $\downarrow$
2938 \end_inset
2939
2940 B
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2950 \end_inset
2951
2952
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 </row>
2958 <row>
2959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \backslash
2965 brack
2966 \begin_inset ERT
2967 status collapsed
2968
2969 \begin_layout Plain Layout
2970
2971
2972 \backslash
2973 spce 
2974 \end_layout
2975
2976 \end_inset
2977
2978 A
2979 \begin_inset Formula $\downarrow$
2980 \end_inset
2981
2982 B
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2992 \end_inset
2993
2994
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 </row>
3000 <row>
3001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \backslash
3007 brace
3008 \begin_inset ERT
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012
3013
3014 \backslash
3015 spce 
3016 \end_layout
3017
3018 \end_inset
3019
3020 A
3021 \begin_inset Formula $\downarrow$
3022 \end_inset
3023
3024 B
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3034 \end_inset
3035
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 </lyxtabular>
3043
3044 \end_inset
3045
3046
3047 \begin_inset Newpage newpage
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \begin_layout Subsection
3054 Diferenciaciones de casos
3055 \begin_inset Index idx
3056 status collapsed
3057
3058 \begin_layout Plain Layout
3059 Casos
3060 \end_layout
3061
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \begin_layout Standard
3068 \noindent
3069 \align center
3070 \begin_inset Tabular
3071 <lyxtabular version="3" rows="3" columns="2">
3072 <features tabularvalignment="middle">
3073 <column alignment="center" valignment="top" width="0">
3074 <column alignment="center" valignment="top" width="0">
3075 <row>
3076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 Comando
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Resultado
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 </row>
3095 <row>
3096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100
3101 \backslash
3102 cases
3103 \begin_inset ERT
3104 status collapsed
3105
3106 \begin_layout Plain Layout
3107
3108
3109 \backslash
3110 spce 
3111 \end_layout
3112
3113 \end_inset
3114
3115 A
3116 \begin_inset Formula $\to$
3117 \end_inset
3118
3119 B>0
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 Comandos ! C ! 
3125 \backslash
3126 cases
3127 \end_layout
3128
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 \begin_inset Formula $\begin{cases}
3141 A & B>0\end{cases}$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \backslash
3157 cases
3158 \begin_inset ERT
3159 status collapsed
3160
3161 \begin_layout Plain Layout
3162
3163
3164 \backslash
3165 spce 
3166 \end_layout
3167
3168 \end_inset
3169
3170
3171 \family sans
3172 Ctrl+Retorno
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181 \begin_inset Formula $\begin{cases}
3182 A & \textrm{para }x>0\\
3183 B & \textrm{para }x=0
3184 \end{cases}$
3185 \end_inset
3186
3187
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 </lyxtabular>
3194
3195 \end_inset
3196
3197
3198 \end_layout
3199
3200 \begin_layout Standard
3201 Después de insertar 
3202 \series bold
3203
3204 \backslash
3205 cases
3206 \series default
3207  o usar el botón 
3208 \begin_inset Graphics
3209         filename ../../images/math/cases.png
3210         scale 85
3211
3212 \end_inset
3213
3214  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3215 \family sans
3216 Ctrl+Retorno
3217 \family default
3218  o con el botón
3219 \family sans
3220  
3221 \family default
3222
3223 \begin_inset Graphics
3224         filename ../../images/tabular-feature_append-row.png
3225         scale 85
3226
3227 \end_inset
3228
3229  de la barra de tablas.
3230 \end_layout
3231
3232 \begin_layout Standard
3233 El comando 
3234 \series bold
3235
3236 \backslash
3237 cases
3238 \series default
3239  también está disponible en el menú 
3240 \family sans
3241 Insertar\SpecialChar \menuseparator
3242 Ecuación\SpecialChar \menuseparator
3243 Entorno casos
3244 \family default
3245 .
3246 \end_layout
3247
3248 \begin_layout Subsection
3249 Negaciones
3250 \begin_inset Index idx
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 Negaciones
3255 \end_layout
3256
3257 \end_inset
3258
3259
3260 \end_layout
3261
3262 \begin_layout Standard
3263 Con el comando 
3264 \series bold
3265
3266 \backslash
3267 not
3268 \series default
3269
3270 \begin_inset Index idx
3271 status collapsed
3272
3273 \begin_layout Plain Layout
3274 Comandos ! N ! 
3275 \backslash
3276 not
3277 \end_layout
3278
3279 \end_inset
3280
3281  todo carácter se puede mostrar cancelado.
3282  Los caracteres son casi tachados con una barra inclinada.
3283 \end_layout
3284
3285 \begin_layout Standard
3286 \noindent
3287 \align center
3288 \begin_inset Tabular
3289 <lyxtabular version="3" rows="4" columns="2">
3290 <features tabularvalignment="middle">
3291 <column alignment="center" valignment="top" width="0">
3292 <column alignment="center" valignment="top" width="0">
3293 <row>
3294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 Comando
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307 Resultado
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 <row>
3314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \backslash
3320 not=
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 \begin_inset Formula $\not=$
3330 \end_inset
3331
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \backslash
3345 not 
3346 \backslash
3347 le
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 \begin_inset Formula $\not\le$
3357 \end_inset
3358
3359
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \backslash
3372 not 
3373 \backslash
3374 parallel
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 \begin_inset Formula $\not\parallel$
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 </lyxtabular>
3393
3394 \end_inset
3395
3396
3397 \end_layout
3398
3399 \begin_layout Standard
3400 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3401  Por tanto para algunas negaciones hay comandos especiales (véase 
3402 \begin_inset CommandInset ref
3403 LatexCommand ref
3404 reference "sub:Símbolos-matemáticos"
3405
3406 \end_inset
3407
3408  y 
3409 \begin_inset CommandInset ref
3410 LatexCommand ref
3411 reference "sec:Relaciones"
3412
3413 \end_inset
3414
3415 ).
3416 \end_layout
3417
3418 \begin_layout Subsection
3419 Espacios reservados 
3420 \begin_inset CommandInset label
3421 LatexCommand label
3422 name "sub:Espacios-reservados"
3423
3424 \end_inset
3425
3426
3427 \begin_inset Index idx
3428 status collapsed
3429
3430 \begin_layout Plain Layout
3431 Espacios reservados
3432 \end_layout
3433
3434 \end_inset
3435
3436
3437 \begin_inset Index idx
3438 status collapsed
3439
3440 \begin_layout Plain Layout
3441 Química ! isótopos
3442 \end_layout
3443
3444 \end_inset
3445
3446
3447 \begin_inset Index idx
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451 Isótopos|see
3452 \begin_inset ERT
3453 status collapsed
3454
3455 \begin_layout Plain Layout
3456
3457 {
3458 \end_layout
3459
3460 \end_inset
3461
3462 Química
3463 \begin_inset ERT
3464 status collapsed
3465
3466 \begin_layout Plain Layout
3467
3468 }
3469 \end_layout
3470
3471 \end_inset
3472
3473
3474 \end_layout
3475
3476 \end_inset
3477
3478
3479 \end_layout
3480
3481 \begin_layout Standard
3482 En la presentación de, p.
3483 \begin_inset space \thinspace{}
3484 \end_inset
3485
3486 e., isótopos,
3487 \begin_inset Foot
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491 Más sobre símbolos químicos en 
3492 \begin_inset CommandInset ref
3493 LatexCommand ref
3494 reference "sub:Símbolos-y-ecuaciones-químicas"
3495
3496 \end_inset
3497
3498
3499 \end_layout
3500
3501 \end_inset
3502
3503  surge el problema siguiente:
3504 \end_layout
3505
3506 \begin_layout Standard
3507 \noindent
3508 \align center
3509 \begin_inset Tabular
3510 <lyxtabular version="3" rows="2" columns="2">
3511 <features tabularvalignment="middle">
3512 <column alignment="center" valignment="top" width="0">
3513 <column alignment="center" valignment="top" width="0">
3514 <row>
3515 <cell alignment="center" valignment="top" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Índices generados con sub- y superíndices:
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3529 \end_inset
3530
3531
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 Índices correctos:
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3552 \end_inset
3553
3554
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 </lyxtabular>
3561
3562 \end_inset
3563
3564
3565 \begin_inset Note Note
3566 status collapsed
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571
3572 \backslash
3573 raisebox
3574 \series default
3575  se usa sólo como espaciador
3576 \end_layout
3577
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \begin_layout Standard
3584 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3585  del índice más largo.
3586  Para evitarlo está el comando 
3587 \series bold
3588
3589 \backslash
3590 phantom
3591 \series default
3592
3593 \begin_inset Index idx
3594 status collapsed
3595
3596 \begin_layout Plain Layout
3597 Comandos ! P ! 
3598 \backslash
3599 phantom
3600 \end_layout
3601
3602 \end_inset
3603
3604  o el botón 
3605 \begin_inset space ~
3606 \end_inset
3607
3608
3609 \begin_inset Graphics
3610         filename ../../images/math/phantom.png
3611         scale 85
3612
3613 \end_inset
3614
3615  del submenú de espaciado de ecuaciones
3616 \begin_inset Foot
3617 status collapsed
3618
3619 \begin_layout Plain Layout
3620 Botón 
3621 \begin_inset Graphics
3622         filename ../../images/math/space.png
3623         scale 85
3624
3625 \end_inset
3626
3627  de la barra de ecuaciones
3628 \end_layout
3629
3630 \end_inset
3631
3632 , que genera uno o más espacios reservados.
3633  Al insertar 
3634 \series bold
3635
3636 \backslash
3637 phantom
3638 \series default
3639  aparece un pequeño marco azul con dos flechas rojas superpuestas
3640 \begin_inset Formula $\phantom{}$
3641 \end_inset
3642
3643 .
3644  Las flechas indican que se reservará un espacio equivalente a la anchura
3645  y altura totales del contenido del marco.
3646  Los espacios reservados son correspondientes al tamaño de los caracteres.
3647 \end_layout
3648
3649 \begin_layout Standard
3650 \noindent
3651 \align center
3652 \begin_inset Tabular
3653 <lyxtabular version="3" rows="4" columns="2">
3654 <features tabularvalignment="middle">
3655 <column alignment="center" valignment="top" width="0">
3656 <column alignment="center" valignment="top" width="0">
3657 <row>
3658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Comando
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Resultado
3672 \begin_inset Note Note
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676
3677 \series bold
3678
3679 \backslash
3680 raisebox
3681 \series default
3682  se usa sólo como espaciador
3683 \end_layout
3684
3685 \end_inset
3686
3687
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 ^19
3699 \begin_inset ERT
3700 status collapsed
3701
3702 \begin_layout Plain Layout
3703
3704
3705 \backslash
3706 spce 
3707 \end_layout
3708
3709 \end_inset
3710
3711 _
3712 \backslash
3713 phantom
3714 \begin_inset ERT
3715 status collapsed
3716
3717 \begin_layout Plain Layout
3718
3719
3720 \backslash
3721 spce 
3722 \end_layout
3723
3724 \end_inset
3725
3726 1
3727 \begin_inset Formula $\rightarrow$
3728 \end_inset
3729
3730 9
3731 \begin_inset ERT
3732 status collapsed
3733
3734 \begin_layout Plain Layout
3735
3736
3737 \backslash
3738 spce 
3739 \end_layout
3740
3741 \end_inset
3742
3743 F
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3753 \end_inset
3754
3755
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 ^235
3767 \begin_inset ERT
3768 status collapsed
3769
3770 \begin_layout Plain Layout
3771
3772
3773 \backslash
3774 spce 
3775 \end_layout
3776
3777 \end_inset
3778
3779 _
3780 \backslash
3781 phantom
3782 \begin_inset ERT
3783 status collapsed
3784
3785 \begin_layout Plain Layout
3786
3787
3788 \backslash
3789 spce 
3790 \end_layout
3791
3792 \end_inset
3793
3794 23
3795 \begin_inset Formula $\rightarrow$
3796 \end_inset
3797
3798 9
3799 \begin_inset ERT
3800 status collapsed
3801
3802 \begin_layout Plain Layout
3803
3804
3805 \backslash
3806 spce 
3807 \end_layout
3808
3809 \end_inset
3810
3811 F
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3821 \end_inset
3822
3823
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \backslash
3836 Lambda^
3837 \begin_inset ERT
3838 status collapsed
3839
3840 \begin_layout Plain Layout
3841
3842
3843 \backslash
3844 spce 
3845 \end_layout
3846
3847 \end_inset
3848
3849
3850 \backslash
3851 phantom
3852 \begin_inset ERT
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856
3857
3858 \backslash
3859 spce 
3860 \end_layout
3861
3862 \end_inset
3863
3864 ii
3865 \begin_inset Formula $\rightarrow$
3866 \end_inset
3867
3868 t
3869 \begin_inset ERT
3870 status collapsed
3871
3872 \begin_layout Plain Layout
3873
3874
3875 \backslash
3876 spce 
3877 \end_layout
3878
3879 \end_inset
3880
3881 _MMt
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3891 \end_inset
3892
3893
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 </lyxtabular>
3900
3901 \end_inset
3902
3903
3904 \end_layout
3905
3906 \begin_layout Standard
3907 Además hay los comandos 
3908 \series bold
3909
3910 \backslash
3911 vphantom
3912 \series default
3913
3914 \begin_inset Index idx
3915 status collapsed
3916
3917 \begin_layout Plain Layout
3918 Comandos ! V ! 
3919 \backslash
3920 vphantom
3921 \end_layout
3922
3923 \end_inset
3924
3925  (botón 
3926 \begin_inset space ~
3927 \end_inset
3928
3929
3930 \begin_inset Graphics
3931         filename ../../images/math/vphantom.png
3932         scale 85
3933
3934 \end_inset
3935
3936 ) y 
3937 \series bold
3938
3939 \backslash
3940 hphantom
3941 \series default
3942
3943 \begin_inset Index idx
3944 status collapsed
3945
3946 \begin_layout Plain Layout
3947 Comandos ! H ! 
3948 \backslash
3949 hphantom
3950 \end_layout
3951
3952 \end_inset
3953
3954  (botón 
3955 \begin_inset space ~
3956 \end_inset
3957
3958
3959 \begin_inset Graphics
3960         filename ../../images/math/hphantom.png
3961         scale 85
3962
3963 \end_inset
3964
3965 ).
3966  
3967 \series bold
3968
3969 \backslash
3970 hphantom
3971 \series default
3972  genera espacio en el marco sólo para la altura máxima de los caracteres,
3973  no para su anchura.
3974  
3975 \series bold
3976
3977 \backslash
3978 vphantom
3979 \series default
3980  genera espacio sólo para la anchura del contenido del marco.
3981  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3982 \end_layout
3983
3984 \begin_layout Standard
3985 Por ejemplo, 
3986 \series bold
3987
3988 \backslash
3989 vphantom
3990 \series default
3991
3992 \begin_inset ERT
3993 status collapsed
3994
3995 \begin_layout Plain Layout
3996
3997
3998 \backslash
3999 spce 
4000 \end_layout
4001
4002 \end_inset
4003
4004
4005 \series bold
4006 a
4007 \backslash
4008 int
4009 \series default
4010  genera espacio de la altura del signo de la integral,
4011 \begin_inset Foot
4012 status collapsed
4013
4014 \begin_layout Plain Layout
4015 El comando 
4016 \series bold
4017
4018 \backslash
4019 int
4020 \series default
4021  genera un signo de integral, véase 
4022 \begin_inset CommandInset ref
4023 LatexCommand ref
4024 reference "sub:Operadores-grandes"
4025
4026 \end_inset
4027
4028
4029 \end_layout
4030
4031 \end_inset
4032
4033  porque este es el carácter más largo.
4034  En la 
4035 \begin_inset CommandInset ref
4036 LatexCommand ref
4037 reference "sub:Delimitadores-multilínea"
4038
4039 \end_inset
4040
4041  hay un ejemplo de aplicación.
4042 \end_layout
4043
4044 \begin_layout Standard
4045
4046 \lang english
4047 Placeholders can also be used for text when it is inserted via the menu
4048  
4049 \family sans
4050 Insert\SpecialChar \menuseparator
4051 Formatting\SpecialChar \menuseparator
4052 Phantom
4053 \family default
4054 :
4055 \end_layout
4056
4057 \begin_layout Standard
4058
4059 \lang english
4060 This is a sentence.
4061 \begin_inset Newline newline
4062 \end_inset
4063
4064
4065 \begin_inset Phantom Phantom
4066 status open
4067
4068 \begin_layout Plain Layout
4069
4070 \lang english
4071 This
4072 \end_layout
4073
4074 \end_inset
4075
4076  is a sentence.
4077 \end_layout
4078
4079 \begin_layout Subsection
4080 Líneas
4081 \begin_inset Index idx
4082 status collapsed
4083
4084 \begin_layout Plain Layout
4085 Lineas@Líneas
4086 \end_layout
4087
4088 \end_inset
4089
4090
4091 \begin_inset Index idx
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Ecuación ! sub- o superrayada
4096 \end_layout
4097
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \begin_layout Standard
4104 \noindent
4105 \align center
4106 \begin_inset Tabular
4107 <lyxtabular version="3" rows="4" columns="2">
4108 <features tabularvalignment="middle">
4109 <column alignment="center" valignment="top" width="0">
4110 <column alignment="center" valignment="top" width="0">
4111 <row>
4112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Comando
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Resultado
4126 \begin_inset Note Note
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132
4133 \backslash
4134 raisebox
4135 \series default
4136  se usa sólo como espaciador
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \backslash
4154 overline
4155 \begin_inset ERT
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159
4160
4161 \backslash
4162 spce 
4163 \end_layout
4164
4165 \end_inset
4166
4167 A+B
4168 \begin_inset Index idx
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172 Comandos ! O ! 
4173 \backslash
4174 overline
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \backslash
4204 underline
4205 \begin_inset ERT
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209
4210
4211 \backslash
4212 spce 
4213 \end_layout
4214
4215 \end_inset
4216
4217 A+B
4218 \begin_inset Index idx
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 Comandos ! U ! 
4223 \backslash
4224 underline
4225 \end_layout
4226
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4239 \end_inset
4240
4241
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \backslash
4254 overline
4255 \begin_inset ERT
4256 status collapsed
4257
4258 \begin_layout Plain Layout
4259
4260
4261 \backslash
4262 spce 
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \backslash
4269 underline
4270 \begin_inset ERT
4271 status collapsed
4272
4273 \begin_layout Plain Layout
4274
4275
4276 \backslash
4277 spce 
4278 \end_layout
4279
4280 \end_inset
4281
4282 A+B
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4292 \end_inset
4293
4294
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 </lyxtabular>
4301
4302 \end_inset
4303
4304
4305 \end_layout
4306
4307 \begin_layout Standard
4308 En el último ejemplo es indiferente poner primero 
4309 \series bold
4310
4311 \backslash
4312 overline
4313 \series default
4314  o 
4315 \series bold
4316
4317 \backslash
4318 underline
4319 \series default
4320 .
4321 \end_layout
4322
4323 \begin_layout Standard
4324 Para poner doble subrayado, p.
4325 \begin_inset space \thinspace{}
4326 \end_inset
4327
4328 e.
4329  en resultados, se usa 
4330 \series bold
4331
4332 \backslash
4333 underline
4334 \series default
4335  dos veces.
4336 \end_layout
4337
4338 \begin_layout Standard
4339 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4340 \begin_inset VSpace bigskip
4341 \end_inset
4342
4343 Se pueden crear líneas personalizadas con el comando 
4344 \series bold
4345
4346 \backslash
4347 rule
4348 \series default
4349
4350 \begin_inset Index idx
4351 status collapsed
4352
4353 \begin_layout Plain Layout
4354 Comandos ! R ! 
4355 \backslash
4356 rule
4357 \end_layout
4358
4359 \end_inset
4360
4361  con el esquema siguiente:
4362 \end_layout
4363
4364 \begin_layout Standard
4365
4366 \series bold
4367
4368 \backslash
4369 rule[hueco vertical]{longitud}{grosor}
4370 \end_layout
4371
4372 \begin_layout Standard
4373 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4374  si el valor es negativo).
4375  Las unidades disponibles para los valores están listadas en
4376 \begin_inset space ~
4377 \end_inset
4378
4379
4380 \begin_inset CommandInset ref
4381 LatexCommand ref
4382 reference "tab:Unidades-disponibles"
4383
4384 \end_inset
4385
4386 .
4387  A continuación hay dos ejemplos de líneas creadas con los comandos
4388 \series bold
4389
4390 \begin_inset Newline newline
4391 \end_inset
4392
4393
4394 \backslash
4395 rule[-2ex]{3cm}{2pt}
4396 \series default
4397  y 
4398 \series bold
4399
4400 \backslash
4401 rule{2cm}{1pt}
4402 \series default
4403 :
4404 \end_layout
4405
4406 \begin_layout Standard
4407 Esto es una frase 
4408 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4409 \end_inset
4410
4411  con dos líneas.
4412 \end_layout
4413
4414 \begin_layout Standard
4415
4416 \series bold
4417
4418 \backslash
4419 rule
4420 \series default
4421  también se puede usar para texto si 
4422 \lang english
4423 a line is inserted via the menu 
4424 \family sans
4425 Insert\SpecialChar \menuseparator
4426 Formatting\SpecialChar \menuseparator
4427 Horizontal
4428 \begin_inset space ~
4429 \end_inset
4430
4431 Line
4432 \family default
4433 :
4434 \end_layout
4435
4436 \begin_layout Standard
4437
4438 \lang english
4439 This is a sentence 
4440 \begin_inset CommandInset line
4441 LatexCommand rule
4442 offset "0.5ex"
4443 width "3cm"
4444 height "1pt"
4445
4446 \end_inset
4447
4448  with one line.
4449 \end_layout
4450
4451 \begin_layout Subsection
4452 Puntos
4453 \begin_inset CommandInset label
4454 LatexCommand label
4455 name "sub:Puntos"
4456
4457 \end_inset
4458
4459
4460 \begin_inset Index idx
4461 status collapsed
4462
4463 \begin_layout Plain Layout
4464 Puntos
4465 \end_layout
4466
4467 \end_inset
4468
4469
4470 \end_layout
4471
4472 \begin_layout Standard
4473 Hay distintos tipos de puntos disponibles.
4474 \begin_inset Foot
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478 En la barra de herramientas de ecuaciones, en el panel del botón 
4479 \begin_inset Graphics
4480         filename ../../images/math/ldots.png
4481         scale 85
4482
4483 \end_inset
4484
4485 .
4486 \end_layout
4487
4488 \end_inset
4489
4490  Para continuación en enumeraciones se usan puntos bajos, (
4491 \series bold
4492
4493 \backslash
4494 ldots
4495 \series default
4496
4497 \begin_inset Index idx
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 Comandos ! L ! 
4502 \backslash
4503 ldots
4504 \end_layout
4505
4506 \end_inset
4507
4508 ), mientras que para operaciones se usan puntos centrados a la misma altura
4509  que los operadores, (
4510 \series bold
4511
4512 \backslash
4513 cdots
4514 \series default
4515
4516 \begin_inset Index idx
4517 status collapsed
4518
4519 \begin_layout Plain Layout
4520 Comandos ! C ! 
4521 \backslash
4522 cdots
4523 \end_layout
4524
4525 \end_inset
4526
4527 ).
4528  Si se usa el comando 
4529 \series bold
4530
4531 \backslash
4532 dots
4533 \series default
4534
4535 \begin_inset Index idx
4536 status collapsed
4537
4538 \begin_layout Plain Layout
4539 Comandos ! D ! 
4540 \backslash
4541 dots
4542 \end_layout
4543
4544 \end_inset
4545
4546 , LaTeX decide el tipo a usar en función del carácter siguiente.
4547 \end_layout
4548
4549 \begin_layout Standard
4550 \align center
4551 \begin_inset Tabular
4552 <lyxtabular version="3" rows="9" columns="2">
4553 <features tabularvalignment="middle">
4554 <column alignment="center" valignment="top" width="0pt">
4555 <column alignment="center" valignment="top" width="0pt">
4556 <row>
4557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Comando
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Resultado
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 A_1
4582 \begin_inset ERT
4583 status collapsed
4584
4585 \begin_layout Plain Layout
4586
4587
4588 \backslash
4589 spce 
4590 \end_layout
4591
4592 \end_inset
4593
4594 ,
4595 \backslash
4596 dots
4597 \begin_inset ERT
4598 status collapsed
4599
4600 \begin_layout Plain Layout
4601
4602
4603 \backslash
4604 spce 
4605 \end_layout
4606
4607 \end_inset
4608
4609 ,A_n
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 \begin_inset Formula $A_{1},\dots,A_{n}$
4619 \end_inset
4620
4621
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 A_1
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 +
4646 \backslash
4647 dots
4648 \begin_inset ERT
4649 status collapsed
4650
4651 \begin_layout Plain Layout
4652
4653
4654 \backslash
4655 spce 
4656 \end_layout
4657
4658 \end_inset
4659
4660 +A_n
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 \begin_inset Formula $A_{1}+\dots+A_{n}$
4670 \end_inset
4671
4672
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 A_1
4684 \begin_inset ERT
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688
4689
4690 \backslash
4691 spce 
4692 \end_layout
4693
4694 \end_inset
4695
4696 ,
4697 \backslash
4698 ldots
4699 \begin_inset ERT
4700 status collapsed
4701
4702 \begin_layout Plain Layout
4703
4704
4705 \backslash
4706 spce 
4707 \end_layout
4708
4709 \end_inset
4710
4711 ,A_n
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 \begin_inset Formula $A_{1},\ldots,A_{n}$
4721 \end_inset
4722
4723
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 A_1
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 \backslash
4749 cdots
4750 \begin_inset ERT
4751 status collapsed
4752
4753 \begin_layout Plain Layout
4754
4755
4756 \backslash
4757 spce 
4758 \end_layout
4759
4760 \end_inset
4761
4762 +A_n
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4772 \end_inset
4773
4774
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 </row>
4780 <row>
4781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785
4786 \backslash
4787 vdots
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 \begin_inset Formula $\vdots$
4797 \end_inset
4798
4799
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \backslash
4812 ddots
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 \begin_inset Formula $\ddots$
4822 \end_inset
4823
4824
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \backslash
4837 iddots
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 \begin_inset Formula $\iddots$
4847 \end_inset
4848
4849
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Matriz
4861 \begin_inset space \thinspace{}
4862 \end_inset
4863
4864 3×3 con los distintos puntos
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 \begin_inset Formula $\begin{array}{ccc}
4874 A_{11} & \cdots & A_{1m}\\
4875 \vdots & \ddots & \vdots\\
4876 A_{n1} & \cdots & A_{nm}
4877 \end{array}$
4878 \end_inset
4879
4880
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 </lyxtabular>
4887
4888 \end_inset
4889
4890
4891 \end_layout
4892
4893 \begin_layout Standard
4894 Los puntos suspensivos disponibles en el menú 
4895 \family sans
4896 Insertar\SpecialChar \menuseparator
4897 Carácter especial
4898 \family default
4899  son 
4900 \series bold
4901
4902 \backslash
4903 ldots
4904 \series default
4905 .
4906 \end_layout
4907
4908 \begin_layout Standard
4909 \begin_inset VSpace medskip
4910 \end_inset
4911
4912
4913 \lang english
4914 To use 
4915 \series bold
4916
4917 \backslash
4918 iddots
4919 \series default
4920 , one of the options 
4921 \family sans
4922 Use mathdots package (automatically)
4923 \family default
4924  must be set in the document settings under 
4925 \family sans
4926 Math
4927 \begin_inset space ~
4928 \end_inset
4929
4930 Options
4931 \family default
4932 .
4933 \begin_inset Newline newline
4934 \end_inset
4935
4936 Using the option 
4937 \family sans
4938 Use mathdots package
4939 \family default
4940  will improve the appearance of all dots in the documents if their font
4941  style or size is not the default.
4942 \end_layout
4943
4944 \begin_layout Standard
4945 \begin_inset VSpace medskip
4946 \end_inset
4947
4948 Hay puntos específicos para matrices que se extienden por varias columnas.
4949  Se generan con el comando 
4950 \series bold
4951
4952 \backslash
4953 hdotsfor
4954 \series default
4955
4956 \begin_inset Index idx
4957 status collapsed
4958
4959 \begin_layout Plain Layout
4960 Comandos ! H ! 
4961 \backslash
4962 hdotsfor
4963 \end_layout
4964
4965 \end_inset
4966
4967 , que tiene el siguiente esquema:
4968 \end_layout
4969
4970 \begin_layout Standard
4971
4972 \series bold
4973
4974 \backslash
4975 hdotsfor[distancia]{número de columnas}
4976 \end_layout
4977
4978 \begin_layout Standard
4979 Número de columnas especifica cuántas columnas deben abarcarse.
4980  Distancia es un factor para la separación entre los puntos.
4981 \end_layout
4982
4983 \begin_layout Standard
4984 En la siguiente matriz se ha insertado el comando 
4985 \series bold
4986
4987 \backslash
4988 hdotsfor[2]{4}
4989 \series default
4990  en el primer recuadro de la segunda línea para obtener puntos separados
4991  una distancia equivalente a dos veces la del comando 
4992 \series bold
4993
4994 \backslash
4995 dots
4996 \series default
4997 .
4998 \begin_inset Formula \[
4999 \left(\begin{array}{cccc}
5000 A & B & C & D\\
5001 \hdotsfor[2]{4}\\
5002 q & w & e & r
5003 \end{array}\right)
5004 \]
5005
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5013  de lo contrario se producen errores de LaTeX.
5014 \end_layout
5015
5016 \begin_layout Standard
5017 \begin_inset VSpace bigskip
5018 \end_inset
5019
5020
5021 \end_layout
5022
5023 \begin_layout Standard
5024 Además, con el comando 
5025 \series bold
5026
5027 \backslash
5028 dotfill
5029 \series default
5030
5031 \begin_inset Index idx
5032 status collapsed
5033
5034 \begin_layout Plain Layout
5035 Comandos ! D ! 
5036 \backslash
5037 dotfill
5038 \end_layout
5039
5040 \end_inset
5041
5042  puedes completar con puntos una línea.
5043  El efecto de este tipo de comandos es como el de 
5044 \series bold
5045
5046 \backslash
5047 hfill
5048 \series default
5049 , véase 
5050 \begin_inset CommandInset ref
5051 LatexCommand ref
5052 reference "sub:Espacio-variable"
5053
5054 \end_inset
5055
5056 .
5057 \end_layout
5058
5059 \begin_layout Standard
5060 Por ejemplo el comando 
5061 \series bold
5062 A
5063 \backslash
5064 dotfill
5065 \series default
5066
5067 \begin_inset ERT
5068 status collapsed
5069
5070 \begin_layout Plain Layout
5071
5072
5073 \backslash
5074 spce 
5075 \end_layout
5076
5077 \end_inset
5078
5079
5080 \series bold
5081 B
5082 \series default
5083  genera
5084 \end_layout
5085
5086 \begin_layout Standard
5087 \begin_inset Formula $A\dotfill B$
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \begin_layout Standard
5094 Un comando análogo a 
5095 \series bold
5096
5097 \backslash
5098 dotfill
5099 \series default
5100  para rellenar con una línea es 
5101 \series bold
5102
5103 \backslash
5104 hrulefill
5105 \series default
5106
5107 \begin_inset Index idx
5108 status collapsed
5109
5110 \begin_layout Plain Layout
5111 Comandos ! H ! 
5112 \backslash
5113 hrulefill
5114 \end_layout
5115
5116 \end_inset
5117
5118 :
5119 \end_layout
5120
5121 \begin_layout Standard
5122 \begin_inset Formula $A\hrulefill B$
5123 \end_inset
5124
5125
5126 \end_layout
5127
5128 \begin_layout Standard
5129 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5130 \end_layout
5131
5132 \begin_layout Section
5133 Matrices
5134 \begin_inset CommandInset label
5135 LatexCommand label
5136 name "sec:Matrices"
5137
5138 \end_inset
5139
5140
5141 \begin_inset Index idx
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145 Matrices
5146 \end_layout
5147
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \begin_layout Standard
5154 Se pueden insertar con el botón 
5155 \begin_inset Graphics
5156         filename ../../images/dialog-show_mathmatrix.png
5157         scale 85
5158
5159 \end_inset
5160
5161  de la barra de ecuaciones o con el menú 
5162 \family sans
5163 Insertar\SpecialChar \menuseparator
5164 Ecuación\SpecialChar \menuseparator
5165 Matriz
5166 \family default
5167 .
5168  Aparece una ventana en la que se pide el número de filas y columnas, la
5169  alineación y la decoración.
5170  La alineación vertical sólo es relevante para matrices en línea:
5171 \end_layout
5172
5173 \begin_layout Standard
5174 Esta primera matriz tiene alineación superior 
5175 \begin_inset Formula $\begin{array}[t]{cccc}
5176 A & D & G & J\\
5177 B & E & H & K\\
5178 D & F & I & L
5179 \end{array}$
5180 \end_inset
5181
5182  , la segunda alineación central 
5183 \begin_inset Formula $\begin{array}{cccc}
5184 A & D & G & J\\
5185 B & E & H & K\\
5186 D & F & I & L
5187 \end{array}$
5188 \end_inset
5189
5190  , y la tercera alineación inferior 
5191 \begin_inset Formula $\begin{array}[b]{cccc}
5192 A & D & G & J\\
5193 B & E & H & K\\
5194 D & F & I & L
5195 \end{array}$
5196 \end_inset
5197
5198 .
5199 \end_layout
5200
5201 \begin_layout Standard
5202 La alineación horizontal especifica cómo deben alinearse las entradas de
5203  la columna.
5204  Se determina mediante una letra para cada columna.
5205  
5206 \emph on
5207 l
5208 \emph default
5209  indica alineación a la izquierda, 
5210 \emph on
5211 c
5212 \emph default
5213  alineación centrada y 
5214 \emph on
5215 r
5216 \emph default
5217  alineación a la derecha.
5218  Por ejemplo, para componer una matriz
5219 \begin_inset space ~
5220 \end_inset
5221
5222 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5223  centradas y la última a la derecha, se anota 
5224 \series bold
5225 lccr
5226 \series default
5227  en la alineación horizontal.
5228  Normalmente todas las columnas de una matriz están centradas, por tanto
5229  el valor por omisión es 
5230 \series bold
5231 c
5232 \series default
5233  para todas ellas.
5234 \end_layout
5235
5236 \begin_layout Standard
5237 Alineación horizontal:
5238 \end_layout
5239
5240 \begin_layout Standard
5241
5242 \series bold
5243 lll
5244 \series default
5245  : 
5246 \begin_inset Formula $\begin{array}{lll}
5247 10000 & D & G\\
5248 B & 10000 & H\\
5249 C & F & 10000
5250 \end{array}$
5251 \end_inset
5252
5253  , 
5254 \series bold
5255 ccc 
5256 \series default
5257
5258 \begin_inset Formula $\begin{array}{ccc}
5259 10000 & D & G\\
5260 B & 10000 & H\\
5261 C & F & 10000
5262 \end{array}$
5263 \end_inset
5264
5265  
5266 \series bold
5267 ,
5268 \series default
5269  
5270 \series bold
5271 rrr 
5272 \series default
5273
5274 \begin_inset Formula $\begin{array}{rrr}
5275 10000 & D & G\\
5276 B & 10000 & H\\
5277 C & F & 10000
5278 \end{array}$
5279 \end_inset
5280
5281
5282 \end_layout
5283
5284 \begin_layout Standard
5285 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5286  botones 
5287 \begin_inset Graphics
5288         filename ../../images/tabular-feature_append-row.png
5289         scale 85
5290
5291 \end_inset
5292
5293
5294 \begin_inset Graphics
5295         filename ../../images/tabular-feature_delete-row.png
5296         scale 85
5297
5298 \end_inset
5299
5300 , etc.
5301  de la barra de ecuaciones o el menú 
5302 \family sans
5303 Editar\SpecialChar \menuseparator
5304 Filas y columnas
5305 \family default
5306 .
5307  También se pueden añadir filas nuevas con 
5308 \family sans
5309 Ctrl+Retorno
5310 \family default
5311 .
5312 \end_layout
5313
5314 \begin_layout Standard
5315 \begin_inset VSpace bigskip
5316 \end_inset
5317
5318
5319 \lang english
5320 The 
5321 \family sans
5322 Decoration
5323 \family default
5324  adds parentheses in the selected style around the matrix.
5325  Alternatively,
5326 \lang spanish
5327  se pueden generar paréntesis con los comandos 
5328 \series bold
5329
5330 \backslash
5331 left
5332 \series default
5333
5334 \begin_inset Index idx
5335 status collapsed
5336
5337 \begin_layout Plain Layout
5338 Comandos ! L ! 
5339 \backslash
5340 left
5341 \end_layout
5342
5343 \end_inset
5344
5345  y 
5346 \series bold
5347
5348 \backslash
5349 right
5350 \series default
5351
5352 \begin_inset Index idx
5353 status collapsed
5354
5355 \begin_layout Plain Layout
5356 Comandos ! R ! 
5357 \backslash
5358 right
5359 \end_layout
5360
5361 \end_inset
5362
5363  (atajo 
5364 \family sans
5365 Alt+M
5366 \begin_inset space ~
5367 \end_inset
5368
5369 Paréntesis
5370 \family default
5371 ), véase 
5372 \begin_inset CommandInset ref
5373 LatexCommand ref
5374 reference "sub:Tamaño-automático-de"
5375
5376 \end_inset
5377
5378 , o usando los comandos siguientes:
5379 \end_layout
5380
5381 \begin_layout Standard
5382 \begin_inset VSpace medskip
5383 \end_inset
5384
5385
5386 \end_layout
5387
5388 \begin_layout Standard
5389 \begin_inset space \hfill{}
5390 \end_inset
5391
5392
5393 \begin_inset Tabular
5394 <lyxtabular version="3" rows="4" columns="2">
5395 <features tabularvalignment="middle">
5396 <column alignment="center" valignment="top" width="0">
5397 <column alignment="center" valignment="top" width="0">
5398 <row>
5399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Comando
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 Resultado
5413 \begin_inset Note Note
5414 status collapsed
5415
5416 \begin_layout Plain Layout
5417
5418 \series bold
5419
5420 \backslash
5421 raisebox
5422 \series default
5423  se usa sólo como espaciador
5424 \end_layout
5425
5426 \end_inset
5427
5428
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 <row>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439
5440 \backslash
5441 bmatrix
5442 \begin_inset ERT
5443 status collapsed
5444
5445 \begin_layout Plain Layout
5446
5447
5448 \backslash
5449 spce 
5450 \end_layout
5451
5452 \end_inset
5453
5454 2
5455 \series bold
5456 ×
5457 \series default
5458 2
5459 \begin_inset space \thinspace{}
5460 \end_inset
5461
5462 matriz
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5472 0 & \textrm{-}\mathrm{i}\\
5473 \mathrm{i} & 0
5474 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5475 \end_inset
5476
5477
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \backslash
5490 Bmatrix
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 spce 
5499 \end_layout
5500
5501 \end_inset
5502
5503 2×2
5504 \begin_inset space \thinspace{}
5505 \end_inset
5506
5507 matriz
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5517 0 & \textrm{-}\mathrm{i}\\
5518 \mathrm{i} & 0
5519 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533
5534 \backslash
5535 pmatrix
5536 \begin_inset ERT
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540
5541
5542 \backslash
5543 spce 
5544 \end_layout
5545
5546 \end_inset
5547
5548 2
5549 \series bold
5550 ×
5551 \series default
5552 2
5553 \begin_inset space \thinspace{}
5554 \end_inset
5555
5556 matriz
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5566 0 & \textrm{-}\mathrm{i}\\
5567 \mathrm{i} & 0
5568 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 </lyxtabular>
5578
5579 \end_inset
5580
5581
5582 \begin_inset space \hfill{}
5583 \end_inset
5584
5585
5586 \begin_inset Tabular
5587 <lyxtabular version="3" rows="4" columns="2">
5588 <features tabularvalignment="middle">
5589 <column alignment="center" valignment="top" width="0">
5590 <column alignment="center" valignment="top" width="0">
5591 <row>
5592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 Comando
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 Resultado
5606 \begin_inset Note Note
5607 status collapsed
5608
5609 \begin_layout Plain Layout
5610
5611 \series bold
5612
5613 \backslash
5614 raisebox
5615 \series default
5616  se usa sólo como espaciador
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632
5633 \backslash
5634 vmatrix
5635 \begin_inset ERT
5636 status collapsed
5637
5638 \begin_layout Plain Layout
5639
5640
5641 \backslash
5642 spce 
5643 \end_layout
5644
5645 \end_inset
5646
5647 2
5648 \series bold
5649 ×
5650 \series default
5651 2
5652 \begin_inset space \thinspace{}
5653 \end_inset
5654
5655 matriz
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5665 0 & \textrm{-}\mathrm{i}\\
5666 \mathrm{i} & 0
5667 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \backslash
5683 Vmatrix
5684 \begin_inset ERT
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688
5689
5690 \backslash
5691 spce 
5692 \end_layout
5693
5694 \end_inset
5695
5696 2
5697 \series bold
5698 ×
5699 \series default
5700 2
5701 \begin_inset space \thinspace{}
5702 \end_inset
5703
5704 matriz
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5714 0 & \textrm{-}\mathrm{i}\\
5715 \mathrm{i} & 0
5716 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 </row>
5725 <row>
5726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730
5731 \backslash
5732 matrix
5733 \begin_inset ERT
5734 status collapsed
5735
5736 \begin_layout Plain Layout
5737
5738
5739 \backslash
5740 spce 
5741 \end_layout
5742
5743 \end_inset
5744
5745 2
5746 \series bold
5747 ×
5748 \series default
5749 2
5750 \begin_inset space \thinspace{}
5751 \end_inset
5752
5753 matriz
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5763 0 & \textrm{-}\mathrm{i}\\
5764 \mathrm{i} & 0
5765 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 </lyxtabular>
5775
5776 \end_inset
5777
5778
5779 \begin_inset space \hfill{}
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \begin_layout Standard
5786 \begin_inset VSpace medskip
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \begin_layout Standard
5793 Cuando se inserta p.
5794 \begin_inset space \thinspace{}
5795 \end_inset
5796
5797 e.
5798 \begin_inset space ~
5799 \end_inset
5800
5801
5802 \series bold
5803
5804 \backslash
5805 vmatrix
5806 \series default
5807 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5808  la matriz.
5809 \begin_inset Newline newline
5810 \end_inset
5811
5812
5813 \lang english
5814 Note that decorated matrices ignore the vertical alignment.
5815 \end_layout
5816
5817 \begin_layout Standard
5818 \begin_inset VSpace bigskip
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \begin_layout Standard
5825 Como todas las ecuaciones multilínea son matrices, la longitud 
5826 \series bold
5827
5828 \backslash
5829 arraycolsep
5830 \series default
5831
5832 \begin_inset Index idx
5833 status collapsed
5834
5835 \begin_layout Plain Layout
5836 Comandos ! A ! 
5837 \backslash
5838 arraycolsep
5839 \end_layout
5840
5841 \end_inset
5842
5843 , que se describe en 
5844 \begin_inset CommandInset ref
5845 LatexCommand ref
5846 reference "sub:Separación-de-columnas"
5847
5848 \end_inset
5849
5850 , también se puede usar para cambiar la separación de las columnas en una
5851  matriz.
5852  Para cambiar la separación de las filas, se usa el comando 
5853 \series bold
5854
5855 \backslash
5856 arraystretch
5857 \series default
5858
5859 \begin_inset Index idx
5860 status collapsed
5861
5862 \begin_layout Plain Layout
5863 Comandos ! A ! 
5864 \backslash
5865 arraystretch
5866 \end_layout
5867
5868 \end_inset
5869
5870  de la siguiente manera:
5871 \end_layout
5872
5873 \begin_layout Standard
5874
5875 \series bold
5876
5877 \backslash
5878 renewcommand{
5879 \backslash
5880 arraystretch}{factor de separación}
5881 \begin_inset Index idx
5882 status collapsed
5883
5884 \begin_layout Plain Layout
5885 Comandos ! R ! 
5886 \backslash
5887 renewcommand
5888 \end_layout
5889
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \begin_layout Standard
5896 El comando 
5897 \series bold
5898
5899 \backslash
5900 renewcommand
5901 \series default
5902  asigna el factor de separación al comando predefinido 
5903 \series bold
5904
5905 \backslash
5906 arraystretch
5907 \series default
5908 .
5909  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5910  Además, éste se usa para todas las matrices siguientes.
5911  Para volver a la separación original, asigna factor 1 a 
5912 \series bold
5913
5914 \backslash
5915 arraystretch
5916 \series default
5917 .
5918 \end_layout
5919
5920 \begin_layout Standard
5921 Para poner matrices en línea se usa el comando 
5922 \series bold
5923
5924 \backslash
5925 smallmatrix
5926 \series default
5927
5928 \begin_inset Index idx
5929 status collapsed
5930
5931 \begin_layout Plain Layout
5932 Comandos ! S ! 
5933 \backslash
5934 smallmatrix
5935 \end_layout
5936
5937 \end_inset
5938
5939 .
5940  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5941  se inserta la matriz.
5942  
5943 \end_layout
5944
5945 \begin_layout Standard
5946 Esto es una matriz 
5947 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5948 C & D
5949 \end{smallmatrix}\right)$
5950 \end_inset
5951
5952  en línea.
5953 \end_layout
5954
5955 \begin_layout Section
5956 Delimitadores
5957 \begin_inset Index idx
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961 Delimitadores
5962 \end_layout
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \begin_layout Subsection
5970 Delimitadores verticales
5971 \begin_inset Index idx
5972 status collapsed
5973
5974 \begin_layout Plain Layout
5975 Delimitadores ! verticales
5976 \end_layout
5977
5978 \end_inset
5979
5980
5981 \end_layout
5982
5983 \begin_layout Standard
5984 \begin_inset space \hfill{}
5985 \end_inset
5986
5987
5988 \begin_inset Tabular
5989 <lyxtabular version="3" rows="9" columns="2">
5990 <features tabularvalignment="middle">
5991 <column alignment="center" valignment="top" width="0pt">
5992 <column alignment="center" valignment="top" width="0pt">
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 Comando
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 Resultado
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 (
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 \begin_inset Formula $($
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 <row>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 {
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 \begin_inset Formula $\{$
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 [
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 \begin_inset Formula $[$
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087
6088 \backslash
6089 langle
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $\langle$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \backslash
6114 lceil
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 \begin_inset Formula $\lceil$
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 <row>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \backslash
6139 lfloor
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Formula $\lfloor$
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 /
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Formula $/$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 <row>
6181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 |
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 \begin_inset Formula $|$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 </lyxtabular>
6204
6205 \end_inset
6206
6207
6208 \begin_inset space \hfill{}
6209 \end_inset
6210
6211
6212 \begin_inset Tabular
6213 <lyxtabular version="3" rows="9" columns="2">
6214 <features tabularvalignment="middle">
6215 <column alignment="center" valignment="top" width="0pt">
6216 <column alignment="center" valignment="top" width="0pt">
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 Comando
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 Resultado
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 </row>
6237 <row>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 )
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 \begin_inset Formula $)$
6252 \end_inset
6253
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 }
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 \begin_inset Formula $\}$
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 <row>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 ]
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 \begin_inset Formula $]$
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311
6312 \backslash
6313 rangle
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 \begin_inset Formula $\rangle$
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 </row>
6331 <row>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \backslash
6338 rceil
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 \begin_inset Formula $\rceil$
6348 \end_inset
6349
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \backslash
6363 rfloor
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\rfloor$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \backslash
6388
6389 \backslash
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 \begin_inset Formula $\backslash$
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 </row>
6408 <row>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413
6414 \backslash
6415 |
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 \begin_inset Formula $\|$
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 </lyxtabular>
6434
6435 \end_inset
6436
6437
6438 \begin_inset space \hfill{}
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \begin_layout Standard
6445 \begin_inset Note Greyedout
6446 status open
6447
6448 \begin_layout Plain Layout
6449
6450 \series bold
6451 Nota
6452 \series default
6453 : En modo TeX hay que usar el comando 
6454 \series bold
6455
6456 \backslash
6457 textbackslash
6458 \series default
6459
6460 \begin_inset Index idx
6461 status collapsed
6462
6463 \begin_layout Plain Layout
6464 Comandos ! T ! 
6465 \backslash
6466 textbackslash
6467 \end_layout
6468
6469 \end_inset
6470
6471  para la barra invertida, porque si no el comando 
6472 \series bold
6473
6474 \backslash
6475
6476 \backslash
6477
6478 \series default
6479  genera un salto de línea.
6480 \end_layout
6481
6482 \end_inset
6483
6484
6485 \end_layout
6486
6487 \begin_layout Standard
6488 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6489  descritos en las dos subsecciones siguientes.
6490  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6491  < y > en vez de los comandos 
6492 \series bold
6493
6494 \backslash
6495 langle
6496 \series default
6497  y 
6498 \series bold
6499
6500 \backslash
6501 rangle
6502 \series default
6503 .
6504  
6505 \end_layout
6506
6507 \begin_layout Subsubsection
6508 Tamaño manual de los delimitadores
6509 \begin_inset CommandInset label
6510 LatexCommand label
6511 name "sub:Tamaño-manual-de"
6512
6513 \end_inset
6514
6515
6516 \begin_inset Index idx
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520 Delimitadores ! tamaño manual
6521 \end_layout
6522
6523 \end_inset
6524
6525
6526 \end_layout
6527
6528 \begin_layout Standard
6529 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6530  LaTeX 
6531 \series bold
6532
6533 \backslash
6534 big
6535 \series default
6536
6537 \begin_inset Index idx
6538 status collapsed
6539
6540 \begin_layout Plain Layout
6541 Comandos ! B ! 
6542 \backslash
6543 big
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \series bold
6550
6551 \backslash
6552 Big
6553 \series default
6554
6555 \series bold
6556
6557 \backslash
6558 bigg
6559 \series default
6560 , y 
6561 \series bold
6562
6563 \backslash
6564 Bigg
6565 \series default
6566 .
6567  
6568 \series bold
6569
6570 \backslash
6571 big
6572 \series default
6573  indica el tamaño menor y 
6574 \series bold
6575
6576 \backslash
6577 Bigg
6578 \series default
6579  el mayor.
6580 \end_layout
6581
6582 \begin_layout Standard
6583 Estos comandos se usan para resaltar niveles de delimitación:
6584 \end_layout
6585
6586 \begin_layout Standard
6587 \noindent
6588 \align center
6589 \begin_inset Tabular
6590 <lyxtabular version="3" rows="2" columns="2">
6591 <features tabularvalignment="middle">
6592 <column alignment="center" valignment="top" width="0">
6593 <column alignment="center" valignment="top" width="0">
6594 <row>
6595 <cell alignment="center" valignment="top" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 todos los delimitadores de igual tamaño:
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 </row>
6617 <row>
6618 <cell alignment="center" valignment="top" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 así tiene mejor aspecto:
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6632 \end_inset
6633
6634
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 </lyxtabular>
6641
6642 \end_inset
6643
6644
6645 \begin_inset Note Note
6646 status collapsed
6647
6648 \begin_layout Plain Layout
6649
6650 \series bold
6651
6652 \backslash
6653 raisebox
6654 \series default
6655  se usa sólo como espaciador
6656 \end_layout
6657
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \begin_layout Standard
6664 Para la segunda expresión se ha empleado el comando 
6665 \series bold
6666
6667 \backslash
6668 Big((A+B)(A-B)
6669 \backslash
6670 Big)^
6671 \series default
6672
6673 \begin_inset ERT
6674 status collapsed
6675
6676 \begin_layout Plain Layout
6677
6678
6679 \backslash
6680 spce 
6681 \end_layout
6682
6683 \end_inset
6684
6685
6686 \series bold
6687 C
6688 \series default
6689 .
6690 \end_layout
6691
6692 \begin_layout Standard
6693 He aquí una visión conjunta de todos los tamaños y delimitadores:
6694 \end_layout
6695
6696 \begin_layout Standard
6697 \noindent
6698 \align center
6699
6700 \backslash
6701 Bigg(
6702 \backslash
6703 exp
6704 \backslash
6705 bigg<
6706 \backslash
6707 Big[
6708 \backslash
6709 big{
6710 \backslash
6711 ln(3x)
6712 \backslash
6713 big}^2
6714 \begin_inset ERT
6715 status collapsed
6716
6717 \begin_layout Plain Layout
6718
6719
6720 \backslash
6721 spce 
6722 \end_layout
6723
6724 \end_inset
6725
6726
6727 \backslash
6728 sen(x)
6729 \backslash
6730 Big]^
6731 \begin_inset ERT
6732 status collapsed
6733
6734 \begin_layout Plain Layout
6735
6736
6737 \backslash
6738 spce 
6739 \end_layout
6740
6741 \end_inset
6742
6743 A
6744 \begin_inset ERT
6745 status collapsed
6746
6747 \begin_layout Plain Layout
6748
6749
6750 \backslash
6751 spce 
6752 \end_layout
6753
6754 \end_inset
6755
6756
6757 \backslash
6758 bigg>
6759 \backslash
6760 Bigg)^0,5
6761 \begin_inset Formula \[
6762 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6763 \]
6764
6765 \end_inset
6766
6767
6768 \end_layout
6769
6770 \begin_layout Standard
6771 Además de los comandos 
6772 \series bold
6773
6774 \backslash
6775 big
6776 \series default
6777  hay la variante 
6778 \series bold
6779
6780 \backslash
6781 bigm
6782 \series default
6783
6784 \begin_inset Index idx
6785 status collapsed
6786
6787 \begin_layout Plain Layout
6788 Comandos ! B ! 
6789 \backslash
6790 bigm
6791 \end_layout
6792
6793 \end_inset
6794
6795 , que añade un poco más de espacio entre el delimitador y su contenido,
6796  y la variante 
6797 \series bold
6798
6799 \backslash
6800 bigl
6801 \series default
6802 -
6803 \series bold
6804
6805 \backslash
6806 bigr
6807 \series default
6808
6809 \begin_inset Index idx
6810 status collapsed
6811
6812 \begin_layout Plain Layout
6813 Comandos ! B ! 
6814 \backslash
6815 bigl - 
6816 \backslash
6817 bigr
6818 \end_layout
6819
6820 \end_inset
6821
6822 , que no añade espacio adicional.
6823  La 
6824 \emph on
6825 l
6826 \emph default
6827  al final del comando 
6828 \series bold
6829
6830 \backslash
6831 bigl 
6832 \series default
6833 es para el delimitador izquierdo, la 
6834 \emph on
6835 r
6836 \emph default
6837  es para el delimitador derecho.
6838  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6839  apertura o de cierre.
6840 \end_layout
6841
6842 \begin_layout Standard
6843 En el siguiente cuadro hay una comparación de las variantes:
6844 \end_layout
6845
6846 \begin_layout Standard
6847 \noindent
6848 \align center
6849 \begin_inset Tabular
6850 <lyxtabular version="3" rows="5" columns="2">
6851 <features tabularvalignment="middle">
6852 <column alignment="center" valignment="top" width="0">
6853 <column alignment="center" valignment="top" width="0">
6854 <row>
6855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 Comando
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 Resultado
6869 \begin_inset Note Note
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873
6874 \series bold
6875
6876 \backslash
6877 raisebox
6878 \series default
6879  se usa sólo como espaciador
6880 \end_layout
6881
6882 \end_inset
6883
6884
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 <row>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \backslash
6897 Bigm(
6898 \backslash
6899 bigm(
6900 \backslash
6901 ln(3x)
6902 \backslash
6903 bigm)^2
6904 \series bold
6905
6906 \begin_inset ERT
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910
6911
6912 \backslash
6913 spce 
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \series default
6920
6921 \backslash
6922 Bigm)
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 </row>
6940 <row>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \backslash
6947 Big(
6948 \backslash
6949 big(
6950 \backslash
6951 ln(3x)
6952 \backslash
6953 big)^2
6954 \series bold
6955
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 spce 
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \series default
6970
6971 \backslash
6972 Big)
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6982 \end_inset
6983
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \backslash
6997 Bigl(
6998 \backslash
6999 bigl(
7000 \backslash
7001 ln(3x)
7002 \backslash
7003 bigr)^2
7004 \series bold
7005
7006 \begin_inset ERT
7007 status collapsed
7008
7009 \begin_layout Plain Layout
7010
7011
7012 \backslash
7013 spce 
7014 \end_layout
7015
7016 \end_inset
7017
7018
7019 \series default
7020
7021 \backslash
7022 Bigr)
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7032 \end_inset
7033
7034
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 </row>
7040 <row>
7041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045
7046 \backslash
7047 bigl)
7048 \backslash
7049 ln(3x)
7050 \backslash
7051 bigr(
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 </lyxtabular>
7070
7071 \end_inset
7072
7073
7074 \end_layout
7075
7076 \begin_layout Subsubsection
7077 Tamaño automático de los delimitadores
7078 \begin_inset CommandInset label
7079 LatexCommand label
7080 name "sub:Tamaño-automático-de"
7081
7082 \end_inset
7083
7084
7085 \begin_inset Index idx
7086 status collapsed
7087
7088 \begin_layout Plain Layout
7089 Delimitadores ! tamaño automático
7090 \end_layout
7091
7092 \end_inset
7093
7094
7095 \end_layout
7096
7097 \begin_layout Standard
7098 Se pueden insertar delimitadores de tamaño variable con los comandos 
7099 \series bold
7100
7101 \backslash
7102 left
7103 \series default
7104
7105 \begin_inset Index idx
7106 status collapsed
7107
7108 \begin_layout Plain Layout
7109 Comandos ! L ! 
7110 \backslash
7111 left
7112 \end_layout
7113
7114 \end_inset
7115
7116  y 
7117 \series bold
7118
7119 \backslash
7120 right
7121 \series default
7122
7123 \begin_inset Index idx
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127 Comandos ! R ! 
7128 \backslash
7129 right
7130 \end_layout
7131
7132 \end_inset
7133
7134  o con el botón de la barra de ecuaciones 
7135 \begin_inset Graphics
7136         filename ../../images/dialog-show_mathdelimiter.png
7137         scale 85
7138
7139 \end_inset
7140
7141 .
7142  El delimitador deseado se debe insertar directamente detrás de 
7143 \series bold
7144
7145 \backslash
7146 left
7147 \series default
7148  y 
7149 \series bold
7150
7151 \backslash
7152 right
7153 \series default
7154 .
7155  El tamaño se calculará automáticamente después para la salida.
7156  
7157 \end_layout
7158
7159 \begin_layout Standard
7160 \noindent
7161 \align center
7162 delimitador normal: El comando 
7163 \series bold
7164
7165 \backslash
7166 ln(
7167 \backslash
7168 frac
7169 \series default
7170
7171 \begin_inset ERT
7172 status collapsed
7173
7174 \begin_layout Plain Layout
7175
7176
7177 \backslash
7178 spce 
7179 \end_layout
7180
7181 \end_inset
7182
7183
7184 \series bold
7185 A
7186 \begin_inset Formula $\downarrow$
7187 \end_inset
7188
7189 C
7190 \series default
7191
7192 \begin_inset ERT
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196
7197
7198 \backslash
7199 spce
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \series bold
7206 )
7207 \series default
7208  genera
7209 \begin_inset Formula \[
7210 \ln(\frac{A}{C})
7211 \]
7212
7213 \end_inset
7214
7215
7216 \end_layout
7217
7218 \begin_layout Standard
7219 \noindent
7220 \align center
7221 delimitador multilínea: El comando 
7222 \series bold
7223
7224 \backslash
7225 ln
7226 \backslash
7227 left(
7228 \backslash
7229 frac
7230 \series default
7231
7232 \begin_inset ERT
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236
7237
7238 \backslash
7239 spce 
7240 \end_layout
7241
7242 \end_inset
7243
7244
7245 \series bold
7246 A
7247 \begin_inset Formula $\downarrow$
7248 \end_inset
7249
7250 C
7251 \series default
7252
7253 \begin_inset ERT
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257
7258
7259 \backslash
7260 spce 
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \series bold
7267
7268 \backslash
7269 right)
7270 \series default
7271  genera
7272 \begin_inset Formula \[
7273 \ln\left(\frac{A}{C}\right)
7274 \]
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \begin_layout Standard
7282 En lugar de 
7283 \series bold
7284
7285 \backslash
7286 left
7287 \series default
7288  y 
7289 \series bold
7290
7291 \backslash
7292 right
7293 \series default
7294  se puede usar el atajo 
7295 \family sans
7296 Alt+M
7297 \begin_inset space ~
7298 \end_inset
7299
7300 Corchete
7301 \family default
7302 .
7303  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7304  real del delimitador y además se genera el correspondiente delimitador
7305  de cierre.
7306 \begin_inset Newline newline
7307 \end_inset
7308
7309 El comando para el último ejemplo sería 
7310 \series bold
7311
7312 \backslash
7313 ln Alt+M
7314 \series default
7315  
7316 \series bold
7317 (
7318 \backslash
7319 frac
7320 \begin_inset ERT
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324
7325
7326 \backslash
7327 spce 
7328 \end_layout
7329
7330 \end_inset
7331
7332 A
7333 \begin_inset Formula $\downarrow$
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \begin_layout Standard
7340 Para omitir uno de los dos delimitadores se inserta un punto.
7341  Por ejemplo, el comando 
7342 \series bold
7343
7344 \backslash
7345 left.
7346 \backslash
7347 frac
7348 \series default
7349
7350 \begin_inset ERT
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 spce 
7358 \end_layout
7359
7360 \end_inset
7361
7362
7363 \series bold
7364 A
7365 \begin_inset Formula $\downarrow$
7366 \end_inset
7367
7368 B
7369 \series default
7370
7371 \begin_inset ERT
7372 status collapsed
7373
7374 \begin_layout Plain Layout
7375
7376
7377 \backslash
7378 spce 
7379 \end_layout
7380
7381 \end_inset
7382
7383
7384 \series bold
7385
7386 \backslash
7387 right}
7388 \series default
7389  da lugar a:
7390 \begin_inset Formula \[
7391 \left.\frac{A}{B}\right\} 
7392 \]
7393
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \begin_layout Standard
7400 LyX convertirá los comandos 
7401 \series bold
7402
7403 \backslash
7404 left
7405 \series default
7406  y 
7407 \series bold
7408
7409 \backslash
7410 right
7411 \series default
7412  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7413  omitido aparecerá como línea de trazos.
7414  
7415 \begin_inset VSpace bigskip
7416 \end_inset
7417
7418
7419 \end_layout
7420
7421 \begin_layout Standard
7422 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7423  de LaTeX, el comando 
7424 \series bold
7425
7426 \backslash
7427 middle
7428 \series default
7429
7430 \begin_inset Index idx
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434 Comandos ! M ! 
7435 \backslash
7436 middle
7437 \end_layout
7438
7439 \end_inset
7440
7441  está también disponible para todos los delimitadores y límites.
7442  Con este comando la altura del siguiente carácter se adapta a la de los
7443  delimitadores circundantes, lo que es necesario, p.
7444 \begin_inset space \thinspace{}
7445 \end_inset
7446
7447 e., para vectores físicos: 
7448 \begin_inset Formula \[
7449 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7450 \]
7451
7452 \end_inset
7453
7454
7455 \end_layout
7456
7457 \begin_layout Standard
7458 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7459 \begin_inset CommandInset ref
7460 LatexCommand ref
7461 reference "sub:Vectores-físicos"
7462
7463 \end_inset
7464
7465 .
7466 \end_layout
7467
7468 \begin_layout Subsection
7469 Delimitadores horizontales
7470 \begin_inset Index idx
7471 status collapsed
7472
7473 \begin_layout Plain Layout
7474 Delimitadores ! horizontales
7475 \end_layout
7476
7477 \end_inset
7478
7479
7480 \end_layout
7481
7482 \begin_layout Standard
7483 \noindent
7484 \align center
7485 \begin_inset Tabular
7486 <lyxtabular version="3" rows="4" columns="2">
7487 <features tabularvalignment="middle">
7488 <column alignment="center" valignment="top" width="0">
7489 <column alignment="center" valignment="top" width="0">
7490 <row>
7491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 Comando
7496 \begin_inset Note Note
7497 status collapsed
7498
7499 \begin_layout Plain Layout
7500
7501 \series bold
7502
7503 \backslash
7504 raisebox
7505 \series default
7506  se usa sólo como espaciador
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 Resultado
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset ERT
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535
7536
7537 \backslash
7538 raisebox{2.3mm}{
7539 \end_layout
7540
7541 \end_inset
7542
7543
7544 \backslash
7545 overbrace
7546 \begin_inset ERT
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550
7551
7552 \backslash
7553 spce 
7554 \end_layout
7555
7556 \end_inset
7557
7558 A+B
7559 \begin_inset ERT
7560 status collapsed
7561
7562 \begin_layout Plain Layout
7563
7564
7565 \backslash
7566 spce 
7567 \end_layout
7568
7569 \end_inset
7570
7571 ^
7572 \begin_inset ERT
7573 status collapsed
7574
7575 \begin_layout Plain Layout
7576
7577
7578 \backslash
7579 spce 
7580 \end_layout
7581
7582 \end_inset
7583
7584 3
7585 \begin_inset ERT
7586 status collapsed
7587
7588 \begin_layout Plain Layout
7589
7590 }
7591 \end_layout
7592
7593 \end_inset
7594
7595
7596 \begin_inset Index idx
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600 Comandos ! O ! 
7601 \backslash
7602 overbrace
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 \begin_inset Formula $\overbrace{A+B}^{3}$
7617 \end_inset
7618
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 </row>
7625 <row>
7626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 \begin_inset ERT
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634
7635
7636 \backslash
7637 raisebox{-2.2mm}{
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \backslash
7644 underbrace
7645 \begin_inset ERT
7646 status collapsed
7647
7648 \begin_layout Plain Layout
7649
7650
7651 \backslash
7652 spce 
7653 \end_layout
7654
7655 \end_inset
7656
7657 A+B
7658 \begin_inset ERT
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662
7663
7664 \backslash
7665 spce 
7666 \end_layout
7667
7668 \end_inset
7669
7670 _5
7671 \begin_inset ERT
7672 status collapsed
7673
7674 \begin_layout Plain Layout
7675
7676 }
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \begin_inset Index idx
7683 status collapsed
7684
7685 \begin_layout Plain Layout
7686 Comandos ! U ! 
7687 \backslash
7688 underbrace
7689 \end_layout
7690
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 \begin_inset Formula $\underbrace{A+B}_{5}$
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \backslash
7718 overbrace
7719 \begin_inset ERT
7720 status collapsed
7721
7722 \begin_layout Plain Layout
7723
7724
7725 \backslash
7726 spce 
7727 \end_layout
7728
7729 \end_inset
7730
7731
7732 \backslash
7733 underbrace
7734 \begin_inset ERT
7735 status collapsed
7736
7737 \begin_layout Plain Layout
7738
7739
7740 \backslash
7741 spce 
7742 \end_layout
7743
7744 \end_inset
7745
7746 A+B_w
7747 \begin_inset ERT
7748 status collapsed
7749
7750 \begin_layout Plain Layout
7751
7752
7753 \backslash
7754 spce 
7755 \end_layout
7756
7757 \end_inset
7758
7759
7760 \begin_inset ERT
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764
7765
7766 \backslash
7767 spce 
7768 \end_layout
7769
7770 \end_inset
7771
7772 _7
7773 \begin_inset ERT
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777
7778
7779 \backslash
7780 spce 
7781 \end_layout
7782
7783 \end_inset
7784
7785
7786 \begin_inset ERT
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790
7791
7792 \backslash
7793 spce 
7794 \end_layout
7795
7796 \end_inset
7797
7798 ^
7799 \begin_inset ERT
7800 status collapsed
7801
7802 \begin_layout Plain Layout
7803
7804
7805 \backslash
7806 spce 
7807 \end_layout
7808
7809 \end_inset
7810
7811 C
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7821 \end_inset
7822
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 </row>
7829 </lyxtabular>
7830
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \begin_layout Standard
7837 En el último ejemplo no importa en qué orden se introducen los comandos
7838  
7839 \series bold
7840
7841 \backslash
7842 overbrace
7843 \series default
7844  y 
7845 \series bold
7846
7847 \backslash
7848 underbrace
7849 \series default
7850 .
7851 \begin_inset VSpace bigskip
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \begin_layout Standard
7858 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7859  multilínea, como se describe en
7860 \begin_inset space ~
7861 \end_inset
7862
7863
7864 \begin_inset CommandInset ref
7865 LatexCommand ref
7866 reference "sec:Ecuaciones-multilínea"
7867
7868 \end_inset
7869
7870 :
7871 \begin_inset Formula \begin{eqnarray*}
7872 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7873  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7874 \end{eqnarray*}
7875
7876 \end_inset
7877
7878 En la primera fila se insertan la ecuación y la primera llave.
7879  Aquí es importante insertar el comando de espacio
7880 \begin_inset Foot
7881 status collapsed
7882
7883 \begin_layout Plain Layout
7884 Los comandos para espacios se explican en 
7885 \begin_inset CommandInset ref
7886 LatexCommand ref
7887 reference "sub:Espacio-predefinido"
7888
7889 \end_inset
7890
7891
7892 \end_layout
7893
7894 \end_inset
7895
7896  
7897 \series bold
7898
7899 \backslash
7900 :
7901 \series default
7902  antes de la primera
7903 \series bold
7904  
7905 \series default
7906
7907 \begin_inset Formula $d$
7908 \end_inset
7909
7910 , porque la llave que termina detrás de 
7911 \begin_inset Formula $q$
7912 \end_inset
7913
7914  impide que el siguiente 
7915 \begin_inset Quotes fld
7916 \end_inset
7917
7918 +
7919 \begin_inset Quotes frd
7920 \end_inset
7921
7922  esté rodeado de espacio.
7923 \begin_inset Foot
7924 status collapsed
7925
7926 \begin_layout Plain Layout
7927 Debido a que la llave no es considerada como carácter, véase 
7928 \begin_inset CommandInset ref
7929 LatexCommand ref
7930 reference "sub:Operadores-binarios"
7931
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \end_inset
7938
7939  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7940  de 
7941 \begin_inset Formula $b$
7942 \end_inset
7943
7944  se inserta antes el comando 
7945 \series bold
7946
7947 \backslash
7948 hphantom{gggg+
7949 \backslash
7950 :}
7951 \series default
7952 .
7953 \begin_inset Foot
7954 status collapsed
7955
7956 \begin_layout Plain Layout
7957 Más sobre 
7958 \series bold
7959
7960 \backslash
7961 hphantom
7962 \series default
7963  en 
7964 \begin_inset CommandInset ref
7965 LatexCommand ref
7966 reference "sub:Espacios-reservados"
7967
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974
7975  Ese espacio es necesario porque el signo 
7976 \begin_inset Quotes fld
7977 \end_inset
7978
7979 +
7980 \begin_inset Quotes frd
7981 \end_inset
7982
7983  va seguido de un espacio en la ecuación.
7984  La llave se coloca bajo el comando 
7985 \series bold
7986
7987 \backslash
7988 hphantom{bbqq+dddd}
7989 \series default
7990 .
7991  
7992 \end_layout
7993
7994 \begin_layout Standard
7995 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7996  ejemplo:
7997 \begin_inset ERT
7998 status collapsed
7999
8000 \begin_layout Plain Layout
8001
8002
8003 \backslash
8004 setlength{
8005 \backslash
8006 jot}{-6pt}
8007 \end_layout
8008
8009 \end_inset
8010
8011
8012 \begin_inset Formula \begin{eqnarray*}
8013  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8014 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8015 \end{eqnarray*}
8016
8017 \end_inset
8018
8019
8020 \begin_inset ERT
8021 status collapsed
8022
8023 \begin_layout Plain Layout
8024
8025
8026 \backslash
8027 setlength{
8028 \backslash
8029 jot}{3pt}
8030 \end_layout
8031
8032 \end_inset
8033
8034 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8035  anterior, con la diferencia de que la llave está encima.
8036  La segunda fila contiene la ecuación junto con la segunda llave.
8037  Para evitar que haya demasiado espacio entre la llave superior en la primera
8038  fila y la ecuación hay que reducirlo.
8039  Esto no es fácil de hacer debido a un fallo de LyX.
8040 \begin_inset Foot
8041 status collapsed
8042
8043 \begin_layout Plain Layout
8044 \begin_inset CommandInset href
8045 LatexCommand href
8046 name "LyX-bug #1505"
8047 target "http://www.lyx.org/trac/ticket/1505"
8048
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055
8056  Una solución es cambiar la separación global de filas en la ecuación, 
8057 \series bold
8058
8059 \backslash
8060 jot
8061 \series default
8062
8063 \begin_inset Index idx
8064 status collapsed
8065
8066 \begin_layout Plain Layout
8067 Comandos ! J ! 
8068 \backslash
8069 jot
8070 \end_layout
8071
8072 \end_inset
8073
8074 , en -6
8075 \begin_inset space \thinspace{}
8076 \end_inset
8077
8078 pt insertando antes de la ecuación el comando 
8079 \series bold
8080
8081 \backslash
8082 setlength{
8083 \backslash
8084 jot}{-6pt}
8085 \series default
8086  en modo TeX.
8087  Después de la ecuación se vuelve al valor normal 3
8088 \begin_inset space \thinspace{}
8089 \end_inset
8090
8091 pt de 
8092 \series bold
8093
8094 \backslash
8095 jot
8096 \series default
8097  usando el mismo comando.
8098  Más información sobre separación de filas en ecuaciones en
8099 \begin_inset space ~
8100 \end_inset
8101
8102
8103 \begin_inset CommandInset ref
8104 LatexCommand ref
8105 reference "sub:Separación-de-líneas"
8106
8107 \end_inset
8108
8109 .
8110 \end_layout
8111
8112 \begin_layout Section
8113 Flechas
8114 \begin_inset Index idx
8115 status collapsed
8116
8117 \begin_layout Plain Layout
8118 Flechas
8119 \end_layout
8120
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \begin_layout Standard
8127 Las flechas se pueden insertar con el botón 
8128 \begin_inset Graphics
8129         filename ../../images/math/leftarrow.png
8130         scale 85
8131
8132 \end_inset
8133
8134  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8135  siguientes.
8136 \end_layout
8137
8138 \begin_layout Subsection
8139 Flechas horizontales
8140 \begin_inset Index idx
8141 status collapsed
8142
8143 \begin_layout Plain Layout
8144 Flechas ! horizontales
8145 \end_layout
8146
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \begin_layout Standard
8153 \begin_inset space \hfill{}
8154 \end_inset
8155
8156
8157 \begin_inset Tabular
8158 <lyxtabular version="3" rows="8" columns="2">
8159 <features tabularvalignment="middle">
8160 <column alignment="center" valignment="top" width="0pt">
8161 <column alignment="center" valignment="top" width="0pt">
8162 <row>
8163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Comando
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Resultado
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \backslash
8189 gets
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 \begin_inset Formula $\gets$
8199 \end_inset
8200
8201
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \backslash
8214 Leftarrow
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 \begin_inset Formula $\Leftarrow$
8224 \end_inset
8225
8226
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \backslash
8239 longleftarrow
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 \begin_inset Formula $\longleftarrow$
8249 \end_inset
8250
8251
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \backslash
8264 Longleftarrow
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 \begin_inset Formula $\Longleftarrow$
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \backslash
8289 leftharpoonup
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\leftharpoonup$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 leftharpoondown
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 \begin_inset Formula $\leftharpoondown$
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \backslash
8339 hookleftarrow
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 \begin_inset Formula $\hookleftarrow$
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 </lyxtabular>
8358
8359 \end_inset
8360
8361
8362 \begin_inset space \hfill{}
8363 \end_inset
8364
8365
8366 \begin_inset Tabular
8367 <lyxtabular version="3" rows="8" columns="2">
8368 <features tabularvalignment="middle">
8369 <column alignment="center" valignment="top" width="0pt">
8370 <column alignment="center" valignment="top" width="0pt">
8371 <row>
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Comando
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Resultado
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \backslash
8398 to
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 \begin_inset Formula $\to$
8408 \end_inset
8409
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \backslash
8423 Rightarrow
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 \begin_inset Formula $\Rightarrow$
8433 \end_inset
8434
8435
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \backslash
8448 longrightarrow
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 \begin_inset Formula $\longrightarrow$
8458 \end_inset
8459
8460
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \backslash
8473 Longrightarrow
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 \begin_inset Formula $\Longrightarrow$
8483 \end_inset
8484
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \backslash
8498 rightharpoonup
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 \begin_inset Formula $\rightharpoonup$
8508 \end_inset
8509
8510
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \backslash
8523 rightharpoondown
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 \begin_inset Formula $\rightharpoondown$
8533 \end_inset
8534
8535
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \backslash
8548 hookrightarrow
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 \begin_inset Formula $\hookrightarrow$
8558 \end_inset
8559
8560
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 </lyxtabular>
8567
8568 \end_inset
8569
8570
8571 \begin_inset space \hfill{}
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \begin_layout Standard
8578 \begin_inset space \hfill{}
8579 \end_inset
8580
8581
8582 \begin_inset Tabular
8583 <lyxtabular version="3" rows="6" columns="2">
8584 <features tabularvalignment="middle">
8585 <column alignment="center" valignment="top" width="0pt">
8586 <column alignment="center" valignment="top" width="0pt">
8587 <row>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Comando
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Resultado
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \backslash
8614 leftrightarrow
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 \begin_inset Formula $\leftrightarrow$
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \backslash
8639 Leftrightarrow
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 \begin_inset Formula $\Leftrightarrow$
8649 \end_inset
8650
8651
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \backslash
8664 longleftrightarrow
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 \begin_inset Formula $\longleftrightarrow$
8674 \end_inset
8675
8676
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \backslash
8689 Longleftrightarrow
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 \begin_inset Formula $\Longleftrightarrow$
8699 \end_inset
8700
8701
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \backslash
8714 rightleftharpoons
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 \begin_inset Formula $\rightleftharpoons$
8724 \end_inset
8725
8726
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 </lyxtabular>
8733
8734 \end_inset
8735
8736
8737 \begin_inset space \hspace{}
8738 \length 25pt
8739 \end_inset
8740
8741
8742 \begin_inset space \hfill{}
8743 \end_inset
8744
8745
8746 \begin_inset Tabular
8747 <lyxtabular version="3" rows="5" columns="2">
8748 <features tabularvalignment="middle">
8749 <column alignment="center" valignment="top" width="0pt">
8750 <column alignment="center" valignment="top" width="0pt">
8751 <row>
8752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Comando
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Resultado
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \backslash
8778 mapsto
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 \begin_inset Formula $\mapsto$
8788 \end_inset
8789
8790
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \backslash
8803 longmapsto
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 \begin_inset Formula $\longmapsto$
8813 \end_inset
8814
8815
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \backslash
8828 leadsto
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 \begin_inset Formula $\leadsto$
8838 \end_inset
8839
8840
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \backslash
8853 dasharrow
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 \begin_inset Formula $\dasharrow$
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 </lyxtabular>
8872
8873 \end_inset
8874
8875
8876 \begin_inset space \hfill{}
8877 \end_inset
8878
8879
8880 \begin_inset VSpace medskip
8881 \end_inset
8882
8883
8884 \end_layout
8885
8886 \begin_layout Standard
8887 Las flechas que se utilizan como acentos, p.
8888 \begin_inset space \thinspace{}
8889 \end_inset
8890
8891 e.
8892  en vectores, se describen en 
8893 \begin_inset CommandInset ref
8894 LatexCommand ref
8895 reference "sec:Acentos"
8896
8897 \end_inset
8898
8899 .
8900  
8901 \begin_inset VSpace bigskip
8902 \end_inset
8903
8904
8905 \end_layout
8906
8907 \begin_layout Standard
8908 Además hay las flechas etiquetadas
8909 \begin_inset Index idx
8910 status collapsed
8911
8912 \begin_layout Plain Layout
8913 Flechas ! etiquetadas
8914 \end_layout
8915
8916 \end_inset
8917
8918  
8919 \series bold
8920
8921 \backslash
8922 xleftarrow
8923 \series default
8924
8925 \begin_inset Index idx
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929 Comandos ! X ! 
8930 \backslash
8931 xleftarrow
8932 \end_layout
8933
8934 \end_inset
8935
8936  y 
8937 \series bold
8938
8939 \backslash
8940 xrightarrow
8941 \series default
8942
8943 \begin_inset Index idx
8944 status collapsed
8945
8946 \begin_layout Plain Layout
8947 Comandos ! X ! 
8948 \backslash
8949 xrightarrow
8950 \begin_inset ERT
8951 status collapsed
8952
8953 \begin_layout Plain Layout
8954
8955
8956 \backslash
8957 vspace{4mm}
8958 \end_layout
8959
8960 \end_inset
8961
8962
8963 \end_layout
8964
8965 \end_inset
8966
8967 .
8968  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8969  con dos marcos azules donde se puede insertar la etiqueta.
8970  La longitud de la flecha se adapta a la anchura de la etiqueta.
8971 \end_layout
8972
8973 \begin_layout Standard
8974 \noindent
8975 \align center
8976 \begin_inset Tabular
8977 <lyxtabular version="3" rows="3" columns="2">
8978 <features tabularvalignment="middle">
8979 <column alignment="center" valignment="top" width="0">
8980 <column alignment="center" valignment="top" width="0">
8981 <row>
8982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Comando
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Resultado
8996 \begin_inset Note Note
8997 status collapsed
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002
9003 \backslash
9004 raisebox
9005 \series default
9006  se usa sólo como espaciador
9007 \end_layout
9008
9009 \end_inset
9010
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 F(a)
9023 \backslash
9024 xleftarrow
9025 \begin_inset ERT
9026 status collapsed
9027
9028 \begin_layout Plain Layout
9029
9030
9031 \backslash
9032 spce 
9033 \end_layout
9034
9035 \end_inset
9036
9037 x=a
9038 \begin_inset Formula $\downarrow$
9039 \end_inset
9040
9041 x>0
9042 \begin_inset Formula $\to$
9043 \end_inset
9044
9045 F(x)
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9055 \end_inset
9056
9057
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 F(x)
9069 \backslash
9070 xrightarrow
9071 \begin_inset ERT
9072 status collapsed
9073
9074 \begin_layout Plain Layout
9075
9076
9077 \backslash
9078 spce 
9079 \end_layout
9080
9081 \end_inset
9082
9083 x=a
9084 \begin_inset Formula $\downarrow$
9085 \end_inset
9086
9087 x>0
9088 \begin_inset Formula $\to$
9089 \end_inset
9090
9091 F(a)
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 </lyxtabular>
9110
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \begin_layout Subsection
9117 Flechas verticales y diagonales
9118 \begin_inset Index idx
9119 status collapsed
9120
9121 \begin_layout Plain Layout
9122 Flechas ! diagonales
9123 \end_layout
9124
9125 \end_inset
9126
9127
9128 \begin_inset Index idx
9129 status collapsed
9130
9131 \begin_layout Plain Layout
9132 Flechas ! verticales
9133 \end_layout
9134
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \begin_layout Standard
9141 \begin_inset space \hfill{}
9142 \end_inset
9143
9144
9145 \begin_inset Tabular
9146 <lyxtabular version="3" rows="7" columns="2">
9147 <features tabularvalignment="middle">
9148 <column alignment="center" valignment="top" width="0pt">
9149 <column alignment="center" valignment="top" width="0pt">
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 Comando
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Resultado
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \backslash
9177 uparrow
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\uparrow$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \backslash
9202 Uparrow
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 \begin_inset Formula $\Uparrow$
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 updownarrow
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 \begin_inset Formula $\updownarrow$
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 Updownarrow
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\Updownarrow$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 Downarrow
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\Downarrow$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 downarrow
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\downarrow$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 </lyxtabular>
9321
9322 \end_inset
9323
9324
9325 \begin_inset space \hfill{}
9326 \end_inset
9327
9328
9329 \begin_inset Tabular
9330 <lyxtabular version="3" rows="5" columns="2">
9331 <features tabularvalignment="middle">
9332 <column alignment="center" valignment="top" width="0pt">
9333 <column alignment="center" valignment="top" width="0pt">
9334 <row>
9335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 Comando
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Resultado
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \backslash
9361 nearrow
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 \begin_inset Formula $\nearrow$
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \backslash
9386 searrow
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Formula $\searrow$
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 swarrow
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 \begin_inset Formula $\swarrow$
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \backslash
9436 nwarrow
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Formula $\nwarrow$
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 </lyxtabular>
9455
9456 \end_inset
9457
9458
9459 \begin_inset space \hfill{}
9460 \end_inset
9461
9462
9463 \end_layout
9464
9465 \begin_layout Standard
9466 \begin_inset VSpace medskip
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \begin_layout Standard
9473 Las flechas verticales también se pueden usar como delimitadores junto con
9474  los comandos descritos en
9475 \begin_inset space ~
9476 \end_inset
9477
9478
9479 \begin_inset CommandInset ref
9480 LatexCommand ref
9481 reference "sub:Tamaño-manual-de"
9482
9483 \end_inset
9484
9485  y 
9486 \begin_inset CommandInset ref
9487 LatexCommand ref
9488 reference "sub:Tamaño-automático-de"
9489
9490 \end_inset
9491
9492 .
9493 \end_layout
9494
9495 \begin_layout Standard
9496
9497 \end_layout
9498
9499 \begin_layout Section
9500 Acentos
9501 \begin_inset CommandInset label
9502 LatexCommand label
9503 name "sec:Acentos"
9504
9505 \end_inset
9506
9507
9508 \begin_inset Index idx
9509 status collapsed
9510
9511 \begin_layout Plain Layout
9512 Acentos
9513 \end_layout
9514
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \begin_layout Standard
9521 Los acentos se pueden insertar con el botón 
9522 \begin_inset Graphics
9523         filename ../../images/math/hat.png
9524         scale 85
9525
9526 \end_inset
9527
9528  o mediante los comandos listados en las siguientes subsecciones.
9529 \end_layout
9530
9531 \begin_layout Subsection
9532 Acentos para un carácter
9533 \begin_inset ERT
9534 status collapsed
9535
9536 \begin_layout Plain Layout
9537
9538
9539 \backslash
9540 texorpdfstring{
9541 \end_layout
9542
9543 \end_inset
9544
9545
9546 \begin_inset Foot
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550 Para acentos en texto, véase 
9551 \begin_inset CommandInset ref
9552 LatexCommand ref
9553 reference "sub:Acentos-en-texto"
9554
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \end_inset
9561
9562
9563 \begin_inset ERT
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567
9568 }{}
9569 \end_layout
9570
9571 \end_inset
9572
9573
9574 \begin_inset Note Note
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578
9579 \series bold
9580
9581 \backslash
9582 texorpdfstring
9583 \series default
9584  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9585 \end_layout
9586
9587 \begin_layout Plain Layout
9588 Más sobre 
9589 \series bold
9590
9591 \backslash
9592 texorpdfstring
9593 \series default
9594  en la sección 
9595 \begin_inset CommandInset ref
9596 LatexCommand ref
9597 reference "sub:Ecuaciones-en-encabezados"
9598
9599 \end_inset
9600
9601 .
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \begin_inset CommandInset label
9608 LatexCommand label
9609 name "sub:Acentos-para-un"
9610
9611 \end_inset
9612
9613
9614 \begin_inset Index idx
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618 Acentos ! para un carácter
9619 \end_layout
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 \begin_inset space \hfill{}
9628 \end_inset
9629
9630
9631 \begin_inset Tabular
9632 <lyxtabular version="3" rows="8" columns="2">
9633 <features tabularvalignment="middle">
9634 <column alignment="center" valignment="top" width="0pt">
9635 <column alignment="center" valignment="top" width="0pt">
9636 <row>
9637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 Comando
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 Resultado
9651 \begin_inset Note Note
9652 status collapsed
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657
9658 \backslash
9659 raisebox
9660 \series default
9661  se usa sólo como espaciador
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 dot
9680 \begin_inset ERT
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684
9685
9686 \backslash
9687 spce 
9688 \end_layout
9689
9690 \end_inset
9691
9692 A
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \backslash
9717 ddot
9718 \begin_inset ERT
9719 status collapsed
9720
9721 \begin_layout Plain Layout
9722
9723
9724 \backslash
9725 spce 
9726 \end_layout
9727
9728 \end_inset
9729
9730 A
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row>
9749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \backslash
9755 dddot
9756 \begin_inset ERT
9757 status collapsed
9758
9759 \begin_layout Plain Layout
9760
9761
9762 \backslash
9763 spce 
9764 \end_layout
9765
9766 \end_inset
9767
9768 A
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 <row>
9787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \backslash
9793 ddddot
9794 \begin_inset ERT
9795 status collapsed
9796
9797 \begin_layout Plain Layout
9798
9799
9800 \backslash
9801 spce 
9802 \end_layout
9803
9804 \end_inset
9805
9806 A
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9816 \end_inset
9817
9818
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 </row>
9824 <row>
9825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \backslash
9831 vec
9832 \begin_inset ERT
9833 status collapsed
9834
9835 \begin_layout Plain Layout
9836
9837
9838 \backslash
9839 spce 
9840 \end_layout
9841
9842 \end_inset
9843
9844 A
9845 \begin_inset Index idx
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849 Vectores
9850 \end_layout
9851
9852 \end_inset
9853
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 </row>
9872 <row>
9873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877
9878 \backslash
9879 bar
9880 \begin_inset ERT
9881 status collapsed
9882
9883 \begin_layout Plain Layout
9884
9885
9886 \backslash
9887 spce 
9888 \end_layout
9889
9890 \end_inset
9891
9892 A
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9902 \end_inset
9903
9904
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row>
9911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \backslash
9917 mathring
9918 \begin_inset ERT
9919 status collapsed
9920
9921 \begin_layout Plain Layout
9922
9923
9924 \backslash
9925 spce 
9926 \end_layout
9927
9928 \end_inset
9929
9930 A
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 </lyxtabular>
9949
9950 \end_inset
9951
9952
9953 \begin_inset space \hfill{}
9954 \end_inset
9955
9956
9957 \begin_inset Tabular
9958 <lyxtabular version="3" rows="7" columns="2">
9959 <features tabularvalignment="middle">
9960 <column alignment="center" valignment="top" width="0pt">
9961 <column alignment="center" valignment="top" width="0pt">
9962 <row>
9963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 Comando
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Resultado
9977 \begin_inset Note Note
9978 status collapsed
9979
9980 \begin_layout Plain Layout
9981
9982 \series bold
9983
9984 \backslash
9985 raisebox
9986 \series default
9987  se usa sólo como espaciador
9988 \end_layout
9989
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row>
9999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \backslash
10005 tilde
10006 \begin_inset ERT
10007 status collapsed
10008
10009 \begin_layout Plain Layout
10010
10011
10012 \backslash
10013 spce 
10014 \end_layout
10015
10016 \end_inset
10017
10018 A
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \backslash
10043 hat
10044 \begin_inset ERT
10045 status collapsed
10046
10047 \begin_layout Plain Layout
10048
10049
10050 \backslash
10051 spce 
10052 \end_layout
10053
10054 \end_inset
10055
10056 A
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10066 \end_inset
10067
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \backslash
10081 check
10082 \begin_inset ERT
10083 status collapsed
10084
10085 \begin_layout Plain Layout
10086
10087
10088 \backslash
10089 spce 
10090 \end_layout
10091
10092 \end_inset
10093
10094 A
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10104 \end_inset
10105
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \backslash
10119 acute
10120 \begin_inset ERT
10121 status collapsed
10122
10123 \begin_layout Plain Layout
10124
10125
10126 \backslash
10127 spce 
10128 \end_layout
10129
10130 \end_inset
10131
10132 A
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10142 \end_inset
10143
10144
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 <row>
10151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \backslash
10157 grave
10158 \begin_inset ERT
10159 status collapsed
10160
10161 \begin_layout Plain Layout
10162
10163
10164 \backslash
10165 spce 
10166 \end_layout
10167
10168 \end_inset
10169
10170 A
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10180 \end_inset
10181
10182
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \backslash
10195 breve
10196 \begin_inset ERT
10197 status collapsed
10198
10199 \begin_layout Plain Layout
10200
10201
10202 \backslash
10203 spce 
10204 \end_layout
10205
10206 \end_inset
10207
10208 A
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10218 \end_inset
10219
10220
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 </lyxtabular>
10227
10228 \end_inset
10229
10230
10231 \begin_inset space \hfill{}
10232 \end_inset
10233
10234
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \begin_inset VSpace bigskip
10239 \end_inset
10240
10241
10242 \end_layout
10243
10244 \begin_layout Standard
10245 En ecuaciones se pueden insertar acentos como é directamente.
10246  LyX los transformará al comando de acento correspondiente.
10247  Para poner diéresis
10248 \begin_inset Index idx
10249 status collapsed
10250
10251 \begin_layout Plain Layout
10252 Dieresis@Diéresis
10253 \end_layout
10254
10255 \end_inset
10256
10257  es mejor insertar comillas antes de la vocal.
10258  Estos dos caracteres son considerados por LaTeX como 
10259 \emph on
10260 un solo
10261 \emph default
10262  carácter si la parte de la ecuación con la diéresis se marca en idioma
10263  alemán.
10264 \begin_inset Foot
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268 O algún otro idioma que use acentos, p.
10269 \begin_inset space \thinspace{}
10270 \end_inset
10271
10272 e.
10273  catalán.
10274  Aunque esto no funciona en español por algún conflicto con el estilo 
10275 \series bold
10276 spanish
10277 \series default
10278  de 
10279 \series bold
10280 babel
10281 \series default
10282 , no es necesario: se puede escribir 
10283 \begin_inset Formula $ï$
10284 \end_inset
10285
10286  en una ecuación igual que se hace en texto normal, ï.
10287  (
10288 \emph on
10289 N.
10290 \begin_inset space \thinspace{}
10291 \end_inset
10292
10293 del t.
10294 \emph default
10295 )
10296 \end_layout
10297
10298 \end_inset
10299
10300  A diferencia de 
10301 \series bold
10302
10303 \backslash
10304 ddot
10305 \series default
10306 , con este método se generan diéresis 
10307 \begin_inset Quotes fld
10308 \end_inset
10309
10310 reales
10311 \begin_inset Quotes frd
10312 \end_inset
10313
10314 , como se demuestra en el siguiente ejemplo:
10315 \begin_inset VSpace -2mm
10316 \end_inset
10317
10318
10319 \end_layout
10320
10321 \begin_layout Standard
10322 \noindent
10323 \align center
10324 \begin_inset Tabular
10325 <lyxtabular version="3" rows="3" columns="2">
10326 <features tabularvalignment="middle">
10327 <column alignment="center" valignment="top" width="0">
10328 <column alignment="center" valignment="top" width="0">
10329 <row>
10330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Comando
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Resultado
10344 \begin_inset Note Note
10345 status collapsed
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350
10351 \backslash
10352 raisebox
10353 \series default
10354  se usa sólo como espaciador.
10355 \end_layout
10356
10357 \end_inset
10358
10359
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 ï
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 \begin_inset Formula $ï$
10380 \end_inset
10381
10382
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \backslash
10395 ddot
10396 \begin_inset ERT
10397 status collapsed
10398
10399 \begin_layout Plain Layout
10400
10401
10402 \backslash
10403 spce 
10404 \end_layout
10405
10406 \end_inset
10407
10408 i
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10418 \end_inset
10419
10420
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 </lyxtabular>
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \begin_layout Standard
10434 Otra ventaja frente a 
10435 \series bold
10436
10437 \backslash
10438 ddot
10439 \series default
10440  es que la diéresis puede convertirse directamente a texto matemático, porque
10441  los anteriores comandos para acentos 
10442 \emph on
10443 no están permitidos en texto matemático
10444 \emph default
10445 .
10446  Para convertir un carácter acentuado a texto matemático, se debe convertir
10447  sólo el carácter bajo el acento.
10448  Esto también se aplica para otras conversiones, p.
10449 \begin_inset space \thinspace{}
10450 \end_inset
10451
10452 e.
10453 \begin_inset space ~
10454 \end_inset
10455
10456 cursiva o negrita.
10457 \end_layout
10458
10459 \begin_layout Standard
10460 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10461 \end_layout
10462
10463 \begin_layout Subsection
10464 Acentos para operadores
10465 \begin_inset Index idx
10466 status collapsed
10467
10468 \begin_layout Plain Layout
10469 Acentos ! en operadores
10470 \end_layout
10471
10472 \end_inset
10473
10474
10475 \end_layout
10476
10477 \begin_layout Standard
10478 Con los comandos 
10479 \series bold
10480
10481 \backslash
10482 overset
10483 \series default
10484
10485 \begin_inset Index idx
10486 status collapsed
10487
10488 \begin_layout Plain Layout
10489 Comandos ! O ! 
10490 \backslash
10491 overset
10492 \end_layout
10493
10494 \end_inset
10495
10496  y 
10497 \series bold
10498
10499 \backslash
10500 underset
10501 \series default
10502
10503 \begin_inset Index idx
10504 status collapsed
10505
10506 \begin_layout Plain Layout
10507 Comandos ! U ! 
10508 \backslash
10509 underset
10510 \end_layout
10511
10512 \end_inset
10513
10514  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10515  Con el comando 
10516 \series bold
10517
10518 \backslash
10519 sideset
10520 \series default
10521
10522 \begin_inset Index idx
10523 status collapsed
10524
10525 \begin_layout Plain Layout
10526 Comandos ! S ! 
10527 \backslash
10528 sideset
10529 \end_layout
10530
10531 \end_inset
10532
10533  se pueden poner caracteres delante y detrás de un operador.
10534  El esquema del comando es:
10535 \end_layout
10536
10537 \begin_layout Standard
10538
10539 \series bold
10540
10541 \backslash
10542 sideset{carácter
10543 \series default
10544  
10545 \series bold
10546 anterior}{carácter posterior}
10547 \end_layout
10548
10549 \begin_layout Standard
10550
10551 \series bold
10552
10553 \backslash
10554 sideset
10555 \series default
10556  siempre debe estar delante del operador que debe acentuarse.
10557  Se puede acentuar con varios caracteres e incluso con otros operadores
10558  y símbolos.
10559  Para colocar con
10560 \series bold
10561  
10562 \backslash
10563 sideset
10564 \series default
10565  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10566  el primer par de llaves, pero sin quitarlas.
10567  
10568 \end_layout
10569
10570 \begin_layout Standard
10571 Por ejemplo, el comando 
10572 \series bold
10573
10574 \backslash
10575 sideset{
10576 \begin_inset Formula $\to$
10577 \end_inset
10578
10579
10580 \backslash
10581 {
10582 \series default
10583 '
10584 \series bold
10585
10586 \begin_inset Formula $\to$
10587 \end_inset
10588
10589
10590 \backslash
10591 sum_k=1
10592 \begin_inset ERT
10593 status collapsed
10594
10595 \begin_layout Plain Layout
10596
10597
10598 \backslash
10599 spce 
10600 \end_layout
10601
10602 \end_inset
10603
10604
10605 \series default
10606 ^
10607 \series bold
10608
10609 \begin_inset ERT
10610 status collapsed
10611
10612 \begin_layout Plain Layout
10613
10614
10615 \backslash
10616 spce 
10617 \end_layout
10618
10619 \end_inset
10620
10621 n
10622 \series default
10623  genera:
10624 \begin_inset Formula \[
10625 \sideset{}{'}\sum_{k=1}^{n}
10626 \]
10627
10628 \end_inset
10629
10630
10631 \end_layout
10632
10633 \begin_layout Standard
10634 El comando 
10635 \series bold
10636
10637 \backslash
10638 overset
10639 \begin_inset ERT
10640 status collapsed
10641
10642 \begin_layout Plain Layout
10643
10644
10645 \backslash
10646 spce 
10647 \end_layout
10648
10649 \end_inset
10650
10651
10652 \backslash
10653 maltese
10654 \begin_inset ERT
10655 status collapsed
10656
10657 \begin_layout Plain Layout
10658
10659
10660 \backslash
10661 spce 
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \series default
10668
10669 \begin_inset Formula $\uparrow$
10670 \end_inset
10671
10672
10673 \series bold
10674 a
10675 \series default
10676  genera:
10677 \begin_inset Formula \[
10678 \overset{a}{\maltese}
10679 \]
10680
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \begin_layout Standard
10687 Como se ve en el último ejemplo, con 
10688 \series bold
10689
10690 \backslash
10691 overset
10692 \series default
10693  y 
10694 \series bold
10695
10696 \backslash
10697 underset
10698 \series default
10699  también se pueden acentuar símbolos y caracteres; con 
10700 \series bold
10701
10702 \backslash
10703 sideset
10704 \series default
10705  esto no es posible.
10706 \end_layout
10707
10708 \begin_layout Subsection
10709 Acentos para varios caracteres
10710 \begin_inset Index idx
10711 status collapsed
10712
10713 \begin_layout Plain Layout
10714 Acentos ! en varios caracteres
10715 \end_layout
10716
10717 \end_inset
10718
10719
10720 \end_layout
10721
10722 \begin_layout Standard
10723 \begin_inset space \hfill{}
10724 \end_inset
10725
10726
10727 \begin_inset Tabular
10728 <lyxtabular version="3" rows="5" columns="2">
10729 <features tabularvalignment="middle">
10730 <column alignment="center" valignment="top" width="0pt">
10731 <column alignment="center" valignment="top" width="0pt">
10732 <row>
10733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Comando
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Resultado
10747 \begin_inset Note Note
10748 status collapsed
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753
10754 \backslash
10755 raisebox
10756 \series default
10757  se usa sólo como espaciador
10758 \end_layout
10759
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \backslash
10775 overleftarrow
10776 \begin_inset ERT
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780
10781
10782 \backslash
10783 spce 
10784 \end_layout
10785
10786 \end_inset
10787
10788 A=B
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \backslash
10813 underleftarrow
10814 \begin_inset ERT
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818
10819
10820 \backslash
10821 spce 
10822 \end_layout
10823
10824 \end_inset
10825
10826 A=B
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \backslash
10851 overleftrightarrow
10852 \begin_inset ERT
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856
10857
10858 \backslash
10859 spce 
10860 \end_layout
10861
10862 \end_inset
10863
10864 A=B
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 <row>
10883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \backslash
10889 underleftrightarrow
10890 \begin_inset ERT
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894
10895
10896 \backslash
10897 spce 
10898 \end_layout
10899
10900 \end_inset
10901
10902 A=B
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 </lyxtabular>
10921
10922 \end_inset
10923
10924
10925 \begin_inset space \hfill{}
10926 \end_inset
10927
10928
10929 \begin_inset Tabular
10930 <lyxtabular version="3" rows="5" columns="2">
10931 <features tabularvalignment="middle">
10932 <column alignment="center" valignment="top" width="0pt">
10933 <column alignment="center" valignment="top" width="0pt">
10934 <row>
10935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 Comando
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Resultado
10949 \begin_inset Note Note
10950 status collapsed
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955
10956 \backslash
10957 raisebox
10958 \series default
10959  se usa sólo como espaciador
10960 \end_layout
10961
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \backslash
10977 overrightarrow
10978 \begin_inset ERT
10979 status collapsed
10980
10981 \begin_layout Plain Layout
10982
10983
10984 \backslash
10985 spce 
10986 \end_layout
10987
10988 \end_inset
10989
10990 A=B
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11000 \end_inset
11001
11002
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 </row>
11008 <row>
11009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \backslash
11015 underrightarrow
11016 \begin_inset ERT
11017 status collapsed
11018
11019 \begin_layout Plain Layout
11020
11021
11022 \backslash
11023 spce 
11024 \end_layout
11025
11026 \end_inset
11027
11028 A=B
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11038 \end_inset
11039
11040
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \backslash
11053 widetilde
11054 \begin_inset ERT
11055 status collapsed
11056
11057 \begin_layout Plain Layout
11058
11059
11060 \backslash
11061 spce 
11062 \end_layout
11063
11064 \end_inset
11065
11066 A=B
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row>
11085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \backslash
11091 widehat
11092 \begin_inset ERT
11093 status collapsed
11094
11095 \begin_layout Plain Layout
11096
11097
11098 \backslash
11099 spce 
11100 \end_layout
11101
11102 \end_inset
11103
11104 A=B
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11114 \end_inset
11115
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 </lyxtabular>
11123
11124 \end_inset
11125
11126
11127 \begin_inset space \hfill{}
11128 \end_inset
11129
11130
11131 \end_layout
11132
11133 \begin_layout Standard
11134 \begin_inset VSpace medskip
11135 \end_inset
11136
11137
11138 \end_layout
11139
11140 \begin_layout Standard
11141 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11142  Pero los acentos 
11143 \series bold
11144
11145 \backslash
11146 widetilde
11147 \series default
11148  y 
11149 \series bold
11150
11151 \backslash
11152 widehat
11153 \series default
11154  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11155  ejemplo:
11156 \begin_inset Formula \[
11157 \widetilde{A+B=C-D}
11158 \]
11159
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \begin_layout Standard
11166 Con los comandos 
11167 \series bold
11168
11169 \backslash
11170 overset
11171 \series default
11172
11173 \begin_inset Index idx
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177 Comandos ! O ! 
11178 \backslash
11179 overset
11180 \end_layout
11181
11182 \end_inset
11183
11184  y 
11185 \series bold
11186
11187 \backslash
11188 underset
11189 \series default
11190
11191 \begin_inset Index idx
11192 status collapsed
11193
11194 \begin_layout Plain Layout
11195 Comandos ! U ! 
11196 \backslash
11197 underset
11198 \end_layout
11199
11200 \end_inset
11201
11202 , descritos en la subsección anterior, también se pueden acentuar varios
11203  caracteres.
11204  El comando 
11205 \series bold
11206
11207 \backslash
11208 underset
11209 \begin_inset ERT
11210 status collapsed
11211
11212 \begin_layout Plain Layout
11213
11214
11215 \backslash
11216 spce 
11217 \end_layout
11218
11219 \end_inset
11220
11221 A=B
11222 \begin_inset Formula $\downarrow$
11223 \end_inset
11224
11225 ***
11226 \series default
11227  da:
11228 \begin_inset Formula \[
11229 \underset{***}{A=B}
11230 \]
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \begin_layout Section
11238 Espacios
11239 \begin_inset CommandInset label
11240 LatexCommand label
11241 name "sec:Espacio"
11242
11243 \end_inset
11244
11245
11246 \begin_inset Index idx
11247 status collapsed
11248
11249 \begin_layout Plain Layout
11250 Espacio ! horizontal
11251 \end_layout
11252
11253 \end_inset
11254
11255
11256 \end_layout
11257
11258 \begin_layout Subsection
11259 Espacio predefinido
11260 \begin_inset CommandInset label
11261 LatexCommand label
11262 name "sub:Espacio-predefinido"
11263
11264 \end_inset
11265
11266
11267 \begin_inset Index idx
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271 Espacio ! horizontal ! predefinido
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 A veces es necesario insertar espacio horizontal en una ecuación.
11281  Esto se hace insertando un espacio protegido (atajo 
11282 \family sans
11283 Ctrl+Espacio
11284 \family default
11285 ).
11286  Aparece un 
11287 \begin_inset Quotes fld
11288 \end_inset
11289
11290
11291 \color black
11292
11293 \begin_inset ERT
11294 status collapsed
11295
11296 \begin_layout Plain Layout
11297
11298
11299 \backslash
11300 spce 
11301 \end_layout
11302
11303 \end_inset
11304
11305
11306 \color inherit
11307
11308 \begin_inset Quotes frd
11309 \end_inset
11310
11311 , y pulsando 
11312 \family sans
11313 Espacio
11314 \family default
11315  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11316  espacio.
11317  También se pueden insertar espacios mediante el botón 
11318 \begin_inset Graphics
11319         filename ../../images/math/space.png
11320         scale 85
11321
11322 \end_inset
11323
11324  de la barra de ecuaciones o con comandos especiales.
11325  Independientemente del comando insertado, se puede seleccionar de nuevo
11326  el tamaño pulsando acto seguido 
11327 \family sans
11328 Espacio.
11329  
11330 \end_layout
11331
11332 \begin_layout Standard
11333 \noindent
11334 \align center
11335 \begin_inset VSpace -5mm
11336 \end_inset
11337
11338
11339 \begin_inset Tabular
11340 <lyxtabular version="3" rows="3" columns="7">
11341 <features tabularvalignment="middle">
11342 <column alignment="center" valignment="middle" width="6.8cm">
11343 <column alignment="center" valignment="top" width="0">
11344 <column alignment="center" valignment="top" width="0">
11345 <column alignment="center" valignment="top" width="0">
11346 <column alignment="center" valignment="top" width="0">
11347 <column alignment="center" valignment="top" width="0">
11348 <column alignment="center" valignment="top" width="0">
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 Comando
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363
11364 \backslash
11365 ,
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374
11375 \backslash
11376 :
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385
11386 \backslash
11387 ;
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396
11397 \backslash
11398 quad
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \backslash
11409 qquad
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418
11419 \backslash
11420 !
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Número de pulsaciones de 
11432 \family sans
11433 Espacio
11434 \family default
11435  tras insertar el espacio protegido
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 0
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 1
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 2
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 3
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 4
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 5
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 Resultado
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 \begin_inset Formula $A\, B$
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 \begin_inset Formula $A\: B$
11522 \end_inset
11523
11524
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 \begin_inset Formula $A\; B$
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 \begin_inset Formula $A\quad B$
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 \begin_inset Formula $A\qquad B$
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" 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 </lyxtabular>
11579
11580 \end_inset
11581
11582
11583 \end_layout
11584
11585 \begin_layout Standard
11586 El último tamaño parece no generar espacio.
11587  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11588  negativo.
11589  Hay otros dos espacios negativos:
11590 \end_layout
11591
11592 \begin_layout Standard
11593 \align center
11594 \begin_inset Tabular
11595 <lyxtabular version="3" rows="3" columns="3">
11596 <features tabularvalignment="middle">
11597 <column alignment="center" valignment="middle" width="6.8cm">
11598 <column alignment="center" valignment="top" width="0pt">
11599 <column alignment="center" valignment="top" width="0pt">
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 Comando
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614
11615 \backslash
11616 negmedspace
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625
11626 \backslash
11627 negthickspace
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 <row>
11634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 Número de pulsaciones de 
11639 \family sans
11640 Espacio
11641 \family default
11642  tras insertar el espacio protegido
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 6
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 7
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 </row>
11666 <row>
11667 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 Resultado
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 \begin_inset Formula $A\negmedspace B$
11681 \end_inset
11682
11683
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 \begin_inset Formula $A\negthickspace B$
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 </row>
11701 </lyxtabular>
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11710  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11711 \begin_inset space \thinspace{}
11712 \end_inset
11713
11714 e., para operadores suma: 
11715 \end_layout
11716
11717 \begin_layout Standard
11718 \noindent
11719 \align center
11720 \begin_inset Tabular
11721 <lyxtabular version="3" rows="3" columns="2">
11722 <features tabularvalignment="middle">
11723 <column alignment="center" valignment="top" width="0">
11724 <column alignment="center" valignment="top" width="0">
11725 <row>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 Comando
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 Resultado
11740 \begin_inset Note Note
11741 status collapsed
11742
11743 \begin_layout Plain Layout
11744
11745 \series bold
11746
11747 \backslash
11748 raisebox
11749 \series default
11750  se usa sólo como espaciador
11751 \end_layout
11752
11753 \end_inset
11754
11755
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 </row>
11761 <row>
11762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766
11767 \backslash
11768 sum
11769 \backslash
11770 sum
11771 \begin_inset ERT
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775
11776
11777 \backslash
11778 spce 
11779 \end_layout
11780
11781 \end_inset
11782
11783 f_kl
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11793 \end_inset
11794
11795
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 <row>
11802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806
11807 \backslash
11808 sum
11809 \backslash
11810 negmedspace
11811 \backslash
11812 sum
11813 \begin_inset ERT
11814 status collapsed
11815
11816 \begin_layout Plain Layout
11817
11818
11819 \backslash
11820 spce 
11821 \end_layout
11822
11823 \end_inset
11824
11825 f_kl
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 </row>
11843 </lyxtabular>
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Standard
11851 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11852  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11853  El siguiente ejemplo lo ilustra:
11854 \end_layout
11855
11856 \begin_layout Standard
11857 \noindent
11858 \align center
11859 \begin_inset Tabular
11860 <lyxtabular version="3" rows="2" columns="2">
11861 <features tabularvalignment="middle">
11862 <column alignment="center" valignment="top" width="0">
11863 <column alignment="center" valignment="top" width="0">
11864 <row>
11865 <cell alignment="center" valignment="top" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 ecuación normal
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 \begin_inset Formula $A=B$
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 </row>
11887 <row>
11888 <cell alignment="center" valignment="top" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 \begin_inset Note Note
11893 status collapsed
11894
11895 \begin_layout Plain Layout
11896
11897 \series bold
11898
11899 \backslash
11900 raisebox
11901 \series default
11902  se usa sólo como espaciador
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \begin_inset Formula $\raisebox{5mm}{}$
11909 \end_inset
11910
11911 ecuación sin espacio
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 \begin_inset Formula $A{=}B$
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 </row>
11929 </lyxtabular>
11930
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \begin_layout Standard
11937 El comando para la segunda ecuación es: 
11938 \series bold
11939 A
11940 \backslash
11941 {=
11942 \begin_inset Formula $\rightarrow$
11943 \end_inset
11944
11945 B
11946 \series default
11947  
11948 \begin_inset VSpace bigskip
11949 \end_inset
11950
11951
11952 \end_layout
11953
11954 \begin_layout Standard
11955 Para las unidades físicas hacen falta espacios, porque entre el valor y
11956  su unidad se pone un espacio más pequeño que el normal.
11957  Para unidades en el texto se inserta con el menú 
11958 \family sans
11959 Insertar\SpecialChar \menuseparator
11960 Formato\SpecialChar \menuseparator
11961 Espacio
11962 \begin_inset space ~
11963 \end_inset
11964
11965 delgado
11966 \family default
11967  (atajo 
11968 \family sans
11969 Ctrl+Mayúscula+Espacio
11970 \family default
11971 ).
11972 \end_layout
11973
11974 \begin_layout Standard
11975 Un ejemplo para visualizar la diferencia:
11976 \end_layout
11977
11978 \begin_layout Standard
11979 \begin_inset Tabular
11980 <lyxtabular version="3" rows="2" columns="2">
11981 <features tabularvalignment="middle">
11982 <column alignment="center" valignment="top" width="0">
11983 <column alignment="left" valignment="top" width="0">
11984 <row>
11985 <cell alignment="center" valignment="top" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 24 kW
11990 \begin_inset Formula $\cdot$
11991 \end_inset
11992
11993 h
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 espacio entre valor y unidad 
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 <row>
12009 <cell alignment="center" valignment="top" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 24
12014 \begin_inset space \thinspace{}
12015 \end_inset
12016
12017 kW
12018 \begin_inset Formula $\cdot$
12019 \end_inset
12020
12021 h
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 espacio delgado entre valor y unidad
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 </row>
12036 </lyxtabular>
12037
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \begin_layout Subsection
12044 Espacio variable
12045 \begin_inset ERT
12046 status collapsed
12047
12048 \begin_layout Plain Layout
12049
12050
12051 \backslash
12052 texorpdfstring{
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \begin_inset Foot
12059 status collapsed
12060
12061 \begin_layout Plain Layout
12062 Para espacio vertical en ecuaciones véase 
12063 \begin_inset CommandInset ref
12064 LatexCommand ref
12065 reference "sub:Separación-de-líneas"
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \begin_inset ERT
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079
12080 }{}
12081 \end_layout
12082
12083 \end_inset
12084
12085
12086 \begin_inset Note Note
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090
12091 \backslash
12092 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12093  PDF.
12094 \end_layout
12095
12096 \begin_layout Plain Layout
12097 Más sobre 
12098 \backslash
12099 texorpdfstring en la sección 
12100 \begin_inset CommandInset ref
12101 LatexCommand ref
12102 reference "sub:Ecuaciones-en-encabezados"
12103
12104 \end_inset
12105
12106 .
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \begin_inset CommandInset label
12113 LatexCommand label
12114 name "sub:Espacio-variable"
12115
12116 \end_inset
12117
12118
12119 \begin_inset Index idx
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123 Espacio ! horizontal ! variable
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \end_layout
12130
12131 \begin_layout Standard
12132 En LyX se puede insertar espacio con una longitud definida con el comando
12133  
12134 \series bold
12135
12136 \backslash
12137 hspace
12138 \series default
12139
12140 \begin_inset Index idx
12141 status collapsed
12142
12143 \begin_layout Plain Layout
12144 Comandos ! H ! 
12145 \backslash
12146 hspace
12147 \end_layout
12148
12149 \end_inset
12150
12151 .
12152  Aparece un 
12153 \begin_inset Quotes fld
12154 \end_inset
12155
12156
12157 \color black
12158
12159 \begin_inset ERT
12160 status collapsed
12161
12162 \begin_layout Plain Layout
12163
12164
12165 \backslash
12166 spce 
12167 \end_layout
12168
12169 \end_inset
12170
12171
12172 \color inherit
12173
12174 \begin_inset Quotes frd
12175 \end_inset
12176
12177  largo.
12178  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12179 \begin_inset Quotes fld
12180 \end_inset
12181
12182
12183 \color black
12184
12185 \begin_inset ERT
12186 status collapsed
12187
12188 \begin_layout Plain Layout
12189
12190
12191 \backslash
12192 spce 
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \color inherit
12199
12200 \begin_inset Quotes frd
12201 \end_inset
12202
12203 .
12204  La longitud también puede ser negativa.
12205  Para insertar en una ecuación tanto espacio como esté disponible se usa
12206  el comando 
12207 \series bold
12208
12209 \backslash
12210 hfill
12211 \series default
12212
12213 \begin_inset Index idx
12214 status collapsed
12215
12216 \begin_layout Plain Layout
12217 Comandos ! H ! 
12218 \backslash
12219 hfill
12220 \end_layout
12221
12222 \end_inset
12223
12224 .
12225 \begin_inset VSpace -1mm
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \begin_layout Standard
12232 \noindent
12233 \align center
12234 \begin_inset Tabular
12235 <lyxtabular version="3" rows="4" columns="2">
12236 <features tabularvalignment="middle">
12237 <column alignment="center" valignment="top" width="0">
12238 <column alignment="center" valignment="top" width="0">
12239 <row>
12240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12241 \begin_inset Text
12242
12243 \begin_layout Plain Layout
12244 Comando (
12245 \backslash
12246 hspace longitud)
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 Resultado
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 A=B
12267 \backslash
12268 hspace
12269 \begin_inset ERT
12270 status collapsed
12271
12272 \begin_layout Plain Layout
12273
12274
12275 \backslash
12276 spce 
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \begin_inset Formula $\to$
12283 \end_inset
12284
12285 A
12286 \backslash
12287 not=C (3
12288 \begin_inset space \thinspace{}
12289 \end_inset
12290
12291 cm)
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 <row>
12310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 A
12315 \backslash
12316 hspace
12317 \begin_inset ERT
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321
12322
12323 \backslash
12324 spce 
12325 \end_layout
12326
12327 \end_inset
12328
12329
12330 \begin_inset Formula $\to$
12331 \end_inset
12332
12333 A
12334 \backslash
12335 not=A (-1
12336 \begin_inset space \thinspace{}
12337 \end_inset
12338
12339 mm)
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 </row>
12357 <row>
12358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362 A=A
12363 \backslash
12364 hfill
12365 \begin_inset ERT
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369
12370
12371 \backslash
12372 spce 
12373 \end_layout
12374
12375 \end_inset
12376
12377 B=B
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 \begin_inset Formula $A=A\hfill B=B$
12387 \end_inset
12388
12389
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 </row>
12395 </lyxtabular>
12396
12397 \end_inset
12398
12399
12400 \end_layout
12401
12402 \begin_layout Standard
12403 En el último ejemplo el espacio disponible viene dado por la entrada más
12404  larga de columna en la tabla.
12405  En una ecuación en línea el espacio depende de la longitud de la línea
12406  en la que se inserta 
12407 \series bold
12408
12409 \backslash
12410 hfill
12411 \series default
12412 .
12413  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12414  
12415 \series bold
12416
12417 \backslash
12418 hfill
12419 \series default
12420  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12421 \series bold
12422 Sangrado
12423 \series default
12424 .
12425  (Los estilos de ecuaciones se explican en
12426 \begin_inset space ~
12427 \end_inset
12428
12429
12430 \begin_inset CommandInset ref
12431 LatexCommand ref
12432 reference "sec:Estilos-de-ecuación"
12433
12434 \end_inset
12435
12436 ).
12437 \end_layout
12438
12439 \begin_layout Standard
12440 Además de 
12441 \series bold
12442
12443 \backslash
12444 hfill
12445 \series default
12446  hay los comandos 
12447 \series bold
12448
12449 \backslash
12450 dotfill
12451 \series default
12452  y 
12453 \series bold
12454
12455 \backslash
12456 hrulefill
12457 \series default
12458  que llenan el espacio con un patrón, véase un ejemplo en
12459 \begin_inset space ~
12460 \end_inset
12461
12462
12463 \begin_inset CommandInset ref
12464 LatexCommand ref
12465 reference "sub:Puntos"
12466
12467 \end_inset
12468
12469 .
12470 \end_layout
12471
12472 \begin_layout Standard
12473 Para texto se puede insertar espacio variable con el menú 
12474 \family sans
12475 Insertar\SpecialChar \menuseparator
12476 Formato\SpecialChar \menuseparator
12477 Espacio
12478 \begin_inset space ~
12479 \end_inset
12480
12481 horizontal
12482 \family default
12483 :
12484 \end_layout
12485
12486 \begin_layout Standard
12487 En esta línea hay un espacio
12488 \begin_inset space \hspace{}
12489 \length 2cm
12490 \end_inset
12491
12492 de 2
12493 \begin_inset space \thinspace{}
12494 \end_inset
12495
12496 cm.
12497 \end_layout
12498
12499 \begin_layout Standard
12500 En esta línea hay un
12501 \begin_inset space \hfill{}
12502 \end_inset
12503
12504 espacio máximo.
12505 \end_layout
12506
12507 \begin_layout Subsection
12508 Espacio adicional en ecuaciones en línea
12509 \begin_inset Index idx
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513 Espacio ! adicional en línea
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \end_layout
12520
12521 \begin_layout Standard
12522 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12523  
12524 \series bold
12525
12526 \backslash
12527 mathsurround
12528 \series default
12529
12530 \begin_inset Index idx
12531 status collapsed
12532
12533 \begin_layout Plain Layout
12534 Comandos ! M ! 
12535 \backslash
12536 mathsurround
12537 \end_layout
12538
12539 \end_inset
12540
12541 .
12542  El valor de una longitud se establece con el comando 
12543 \series bold
12544
12545 \backslash
12546 setlength
12547 \series default
12548
12549 \begin_inset Index idx
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553 Comandos ! S ! 
12554 \backslash
12555 setlength
12556 \end_layout
12557
12558 \end_inset
12559
12560  según el siguiente esquema:
12561 \end_layout
12562
12563 \begin_layout Standard
12564
12565 \series bold
12566
12567 \backslash
12568 setlength{nombre de la longitud}{valor}
12569 \end_layout
12570
12571 \begin_layout Standard
12572 Para poner a 
12573 \series bold
12574
12575 \backslash
12576 mathsurround
12577 \series default
12578  un valor de 5
12579 \begin_inset space \thinspace{}
12580 \end_inset
12581
12582 mm, se inserta el comando
12583 \end_layout
12584
12585 \begin_layout Standard
12586
12587 \series bold
12588
12589 \backslash
12590 setlength{
12591 \backslash
12592 mathsurround}{5mm}
12593 \end_layout
12594
12595 \begin_layout Standard
12596 en modo TeX.
12597  Se establecerá un espacio de 5
12598 \begin_inset space \thinspace{}
12599 \end_inset
12600
12601 mm alrededor de todas las ecuaciones en línea:
12602 \begin_inset ERT
12603 status collapsed
12604
12605 \begin_layout Plain Layout
12606
12607
12608 \backslash
12609 setlength{
12610 \backslash
12611 mathsurround}{5mm}
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \end_layout
12618
12619 \begin_layout Standard
12620 En esta línea hay una ecuación 
12621 \begin_inset Formula $A=B$
12622 \end_inset
12623
12624  rodeada por espacios de 5
12625 \begin_inset space \thinspace{}
12626 \end_inset
12627
12628 mm.
12629 \begin_inset ERT
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633
12634
12635 \backslash
12636 setlength{
12637 \backslash
12638 mathsurround}{0mm}
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \begin_layout Standard
12647 Para volver al espacio predeterminado, 
12648 \series bold
12649
12650 \backslash
12651 mathsurround
12652 \series default
12653  se restablece al valor 0
12654 \begin_inset space \thinspace{}
12655 \end_inset
12656
12657 pt.
12658 \end_layout
12659
12660 \begin_layout Section
12661 Cuadros y marcos
12662 \begin_inset Index idx
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666 Marcos
12667 \end_layout
12668
12669 \end_inset
12670
12671
12672 \begin_inset Index idx
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676 Marcos|see
12677 \begin_inset ERT
12678 status collapsed
12679
12680 \begin_layout Plain Layout
12681
12682 {
12683 \end_layout
12684
12685 \end_inset
12686
12687 Cuadros
12688 \begin_inset ERT
12689 status collapsed
12690
12691 \begin_layout Plain Layout
12692
12693 }
12694 \end_layout
12695
12696 \end_inset
12697
12698
12699 \end_layout
12700
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \begin_layout Standard
12707 Los cuadros para texto se describen en el capítulo 
12708 \emph on
12709 Cuadros
12710 \emph default
12711  del manual 
12712 \emph on
12713 Objetos insertados
12714 \emph default
12715 .
12716 \end_layout
12717
12718 \begin_layout Subsection
12719 Cuadros con marco
12720 \begin_inset CommandInset label
12721 LatexCommand label
12722 name "sub:Cuadros-con-marco"
12723
12724 \end_inset
12725
12726
12727 \begin_inset Index idx
12728 status collapsed
12729
12730 \begin_layout Plain Layout
12731 Cuadros ! con marco
12732 \end_layout
12733
12734 \end_inset
12735
12736
12737 \end_layout
12738
12739 \begin_layout Standard
12740 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12741 \series bold
12742
12743 \backslash
12744 fbox
12745 \series default
12746
12747 \begin_inset Index idx
12748 status collapsed
12749
12750 \begin_layout Plain Layout
12751 Comandos ! F ! 
12752 \backslash
12753 fbox
12754 \end_layout
12755
12756 \end_inset
12757
12758  y 
12759 \series bold
12760
12761 \backslash
12762 boxed
12763 \series default
12764
12765 \begin_inset Index idx
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769 Comandos ! B ! 
12770 \backslash
12771 boxed
12772 \end_layout
12773
12774 \end_inset
12775
12776 .
12777 \end_layout
12778
12779 \begin_layout Standard
12780 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12781  azul en un marco donde se introduce parte de una ecuación.
12782  Para 
12783 \series bold
12784
12785 \backslash
12786 fbox
12787 \series default
12788  hay que generar una ecuación adicional con 
12789 \family sans
12790 Ctrl+M
12791 \family default
12792  dentro del recuadro, porque si no el contenido del mismo sería considerado
12793  texto matemático.
12794  Si se usa 
12795 \series bold
12796
12797 \backslash
12798 boxed
12799 \series default
12800  la nueva ecuación se genera automáticamente dentro del marco.
12801 \end_layout
12802
12803 \begin_layout Standard
12804 El comando 
12805 \series bold
12806
12807 \backslash
12808 fbox
12809 \series default
12810  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12811  ecuación tendría siempre el tamaño del texto.
12812  Por otra parte, 
12813 \series bold
12814
12815 \backslash
12816 fboxed
12817 \series default
12818  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12819  siempre el tamaño de una ecuación presentada.
12820 \end_layout
12821
12822 \begin_layout Standard
12823 El comando 
12824 \series bold
12825
12826 \backslash
12827 framebox
12828 \series default
12829
12830 \begin_inset Index idx
12831 status collapsed
12832
12833 \begin_layout Plain Layout
12834 Comandos ! F ! 
12835 \backslash
12836 framebox
12837 \end_layout
12838
12839 \end_inset
12840
12841  es una extensión de 
12842 \series bold
12843
12844 \backslash
12845 fbox
12846 \series default
12847 , que permite especificar además la anchura del marco yla alineación.
12848  
12849 \series bold
12850
12851 \backslash
12852 framebox
12853 \series default
12854  se usa con el siguiente esquema: 
12855 \end_layout
12856
12857 \begin_layout Standard
12858
12859 \series bold
12860
12861 \backslash
12862 framebox[anchura del marco][posición]{contenido del cuadro}
12863 \end_layout
12864
12865 \begin_layout Standard
12866 La posición puede ser 
12867 \emph on
12868 l
12869 \emph default
12870  o 
12871 \emph on
12872 r
12873 \emph default
12874
12875 \emph on
12876 l
12877 \emph default
12878  alinea la ecuación a la izquierda del cuadro, 
12879 \emph on
12880 r
12881 \emph default
12882  la alinea a la derecha.
12883  Si no se da posición la ecuación será centrada.
12884 \begin_inset Newline newline
12885 \end_inset
12886
12887 Si no se pone anchura tampoco puede darse posición.
12888  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12889  con 
12890 \series bold
12891
12892 \backslash
12893 fbox
12894 \series default
12895 .
12896  
12897 \end_layout
12898
12899 \begin_layout Standard
12900 Cuando se inserta el comando 
12901 \series bold
12902
12903 \backslash
12904 framebox
12905 \series default
12906  aparece un recuadro con tres marcos azules.
12907  Los dos primeros marcos están encerrados entre corchetes e indican los
12908  dos argumentos opcionales.
12909  El tercer marco es para partes de la ecuación, como para 
12910 \series bold
12911
12912 \backslash
12913 fbox
12914 \series default
12915 .
12916 \end_layout
12917
12918 \begin_layout Standard
12919 \noindent
12920 \align center
12921 \begin_inset Tabular
12922 <lyxtabular version="3" rows="5" columns="2">
12923 <features tabularvalignment="middle">
12924 <column alignment="center" valignment="top" width="0">
12925 <column alignment="center" valignment="top" width="0">
12926 <row>
12927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 Comando
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 Resultado
12941 \begin_inset Note Note
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945
12946 \series bold
12947
12948 \backslash
12949 raisebox
12950 \series default
12951  se usa sólo como espaciador
12952 \end_layout
12953
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 <row>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967
12968 \backslash
12969 fbox
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 spce 
12978 \end_layout
12979
12980 \end_inset
12981
12982
12983 \family sans
12984 Ctrl+M
12985 \family default
12986  
12987 \backslash
12988 int
12989 \begin_inset ERT
12990 status collapsed
12991
12992 \begin_layout Plain Layout
12993
12994
12995 \backslash
12996 spce 
12997 \end_layout
12998
12999 \end_inset
13000
13001 A=B
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 </row>
13019 <row>
13020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024
13025 \backslash
13026 boxed
13027 \begin_inset ERT
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031
13032
13033 \backslash
13034 spce 
13035 \end_layout
13036
13037 \end_inset
13038
13039
13040 \backslash
13041 int
13042 \begin_inset ERT
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046
13047
13048 \backslash
13049 spce 
13050 \end_layout
13051
13052 \end_inset
13053
13054 A=B
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13064 \end_inset
13065
13066
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 </row>
13072 <row>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 A+
13078 \backslash
13079 fbox
13080 \begin_inset ERT
13081 status collapsed
13082
13083 \begin_layout Plain Layout
13084
13085
13086 \backslash
13087 spce 
13088 \end_layout
13089
13090 \end_inset
13091
13092 B
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 <row>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115
13116 \backslash
13117 framebox
13118 \begin_inset ERT
13119 status collapsed
13120
13121 \begin_layout Plain Layout
13122
13123
13124 \backslash
13125 spce 
13126 \end_layout
13127
13128 \end_inset
13129
13130 20mm
13131 \begin_inset Formula $\to$
13132 \end_inset
13133
13134
13135 \begin_inset Formula $\to$
13136 \end_inset
13137
13138
13139 \family sans
13140 Ctrl+M
13141 \family default
13142  
13143 \backslash
13144 frac
13145 \begin_inset ERT
13146 status collapsed
13147
13148 \begin_layout Plain Layout
13149
13150
13151 \backslash
13152 spce 
13153 \end_layout
13154
13155 \end_inset
13156
13157 A
13158 \begin_inset Formula $\downarrow$
13159 \end_inset
13160
13161 B
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 \begin_inset Formula $\raisebox{6mm}{}$
13171 \end_inset
13172
13173
13174 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13175 \end_inset
13176
13177
13178 \begin_inset Formula $\raisebox{-4mm}{}$
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 </row>
13187 </lyxtabular>
13188
13189 \end_inset
13190
13191
13192 \end_layout
13193
13194 \begin_layout Standard
13195 El grosor del marco también se puede ajustar.
13196  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13197  la fórmula:
13198 \end_layout
13199
13200 \begin_layout Standard
13201
13202 \series bold
13203
13204 \backslash
13205 fboxrule
13206 \series default
13207  
13208 \series bold
13209
13210 \begin_inset Quotes fld
13211 \end_inset
13212
13213 grosor
13214 \begin_inset Quotes frd
13215 \end_inset
13216
13217
13218 \series default
13219  
13220 \series bold
13221
13222 \backslash
13223 fboxsep
13224 \series default
13225  
13226 \series bold
13227
13228 \begin_inset Quotes fld
13229 \end_inset
13230
13231 distancia
13232 \begin_inset Quotes frd
13233 \end_inset
13234
13235
13236 \end_layout
13237
13238 \begin_layout Standard
13239 \begin_inset Quotes fld
13240 \end_inset
13241
13242 distancia
13243 \begin_inset Quotes frd
13244 \end_inset
13245
13246  especifica la distancia mínima entre el marco y el primer carácter en el
13247  cuadro.
13248  Un ejemplo de esto es la siguiente ecuación enmarcada:
13249 \begin_inset ERT
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253
13254
13255 \backslash
13256 fboxrule 2mm 
13257 \backslash
13258 fboxsep 3mm
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \begin_inset Formula \[
13265 \boxed{A+B=C}
13266 \]
13267
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \begin_layout Standard
13274 Delante de esta ecuación se han insertado los comandos
13275 \end_layout
13276
13277 \begin_layout Standard
13278
13279 \series bold
13280
13281 \backslash
13282 fboxrule
13283 \series default
13284  
13285 \series bold
13286 2mm
13287 \series default
13288  
13289 \series bold
13290
13291 \backslash
13292 fboxsep
13293 \series default
13294  
13295 \series bold
13296 3mm
13297 \end_layout
13298
13299 \begin_layout Standard
13300 en modo TeX.
13301  Los valores dados se usan para todos los cuadros siguientes.
13302 \end_layout
13303
13304 \begin_layout Standard
13305 Para volver al tamaño estándar del marco se inserta el comando
13306 \end_layout
13307
13308 \begin_layout Standard
13309
13310 \series bold
13311
13312 \backslash
13313 fboxrule
13314 \series default
13315  
13316 \series bold
13317 0.4pt
13318 \series default
13319  
13320 \series bold
13321
13322 \backslash
13323 fboxsep
13324 \series default
13325  
13326 \series bold
13327 3pt
13328 \series default
13329
13330 \begin_inset ERT
13331 status collapsed
13332
13333 \begin_layout Plain Layout
13334
13335
13336 \backslash
13337 fboxrule 0.4pt 
13338 \backslash
13339 fboxsep 3pt
13340 \end_layout
13341
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \begin_layout Standard
13348 en modo TeX antes de la ecuación siguiente.
13349 \end_layout
13350
13351 \begin_layout Subsection
13352 Cuadros sin marco
13353 \begin_inset CommandInset label
13354 LatexCommand label
13355 name "sub:Cuadros-sin-marco"
13356
13357 \end_inset
13358
13359
13360 \begin_inset Index idx
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364 Cuadros ! sin marco
13365 \end_layout
13366
13367 \end_inset
13368
13369
13370 \end_layout
13371
13372 \begin_layout Standard
13373 Para cuadros sin marco hay los comandos: 
13374 \series bold
13375
13376 \backslash
13377 mbox
13378 \series default
13379
13380 \begin_inset Index idx
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384 Comandos ! M ! 
13385 \backslash
13386 mbox
13387 \end_layout
13388
13389 \end_inset
13390
13391
13392 \series bold
13393
13394 \backslash
13395 makebox
13396 \series default
13397
13398 \begin_inset Index idx
13399 status collapsed
13400
13401 \begin_layout Plain Layout
13402 Comandos ! M ! 
13403 \backslash
13404 makebox
13405 \end_layout
13406
13407 \end_inset
13408
13409  y 
13410 \series bold
13411
13412 \backslash
13413 raisebox
13414 \series default
13415
13416 \begin_inset Index idx
13417 status collapsed
13418
13419 \begin_layout Plain Layout
13420 Comandos ! R ! 
13421 \backslash
13422 raisebox
13423 \end_layout
13424
13425 \end_inset
13426
13427 .
13428 \end_layout
13429
13430 \begin_layout Standard
13431 Con 
13432 \series bold
13433
13434 \backslash
13435 raisebox
13436 \series default
13437  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13438  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13439  
13440 \series bold
13441
13442 \backslash
13443 raisebox
13444 \series default
13445  se usa con el siguiente esquema: 
13446 \end_layout
13447
13448 \begin_layout Standard
13449
13450 \series bold
13451
13452 \backslash
13453 raisebox{altura}{contenido del marco}
13454 \end_layout
13455
13456 \begin_layout Standard
13457 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13458  extra, como con 
13459 \series bold
13460
13461 \backslash
13462 fbox
13463 \series default
13464 .
13465  
13466 \begin_inset Note Greyedout
13467 status open
13468
13469 \begin_layout Plain Layout
13470
13471 \series bold
13472 Nota
13473 \series default
13474 : Para
13475 \series bold
13476
13477 \backslash
13478 raisebox
13479 \series default
13480  se ha creado esta ecuación extra tecleando 
13481 \family sans
13482 Ctrl+M
13483 \family default
13484  dos veces en vez de una porque LyX aún no soporta 
13485 \series bold
13486
13487 \backslash
13488 raisebox
13489 \series default
13490  directamente.
13491 \end_layout
13492
13493 \end_inset
13494
13495
13496 \end_layout
13497
13498 \begin_layout Standard
13499 \align center
13500 \begin_inset Tabular
13501 <lyxtabular version="3" rows="4" columns="2">
13502 <features tabularvalignment="middle">
13503 <column alignment="center" valignment="top" width="0">
13504 <column alignment="center" valignment="top" width="0">
13505 <row>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 Comando
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 Resultado
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 </row>
13525 <row>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 H
13531 \backslash
13532 raisebox{2mm
13533 \begin_inset Formula $\to$
13534 \end_inset
13535
13536
13537 \backslash
13538 {al
13539 \begin_inset Formula $\to$
13540 \end_inset
13541
13542  lo
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 </row>
13560 <row>
13561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 H
13566 \backslash
13567 raisebox{-2mm
13568 \begin_inset Formula $\to$
13569 \end_inset
13570
13571
13572 \backslash
13573 {al
13574 \begin_inset Formula $\to$
13575 \end_inset
13576
13577 lo
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 </row>
13595 <row>
13596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 A=
13601 \backslash
13602 raisebox{-2mm
13603 \begin_inset Formula $\to$
13604 \end_inset
13605
13606
13607 \backslash
13608 {
13609 \family sans
13610 Ctrl+M Ctrl+M
13611 \family default
13612  
13613 \backslash
13614 sqrt
13615 \begin_inset ERT
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619
13620
13621 \backslash
13622 spce 
13623 \end_layout
13624
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 </row>
13645 </lyxtabular>
13646
13647 \end_inset
13648
13649
13650 \end_layout
13651
13652 \begin_layout Standard
13653 El comando 
13654 \series bold
13655
13656 \backslash
13657 mbox
13658 \series default
13659  es equivalente a 
13660 \series bold
13661
13662 \backslash
13663 fbox
13664 \series default
13665  y 
13666 \series bold
13667
13668 \backslash
13669 makebox
13670 \series default
13671  es equivalente a 
13672 \series bold
13673
13674 \backslash
13675 framebox
13676 \series default
13677 , con la diferencia de que no hay marco.
13678 \end_layout
13679
13680 \begin_layout Subsection
13681 Cuadros coloreados
13682 \begin_inset CommandInset label
13683 LatexCommand label
13684 name "sub:Cuadros-coloreados"
13685
13686 \end_inset
13687
13688
13689 \begin_inset Index idx
13690 status collapsed
13691
13692 \begin_layout Plain Layout
13693 Cuadros ! coloreados
13694 \end_layout
13695
13696 \end_inset
13697
13698
13699 \end_layout
13700
13701 \begin_layout Standard
13702 Para poder usar todos los comandos explicados en esta sección hay que cargar
13703  en el preámbulo LaTeX el paquete LaTeX 
13704 \series bold
13705 color
13706 \series default
13707
13708 \begin_inset Foot
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712 El paquete LaTeX 
13713 \series bold
13714 color
13715 \series default
13716  forma parte de toda distribución LaTeX estándar.
13717 \end_layout
13718
13719 \end_inset
13720
13721
13722 \begin_inset Index idx
13723 status collapsed
13724
13725 \begin_layout Plain Layout
13726 Paquetes ! color
13727 \end_layout
13728
13729 \end_inset
13730
13731 , con la línea
13732 \begin_inset Foot
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736 Cuando hay texto coloreado con un color predefinido en alguna parte del
13737  documento, LyX carga automáticamente el paquete LaTeX 
13738 \series bold
13739 color
13740 \series default
13741 .
13742  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13743  origina problemas.
13744 \end_layout
13745
13746 \end_inset
13747
13748
13749 \begin_inset Note Note
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13754  en el preámbulo LaTeX.
13755 \end_layout
13756
13757 \end_inset
13758
13759
13760 \end_layout
13761
13762 \begin_layout Standard
13763
13764 \series bold
13765
13766 \backslash
13767 usepackage{color}
13768 \begin_inset VSpace medskip
13769 \end_inset
13770
13771
13772 \end_layout
13773
13774 \begin_layout Standard
13775 Para colorear cuadros se usa el comando 
13776 \series bold
13777
13778 \backslash
13779 colorbox
13780 \series default
13781
13782 \begin_inset Index idx
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 Comandos ! C ! 
13787 \backslash
13788 colorbox
13789 \end_layout
13790
13791 \end_inset
13792
13793  con el siguiente esquema:
13794 \end_layout
13795
13796 \begin_layout Standard
13797
13798 \series bold
13799
13800 \backslash
13801 colorbox{color}{contenido del cuadro}
13802 \end_layout
13803
13804 \begin_layout Standard
13805 El contenido del cuadro puede ser otro cuadro, y también un 
13806 \backslash
13807
13808 \series bold
13809 colorbox
13810 \series default
13811  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13812  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13813  como con 
13814 \series bold
13815
13816 \backslash
13817 raisebox
13818 \series default
13819 .
13820 \begin_inset Foot
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824 Esto también se aplica para el comando 
13825 \series bold
13826
13827 \backslash
13828 fcolorbox
13829 \series default
13830 .
13831 \end_layout
13832
13833 \end_inset
13834
13835  
13836 \end_layout
13837
13838 \begin_layout Standard
13839 Se puede elegir uno de los siguientes colores predefinidos:
13840 \end_layout
13841
13842 \begin_layout Standard
13843
13844 \series bold
13845 black
13846 \series default
13847
13848 \series bold
13849 blue
13850 \series default
13851
13852 \series bold
13853 cyan
13854 \series default
13855
13856 \series bold
13857 green
13858 \series default
13859
13860 \series bold
13861 magenta
13862 \series default
13863
13864 \series bold
13865 red
13866 \series default
13867
13868 \series bold
13869 white
13870 \series default
13871
13872 \series bold
13873 yellow
13874 \end_layout
13875
13876 \begin_layout Standard
13877 \align center
13878 \begin_inset Tabular
13879 <lyxtabular version="3" rows="4" columns="2">
13880 <features tabularvalignment="middle">
13881 <column alignment="center" valignment="top" width="0">
13882 <column alignment="center" valignment="top" width="0">
13883 <row>
13884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 Comando
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 Resultado
13898 \begin_inset Note Note
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903 \series bold
13904
13905 \backslash
13906 raisebox
13907 \series default
13908  se usa sólo como espaciador
13909 \end_layout
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 <row>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924
13925 \backslash
13926 colorbox{yellow
13927 \begin_inset Formula $\to$
13928 \end_inset
13929
13930
13931 \backslash
13932 {A=B
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13942 \end_inset
13943
13944
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 </row>
13950 <row>
13951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955
13956 \backslash
13957 colorbox{green
13958 \begin_inset Formula $\to$
13959 \end_inset
13960
13961
13962 \backslash
13963 {
13964 \backslash
13965 fbox
13966 \begin_inset ERT
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971
13972 \backslash
13973 spce 
13974 \end_layout
13975
13976 \end_inset
13977
13978 A=B
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13988 \end_inset
13989
13990
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 <row>
13997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001
14002 \backslash
14003 fbox
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009
14010 \backslash
14011 spce 
14012 \end_layout
14013
14014 \end_inset
14015
14016
14017 \backslash
14018 colorbox{green
14019 \begin_inset Formula $\to$
14020 \end_inset
14021
14022
14023 \backslash
14024 {
14025 \family sans
14026 Ctrl+M Ctrl+M
14027 \family default
14028  
14029 \backslash
14030 int
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036
14037 \backslash
14038 spce 
14039 \end_layout
14040
14041 \end_inset
14042
14043 C=D
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 </lyxtabular>
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \begin_layout Standard
14069
14070 \series bold
14071
14072 \backslash
14073 colorbox
14074 \series default
14075  sólo colorea el cuadro pero no los caracteres.
14076  Para colorear todos los caracteres se selecciona toda la ecuación y se
14077  elige un color en el diálogo 
14078 \family sans
14079 Estilo
14080 \begin_inset space ~
14081 \end_inset
14082
14083 del
14084 \begin_inset space ~
14085 \end_inset
14086
14087 texto
14088 \family default
14089 .
14090  El diálogo puede abrirse con el botón 
14091 \begin_inset Graphics
14092         filename ../../images/dialog-show_character.png
14093         scale 85
14094
14095 \end_inset
14096
14097  de la barra de herramientas o con el menú 
14098 \family sans
14099 Editar\SpecialChar \menuseparator
14100 Estilo
14101 \begin_inset space ~
14102 \end_inset
14103
14104 del
14105 \begin_inset space ~
14106 \end_inset
14107
14108 texto\SpecialChar \menuseparator
14109 Personalizado
14110 \family default
14111 .
14112  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14113  Si el número de la ecuación debe tener otro color que el de los caracteres
14114  de la ecuación, el color debe cambiarse dentro de la ecuación.
14115 \end_layout
14116
14117 \begin_layout Standard
14118 Un ejemplo:
14119 \color red
14120
14121 \begin_inset Formula \begin{equation}
14122 {\color{red}\int A=B}\label{eq:rojo}
14123 \end{equation}
14124
14125 \end_inset
14126
14127
14128 \color green
14129
14130 \begin_inset Formula \begin{equation}
14131 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14132 \end{equation}
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \begin_layout Standard
14140 La ecuación 
14141 \begin_inset CommandInset ref
14142 LatexCommand eqref
14143 reference "eq:rojo"
14144
14145 \end_inset
14146
14147  está toda coloreada en rojo.
14148 \begin_inset Newline newline
14149 \end_inset
14150
14151 La ecuación 
14152 \begin_inset CommandInset ref
14153 LatexCommand eqref
14154 reference "eq:rojoverde"
14155
14156 \end_inset
14157
14158  se ha coloreado en primer lugar toda en verde para colorear el número de
14159  la ecuación.
14160  Posteriormente se han coloreado en rojo los caracteres.
14161 \family sans
14162
14163 \begin_inset VSpace bigskip
14164 \end_inset
14165
14166
14167 \end_layout
14168
14169 \begin_layout Standard
14170 Para colorear diferente el marco y el resto del cuadro se usa el comando
14171  
14172 \series bold
14173
14174 \backslash
14175 fcolorbox
14176 \series default
14177
14178 \begin_inset Index idx
14179 status collapsed
14180
14181 \begin_layout Plain Layout
14182 Comandos ! F ! 
14183 \backslash
14184 fcolorbox
14185 \end_layout
14186
14187 \end_inset
14188
14189  con el siguiente esquema:
14190 \end_layout
14191
14192 \begin_layout Standard
14193
14194 \series bold
14195
14196 \backslash
14197 fcolorbox{color del marco}{color}{contenido del cuadro}
14198 \end_layout
14199
14200 \begin_layout Standard
14201 Así pues 
14202 \series bold
14203
14204 \backslash
14205 fcolorbox
14206 \series default
14207  es una extensión del comando 
14208 \series bold
14209
14210 \backslash
14211 colorbox
14212 \series default
14213 .
14214  La anchura del marco se establece, como para 
14215 \series bold
14216
14217 \backslash
14218 framebox
14219 \series default
14220 , con 
14221 \series bold
14222
14223 \backslash
14224 fboxrule
14225 \series default
14226  y 
14227 \series bold
14228
14229 \backslash
14230 fboxsep
14231 \series default
14232 .
14233  Un ejemplo:
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239
14240 \backslash
14241 fboxrule 1mm 
14242 \backslash
14243 fboxsep 1mm
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \begin_inset Formula \[
14250 \fcolorbox{cyan}{magenta}{A=B}
14251 \]
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \begin_layout Standard
14259 \begin_inset ERT
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263
14264
14265 \backslash
14266 fboxrule 0.4pt 
14267 \backslash
14268 fboxsep 3pt
14269 \end_layout
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \begin_layout Standard
14277 Esta ecuación se ha compuesto con el comando
14278 \begin_inset Newline newline
14279 \end_inset
14280
14281
14282 \series bold
14283
14284 \backslash
14285 fcolorbox{cyan
14286 \begin_inset Formula $\to$
14287 \end_inset
14288
14289
14290 \backslash
14291 {magenta
14292 \begin_inset Formula $\to$
14293 \end_inset
14294
14295
14296 \backslash
14297 {A=B
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \begin_inset VSpace bigskip
14302 \end_inset
14303
14304
14305 \end_layout
14306
14307 \begin_layout Standard
14308 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14309 \end_layout
14310
14311 \begin_layout Standard
14312 Por ejemplo, se puede definir el color 
14313 \begin_inset Quotes fld
14314 \end_inset
14315
14316
14317 \series bold
14318 verdeoscuro
14319 \series default
14320
14321 \begin_inset Quotes frd
14322 \end_inset
14323
14324  con la línea de preámbulo LaTeX:
14325 \end_layout
14326
14327 \begin_layout Standard
14328
14329 \series bold
14330
14331 \backslash
14332 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14333 \series default
14334
14335 \begin_inset Index idx
14336 status collapsed
14337
14338 \begin_layout Plain Layout
14339 Comandos ! D ! 
14340 \backslash
14341 definecolor
14342 \end_layout
14343
14344 \end_inset
14345
14346
14347 \end_layout
14348
14349 \begin_layout Standard
14350
14351 \series bold
14352 cmyk
14353 \series default
14354  es el espacio de color referido a los colores 
14355 \series bold
14356 cyan
14357 \series default
14358
14359 \series bold
14360 magenta
14361 \series default
14362
14363 \series bold
14364 yellow
14365 \series default
14366  y 
14367 \series bold
14368 black
14369 \series default
14370 .
14371  Los cuatro números separados por coma son el factor de cuota para los colores
14372  correspondientes del espacio de color.
14373  Los factores pueden estar en el rango 0-1.
14374  En vez de 
14375 \series bold
14376 cmyk
14377 \series default
14378  se puede usar el espacio de color 
14379 \series bold
14380 rgb
14381 \series default
14382 , que se refiere a 
14383 \series bold
14384 red
14385 \series default
14386
14387 \series bold
14388 green
14389 \series default
14390  y 
14391 \series bold
14392 blue
14393 \series default
14394 , así pues en este caso hay tres factores de cuota para los correspondientes
14395  colores.
14396  Además hay el espacio de color 
14397 \series bold
14398 gray
14399 \series default
14400  con un factor de cuota para el valor gris.
14401 \end_layout
14402
14403 \begin_layout Standard
14404 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14405 \series bold
14406 verdeoscuro
14407 \series default
14408  y los caracteres en color amarillo:
14409 \color black
14410
14411 \begin_inset Formula \begin{equation}
14412 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14413 \end{equation}
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \begin_layout Standard
14421 Los colores personalizados también se pueden usar para texto con la ayuda
14422  del comando 
14423 \series bold
14424
14425 \backslash
14426 textcolor
14427 \series default
14428
14429 \begin_inset Index idx
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433 Texto ! coloreado
14434 \end_layout
14435
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \begin_layout Standard
14442 \begin_inset ERT
14443 status collapsed
14444
14445 \begin_layout Plain Layout
14446
14447
14448 \backslash
14449 textcolor{verdeoscuro}{
14450 \end_layout
14451
14452 \end_inset
14453
14454 Esta frase en 
14455 \begin_inset Quotes fld
14456 \end_inset
14457
14458 verdeoscuro
14459 \begin_inset Quotes frd
14460 \end_inset
14461
14462 .
14463 \begin_inset ERT
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467
14468 }
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \begin_layout Standard
14477
14478 \series bold
14479
14480 \backslash
14481 textcolor
14482 \series default
14483
14484 \begin_inset Index idx
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 Comandos ! T ! 
14489 \backslash
14490 textcolor
14491 \end_layout
14492
14493 \end_inset
14494
14495  se usa con el esquema 
14496 \series bold
14497
14498 \backslash
14499 textcolor{color}{caracteres a colorear}
14500 \series default
14501 .
14502 \end_layout
14503
14504 \begin_layout Subsection
14505 Cuadros de párrafo
14506 \begin_inset CommandInset label
14507 LatexCommand label
14508 name "sub:Cuadros-de-párrafo"
14509
14510 \end_inset
14511
14512
14513 \begin_inset Index idx
14514 status collapsed
14515
14516 \begin_layout Plain Layout
14517 Cuadros ! para párrafos
14518 \end_layout
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \begin_layout Standard
14526 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14527  de párrafo (parbox), se puede generar con el menú 
14528 \family sans
14529 Insertar\SpecialChar \menuseparator
14530 Cuadro
14531 \family default
14532  o con el botón 
14533 \begin_inset Graphics
14534         filename ../../images/box-insert.png
14535         scale 85
14536
14537 \end_inset
14538
14539  de la barra de herramientas.
14540 \end_layout
14541
14542 \begin_layout Standard
14543 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14544 \begin_inset VSpace medskip
14545 \end_inset
14546
14547 Esta línea contiene 
14548 \begin_inset Box Boxed
14549 position "c"
14550 hor_pos "c"
14551 has_inner_box 1
14552 inner_pos "c"
14553 use_parbox 1
14554 use_makebox 0
14555 width "5cm"
14556 special "none"
14557 height "1in"
14558 height_special "totalheight"
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562 Esto es un cuadro de párrafo.
14563  Tiene exactamente 5
14564 \begin_inset space \thinspace{}
14565 \end_inset
14566
14567 cm de largo y además puede contener ecuaciones: 
14568 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \begin_inset space ~
14578 \end_inset
14579
14580  un cuadro de párrafo.
14581 \begin_inset VSpace medskip
14582 \end_inset
14583
14584 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14585  Surge un diálogo con las propiedades del cuadro.
14586  En este caso: 
14587 \emph on
14588 Decoración
14589 \emph default
14590 : Marco rectangular, 
14591 \emph on
14592 Cuadro interior
14593 \emph default
14594 : Párrafo, 
14595 \emph on
14596 Ancho
14597 \emph default
14598 : 5
14599 \begin_inset space \thinspace{}
14600 \end_inset
14601
14602 cm, 
14603 \emph on
14604 Alineación Vertical
14605 \emph default
14606  
14607 \emph on
14608 Cuadro
14609 \emph default
14610 : Medio.
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset VSpace medskip
14615 \end_inset
14616
14617 En LaTeX, un cuadro de párrafo se inserta con el comando 
14618 \series bold
14619
14620 \backslash
14621 parbox
14622 \series default
14623
14624 \begin_inset Index idx
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628 Comandos ! P ! 
14629 \backslash
14630 parbox
14631 \end_layout
14632
14633 \end_inset
14634
14635  con el esquema siguiente:
14636 \end_layout
14637
14638 \begin_layout Standard
14639
14640 \series bold
14641
14642 \backslash
14643 parbox[posición]{anchura}{contenido}
14644 \end_layout
14645
14646 \begin_layout Standard
14647 Son posibles las posiciones 
14648 \emph on
14649 b
14650 \emph default
14651  y 
14652 \emph on
14653 t
14654 \emph default
14655
14656 \emph on
14657 b
14658 \emph default
14659  por 
14660 \begin_inset Quotes fld
14661 \end_inset
14662
14663 bottom
14664 \begin_inset Quotes frd
14665 \end_inset
14666
14667  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14668  Con 
14669 \emph on
14670 t
14671 \emph default
14672 , por 
14673 \begin_inset Quotes fld
14674 \end_inset
14675
14676 top
14677 \begin_inset Quotes frd
14678 \end_inset
14679
14680  (arriba), la alineación se hace con la primera línea.
14681  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14682  
14683 \emph on
14684 Cuadros
14685 \emph default
14686  del manual 
14687 \emph on
14688 Objetos insertados
14689 \emph default
14690  para ejemplos.
14691 \end_layout
14692
14693 \begin_layout Standard
14694 \begin_inset VSpace bigskip
14695 \end_inset
14696
14697 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14698  ponerse en un cuadro de párrafo.
14699  Para ello se inserta el comando
14700 \begin_inset Newline newline
14701 \end_inset
14702
14703
14704 \series bold
14705
14706 \backslash
14707 fbox{
14708 \backslash
14709 parbox{
14710 \backslash
14711 linewidth-2
14712 \backslash
14713 fboxsep-2
14714 \backslash
14715 fboxrule}{
14716 \begin_inset Newline newline
14717 \end_inset
14718
14719
14720 \series default
14721 en modo TeX delante de la ecuación.
14722  Aquí 
14723 \series bold
14724
14725 \backslash
14726 linewidth
14727 \series default
14728
14729 \begin_inset Index idx
14730 status collapsed
14731
14732 \begin_layout Plain Layout
14733 Comandos ! L ! 
14734 \backslash
14735 linewidth
14736 \end_layout
14737
14738 \end_inset
14739
14740  es la anchura de línea establecida para el documento.
14741  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14742  anchura dos veces la separación del marco y el grosor.
14743  Como LyX no lo hace automáticamente debido a un fallo,
14744 \begin_inset Foot
14745 status collapsed
14746
14747 \begin_layout Plain Layout
14748 \begin_inset CommandInset href
14749 LatexCommand href
14750 name "LyX-bug #4483"
14751 target "http://www.lyx.org/trac/ticket/4483"
14752
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \end_inset
14759
14760  hay que usar modo TeX.
14761  Para poder multiplicar y restar en los argumentos hay que cargar en el
14762  preámbulo LaTeX el paquete LaTeX 
14763 \series bold
14764 calc
14765 \series default
14766 ,
14767 \begin_inset Foot
14768 status collapsed
14769
14770 \begin_layout Plain Layout
14771
14772 \series bold
14773 calc
14774 \series default
14775  es parte de toda instalación LaTeX estándar.
14776 \end_layout
14777
14778 \end_inset
14779
14780
14781 \begin_inset Index idx
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785 Paquetes ! calc
14786 \end_layout
14787
14788 \end_inset
14789
14790  con la línea
14791 \end_layout
14792
14793 \begin_layout Standard
14794
14795 \series bold
14796
14797 \backslash
14798 usepackage{calc}
14799 \end_layout
14800
14801 \begin_layout Standard
14802 Detrás de la ecuación se cierran ambos cuadros con 
14803 \series bold
14804 }}
14805 \series default
14806  en modo TeX.
14807  Aquí hay un ejemplo:
14808 \begin_inset ERT
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812
14813
14814 \backslash
14815 fboxsep 5mm 
14816 \backslash
14817 fboxrule 5mm
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826 \begin_inset ERT
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830
14831
14832 \backslash
14833 fbox{
14834 \backslash
14835 parbox{
14836 \backslash
14837 linewidth-2
14838 \backslash
14839 fboxsep-2
14840 \backslash
14841 fboxrule}{
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \begin_inset Formula \begin{equation}
14848 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14849 \end{equation}
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 \begin_inset ERT
14858 status collapsed
14859
14860 \begin_layout Plain Layout
14861
14862 }}
14863 \end_layout
14864
14865 \end_inset
14866
14867
14868 \begin_inset ERT
14869 status collapsed
14870
14871 \begin_layout Plain Layout
14872
14873
14874 \backslash
14875 fboxrule 0.4pt 
14876 \backslash
14877 fboxsep 3pt
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \begin_layout Standard
14886 \begin_inset VSpace medskip
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \begin_layout Standard
14893 Como se ha usado el cuadro de párrafo como argumento de 
14894 \series bold
14895
14896 \backslash
14897 fbox
14898 \series default
14899 , en este caso no hay diferencia entre 
14900 \series bold
14901
14902 \backslash
14903 fbox
14904 \series default
14905  y 
14906 \series bold
14907
14908 \backslash
14909 boxed
14910 \series default
14911 .
14912  
14913 \end_layout
14914
14915 \begin_layout Standard
14916 \begin_inset VSpace bigskip
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \begin_layout Standard
14923 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14924  Para hacerlo, se usa 
14925 \series bold
14926
14927 \backslash
14928 parbox
14929 \series default
14930  en combinación con el comando 
14931 \series bold
14932
14933 \backslash
14934 tag
14935 \series default
14936 .
14937  (Véase más sobre 
14938 \series bold
14939
14940 \backslash
14941 tag
14942 \series default
14943  en 
14944 \begin_inset CommandInset ref
14945 LatexCommand ref
14946 reference "sub:Numeración-personalizada"
14947
14948 \end_inset
14949
14950 ).
14951 \end_layout
14952
14953 \begin_layout Standard
14954 Un ejemplo de ecuación comentada con 
14955 \series bold
14956
14957 \backslash
14958 parbox
14959 \series default
14960 :
14961 \end_layout
14962
14963 \begin_layout Standard
14964 \begin_inset ERT
14965 status collapsed
14966
14967 \begin_layout Plain Layout
14968
14969
14970 \backslash
14971 [5x-7b=3b
14972 \backslash
14973 tag*{
14974 \backslash
14975 parbox{5cm}{
14976 \end_layout
14977
14978 \end_inset
14979
14980 Esto es una descripción.
14981  Está claramente separada de la ecuación y es multilínea.
14982 \begin_inset ERT
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986
14987 }}
14988 \backslash
14989 ]
14990 \end_layout
14991
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \begin_layout Standard
14998 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14999  no soporta el comando 
15000 \series bold
15001
15002 \backslash
15003 parbox
15004 \series default
15005  en ecuaciones.
15006  La ecuación se compone con la siguiente secuencia de comandos:
15007 \end_layout
15008
15009 \begin_layout Standard
15010 El comando 
15011 \series bold
15012
15013 \backslash
15014 [5x-7b=3b
15015 \backslash
15016 tag*
15017 \backslash
15018 {
15019 \backslash
15020 parbox{5cm}{
15021 \series default
15022  se inserta en modo TeX.
15023 \begin_inset Foot
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027 Si se usa el estilo de ecuación 
15028 \series bold
15029 Sangrado
15030 \series default
15031
15032 \series bold
15033
15034 \backslash
15035 tag*
15036 \backslash
15037
15038 \series default
15039  se puede reemplazar por 
15040 \series bold
15041
15042 \backslash
15043 hfill
15044 \series default
15045 .
15046  (Véanse los estilos de ecuación en 
15047 \begin_inset CommandInset ref
15048 LatexCommand ref
15049 reference "sec:Estilos-de-ecuación"
15050
15051 \end_inset
15052
15053 ).
15054 \end_layout
15055
15056 \end_inset
15057
15058  Después sigue la descripción en texto normal, y por último 
15059 \series bold
15060 }}
15061 \backslash
15062 ]
15063 \series default
15064  en modo TeX.
15065  Aquí los comandos 
15066 \series bold
15067
15068 \backslash
15069 [
15070 \series default
15071  y 
15072 \series bold
15073
15074 \backslash
15075 ]
15076 \series default
15077  crean una ecuación presentada.
15078 \end_layout
15079
15080 \begin_layout Standard
15081 Las ventajas de 
15082 \series bold
15083
15084 \backslash
15085 parbox
15086 \series default
15087  pueden verse en este ejemplo que se ha 
15088 \begin_inset Quotes fld
15089 \end_inset
15090
15091 comentado
15092 \begin_inset Quotes frd
15093 \end_inset
15094
15095  usando el modo texto matemático:
15096 \begin_inset Formula \[
15097 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15098 \]
15099
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \begin_layout Section
15106 Operadores
15107 \begin_inset Index idx
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111 Operadores
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \begin_layout Subsection
15120 Operadores grandes
15121 \begin_inset CommandInset label
15122 LatexCommand label
15123 name "sub:Operadores-grandes"
15124
15125 \end_inset
15126
15127
15128 \begin_inset Index idx
15129 status collapsed
15130
15131 \begin_layout Plain Layout
15132 Operadores ! grandes
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \begin_inset Index idx
15139 status collapsed
15140
15141 \begin_layout Plain Layout
15142 Sumatorios
15143 \end_layout
15144
15145 \end_inset
15146
15147
15148 \begin_inset Index idx
15149 status collapsed
15150
15151 \begin_layout Plain Layout
15152 Integrales
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \begin_layout Standard
15161 Para poder usar todos los comandos de integrales listados aquí, debe estar
15162  marcada la opción 
15163 \family sans
15164 Usar paquete esint automáticamente
15165 \family default
15166  en el apartado 
15167 \family sans
15168 Ecuaciones
15169 \family default
15170  de la configuración del documento.
15171  
15172 \end_layout
15173
15174 \begin_layout Standard
15175 \begin_inset space \hfill{}
15176 \end_inset
15177
15178
15179 \begin_inset Tabular
15180 <lyxtabular version="3" rows="11" columns="2">
15181 <features tabularvalignment="middle">
15182 <column alignment="center" valignment="top" width="0pt">
15183 <column alignment="center" valignment="top" width="0pt">
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 Comando
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 Resultado
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 </row>
15204 <row>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \backslash
15211 int
15212 \begin_inset Index idx
15213 status collapsed
15214
15215 \begin_layout Plain Layout
15216 Comandos ! I ! 
15217 \backslash
15218 int
15219 \end_layout
15220
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 \begin_inset Formula $\int$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \backslash
15248 oint
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 \begin_inset Formula $\oint$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \backslash
15273 ointctrclockwise
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 \begin_inset Formula $\ointctrclockwise$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296
15297 \backslash
15298 ointclockwise
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307 \begin_inset Formula $\ointclockwise$
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321
15322 \backslash
15323 sqint
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 \begin_inset Formula $\sqint$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346
15347 \backslash
15348 fint
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357  
15358 \begin_inset Formula $\fint$
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372
15373 \backslash
15374 landupint
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383  
15384 \begin_inset Formula $\landupint$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \backslash
15400 landdownint
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409  
15410 \begin_inset Formula $\landdownint$
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 </row>
15419 <row>
15420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Plain Layout
15424
15425 \backslash
15426 bigcap
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Plain Layout
15435 \begin_inset Formula $\bigcap$
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 </row>
15444 <row>
15445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \backslash
15451 bigcup
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460 \begin_inset Formula $\bigcup$
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 </row>
15469 </lyxtabular>
15470
15471 \end_inset
15472
15473
15474 \begin_inset space \hfill{}
15475 \end_inset
15476
15477
15478 \begin_inset Tabular
15479 <lyxtabular version="3" rows="11" columns="2">
15480 <features tabularvalignment="middle">
15481 <column alignment="center" valignment="top" width="0pt">
15482 <column alignment="center" valignment="top" width="0pt">
15483 <row>
15484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488 Comando
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497 Resultado
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 </row>
15503 <row>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \backslash
15510 sum
15511 \begin_inset Index idx
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515 Comandos ! S ! 
15516 \backslash
15517 sum
15518 \end_layout
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 \begin_inset Formula $\sum$
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \backslash
15547 prod
15548 \begin_inset Index idx
15549 status collapsed
15550
15551 \begin_layout Plain Layout
15552 Comandos ! P ! 
15553 \backslash
15554 prod
15555 \end_layout
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 \begin_inset Formula $\prod$
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 <row>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \backslash
15584 coprod
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593 \begin_inset Formula $\coprod$
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 </row>
15602 <row>
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607
15608 \backslash
15609 bigodot
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Plain Layout
15618 \begin_inset Formula $\bigodot$
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 </row>
15627 <row>
15628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632
15633 \backslash
15634 bigotimes
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 \begin_inset Formula $\bigotimes$
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 <row>
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657
15658 \backslash
15659 bigoplus
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 \begin_inset Formula $\bigoplus$
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 </row>
15677 <row>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \backslash
15684 bigwedge
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 \begin_inset Formula $\bigwedge$
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \backslash
15709 bigvee
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 \begin_inset Formula $\bigvee$
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 </row>
15727 <row>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \backslash
15734 bigsqcup
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 \begin_inset Formula $\bigsqcup$
15744 \end_inset
15745
15746
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 </row>
15752 <row>
15753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757
15758 \backslash
15759 biguplus
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 \begin_inset Formula $\biguplus$
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 </row>
15777 </lyxtabular>
15778
15779 \end_inset
15780
15781
15782 \begin_inset space \hfill{}
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \begin_layout Standard
15789 Todos los operadores grandes se pueden insertar con el botón 
15790 \begin_inset Graphics
15791         filename ../../images/math/intop.png
15792         scale 85
15793
15794 \end_inset
15795
15796  de la barra de ecuaciones.
15797 \end_layout
15798
15799 \begin_layout Standard
15800 Estos operadores son llamados grandes porque son mayores que los operadores
15801  binarios de aspecto semejante.
15802  Todos los operadores grandes pueden tener límites, como se describe en
15803  la subsección siguiente.
15804 \end_layout
15805
15806 \begin_layout Standard
15807 Para todos los operadores de integral hay una segunda versión disponible,
15808  terminando en 
15809 \series bold
15810 op
15811 \series default
15812
15813 \series bold
15814
15815 \backslash
15816 intop
15817 \series default
15818
15819 \series bold
15820
15821 \backslash
15822 ointop
15823 \series default
15824  etc.
15825  Estos operadores difieren de 
15826 \series bold
15827
15828 \backslash
15829 int
15830 \series default
15831 , etc., en el estilo en que se presentan los límites, véase
15832 \series bold
15833  
15834 \series default
15835
15836 \begin_inset CommandInset ref
15837 LatexCommand ref
15838 reference "sub:Límites-de-operadores"
15839
15840 \end_inset
15841
15842 .
15843 \end_layout
15844
15845 \begin_layout Subsubsection*
15846 Sugerencias para las integrales
15847 \end_layout
15848
15849 \begin_layout Standard
15850 La letra 
15851 \emph on
15852 d
15853 \emph default
15854  en una integral es un operador, por consiguiente debe escribirse en redonda.
15855  Esto se hace resaltando la 
15856 \emph on
15857 d
15858 \emph default
15859  y usando el atajo de teclado 
15860 \family sans
15861 Alt+C
15862 \begin_inset space ~
15863 \end_inset
15864
15865 R
15866 \family default
15867 .
15868 \begin_inset Foot
15869 status collapsed
15870
15871 \begin_layout Plain Layout
15872 véase estilos de letras en 
15873 \begin_inset CommandInset ref
15874 LatexCommand ref
15875 reference "sub:Estilos-de-fuentes"
15876
15877 \end_inset
15878
15879  
15880 \end_layout
15881
15882 \end_inset
15883
15884  Delante de la 
15885 \emph on
15886 d
15887 \emph default
15888  se inserta un espacio delgado, como es habitual en los operadores.
15889  Un ejemplo:
15890 \end_layout
15891
15892 \begin_layout Standard
15893 incorrecto: 
15894 \begin_inset Formula $\int A(x)dx$
15895 \end_inset
15896
15897
15898 \begin_inset Newline newline
15899 \end_inset
15900
15901
15902 \begin_inset Phantom HPhantom
15903 status open
15904
15905 \begin_layout Plain Layout
15906 in
15907 \end_layout
15908
15909 \end_inset
15910
15911 correcto: 
15912 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \begin_layout Standard
15919 \begin_inset Newpage pagebreak
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \begin_layout Standard
15926 Para integrales múltiples hay los siguientes comandos:
15927 \begin_inset VSpace medskip
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \begin_layout Standard
15934 \begin_inset space \hfill{}
15935 \end_inset
15936
15937
15938 \begin_inset Tabular
15939 <lyxtabular version="3" rows="4" columns="2">
15940 <features tabularvalignment="middle">
15941 <column alignment="center" valignment="top" width="0">
15942 <column alignment="center" valignment="top" width="0">
15943 <row>
15944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 Comando
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 Resultado
15958 \begin_inset Note Note
15959 status collapsed
15960
15961 \begin_layout Plain Layout
15962
15963 \series bold
15964
15965 \backslash
15966 raisebox
15967 \series default
15968  se usa sólo como espaciador
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row>
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984
15985 \backslash
15986 iint
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 </row>
16004 <row>
16005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009
16010 \backslash
16011 oiint
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16021 \end_inset
16022
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \backslash
16036 sqiint
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 </lyxtabular>
16055
16056 \end_inset
16057
16058
16059 \begin_inset space \hfill{}
16060 \end_inset
16061
16062
16063 \begin_inset Tabular
16064 <lyxtabular version="3" rows="4" columns="2">
16065 <features tabularvalignment="middle">
16066 <column alignment="center" valignment="top" width="0">
16067 <column alignment="center" valignment="top" width="0">
16068 <row>
16069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 Comando
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 Resultado
16083 \begin_inset Note Note
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087
16088 \series bold
16089
16090 \backslash
16091 raisebox
16092 \series default
16093  se usa sólo como espaciador
16094 \end_layout
16095
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row>
16105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109
16110 \backslash
16111 iiint
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16121 \end_inset
16122
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 </row>
16129 <row>
16130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134
16135 \backslash
16136 iiiint
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 </row>
16154 <row>
16155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159
16160 \backslash
16161 dotsint
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16171 \end_inset
16172
16173
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 </lyxtabular>
16180
16181 \end_inset
16182
16183
16184 \begin_inset space \hfill{}
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \begin_layout Subsection
16191 Límites de operadores
16192 \begin_inset CommandInset label
16193 LatexCommand label
16194 name "sub:Límites-de-operadores"
16195
16196 \end_inset
16197
16198
16199 \begin_inset Index idx
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203 Operadores ! límites de
16204 \end_layout
16205
16206 \end_inset
16207
16208
16209 \end_layout
16210
16211 \begin_layout Standard
16212 Los límites se crean mediante superíndices y subíndices:
16213 \end_layout
16214
16215 \begin_layout Standard
16216 \noindent
16217 \align center
16218 \begin_inset Tabular
16219 <lyxtabular version="3" rows="2" columns="2">
16220 <features tabularvalignment="middle">
16221 <column alignment="center" valignment="top" width="0">
16222 <column alignment="center" valignment="top" width="0">
16223 <row>
16224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 Comando
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 Resultado
16238 \begin_inset Note Note
16239 status collapsed
16240
16241 \begin_layout Plain Layout
16242
16243 \series bold
16244
16245 \backslash
16246 raisebox
16247 \series default
16248  se usa sólo como espaciador
16249 \end_layout
16250
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264
16265 \backslash
16266 prod^
16267 \backslash
16268 infty
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273
16274
16275 \backslash
16276 spce 
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \begin_inset Formula $\to$
16283 \end_inset
16284
16285 _0
16286 \begin_inset Formula $\to$
16287 \end_inset
16288
16289 A(x)
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 </lyxtabular>
16308
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \begin_layout Standard
16315 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16316  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16317 \end_layout
16318
16319 \begin_layout Standard
16320 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16321  directamente detrás del operador y se elige 
16322 \series bold
16323 Alineado
16324 \series default
16325  en el menú 
16326 \family sans
16327 Editar\SpecialChar \menuseparator
16328 Ecuación\SpecialChar \menuseparator
16329 Cambiar tipo de límites
16330 \family default
16331  (atajo 
16332 \family sans
16333 Alt+M
16334 \begin_inset space ~
16335 \end_inset
16336
16337 L
16338 \family default
16339 ).
16340  Un ejemplo:
16341 \end_layout
16342
16343 \begin_layout Standard
16344 El tipo de límites por omisión es:
16345 \begin_inset Formula \[
16346 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16347 \]
16348
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \begin_layout Standard
16355 Así se ven si se cambia el tipo de límites a 
16356 \series bold
16357 Alineado
16358 \series default
16359 :
16360 \begin_inset Formula \[
16361 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16362 \]
16363
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \begin_layout Standard
16370 En integrales, excepto las que terminan en 
16371 \series bold
16372 op
16373 \series default
16374  como 
16375 \series bold
16376
16377 \backslash
16378 intop
16379 \series default
16380
16381 \series bold
16382
16383 \backslash
16384 ointop
16385 \series default
16386 , etc., los límites se colocan por omisión junto al operador.
16387  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16388  operador.
16389  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16390 \series bold
16391 Presentado
16392 \series default
16393  para poner el límite debajo:
16394 \begin_inset Formula \begin{equation}
16395 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16396 \end{equation}
16397
16398 \end_inset
16399
16400
16401 \begin_inset VSpace medskip
16402 \end_inset
16403
16404 Para especificar condiciones en los límites se usan los comandos 
16405 \series bold
16406
16407 \backslash
16408 subarray
16409 \series default
16410
16411 \begin_inset Index idx
16412 status collapsed
16413
16414 \begin_layout Plain Layout
16415 Comandos ! S ! 
16416 \backslash
16417 subarray
16418 \end_layout
16419
16420 \end_inset
16421
16422  y 
16423 \series bold
16424
16425 \backslash
16426 substack
16427 \series default
16428
16429 \begin_inset Index idx
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433 Comandos ! S ! 
16434 \backslash
16435 substack
16436 \end_layout
16437
16438 \end_inset
16439
16440 .
16441  Por ejemplo, para componer la expresión
16442 \begin_inset Formula \begin{equation}
16443 \sum_{\begin{subarray}{c}
16444 0<k<1000\\
16445 \\
16446 k\,\in\,\mathbb{N}
16447 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16448 \end{equation}
16449
16450 \end_inset
16451
16452 se ha hecho lo siguiente: primero se escribe el comando 
16453 \series bold
16454
16455 \backslash
16456 sum^n
16457 \series default
16458
16459 \begin_inset ERT
16460 status collapsed
16461
16462 \begin_layout Plain Layout
16463
16464
16465 \backslash
16466 spce 
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \series bold
16473 _
16474 \series default
16475 .
16476  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16477  se inserta el comando 
16478 \series bold
16479
16480 \backslash
16481 subarray
16482 \series default
16483
16484 \begin_inset ERT
16485 status collapsed
16486
16487 \begin_layout Plain Layout
16488
16489
16490 \backslash
16491 spce 
16492 \end_layout
16493
16494 \end_inset
16495
16496 .
16497  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16498  distintas.
16499  Cada línea nueva se crea con un salto de línea (
16500 \family sans
16501 Ctrl+Retorno
16502 \family default
16503 ).
16504  Si ahora se escribe en ella
16505 \begin_inset Newline newline
16506 \end_inset
16507
16508
16509 \series bold
16510 0<k<1000 Ctrl+Retorno
16511 \begin_inset Newline newline
16512 \end_inset
16513
16514
16515 \series default
16516 aparece debajo un nuevo marco para la línea nueva.
16517 \end_layout
16518
16519 \begin_layout Standard
16520 La alineación de las líneas puede cambiarse a la izquierda con la 
16521 \family sans
16522 barra de herramientas de tabla
16523 \family default
16524  o con el menú 
16525 \family sans
16526 Editar\SpecialChar \menuseparator
16527 Filas y columnas
16528 \family default
16529 .
16530  Para obtener alineación derecha se inserta 
16531 \series bold
16532
16533 \backslash
16534 hfill
16535 \series default
16536
16537 \begin_inset ERT
16538 status collapsed
16539
16540 \begin_layout Plain Layout
16541
16542
16543 \backslash
16544 spce 
16545 \end_layout
16546
16547 \end_inset
16548
16549  al principio de la línea.
16550 \end_layout
16551
16552 \begin_layout Standard
16553 El comando 
16554 \series bold
16555
16556 \backslash
16557 substack
16558 \series default
16559  es equivalente a 
16560 \series bold
16561
16562 \backslash
16563 subarray
16564 \series default
16565  con la diferencia de que las líneas están siempre centradas.
16566 \begin_inset VSpace bigskip
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \begin_layout Standard
16573 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16574  siguientes, como en la ecuación 
16575 \begin_inset CommandInset ref
16576 LatexCommand eqref
16577 reference "eq:substack"
16578
16579 \end_inset
16580
16581 , porque éstos se colocan junto a los límites.
16582 \end_layout
16583
16584 \begin_layout Standard
16585 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16586 \end_layout
16587
16588 \begin_layout Standard
16589
16590 \series bold
16591
16592 \backslash
16593 def
16594 \backslash
16595 clap#1{
16596 \backslash
16597 hbox to 0pt{
16598 \backslash
16599 hss #1
16600 \backslash
16601 hss}}
16602 \begin_inset Newline newline
16603 \end_inset
16604
16605
16606 \backslash
16607 def
16608 \backslash
16609 mathclap {
16610 \backslash
16611 mathpalette 
16612 \backslash
16613 mathclapinternal}
16614 \begin_inset Newline newline
16615 \end_inset
16616
16617
16618 \backslash
16619 def
16620 \backslash
16621 mathclapinternal #1#2{
16622 \backslash
16623 clap{$
16624 \backslash
16625 mathsurround =0pt #1{#2}$}}
16626 \end_layout
16627
16628 \begin_layout Standard
16629 En ella se define el comando 
16630 \series bold
16631
16632 \backslash
16633 mathclap
16634 \series default
16635
16636 \begin_inset Index idx
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640 Comandos ! M ! 
16641 \backslash
16642 mathclap
16643 \end_layout
16644
16645 \end_inset
16646
16647  que establece la anchura del límite en 0
16648 \begin_inset space \thinspace{}
16649 \end_inset
16650
16651 pt.
16652  El esquema del comando es:
16653 \end_layout
16654
16655 \begin_layout Standard
16656
16657 \series bold
16658
16659 \backslash
16660 mathclap{límite}
16661 \end_layout
16662
16663 \begin_layout Standard
16664 donde el límite puede consistir en varias condiciones.
16665 \end_layout
16666
16667 \begin_layout Standard
16668 Aplicado en la ecuación 
16669 \begin_inset CommandInset ref
16670 LatexCommand eqref
16671 reference "eq:substack"
16672
16673 \end_inset
16674
16675  se usa el comando
16676 \end_layout
16677
16678 \begin_layout Standard
16679
16680 \series bold
16681
16682 \backslash
16683 sum_
16684 \backslash
16685 mathclap{
16686 \backslash
16687 substack
16688 \begin_inset ERT
16689 status collapsed
16690
16691 \begin_layout Plain Layout
16692
16693
16694 \backslash
16695 spce 
16696 \end_layout
16697
16698 \end_inset
16699
16700 0<k<1000 Ctrl+Retorno
16701 \end_layout
16702
16703 \begin_layout Standard
16704 para componer el límite inferior.
16705  Ahora el sumando está junto al sumatorio:
16706 \begin_inset Formula \[
16707 \sum_{\mathclap{\substack{0<k<1000\\
16708 \\
16709 k\,\in\,\mathbb{N}
16710 }
16711 }}^{n}k^{-2}
16712 \]
16713
16714 \end_inset
16715
16716
16717 \begin_inset VSpace bigskip
16718 \end_inset
16719
16720 Cómo utilizar un límite para varios operadores se describe en la 
16721 \begin_inset CommandInset ref
16722 LatexCommand ref
16723 reference "sub:Operadores-de-usuario"
16724
16725 \end_inset
16726
16727 .
16728 \end_layout
16729
16730 \begin_layout Standard
16731 \begin_inset Newpage newpage
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \begin_layout Subsection
16738 Operadores binarios
16739 \begin_inset CommandInset label
16740 LatexCommand label
16741 name "sub:Operadores-binarios"
16742
16743 \end_inset
16744
16745
16746 \begin_inset Index idx
16747 status collapsed
16748
16749 \begin_layout Plain Layout
16750 Operadores ! binarios
16751 \end_layout
16752
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \begin_layout Standard
16759 Los operadores binarios se rodean por espacios si llevan un carácter delante
16760  o detrás.
16761 \begin_inset VSpace medskip
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \begin_layout Standard
16768 \begin_inset space \hfill{}
16769 \end_inset
16770
16771
16772 \begin_inset Tabular
16773 <lyxtabular version="3" rows="13" columns="2">
16774 <features tabularvalignment="middle">
16775 <column alignment="center" valignment="top" width="0pt">
16776 <column alignment="center" valignment="top" width="0pt">
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 Comando
16783 \begin_inset Note Note
16784 status collapsed
16785
16786 \begin_layout Plain Layout
16787
16788 \series bold
16789
16790 \backslash
16791 raisebox
16792 \series default
16793  se usa sólo como espaciador
16794 \end_layout
16795
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 Operador
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 +
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 \begin_inset Formula $+$
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 <row>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 -
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 \begin_inset Formula $-$
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \backslash
16866 pm
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $\pm$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 mp
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 \begin_inset Formula $\mp$
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \backslash
16916 cdot
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\cdot$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 times
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\times$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 div
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\div$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset ERT
16990 status collapsed
16991
16992 \begin_layout Plain Layout
16993
16994
16995 \backslash
16996 raisebox{-1.2mm}{
16997 \end_layout
16998
16999 \end_inset
17000
17001 *
17002 \begin_inset ERT
17003 status collapsed
17004
17005 \begin_layout Plain Layout
17006
17007 }
17008 \end_layout
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $*$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 <row>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \backslash
17037 star
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 \begin_inset Formula $\star$
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060
17061 \backslash
17062 circ
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $\circ$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 diamond
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\diamond$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 bullet
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\bullet$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 </lyxtabular>
17131
17132 \end_inset
17133
17134
17135 \begin_inset space \hfill{}
17136 \end_inset
17137
17138
17139 \begin_inset Tabular
17140 <lyxtabular version="3" rows="13" columns="2">
17141 <features tabularvalignment="middle">
17142 <column alignment="center" valignment="top" width="0pt">
17143 <column alignment="center" valignment="top" width="0pt">
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 Comando
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 Operador
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 </row>
17164 <row>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \backslash
17171 nabla
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 \begin_inset Formula $\nabla$
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 </row>
17189 <row>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194
17195 \backslash
17196 bigtriangledown
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 \begin_inset Formula $\bigtriangledown$
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \backslash
17221 bigtriangleup
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 \begin_inset Formula $\bigtriangleup$
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 <row>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244
17245 \backslash
17246 Box
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255 \begin_inset Formula $\Box$
17256 \end_inset
17257
17258
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 <row>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269
17270 \backslash
17271 cap 
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Formula $\cap$
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 </row>
17289 <row>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294
17295 \backslash
17296 cup
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 \begin_inset Formula $\cup$
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 </row>
17314 <row>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319
17320 \backslash
17321 dagger
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 \begin_inset Formula $\dagger$
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344
17345 \backslash
17346 ddagger
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 \begin_inset Formula $\ddagger$
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \backslash
17371 wr
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 \begin_inset Formula $\wr$
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \backslash
17396 bigcirc
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 \begin_inset Formula $\bigcirc$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 wedge
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\wedge$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 vee
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $\vee$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 </lyxtabular>
17465
17466 \end_inset
17467
17468
17469 \begin_inset space \hfill{}
17470 \end_inset
17471
17472
17473 \begin_inset Tabular
17474 <lyxtabular version="3" rows="13" columns="2">
17475 <features tabularvalignment="middle">
17476 <column alignment="center" valignment="top" width="0pt">
17477 <column alignment="center" valignment="top" width="0pt">
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 Comando
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 Operador
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 </row>
17498 <row>
17499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503
17504 \backslash
17505 oplus
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 \begin_inset Formula $\oplus$
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 </row>
17523 <row>
17524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528
17529 \backslash
17530 ominus
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 \begin_inset Formula $\ominus$
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 </row>
17548 <row>
17549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553
17554 \backslash
17555 otimes
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 \begin_inset Formula $\otimes$
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 </row>
17573 <row>
17574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578
17579 \backslash
17580 oslash
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 \begin_inset Formula $\oslash$
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 </row>
17598 <row>
17599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603
17604 \backslash
17605 odot
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 \begin_inset Formula $\odot$
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 </row>
17623 <row>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \backslash
17630 amalg
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 \begin_inset Formula $\amalg$
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 </row>
17648 <row>
17649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653
17654 \backslash
17655 uplus
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 \begin_inset Formula $\uplus$
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 </row>
17673 <row>
17674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678
17679 \backslash
17680 setminus
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Formula $\setminus$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 </row>
17698 <row>
17699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703
17704 \backslash
17705 sqcap
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714 \begin_inset Formula $\sqcap$
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 </row>
17723 <row>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \backslash
17730 sqcup
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739 \begin_inset Formula $\sqcup$
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 </row>
17748 <row>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \backslash
17755 triangleleft
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 \begin_inset Formula $\triangleleft$
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 </row>
17773 <row>
17774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778
17779 \backslash
17780 triangleright
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\triangleright$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 </row>
17798 </lyxtabular>
17799
17800 \end_inset
17801
17802
17803 \begin_inset space \hfill{}
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Todos los operadores binarios se pueden insertar también con el botón 
17811 \begin_inset Graphics
17812         filename ../../images/math/pm.png
17813         scale 85
17814
17815 \end_inset
17816
17817  de la barra de ecuaciones.
17818 \end_layout
17819
17820 \begin_layout Standard
17821 Para imprimir el operador Laplace se pueden usar 
17822 \series bold
17823
17824 \backslash
17825 Delta
17826 \series default
17827  o 
17828 \series bold
17829
17830 \backslash
17831 nabla
17832 \series default
17833 ^
17834 \series bold
17835 2
17836 \series default
17837  (
17838 \begin_inset Formula $\nabla^{2}$
17839 \end_inset
17840
17841 ) en vez de 
17842 \series bold
17843
17844 \backslash
17845 bigtriangleup
17846 \series default
17847 .
17848 \end_layout
17849
17850 \begin_layout Standard
17851 El carácter 
17852 \family sans
17853 Separador de menú
17854 \family default
17855  del menú 
17856 \family sans
17857 Insertar\SpecialChar \menuseparator
17858 Carácter especial
17859 \family default
17860  es el operador 
17861 \series bold
17862
17863 \backslash
17864 triangleright
17865 \series default
17866 .
17867 \end_layout
17868
17869 \begin_layout Subsection
17870 Operadores definidos por el usuario
17871 \begin_inset CommandInset label
17872 LatexCommand label
17873 name "sub:Operadores-de-usuario"
17874
17875 \end_inset
17876
17877
17878 \begin_inset Index idx
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882 Operadores ! personalizados
17883 \end_layout
17884
17885 \end_inset
17886
17887
17888 \end_layout
17889
17890 \begin_layout Standard
17891 Con ayuda del comando 
17892 \series bold
17893
17894 \backslash
17895 DeclareMathOperator
17896 \series default
17897
17898 \begin_inset Index idx
17899 status collapsed
17900
17901 \begin_layout Plain Layout
17902 Comandos ! D ! 
17903 \backslash
17904 dbinom@
17905 \backslash
17906 DeclareMathOperator
17907 \end_layout
17908
17909 \end_inset
17910
17911  se pueden definir operadores personalizados en el preámbulo LaTeX.
17912  Su esquema es:
17913 \end_layout
17914
17915 \begin_layout Standard
17916
17917 \series bold
17918
17919 \backslash
17920 DeclareMathOperator{comando nuevo}{presentación}
17921 \end_layout
17922
17923 \begin_layout Standard
17924 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17925  en la salida.
17926  Para definir un operador grande hay que añadirle un * detrás.
17927  Todos los operadores grandes personalizados pueden tener límites como se
17928  describe en 
17929 \begin_inset CommandInset ref
17930 LatexCommand ref
17931 reference "sub:Límites-de-operadores"
17932
17933 \end_inset
17934
17935 .
17936 \end_layout
17937
17938 \begin_layout Standard
17939 Por ejemplo, la línea en el preámbulo LaTeX
17940 \end_layout
17941
17942 \begin_layout Standard
17943
17944 \series bold
17945
17946 \backslash
17947 DeclareMathOperator*{
17948 \backslash
17949 Lozenge}{
17950 \backslash
17951 blacklozenge}
17952 \end_layout
17953
17954 \begin_layout Standard
17955 define el comando 
17956 \series bold
17957
17958 \backslash
17959 Lozenge
17960 \series default
17961 , que inserta un operador grande que es el símbolo blacklozenge de la 
17962 \begin_inset CommandInset ref
17963 LatexCommand ref
17964 reference "sub:Símbolos-misceláneos"
17965
17966 \end_inset
17967
17968 .
17969 \begin_inset Formula \[
17970 \Lozenge_{n=1}^{\infty}
17971 \]
17972
17973 \end_inset
17974
17975 El comando para esta expresión es: 
17976 \series bold
17977
17978 \backslash
17979 Lozenge^
17980 \backslash
17981 infty
17982 \begin_inset Formula $\rightarrow$
17983 \end_inset
17984
17985 _n=1
17986 \begin_inset VSpace bigskip
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \begin_layout Standard
17993 Si los operadores personalizados no se van a usar varias veces en el documento,
17994  se pueden también definir con los comandos 
17995 \series bold
17996
17997 \backslash
17998 mathop
17999 \series default
18000
18001 \begin_inset Index idx
18002 status collapsed
18003
18004 \begin_layout Plain Layout
18005 Comandos ! M ! 
18006 \backslash
18007 mathop
18008 \end_layout
18009
18010 \end_inset
18011
18012  y 
18013 \series bold
18014
18015 \backslash
18016 mathbin
18017 \series default
18018
18019 \begin_inset Index idx
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023 Comandos ! M ! 
18024 \backslash
18025 mathbin
18026 \end_layout
18027
18028 \end_inset
18029
18030 , con el siguiente esquema:
18031 \end_layout
18032
18033 \begin_layout Standard
18034
18035 \series bold
18036
18037 \backslash
18038 mathop{presentación}
18039 \series default
18040  y 
18041 \series bold
18042
18043 \backslash
18044 mathbin{presentación}
18045 \end_layout
18046
18047 \begin_layout Standard
18048
18049 \series bold
18050
18051 \backslash
18052 mathop
18053 \series default
18054  define operadores grandes, 
18055 \series bold
18056
18057 \backslash
18058 mathbin
18059 \series default
18060  operadores binarios.
18061 \end_layout
18062
18063 \begin_layout Standard
18064
18065 \series bold
18066
18067 \backslash
18068 mathop
18069 \series default
18070  se puede usar, p.e., para poner un límite a varios operadores:
18071 \begin_inset Formula \[
18072 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18073 \]
18074
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Standard
18081 El comando para la expresión anterior es:
18082 \begin_inset Newline newline
18083 \end_inset
18084
18085
18086 \series bold
18087
18088 \backslash
18089 mathop{
18090 \backslash
18091 sum
18092 \backslash
18093 negmedspace
18094 \backslash
18095 sum
18096 \series default
18097
18098 \begin_inset ERT
18099 status collapsed
18100
18101 \begin_layout Plain Layout
18102
18103
18104 \backslash
18105 spce 
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \series bold
18112
18113 \begin_inset Formula $\to$
18114 \end_inset
18115
18116 ^N
18117 \series default
18118
18119 \begin_inset ERT
18120 status collapsed
18121
18122 \begin_layout Plain Layout
18123
18124
18125 \backslash
18126 spce 
18127 \end_layout
18128
18129 \end_inset
18130
18131
18132 \series bold
18133 _i,j=1
18134 \end_layout
18135
18136 \begin_layout Section
18137 Fuentes
18138 \begin_inset Index idx
18139 status collapsed
18140
18141 \begin_layout Plain Layout
18142 Fuentes
18143 \end_layout
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \begin_layout Subsection
18151 Estilos de fuentes
18152 \begin_inset CommandInset label
18153 LatexCommand label
18154 name "sub:Estilos-de-fuentes"
18155
18156 \end_inset
18157
18158
18159 \begin_inset Index idx
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163 Fuentes ! estilos de
18164 \end_layout
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \begin_layout Standard
18172 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18173  estilos:
18174 \end_layout
18175
18176 \begin_layout Standard
18177 \begin_inset VSpace -2mm
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 \align center
18185 \begin_inset Tabular
18186 <lyxtabular version="3" rows="7" columns="3">
18187 <features tabularvalignment="middle">
18188 <column alignment="center" valignment="top" width="0">
18189 <column alignment="center" valignment="top" width="0">
18190 <column alignment="center" valignment="top" width="0">
18191 <row>
18192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 Comando
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 Resultado
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 atajo
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 </row>
18220 <row>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225
18226 \backslash
18227 mathbb
18228 \series bold
18229
18230 \begin_inset ERT
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234
18235
18236 \backslash
18237 spce 
18238 \end_layout
18239
18240 \end_inset
18241
18242
18243 \series default
18244 ABC
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 \begin_inset Formula $\mathbb{ABC}$
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Plain Layout
18265
18266 \family sans
18267 Alt+C C
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 </row>
18273 <row>
18274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278
18279 \backslash
18280 mathbf
18281 \series bold
18282
18283 \begin_inset ERT
18284 status collapsed
18285
18286 \begin_layout Plain Layout
18287
18288
18289 \backslash
18290 spce 
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \series default
18297 AbC
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 \begin_inset Formula $\mathbf{AbC}$
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318
18319 \family sans
18320 Ctrl+B
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331
18332 \backslash
18333 boldsymbol
18334 \series bold
18335
18336 \begin_inset ERT
18337 status collapsed
18338
18339 \begin_layout Plain Layout
18340
18341
18342 \backslash
18343 spce 
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \series default
18350 AbC
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 \begin_inset Formula $\boldsymbol{AbC}$
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371
18372 \family sans
18373 Ctrl+Alt+B , Alt+C B
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 </row>
18379 <row>
18380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384
18385 \backslash
18386 mathcal
18387 \series bold
18388
18389 \begin_inset ERT
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393
18394
18395 \backslash
18396 spce 
18397 \end_layout
18398
18399 \end_inset
18400
18401
18402 \series default
18403 ABC
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 \begin_inset Formula $\mathcal{ABC}$
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \family sans
18426 Ctrl+E , Alt+C E
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \backslash
18439 mathfrak
18440 \series bold
18441
18442 \begin_inset ERT
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446
18447
18448 \backslash
18449 spce 
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \series default
18456 AbC
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 \begin_inset Formula $\mathfrak{AbC}$
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 -
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 </row>
18483 <row>
18484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488
18489 \backslash
18490 mathscr
18491 \series bold
18492
18493 \begin_inset ERT
18494 status collapsed
18495
18496 \begin_layout Plain Layout
18497
18498
18499 \backslash
18500 spce 
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \series default
18507 AbC
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 \begin_inset Formula $\mathscr{AbC}$
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 -
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 </row>
18534 </lyxtabular>
18535
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \begin_layout Standard
18542 \align center
18543 \begin_inset Tabular
18544 <lyxtabular version="3" rows="5" columns="3">
18545 <features tabularvalignment="middle">
18546 <column alignment="center" valignment="top" width="0">
18547 <column alignment="center" valignment="top" width="0">
18548 <column alignment="center" valignment="top" width="0">
18549 <row>
18550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554 Comando
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563 Resultado
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 atajo
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 </row>
18578 <row>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583
18584 \backslash
18585 mathit
18586 \series bold
18587
18588 \begin_inset ERT
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592
18593
18594 \backslash
18595 spce 
18596 \end_layout
18597
18598 \end_inset
18599
18600
18601 \series default
18602 AbC
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 \begin_inset Formula $\mathit{AbC}$
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623 -
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 </row>
18629 <row>
18630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \backslash
18636 mathrm
18637 \series bold
18638
18639 \begin_inset ERT
18640 status collapsed
18641
18642 \begin_layout Plain Layout
18643
18644
18645 \backslash
18646 spce 
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \series default
18653 AbC
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 \begin_inset Formula $\mathrm{AbC}$
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \family sans
18676 Alt+C R
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 </row>
18682 <row>
18683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \backslash
18689 mathsf
18690 \series bold
18691
18692 \begin_inset ERT
18693 status collapsed
18694
18695 \begin_layout Plain Layout
18696
18697
18698 \backslash
18699 spce 
18700 \end_layout
18701
18702 \end_inset
18703
18704
18705 \series default
18706 AbC
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 \begin_inset Formula $\mathsf{AbC}$
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \end_inset
18722 </cell>
18723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727
18728 \family sans
18729 Alt+C S
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 </row>
18735 <row>
18736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740
18741 \backslash
18742 mathtt
18743 \series bold
18744
18745 \begin_inset ERT
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750
18751 \backslash
18752 spce 
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \series default
18759 AbC
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 \begin_inset Formula $\mathtt{AbC}$
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \family sans
18782 Ctrl+Mayúsculas+P
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 </lyxtabular>
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Standard
18796 \begin_inset Note Greyedout
18797 status open
18798
18799 \begin_layout Plain Layout
18800
18801 \series bold
18802 Nota
18803 \series default
18804 : Los estilos 
18805 \series bold
18806
18807 \backslash
18808 mathbb
18809 \series default
18810  y 
18811 \series bold
18812
18813 \backslash
18814 mathcal
18815 \series default
18816  sólo se aplican a letras mayúsculas.
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 El estilo predeterminado es 
18826 \series bold
18827
18828 \backslash
18829 mathnormal
18830 \series default
18831 .
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Los comandos de estilo funcionan también en estructuras matemáticas:
18836 \begin_inset Formula \[
18837 \mathfrak{A=\frac{b}{C}}
18838 \]
18839
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \begin_layout Standard
18846 Los caracteres en texto matemático no aparecen en un estilo de letra de
18847  ecuaciones sino en el estilo 
18848 \series bold
18849
18850 \backslash
18851 textrm
18852 \series default
18853 .
18854  Este estilo no se puede poner correctamente con el diálogo de estilo de
18855  texto por un fallo de LyX.
18856 \begin_inset Foot
18857 status collapsed
18858
18859 \begin_layout Plain Layout
18860 \begin_inset CommandInset href
18861 LatexCommand href
18862 name "LyX-bug #4629"
18863 target "http://www.lyx.org/trac/ticket/4629"
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \begin_layout Standard
18876 En vez de comandos se puede usar el menú 
18877 \family sans
18878 Editar\SpecialChar \menuseparator
18879 Ecuación\SpecialChar \menuseparator
18880 Estilo del texto
18881 \family default
18882  o el botón 
18883 \begin_inset Graphics
18884         filename ../../images/math/font.png
18885         scale 85
18886
18887 \end_inset
18888
18889 .
18890 \end_layout
18891
18892 \begin_layout Subsection
18893 Ecuaciones en negrita
18894 \begin_inset CommandInset label
18895 LatexCommand label
18896 name "sub:Ecuaciones-en-negrita"
18897
18898 \end_inset
18899
18900
18901 \begin_inset Index idx
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905 Ecuación ! en negrita
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Standard
18914 Para poner en negrita una ecuación completa no se puede usar el comando
18915  
18916 \series bold
18917
18918 \backslash
18919 mathbf
18920 \series default
18921 , porque no funciona con minúsculas griegas.
18922  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18923 \begin_inset Formula \[
18924 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18925 \]
18926
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \begin_layout Standard
18933 Para presentar la ecuación correctamente se usa el comando 
18934 \series bold
18935 boldsymbol
18936 \series default
18937 :
18938 \begin_inset Formula \[
18939 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18940 \]
18941
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \begin_layout Standard
18948 También es posible poner la fórmula en un 
18949 \series bold
18950 entorno boldmath
18951 \series default
18952 , que se inserta con el comando 
18953 \series bold
18954
18955 \backslash
18956 boldmath
18957 \series default
18958
18959 \begin_inset Index idx
18960 status collapsed
18961
18962 \begin_layout Plain Layout
18963 Comandos ! B ! 
18964 \backslash
18965 boldmath
18966 \end_layout
18967
18968 \end_inset
18969
18970  en modo TeX.
18971  Para finalizar el entorno se usa el comando 
18972 \series bold
18973
18974 \backslash
18975 unboldmath
18976 \series default
18977
18978 \begin_inset Index idx
18979 status collapsed
18980
18981 \begin_layout Plain Layout
18982 Comandos ! U ! 
18983 \backslash
18984 unboldmath
18985 \end_layout
18986
18987 \end_inset
18988
18989  en modo TeX.
18990 \begin_inset ERT
18991 status collapsed
18992
18993 \begin_layout Plain Layout
18994
18995
18996 \backslash
18997 boldmath
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \begin_inset Formula \[
19004 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19005 \]
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Standard
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018
19019 \backslash
19020 unboldmath
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Subsection
19029 Ecuaciones coloreadas
19030 \begin_inset Index idx
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034 Ecuación ! coloreada
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \end_layout
19041
19042 \begin_layout Standard
19043 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19044  o una parte de una ecuación y usa el diálogo 
19045 \family sans
19046 Estilo del texto
19047 \family default
19048 .
19049  Aquí hay una ecuación en magenta:
19050 \begin_inset Formula \[
19051 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19052 \]
19053
19054 \end_inset
19055
19056 También puedes definir tus propios colores como se describe en
19057 \begin_inset space ~
19058 \end_inset
19059
19060
19061 \begin_inset CommandInset ref
19062 LatexCommand ref
19063 reference "sub:Cuadros-coloreados"
19064
19065 \end_inset
19066
19067 .
19068  Pueden usarse con el comando en código TeX 
19069 \series bold
19070
19071 \backslash
19072 textcolor
19073 \series default
19074
19075 \begin_inset Index idx
19076 status collapsed
19077
19078 \begin_layout Plain Layout
19079 Comandos ! T ! 
19080 \backslash
19081 textcolor
19082 \end_layout
19083
19084 \end_inset
19085
19086  según el esquema
19087 \end_layout
19088
19089 \begin_layout Standard
19090
19091 \series bold
19092
19093 \backslash
19094 textcolor{color}{caracteres o ecuación}
19095 \end_layout
19096
19097 \begin_layout Standard
19098 \begin_inset Newpage pagebreak
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Standard
19105 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19106 e en rojo:
19107 \end_layout
19108
19109 \begin_layout Standard
19110 \begin_inset ERT
19111 status collapsed
19112
19113 \begin_layout Plain Layout
19114
19115
19116 \backslash
19117 textcolor{verdeoscuro}{
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \begin_inset Formula \[
19124 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19125 \]
19126
19127 \end_inset
19128
19129
19130 \begin_inset ERT
19131 status collapsed
19132
19133 \begin_layout Plain Layout
19134
19135 }
19136 \end_layout
19137
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \begin_layout Standard
19144 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19145  a ecuaciones completas.
19146 \begin_inset Foot
19147 status collapsed
19148
19149 \begin_layout Plain Layout
19150 \begin_inset CommandInset href
19151 LatexCommand href
19152 name "LyX-bug #5269"
19153 target "http://www.lyx.org/trac/ticket/5269"
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Subsection
19166 Tamaños de fuentes
19167 \begin_inset CommandInset label
19168 LatexCommand label
19169 name "sub:Tamaños-de-fuentes"
19170
19171 \end_inset
19172
19173
19174 \begin_inset Index idx
19175 status collapsed
19176
19177 \begin_layout Plain Layout
19178 Fuentes ! tamaño
19179 \end_layout
19180
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Standard
19187 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19188  siguientes comandos de tamaño:
19189 \end_layout
19190
19191 \begin_layout Standard
19192
19193 \series bold
19194
19195 \backslash
19196 Huge
19197 \series default
19198
19199 \series bold
19200
19201 \backslash
19202 huge
19203 \series default
19204
19205 \series bold
19206
19207 \backslash
19208 LARGE
19209 \series default
19210
19211 \series bold
19212
19213 \backslash
19214 Large
19215 \series default
19216
19217 \series bold
19218
19219 \backslash
19220 large
19221 \series default
19222
19223 \series bold
19224
19225 \backslash
19226 normalsize
19227 \series default
19228
19229 \series bold
19230
19231 \backslash
19232 small
19233 \series default
19234 ,
19235 \begin_inset Newline newline
19236 \end_inset
19237
19238
19239 \series bold
19240
19241 \backslash
19242 footnotesize
19243 \series default
19244
19245 \series bold
19246
19247 \backslash
19248 scriptsize
19249 \series default
19250 , y 
19251 \series bold
19252
19253 \backslash
19254 tiny
19255 \end_layout
19256
19257 \begin_layout Standard
19258 El tamaño dado por los comandos depende del tamaño base de la fuente en
19259  el documento, dado por el comando 
19260 \series bold
19261
19262 \backslash
19263 normalsize
19264 \series default
19265 .
19266  Los demás comandos producen tamaños menores o mayores que 
19267 \series bold
19268
19269 \backslash
19270 normalsize
19271 \series default
19272 .
19273  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19274  Si, por ejemplo, la fuente del documento es de 12
19275 \begin_inset space \thinspace{}
19276 \end_inset
19277
19278 pt, el comando 
19279 \series bold
19280
19281 \backslash
19282 Huge
19283 \series default
19284  da el mismo tamaño que 
19285 \series bold
19286
19287 \backslash
19288 huge
19289 \series default
19290 .
19291 \end_layout
19292
19293 \begin_layout Standard
19294 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19295  a todas las ecuaciones y texto siguientes.
19296  Para volver al tamaño anterior hay que insertar el comando 
19297 \series bold
19298
19299 \backslash
19300 normalsize
19301 \series default
19302  en modo TeX detrás de la ecuación.
19303 \end_layout
19304
19305 \begin_layout Standard
19306 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19307  comandos de tamaño:
19308 \end_layout
19309
19310 \begin_layout Standard
19311 \noindent
19312 \align center
19313 \begin_inset Tabular
19314 <lyxtabular version="3" rows="5" columns="2">
19315 <features tabularvalignment="middle">
19316 <column alignment="center" valignment="top" width="0">
19317 <column alignment="center" valignment="top" width="0">
19318 <row>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 Comando
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 Resultado
19333 \begin_inset Note Note
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337
19338 \series bold
19339
19340 \backslash
19341 raisebox
19342 \series default
19343  se usa sólo como espaciador
19344 \end_layout
19345
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 </row>
19354 <row>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \backslash
19361 displaystyle
19362 \begin_inset Index idx
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366 Comandos ! D ! 
19367 \backslash
19368 displaystyle
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 <row>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \backslash
19398 textstyle
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 </row>
19416 <row>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421
19422 \backslash
19423 scriptstyle
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446
19447 \backslash
19448 scriptscriptstyle
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 </lyxtabular>
19467
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \begin_layout Standard
19474 Después de introcucir estos comandos, aparece un marco azul en el que se
19475  insertan las partes de la fórmula.
19476 \end_layout
19477
19478 \begin_layout Standard
19479 Hay un método más para cambiar el tamaño de fuente, aunque solo funciona
19480  para símbolos o letras en texto matemático.
19481  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19482  de texto anteriores.
19483  Todos los caracteres siguientes, hasta el final del texto matemático o
19484  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19485  Dos ejemplos:
19486 \begin_inset VSpace -2mm
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \begin_layout Standard
19493 \begin_inset ERT
19494 status collapsed
19495
19496 \begin_layout Plain Layout
19497
19498
19499 \backslash
19500 huge
19501 \end_layout
19502
19503 \end_inset
19504
19505
19506 \begin_inset Formula \[
19507 A=\frac{B}{c}\cdot\maltese
19508 \]
19509
19510 \end_inset
19511
19512
19513 \begin_inset Formula \[
19514 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19515 \]
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \begin_layout Standard
19523 \begin_inset ERT
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527
19528
19529 \backslash
19530 normalsize
19531 \end_layout
19532
19533 \end_inset
19534
19535
19536 \begin_inset VSpace medskip
19537 \end_inset
19538
19539
19540 \end_layout
19541
19542 \begin_layout Standard
19543 Antes de las ecuaciones se ha insertado el comando 
19544 \series bold
19545
19546 \backslash
19547 huge
19548 \series default
19549 .
19550  Para la segunda ecuación el comando es:
19551 \begin_inset Newline newline
19552 \end_inset
19553
19554
19555 \series bold
19556
19557 \backslash
19558 maltese
19559 \begin_inset ERT
19560 status collapsed
19561
19562 \begin_layout Plain Layout
19563
19564
19565 \backslash
19566 spce 
19567 \end_layout
19568
19569 \end_inset
19570
19571 A Alt+M M 
19572 \backslash
19573 Large
19574 \begin_inset ERT
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578
19579
19580 \backslash
19581 spce 
19582 \end_layout
19583
19584 \end_inset
19585
19586
19587 \backslash
19588 maltese
19589 \begin_inset ERT
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593
19594
19595 \backslash
19596 spce 
19597 \end_layout
19598
19599 \end_inset
19600
19601
19602 \backslash
19603 textit
19604 \begin_inset ERT
19605 status collapsed
19606
19607 \begin_layout Plain Layout
19608
19609
19610 \backslash
19611 spce 
19612 \end_layout
19613
19614 \end_inset
19615
19616 A
19617 \begin_inset Formula $\to$
19618 \end_inset
19619
19620
19621 \begin_inset Formula $\to$
19622 \end_inset
19623
19624
19625 \begin_inset Newline newline
19626 \end_inset
19627
19628
19629 \begin_inset space \hspace*{}
19630 \length 1cm
19631 \end_inset
19632
19633 Alt+M M 
19634 \backslash
19635 tiny
19636 \begin_inset ERT
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640
19641
19642 \backslash
19643 spce 
19644 \end_layout
19645
19646 \end_inset
19647
19648
19649 \backslash
19650 maltese
19651 \begin_inset ERT
19652 status collapsed
19653
19654 \begin_layout Plain Layout
19655
19656
19657 \backslash
19658 spce 
19659 \end_layout
19660
19661 \end_inset
19662
19663
19664 \backslash
19665 textit
19666 \begin_inset ERT
19667 status collapsed
19668
19669 \begin_layout Plain Layout
19670
19671
19672 \backslash
19673 spce 
19674 \end_layout
19675
19676 \end_inset
19677
19678 A
19679 \end_layout
19680
19681 \begin_layout Standard
19682 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19683  el tamaño por omisión.
19684 \end_layout
19685
19686 \begin_layout Section
19687 Letras griegas
19688 \begin_inset Index idx
19689 status collapsed
19690
19691 \begin_layout Plain Layout
19692 Letras griegas
19693 \end_layout
19694
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \begin_layout Standard
19701 Las letras griegas se pueden insertar además mediante el botón 
19702 \begin_inset Graphics
19703         filename ../../images/math/alpha.png
19704         scale 85
19705
19706 \end_inset
19707
19708  de la barra de ecuaciones.
19709  
19710 \lang english
19711 All international typesetting norms purport that Greek letters in math have
19712  to be typeset italic/slanted.
19713  In some languages, like French or Russian, they are nevertheless sometimes
19714  typeset upright.
19715 \end_layout
19716
19717 \begin_layout Subsection
19718 Minúsculas
19719 \begin_inset Index idx
19720 status collapsed
19721
19722 \begin_layout Plain Layout
19723 Letras griegas ! minúsculas
19724 \end_layout
19725
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \begin_layout Standard
19732 \begin_inset space \hfill{}
19733 \end_inset
19734
19735
19736 \begin_inset Tabular
19737 <lyxtabular version="3" rows="11" columns="2">
19738 <features tabularvalignment="middle">
19739 <column alignment="center" valignment="top" width="0pt">
19740 <column alignment="center" valignment="top" width="0pt">
19741 <row>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 Comando
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 Símbolo
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 <row>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \backslash
19768 alpha
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 \begin_inset Formula $\alpha$
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 beta
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\beta$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 gamma
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\gamma$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \backslash
19843 delta
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 \begin_inset Formula $\delta$
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 epsilon
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\epsilon$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 varepsilon
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\varepsilon$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 <row>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \backslash
19918 zeta
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 \begin_inset Formula $\zeta$
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \backslash
19943 eta
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 \begin_inset Formula $\eta$
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \backslash
19968 theta
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 \begin_inset Formula $\theta$
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 <row>
19987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991
19992 \backslash
19993 vartheta
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 \begin_inset Formula $\vartheta$
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 </row>
20011 </lyxtabular>
20012
20013 \end_inset
20014
20015
20016 \begin_inset space \hfill{}
20017 \end_inset
20018
20019
20020 \begin_inset Tabular
20021 <lyxtabular version="3" rows="12" columns="2">
20022 <features tabularvalignment="middle">
20023 <column alignment="center" valignment="top" width="0pt">
20024 <column alignment="center" valignment="top" width="0pt">
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 Comando
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 Símbolo
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050
20051 \backslash
20052 iota
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $\iota$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \backslash
20077 kappa
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\kappa$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100
20101 \backslash
20102 varkappa
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 \begin_inset Formula $\varkappa$
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 <row>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125
20126 \backslash
20127 lambda
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\lambda$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 </row>
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \backslash
20152 mu
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\mu$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 <row>
20171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \backslash
20177 nu
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 \begin_inset Formula $\nu$
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 </row>
20195 <row>
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200
20201 \backslash
20202 xi
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset Formula $\xi$
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 </row>
20220 <row>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 o
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 \begin_inset Formula $o$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 pi
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\pi$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \backslash
20275 varpi
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Formula $\varpi$
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 rho
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\rho$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 </lyxtabular>
20319
20320 \end_inset
20321
20322
20323 \begin_inset space \hfill{}
20324 \end_inset
20325
20326
20327 \begin_inset Tabular
20328 <lyxtabular version="3" rows="11" columns="2">
20329 <features tabularvalignment="middle">
20330 <column alignment="center" valignment="top" width="0pt">
20331 <column alignment="center" valignment="top" width="0pt">
20332 <row>
20333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 Comando
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 Símbolo
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 </row>
20352 <row>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357
20358 \backslash
20359 varrho
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 \begin_inset Formula $\varrho$
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 <row>
20378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \backslash
20384 sigma
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393 \begin_inset Formula $\sigma$
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 </row>
20402 <row>
20403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \backslash
20409 varsigma
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 \begin_inset Formula $\varsigma$
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \backslash
20434 tau
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443 \begin_inset Formula $\tau$
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \backslash
20459 upsilon
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468 \begin_inset Formula $\upsilon$
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \backslash
20484 phi
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493 \begin_inset Formula $\phi$
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 </row>
20502 <row>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507
20508 \backslash
20509 varphi
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518 \begin_inset Formula $\varphi$
20519 \end_inset
20520
20521
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 chi
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 $\chi$
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 psi
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 $\psi$
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" bottomline="true" leftline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582
20583 \backslash
20584 omega
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 \begin_inset Formula $\omega$
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 </row>
20602 </lyxtabular>
20603
20604 \end_inset
20605
20606
20607 \begin_inset space \hfill{}
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614 \begin_inset VSpace medskip
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \begin_layout Standard
20621 Cómo escribir 
20622 \lang english
20623 special
20624 \lang spanish
20625  letras griegas en redonda se explica en 
20626 \begin_inset CommandInset ref
20627 LatexCommand ref
20628 reference "sub:Griegas-en-redonda"
20629
20630 \end_inset
20631
20632 .
20633 \end_layout
20634
20635 \begin_layout Subsection
20636 Mayúsculas
20637 \begin_inset Index idx
20638 status collapsed
20639
20640 \begin_layout Plain Layout
20641 Letras griegas ! mayúsculas
20642 \end_layout
20643
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \begin_layout Standard
20650 \begin_inset space \hfill{}
20651 \end_inset
20652
20653
20654 \begin_inset Tabular
20655 <lyxtabular version="3" rows="7" columns="2">
20656 <features tabularvalignment="middle">
20657 <column alignment="center" valignment="top" width="0pt">
20658 <column alignment="center" valignment="top" width="0pt">
20659 <row>
20660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 Comando
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 Símbolo
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 Gamma
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 \begin_inset Formula $\Gamma$
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 Delta
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\Delta$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \backslash
20736 Theta
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Formula $\Theta$
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 </row>
20754 <row>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \backslash
20761 Lambda
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Formula $\Lambda$
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 Xi
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\Xi$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 Pi
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\Pi$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 </lyxtabular>
20830
20831 \end_inset
20832
20833
20834 \begin_inset space \hfill{}
20835 \end_inset
20836
20837
20838 \begin_inset Tabular
20839 <lyxtabular version="3" rows="6" columns="2">
20840 <features tabularvalignment="middle">
20841 <column alignment="center" valignment="top" width="0pt">
20842 <column alignment="center" valignment="top" width="0pt">
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 Comando
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 Símbolo
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 Sigma
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\Sigma$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 Upsilon
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\Upsilon$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 Phi
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\Phi$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943
20944 \backslash
20945 Psi
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset Formula $\Psi$
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 </row>
20963 <row>
20964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \backslash
20970 Omega
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $\Omega$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 </lyxtabular>
20989
20990 \end_inset
20991
20992
20993 \begin_inset space \hfill{}
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \begin_layout Standard
21000 \begin_inset VSpace medskip
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \begin_layout Standard
21007 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21008  cuando se desarrolló TeX.
21009  Para obtener mayúsculas en cursiva, inicia cada comando con 
21010 \series bold
21011 var
21012 \series default
21013 .
21014  Por ejemplo, el comando 
21015 \series bold
21016
21017 \backslash
21018 varGamma
21019 \series default
21020  genera 
21021 \begin_inset Formula $\varGamma$
21022 \end_inset
21023
21024 .
21025  
21026 \lang english
21027 Another way is to load the package 
21028 \series bold
21029 \lang spanish
21030 fixmath
21031 \series default
21032
21033 \begin_inset Foot
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037
21038 \series bold
21039 fixmath
21040 \series default
21041  forma parte del paquete LaTeX 
21042 \series bold
21043 was
21044 \series default
21045
21046 \begin_inset Index idx
21047 status collapsed
21048
21049 \begin_layout Plain Layout
21050 Paquetes ! was
21051 \begin_inset ERT
21052 status collapsed
21053
21054 \begin_layout Plain Layout
21055
21056
21057 \backslash
21058 vspace{4mm}
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067
21068 .
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \begin_inset Index idx
21075 status collapsed
21076
21077 \begin_layout Plain Layout
21078 Paquetes ! fixmath
21079 \end_layout
21080
21081 \end_inset
21082
21083  
21084 \lang english
21085 with the LaTeX-preamble line
21086 \end_layout
21087
21088 \begin_layout Standard
21089
21090 \series bold
21091
21092 \backslash
21093 usepackage{fixmath}
21094 \end_layout
21095
21096 \begin_layout Standard
21097
21098 \lang english
21099 Then all big Greek letters in a document will automatically be typeset upright.
21100 \end_layout
21101
21102 \begin_layout Subsection
21103 Letras en negrita
21104 \begin_inset Index idx
21105 status collapsed
21106
21107 \begin_layout Plain Layout
21108 Letras griegas ! en negrita
21109 \end_layout
21110
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Standard
21117 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
21118  Sólo se pueden poner en negrita con el comando 
21119 \series bold
21120
21121 \backslash
21122 boldsymbol
21123 \series default
21124
21125 \begin_inset Index idx
21126 status collapsed
21127
21128 \begin_layout Plain Layout
21129 Comandos ! B ! 
21130 \backslash
21131 boldsymbol
21132 \end_layout
21133
21134 \end_inset
21135
21136 .
21137 \end_layout
21138
21139 \begin_layout Standard
21140 \align center
21141 \begin_inset Tabular
21142 <lyxtabular version="3" rows="3" columns="2">
21143 <features tabularvalignment="middle">
21144 <column alignment="center" valignment="top" width="0">
21145 <column alignment="center" valignment="top" width="0">
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 Comando
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 Símbolo
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 </row>
21166 <row>
21167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171
21172 \backslash
21173 Upsilon
21174 \backslash
21175 boldsymbol
21176 \backslash
21177 Upsilon
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 </row>
21195 <row>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200
21201 \backslash
21202 theta
21203 \backslash
21204 boldsymbol
21205 \backslash
21206 theta
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 \begin_inset Formula $\theta\boldsymbol{\theta}$
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 </row>
21224 </lyxtabular>
21225
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \begin_layout Section
21232 Símbolos
21233 \begin_inset ERT
21234 status collapsed
21235
21236 \begin_layout Plain Layout
21237
21238
21239 \backslash
21240 texorpdfstring{
21241 \end_layout
21242
21243 \end_inset
21244
21245
21246 \begin_inset Foot
21247 status collapsed
21248
21249 \begin_layout Plain Layout
21250 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21251  LaTeX en 
21252 \begin_inset CommandInset citation
21253 LatexCommand cite
21254 key "Symbols"
21255
21256 \end_inset
21257
21258 .
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \begin_inset ERT
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268
21269 }{}
21270 \end_layout
21271
21272 \end_inset
21273
21274
21275 \begin_inset Note Note
21276 status collapsed
21277
21278 \begin_layout Plain Layout
21279
21280 \backslash
21281 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21282  PDF.
21283 \end_layout
21284
21285 \begin_layout Plain Layout
21286 Más sobre 
21287 \backslash
21288 texorpdfstring en la sección 
21289 \begin_inset CommandInset ref
21290 LatexCommand ref
21291 reference "sub:Ecuaciones-en-encabezados"
21292
21293 \end_inset
21294
21295 .
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \begin_inset Index idx
21302 status collapsed
21303
21304 \begin_layout Plain Layout
21305 Símbolos
21306 \end_layout
21307
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \begin_layout Standard
21314 Muchos de los símbolos listados en esta sección se pueden insertar además
21315  mediante los botones 
21316 \begin_inset Graphics
21317         filename ../../images/math/nabla.png
21318         scale 85
21319
21320 \end_inset
21321
21322  y 
21323 \begin_inset Graphics
21324         filename ../../images/math/digamma.png
21325         scale 85
21326
21327 \end_inset
21328
21329  de la barra de ecuaciones.
21330 \end_layout
21331
21332 \begin_layout Subsection
21333 Símbolos matemáticos
21334 \begin_inset CommandInset label
21335 LatexCommand label
21336 name "sub:Símbolos-matemáticos"
21337
21338 \end_inset
21339
21340
21341 \begin_inset Index idx
21342 status collapsed
21343
21344 \begin_layout Plain Layout
21345 Símbolos ! matemáticos
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \begin_layout Standard
21354 \begin_inset space \hfill{}
21355 \end_inset
21356
21357
21358 \begin_inset Tabular
21359 <lyxtabular version="3" rows="10" columns="2">
21360 <features tabularvalignment="middle">
21361 <column alignment="center" valignment="top" width="0pt">
21362 <column alignment="center" valignment="top" width="0pt">
21363 <row>
21364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 Comando
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377 Símbolo
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 <row>
21384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388
21389 \backslash
21390 neg
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399 \begin_inset Formula $\neg$
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 </row>
21408 <row>
21409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413
21414 \backslash
21415 Im
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\Im$
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 </row>
21433 <row>
21434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438
21439 \backslash
21440 Re
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 \begin_inset Formula $\Re$
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 </row>
21458 <row>
21459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463
21464 \backslash
21465 aleph
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 \begin_inset Formula $\aleph$
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 </row>
21483 <row>
21484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488
21489 \backslash
21490 partial
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 \begin_inset Formula $\partial$
21500 \end_inset
21501
21502
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 </row>
21508 <row>
21509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513
21514 \backslash
21515 infty
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 \begin_inset Formula $\infty$
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 </row>
21533 <row>
21534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538
21539 \backslash
21540 wp
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 \begin_inset Formula $\wp$
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 </row>
21558 <row>
21559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563
21564 \backslash
21565 imath
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 \begin_inset Formula $\imath$
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 <row>
21584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588
21589 \backslash
21590 jmath
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Formula $\jmath$
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 </lyxtabular>
21609
21610 \end_inset
21611
21612
21613 \begin_inset space \hfill{}
21614 \end_inset
21615
21616
21617 \begin_inset Tabular
21618 <lyxtabular version="3" rows="10" columns="2">
21619 <features tabularvalignment="middle">
21620 <column alignment="center" valignment="top" width="0pt">
21621 <column alignment="center" valignment="top" width="0pt">
21622 <row>
21623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627 Comando
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 Símbolo
21637 \begin_inset Note Note
21638 status collapsed
21639
21640 \begin_layout Plain Layout
21641
21642 \series bold
21643
21644 \backslash
21645 raisebox
21646 \series default
21647  se usa sólo como espaciador
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \backslash
21665 forall
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\forall$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 exists
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset Formula $\exists$
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \backslash
21715 nexists
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\nexists$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 emptyset
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\emptyset$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 varnothing
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\varnothing$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 dag
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\dag$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 ddag
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\ddag$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 complement
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset ERT
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853
21854
21855 \backslash
21856 raisebox{-0.8mm}{
21857 \end_layout
21858
21859 \end_inset
21860
21861
21862 \begin_inset Formula $\complement$
21863 \end_inset
21864
21865
21866 \begin_inset ERT
21867 status collapsed
21868
21869 \begin_layout Plain Layout
21870
21871 }
21872 \end_layout
21873
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 </row>
21882 <row>
21883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887
21888 \backslash
21889 Bbbk
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 \begin_inset Formula $\Bbbk$
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 </lyxtabular>
21908
21909 \end_inset
21910
21911
21912 \begin_inset space \hfill{}
21913 \end_inset
21914
21915
21916 \begin_inset Tabular
21917 <lyxtabular version="3" rows="10" columns="2">
21918 <features tabularvalignment="middle">
21919 <column alignment="center" valignment="top" width="0pt">
21920 <column alignment="center" valignment="top" width="0pt">
21921 <row>
21922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 Comando
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935 Símbolo
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \backslash
21948 prime
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset Formula $\prime$
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 backprime
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\backprime$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 mho
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\mho$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 triangle
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\triangle$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \backslash
22048 angle
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Formula $\angle$
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \backslash
22073 measuredangle
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Formula $\measuredangle$
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 </row>
22091 <row>
22092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096
22097 \backslash
22098 sphericalangle
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 \begin_inset Formula $\sphericalangle$
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 </row>
22116 <row>
22117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121
22122 \backslash
22123 top
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132 \begin_inset Formula $\top$
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 <row>
22142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \backslash
22148 bot
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Formula $\bot$
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 </lyxtabular>
22167
22168 \end_inset
22169
22170
22171 \begin_inset space \hfill{}
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \begin_layout Subsection
22178 Símbolos misceláneos
22179 \begin_inset CommandInset label
22180 LatexCommand label
22181 name "sub:Símbolos-misceláneos"
22182
22183 \end_inset
22184
22185
22186 \begin_inset Index idx
22187 status collapsed
22188
22189 \begin_layout Plain Layout
22190 Símbolos ! misceláneos
22191 \end_layout
22192
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \begin_layout Standard
22199 \noindent
22200 \align center
22201 \begin_inset Tabular
22202 <lyxtabular version="3" rows="10" columns="2">
22203 <features tabularvalignment="middle">
22204 <column alignment="center" valignment="top" width="0pt">
22205 <column alignment="center" valignment="top" width="0pt">
22206 <row>
22207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 Comando
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 Símbolo
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 <row>
22227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \backslash
22233 flat
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Formula $\flat$
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256
22257 \backslash
22258 natural
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 \begin_inset Formula $\natural$
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \backslash
22283 sharp
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Formula $\sharp$
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \backslash
22308 surd
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317 \begin_inset Formula $\surd$
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 <row>
22327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \backslash
22333 checkmark
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $\checkmark$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 yen
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Formula $\yen$
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \backslash
22383 pounds
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Formula $\pounds$
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 </row>
22401 <row>
22402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 $
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Formula $\$$
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 </row>
22424 <row>
22425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 §
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $§$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 </lyxtabular>
22448
22449 \end_inset
22450
22451
22452 \begin_inset Tabular
22453 <lyxtabular version="3" rows="10" columns="2">
22454 <features tabularvalignment="middle">
22455 <column alignment="center" valignment="top" width="0">
22456 <column alignment="center" valignment="top" width="0">
22457 <row>
22458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 Comando
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 Símbolo
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 </row>
22477 <row>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482
22483 \backslash
22484 hbar
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $\hbar$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 </row>
22502 <row>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \backslash
22509 hslash
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset Formula $\hslash$
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \backslash
22534 clubsuit
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 \begin_inset Formula $\clubsuit$
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \backslash
22559 spadesuit
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $\spadesuit$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 <row>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582
22583 \backslash
22584 bigstar
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset Formula $\bigstar$
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \backslash
22609 blacklozenge
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\blacklozenge$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \backslash
22634 blacktriangle
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 \begin_inset Formula $\blacktriangle$
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \backslash
22659 blacktiangledown
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $\blacktriangledown$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 </row>
22677 <row>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 bullet
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Formula $\bullet$
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 </lyxtabular>
22703
22704 \end_inset
22705
22706
22707 \begin_inset Tabular
22708 <lyxtabular version="3" rows="10" columns="2">
22709 <features tabularvalignment="middle">
22710 <column alignment="center" valignment="top" width="0pt">
22711 <column alignment="center" valignment="top" width="0pt">
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 Comando
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 Símbolo
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 diamondsuit
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\diamondsuit$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 Diamond
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\Diamond$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 heartsuit
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\heartsuit$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 P
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\P$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 copyright
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\copyright$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 circledR
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\circledR$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 maltese
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\maltese$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 diagup
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\diagup$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 diagdown
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\diagdown$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 </lyxtabular>
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset VSpace medskip
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Standard
22972 Hay más símbolos en 
22973 \begin_inset CommandInset ref
22974 LatexCommand ref
22975 reference "sub:Caracteres-especiales-misceláneos"
22976
22977 \end_inset
22978
22979 .
22980 \end_layout
22981
22982 \begin_layout Standard
22983 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22984 \begin_inset CommandInset ref
22985 LatexCommand ref
22986 reference "sub:Tamaños-de-fuentes"
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \begin_layout Subsection
22994 El símbolo del euro, €
22995 \begin_inset Index idx
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999 Símbolos ! euro
23000 \end_layout
23001
23002 \end_inset
23003
23004
23005 \begin_inset Index idx
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009
23010 \backslash
23011 @
23012 \begin_inset ERT
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016
23017
23018 \backslash
23019 officialeuro
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23034  LaTeX 
23035 \series bold
23036 eurosym
23037 \series default
23038
23039 \begin_inset Index idx
23040 status collapsed
23041
23042 \begin_layout Plain Layout
23043 Paquetes ! eurosym
23044 \end_layout
23045
23046 \end_inset
23047
23048 , y cargado en el preámbulo LaTeX con la línea
23049 \end_layout
23050
23051 \begin_layout Standard
23052
23053 \series bold
23054
23055 \backslash
23056 usepackage[gennarrow]{eurosym}
23057 \end_layout
23058
23059 \begin_layout Standard
23060 Actualmente también se puede insertar con el comando 
23061 \series bold
23062
23063 \backslash
23064 euro
23065 \series default
23066
23067 \begin_inset Index idx
23068 status collapsed
23069
23070 \begin_layout Plain Layout
23071 Comandos ! E ! 
23072 \backslash
23073 euro
23074 \end_layout
23075
23076 \end_inset
23077
23078 .
23079 \end_layout
23080
23081 \begin_layout Standard
23082 El símbolo del euro puede insertarse directamente con la tecla € en texto
23083  matemático sin tener 
23084 \series bold
23085 eurosym
23086 \series default
23087  instalado.
23088  Si 
23089 \series bold
23090 eurosym
23091 \series default
23092  está instalado, se puede insertar 
23093 \series bold
23094
23095 \backslash
23096 euro
23097 \series default
23098  en modo TeX.
23099  El símbolo oficial de la moneda se puede insertar con el comando 
23100 \series bold
23101
23102 \backslash
23103 officialeuro
23104 \series default
23105
23106 \begin_inset Index idx
23107 status collapsed
23108
23109 \begin_layout Plain Layout
23110 Comandos ! O ! 
23111 \backslash
23112 officialeuro
23113 \end_layout
23114
23115 \end_inset
23116
23117 , que sólo está disponible en modo TeX.
23118 \end_layout
23119
23120 \begin_layout Standard
23121 \begin_inset ERT
23122 status collapsed
23123
23124 \begin_layout Plain Layout
23125
23126
23127 \backslash
23128 ifeurosym
23129 \end_layout
23130
23131 \end_inset
23132
23133
23134 \begin_inset Note Note
23135 status collapsed
23136
23137 \begin_layout Plain Layout
23138 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
23139 \series bold
23140 eurosym
23141 \series default
23142 .
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Standard
23151 Un vistazo a los diferentes símbolos del euro.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 \noindent
23156 \align center
23157 \begin_inset Tabular
23158 <lyxtabular version="3" rows="4" columns="3">
23159 <features tabularvalignment="middle">
23160 <column alignment="center" valignment="top" width="0">
23161 <column alignment="center" valignment="top" width="0">
23162 <column alignment="center" valignment="top" width="0">
23163 <row>
23164 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 Comando
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 Símbolo
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 </row>
23192 <row>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 ecuación
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \backslash
23208 euro
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 \begin_inset Formula $\euro$
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231 texto matemático
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 \begin_inset Formula $\mbox{€}$
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 <row>
23259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263 modo TeX
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272
23273 \backslash
23274 officialeuro
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 \begin_inset ERT
23284 status collapsed
23285
23286 \begin_layout Plain Layout
23287
23288
23289 \backslash
23290 officialeuro
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 </row>
23301 </lyxtabular>
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset ERT
23310 status collapsed
23311
23312 \begin_layout Plain Layout
23313
23314
23315 \backslash
23316 else
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \begin_inset Note Note
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23327 \series bold
23328 eurosym
23329 \series default
23330 :
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \begin_layout Standard
23339 Para ver la salida completa de esta subsección debe estar instalado el paquete
23340  LaTeX 
23341 \series bold
23342 eurosym
23343 \series default
23344 .
23345 \end_layout
23346
23347 \begin_layout Standard
23348 \begin_inset ERT
23349 status collapsed
23350
23351 \begin_layout Plain Layout
23352
23353
23354 \backslash
23355 fi
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Section
23364 Relaciones
23365 \begin_inset CommandInset label
23366 LatexCommand label
23367 name "sec:Relaciones"
23368
23369 \end_inset
23370
23371
23372 \begin_inset Index idx
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376 Relaciones
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \begin_inset Index idx
23383 status collapsed
23384
23385 \begin_layout Plain Layout
23386 Comparaciones|see
23387 \begin_inset ERT
23388 status collapsed
23389
23390 \begin_layout Plain Layout
23391
23392 {
23393 \end_layout
23394
23395 \end_inset
23396
23397 Relaciones
23398 \begin_inset ERT
23399 status collapsed
23400
23401 \begin_layout Plain Layout
23402
23403 }
23404 \end_layout
23405
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \begin_layout Standard
23417 Todas las relaciones se pueden insertar también con el botón 
23418 \begin_inset Graphics
23419         filename ../../images/math/leq.png
23420         scale 85
23421
23422 \end_inset
23423
23424  de la barra de ecuaciones.
23425 \end_layout
23426
23427 \begin_layout Standard
23428 \begin_inset space \hfill{}
23429 \end_inset
23430
23431
23432 \begin_inset Tabular
23433 <lyxtabular version="3" rows="17" columns="2">
23434 <features tabularvalignment="middle">
23435 <column alignment="center" valignment="top" width="0pt">
23436 <column alignment="center" valignment="top" width="0pt">
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 Comando
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 Relación
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 </row>
23457 <row>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 <
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $<$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 le
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\le$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 ll
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\ll$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 prec
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\prec$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 preceq
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\preceq$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 subset
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\subset$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 subseteq
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\subseteq$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \backslash
23637 sqsubseteq
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 \begin_inset Formula $\sqsubseteq$
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 </row>
23655 <row>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660
23661 \backslash
23662 in
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Formula $\in$
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 <row>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \backslash
23687 vdash
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 \begin_inset Formula $\vdash$
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 </row>
23705 <row>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710
23711 \backslash
23712 smile
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 \begin_inset Formula $\smile$
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 </row>
23730 <row>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735
23736 \backslash
23737 lhd
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 \begin_inset Formula $\lhd$
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \backslash
23762 unlhd
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 \begin_inset Formula $\unlhd$
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 gtrless
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $\gtrless$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 mid
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula $\mid$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \backslash
23837 nmid
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula $\nmid$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 </lyxtabular>
23856
23857 \end_inset
23858
23859
23860 \begin_inset space \hfill{}
23861 \end_inset
23862
23863
23864 \begin_inset Tabular
23865 <lyxtabular version="3" rows="17" columns="2">
23866 <features tabularvalignment="middle">
23867 <column alignment="center" valignment="top" width="0pt">
23868 <column alignment="center" valignment="top" width="0pt">
23869 <row>
23870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 Comando
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 Relación
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 =
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 \begin_inset Formula $=$
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 </row>
23912 <row>
23913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \backslash
23919 not=
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 \begin_inset Formula $\not=$
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 </row>
23937 <row>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942
23943 \backslash
23944 equiv
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 \begin_inset Formula $\equiv$
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 </row>
23962 <row>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \backslash
23969 sim
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Formula $\sim$
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 </row>
23987 <row>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \backslash
23994 simeq
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 \begin_inset Formula $\simeq$
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 </row>
24012 <row>
24013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017
24018 \backslash
24019 approx
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Formula $\approx$
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 <row>
24038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042
24043 \backslash
24044 cong
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 \begin_inset Formula $\cong$
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 </row>
24062 <row>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067
24068 \backslash
24069 bowtie
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 \begin_inset Formula $\bowtie$
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 </row>
24087 <row>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092
24093 \backslash
24094 notin
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 \begin_inset Formula $\notin$
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 <row>
24113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117
24118 \backslash
24119 perp
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 \begin_inset Formula $\perp$
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 </row>
24137 <row>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \backslash
24144 propto
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 \begin_inset Formula $\propto$
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 </row>
24162 <row>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167
24168 \backslash
24169 asymp
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 \begin_inset Formula $\asymp$
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 </row>
24187 <row>
24188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192
24193 \backslash
24194 doteq
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203 \begin_inset Formula $\doteq$
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 </row>
24212 <row>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217
24218 \backslash
24219 circeq
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 \begin_inset Formula $\circeq$
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 </row>
24237 <row>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 models
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 \begin_inset Formula $\models$
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 </row>
24262 <row>
24263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267
24268 \backslash
24269 widehat=
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 \begin_inset Formula $\widehat{=}$
24279 \end_inset
24280
24281
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 </row>
24287 </lyxtabular>
24288
24289 \end_inset
24290
24291
24292 \begin_inset space \hfill{}
24293 \end_inset
24294
24295
24296 \begin_inset Tabular
24297 <lyxtabular version="3" rows="17" columns="2">
24298 <features tabularvalignment="middle">
24299 <column alignment="center" valignment="top" width="0pt">
24300 <column alignment="center" valignment="top" width="0pt">
24301 <row>
24302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 Comando
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 Relación
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 </row>
24321 <row>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 >
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 \begin_inset Formula $>$
24336 \end_inset
24337
24338
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 </row>
24344 <row>
24345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \backslash
24351 ge
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360 \begin_inset Formula $\ge$
24361 \end_inset
24362
24363
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 </row>
24369 <row>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374
24375 \backslash
24376 gg
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385 \begin_inset Formula $\gg$
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 </row>
24394 <row>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 succ
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410 \begin_inset Formula $\succ$
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 <row>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 succeq
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435 \begin_inset Formula $\succeq$
24436 \end_inset
24437
24438
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 </row>
24444 <row>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 supset
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 \begin_inset Formula $\supset$
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 </row>
24469 <row>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 supseteq
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 \begin_inset Formula $\supseteq$
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 </row>
24494 <row>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 sqsupseteq
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510 \begin_inset Formula $\sqsupseteq$
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 <row>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 ni
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535 \begin_inset Formula $\ni$
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 </row>
24544 <row>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 dashv
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 \begin_inset Formula $\dashv$
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 </row>
24569 <row>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 frown
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 \begin_inset Formula $\frown$
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 </row>
24594 <row>
24595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \backslash
24601 rhd
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610 \begin_inset Formula $\rhd$
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 <row>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 unrhd
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635 \begin_inset Formula $\unrhd$
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 </row>
24644 <row>
24645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649
24650 \backslash
24651 lessgtr
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 \begin_inset Formula $\lessgtr$
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 </row>
24669 <row>
24670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674
24675 \backslash
24676 parallel
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 \begin_inset Formula $\parallel$
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \end_inset
24692 </cell>
24693 </row>
24694 <row>
24695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \backslash
24701 nparallel
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710 \begin_inset Formula $\nparallel$
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 </row>
24719 </lyxtabular>
24720
24721 \end_inset
24722
24723
24724 \begin_inset space \hfill{}
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 \begin_inset VSpace medskip
24732 \end_inset
24733
24734
24735 \end_layout
24736
24737 \begin_layout Standard
24738 Los caracteres 
24739 \series bold
24740
24741 \backslash
24742 lhd
24743 \series default
24744  y 
24745 \series bold
24746
24747 \backslash
24748 rhd
24749 \series default
24750  son mayores que los operadores de aspecto similar 
24751 \series bold
24752
24753 \backslash
24754 triangleleft
24755 \series default
24756  y 
24757 \series bold
24758
24759 \backslash
24760 triangleright
24761 \series default
24762 , respectivamente.
24763 \end_layout
24764
24765 \begin_layout Standard
24766 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24767 \end_layout
24768
24769 \begin_layout Standard
24770 Se pueden componer relaciones con etiquetas con el comando 
24771 \series bold
24772
24773 \backslash
24774 stackrel
24775 \series default
24776
24777 \begin_inset Index idx
24778 status collapsed
24779
24780 \begin_layout Plain Layout
24781 Comandos ! S ! 
24782 \backslash
24783 stackrel
24784 \end_layout
24785
24786 \end_inset
24787
24788 :
24789 \end_layout
24790
24791 \begin_layout Standard
24792 \align center
24793 \begin_inset Tabular
24794 <lyxtabular version="3" rows="2" columns="2">
24795 <features tabularvalignment="middle">
24796 <column alignment="center" valignment="top" width="0">
24797 <column alignment="center" valignment="top" width="0">
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803 Comando
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 Resultado
24813 \begin_inset Note Note
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817
24818 \series bold
24819
24820 \backslash
24821 raisebox
24822 \series default
24823  se usa sólo como espaciador
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 </row>
24834 <row>
24835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 A(r)
24840 \backslash
24841 stackrel
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846
24847
24848 \backslash
24849 spce 
24850 \end_layout
24851
24852 \end_inset
24853
24854 r
24855 \backslash
24856 to
24857 \backslash
24858 infty
24859 \begin_inset ERT
24860 status collapsed
24861
24862 \begin_layout Plain Layout
24863
24864
24865 \backslash
24866 spce 
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \begin_inset Formula $\downarrow$
24873 \end_inset
24874
24875
24876 \backslash
24877 approx
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883
24884 \backslash
24885 spce 
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset ERT
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895
24896
24897 \backslash
24898 spce 
24899 \end_layout
24900
24901 \end_inset
24902
24903 B
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 </row>
24921 </lyxtabular>
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Section
24929 Funciones
24930 \end_layout
24931
24932 \begin_layout Subsection
24933 Funciones predefinidas
24934 \begin_inset CommandInset label
24935 LatexCommand label
24936 name "sub:Funciones-predefinidas"
24937
24938 \end_inset
24939
24940
24941 \begin_inset Index idx
24942 status collapsed
24943
24944 \begin_layout Plain Layout
24945 Funciones ! predefinidas
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \begin_inset Index idx
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955 Funciones ! en español
24956 \end_layout
24957
24958 \end_inset
24959
24960
24961 \end_layout
24962
24963 \begin_layout Standard
24964 En general las variables se escriben en 
24965 \emph on
24966 cursiva
24967 \emph default
24968  en expresiones matemáticas, pero no los nombres de las funciones, porque
24969  
24970 \begin_inset Formula $sen$
24971 \end_inset
24972
24973  podría confundirse con 
24974 \begin_inset Formula $s\cdot e\cdot n$
24975 \end_inset
24976
24977 .
24978  Por eso hay funciones predefinidas, que además se separan un poco del factor
24979  precedente.
24980  Se insertan como comandos con una barra inversa delante de su nombre.
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \align center
24985 \begin_inset Tabular
24986 <lyxtabular version="3" rows="2" columns="4">
24987 <features tabularvalignment="middle">
24988 <column alignment="center" valignment="top" width="0pt">
24989 <column alignment="center" valignment="top" width="0pt">
24990 <column alignment="center" valignment="top" width="0pt">
24991 <column alignment="center" valignment="top" width="0pt">
24992 <row>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 Comando
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 Resultado
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015 Comando
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 Resultado
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 </row>
25030 <row>
25031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035 Asen(x)+B
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 \begin_inset Formula $Asen(x)+B$
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 A
25057 \backslash
25058 sen(x)+B
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 \begin_inset Formula $A\sen(x)+B$
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 </lyxtabular>
25077
25078 \end_inset
25079
25080
25081 \end_layout
25082
25083 \begin_layout Standard
25084 Las funciones siguientes están predefinidas:
25085 \begin_inset Foot
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089 Se han añadido los comandos equivalentes proporcionados por el estilo 
25090 \series bold
25091 spanish
25092 \series default
25093  de 
25094 \series bold
25095 babel
25096 \series default
25097 .
25098  (Estos no están disponibles en el panel de funciones).
25099  Además, en su caso, las funciones serán acentuadas automáticamente en la
25100  salida, p.
25101 \begin_inset space \thinspace{}
25102 \end_inset
25103
25104 e.
25105  
25106 \begin_inset Quotes fld
25107 \end_inset
25108
25109 lím
25110 \begin_inset Quotes frd
25111 \end_inset
25112
25113  o 
25114 \begin_inset Quotes fld
25115 \end_inset
25116
25117 máx
25118 \begin_inset Quotes frd
25119 \end_inset
25120
25121 .
25122  Más información en 
25123 \begin_inset CommandInset citation
25124 LatexCommand cite
25125 key "spanish"
25126
25127 \end_inset
25128
25129 .
25130  (
25131 \emph on
25132 N.
25133 \begin_inset space \thinspace{}
25134 \end_inset
25135
25136 del t.
25137 \emph default
25138 )
25139 \end_layout
25140
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \begin_layout Standard
25147 \begin_inset VSpace -2mm
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 \align center
25155 \begin_inset Tabular
25156 <lyxtabular version="3" rows="9" columns="7">
25157 <features tabularvalignment="middle">
25158 <column alignment="center" valignment="top" width="0pt">
25159 <column alignment="center" valignment="top" width="0pt">
25160 <column alignment="center" valignment="top" width="0pt">
25161 <column alignment="center" valignment="top" width="0pt">
25162 <column alignment="center" valignment="top" width="0pt">
25163 <column alignment="center" valignment="top" width="0pt">
25164 <column alignment="center" valignment="top" width="0pt">
25165 <row>
25166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170 Comando
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 español
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188 Comando
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 español
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206 Comando
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215 español
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224 Comando
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 </row>
25230 <row>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235
25236 \backslash
25237 sin
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 sen
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 sinh
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 senh
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 arcsin
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 arcsen
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 sup
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \backslash
25316 cos
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334
25335 \backslash
25336 cosh
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 arccos
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 inf
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 </row>
25382 <row>
25383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Plain Layout
25387
25388 \backslash
25389 tan
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Plain Layout
25398
25399 \backslash
25400 tg
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409
25410 \backslash
25411 tanh
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420
25421 \backslash
25422 tgh
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431
25432 \backslash
25433 arctan
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442
25443 \backslash
25444 arctg
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453
25454 \backslash
25455 lim
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 </row>
25461 <row>
25462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466
25467 \backslash
25468 cot
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477
25478 \backslash
25479 cotg
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488
25489 \backslash
25490 coth
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Plain Layout
25499
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508
25509 \backslash
25510 arg
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528
25529 \backslash
25530 liminf
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 <row>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541
25542 \backslash
25543 sec
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561
25562 \backslash
25563 min
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581
25582 \backslash
25583 deg
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601
25602 \backslash
25603 limsup
25604 \end_layout
25605
25606 \end_inset
25607 </cell>
25608 </row>
25609 <row>
25610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614
25615 \backslash
25616 csc
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625
25626 \backslash
25627 cosec
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636
25637 \backslash
25638 max
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656
25657 \backslash
25658 det
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676
25677 \backslash
25678 Pr
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 </row>
25684 <row>
25685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689
25690 \backslash
25691 ln
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709
25710 \backslash
25711 exp
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729
25730 \backslash
25731 dim
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749
25750 \backslash
25751 hom
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 </row>
25757 <row>
25758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762
25763 \backslash
25764 lg
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782
25783 \backslash
25784 log
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Plain Layout
25802
25803 \backslash
25804 ker
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822
25823 \backslash
25824 gcd
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 </row>
25830 </lyxtabular>
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \begin_layout Standard
25838 También se pueden insertar con el botón 
25839 \begin_inset Graphics
25840         filename ../../images/math/functions.png
25841         scale 85
25842
25843 \end_inset
25844
25845  de la barra de ecuaciones.
25846 \end_layout
25847
25848 \begin_layout Subsection
25849 Funciones definidas por el usuario
25850 \begin_inset Index idx
25851 status collapsed
25852
25853 \begin_layout Plain Layout
25854 Funciones ! personalizadas
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 Para usar una función no predefinida, como por ejemplo la función signo,
25864  sgn(x), hay dos posibilidades:
25865 \end_layout
25866
25867 \begin_layout Itemize
25868 Define la función añadiendo al preámbulo LaTeX la línea
25869 \begin_inset Foot
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873 Más sobre 
25874 \series bold
25875
25876 \backslash
25877 DeclareMathOperator
25878 \series default
25879  en 
25880 \begin_inset CommandInset ref
25881 LatexCommand ref
25882 reference "sub:Operadores-de-usuario"
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \begin_inset Newline newline
25893 \end_inset
25894
25895
25896 \begin_inset VSpace -3mm
25897 \end_inset
25898
25899
25900 \begin_inset Newline newline
25901 \end_inset
25902
25903
25904 \series bold
25905
25906 \backslash
25907 DeclareMathOperator{
25908 \backslash
25909 sgn}{sgn}
25910 \series default
25911
25912 \begin_inset Index idx
25913 status collapsed
25914
25915 \begin_layout Plain Layout
25916 Comandos ! D ! 
25917 \backslash
25918 dbinom@
25919 \backslash
25920 DeclareMathOperator
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \begin_inset Newline newline
25927 \end_inset
25928
25929
25930 \begin_inset VSpace -2mm
25931 \end_inset
25932
25933
25934 \begin_inset Newline newline
25935 \end_inset
25936
25937 Ahora la función recién definida se puede obtener con el comando 
25938 \series bold
25939
25940 \backslash
25941 sgn
25942 \series default
25943 .
25944 \end_layout
25945
25946 \begin_layout Itemize
25947 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25948  en nuestro ejemplo las letras 
25949 \emph on
25950 sgn
25951 \emph default
25952 , y cámbialo a texto matemático.
25953  Entre el factor precedente y la función se inserta un espacio.
25954 \end_layout
25955
25956 \begin_layout Standard
25957 El resultado con ambos métodos es el mismo que con una función predefinida:
25958 \begin_inset Foot
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25963  negro.
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \begin_layout Standard
25972 \align center
25973 \begin_inset Tabular
25974 <lyxtabular version="3" rows="3" columns="2">
25975 <features tabularvalignment="middle">
25976 <column alignment="center" valignment="top" width="0pt">
25977 <column alignment="center" valignment="top" width="0pt">
25978 <row>
25979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25980 \begin_inset Text
25981
25982 \begin_layout Plain Layout
25983 Comando
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992 Resultado
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 </row>
25998 <row>
25999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26000 \begin_inset Text
26001
26002 \begin_layout Plain Layout
26003 A
26004 \backslash
26005 sgn(x)+B
26006 \end_layout
26007
26008 \end_inset
26009 </cell>
26010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26011 \begin_inset Text
26012
26013 \begin_layout Plain Layout
26014 \begin_inset Formula $A\sgn(x)+B$
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 </row>
26023 <row>
26024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028 A
26029 \backslash
26030 ,
26031 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26032 \end_inset
26033
26034 (x)+B
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 </row>
26052 </lyxtabular>
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 El primer método es preferible si la función se va a usar varias veces.
26061 \end_layout
26062
26063 \begin_layout Subsection
26064 Límites
26065 \begin_inset Index idx
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069 Limites@Límites
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 Para límites, además de 
26079 \series bold
26080
26081 \backslash
26082 lim
26083 \series default
26084
26085 \begin_inset Index idx
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089 Comandos ! L ! 
26090 \backslash
26091 lim
26092 \end_layout
26093
26094 \end_inset
26095
26096
26097 \series bold
26098
26099 \backslash
26100 liminf
26101 \series default
26102  y 
26103 \series bold
26104
26105 \backslash
26106 limsup
26107 \series default
26108  están definidas las siguientes funciones:
26109 \series bold
26110  
26111 \end_layout
26112
26113 \begin_layout Standard
26114 \noindent
26115 \align center
26116 \begin_inset Tabular
26117 <lyxtabular version="3" rows="5" columns="2">
26118 <features tabularvalignment="middle">
26119 <column alignment="center" valignment="top" width="0">
26120 <column alignment="center" valignment="top" width="0">
26121 <row>
26122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 Comando
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135 Resultado
26136 \begin_inset Note Note
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140
26141 \series bold
26142
26143 \backslash
26144 raisebox
26145 \series default
26146  se usa sólo como espaciador
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 </row>
26157 <row>
26158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162
26163 \backslash
26164 varliminf
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset Formula $\varliminf$
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187
26188 \backslash
26189 varlimsup
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset Formula $\varlimsup$
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 varprojlim
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\varprojlim$
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 varinjlim
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\varinjlim$
26249 \end_inset
26250
26251
26252 \begin_inset Formula $\raisebox{-2.5mm}{}$
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 </row>
26261 </lyxtabular>
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Standard
26269 \begin_inset VSpace medskip
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Standard
26276 El límite se crea insertando un subíndice.
26277  Se imprime a la derecha junto a la función en una fórmula en línea:
26278 \end_layout
26279
26280 \begin_layout Standard
26281 \noindent
26282 \align center
26283 \begin_inset Tabular
26284 <lyxtabular version="3" rows="2" columns="2">
26285 <features tabularvalignment="middle">
26286 <column alignment="center" valignment="top" width="0pt">
26287 <column alignment="center" valignment="top" width="0pt">
26288 <row>
26289 <cell alignment="center" valignment="top" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 Comando
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 <cell alignment="center" valignment="top" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Plain Layout
26302 \begin_inset space \hspace{}
26303 \length 1cm
26304 \end_inset
26305
26306 Resultado
26307 \begin_inset Note Note
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312 \series bold
26313
26314 \backslash
26315 raisebox
26316 \series default
26317  se usa sólo como espaciador
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 </row>
26328 <row>
26329 <cell alignment="center" valignment="top" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333
26334 \backslash
26335 lim_x
26336 \backslash
26337 to
26338 \begin_inset ERT
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342
26343
26344 \backslash
26345 spce 
26346 \end_layout
26347
26348 \end_inset
26349
26350 A
26351 \begin_inset ERT
26352 status collapsed
26353
26354 \begin_layout Plain Layout
26355
26356
26357 \backslash
26358 spce 
26359 \end_layout
26360
26361 \end_inset
26362
26363 x=B
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 </row>
26381 </lyxtabular>
26382
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \begin_layout Standard
26389 En una ecuación presentada el límite se imprime debajo, como es habitual:
26390 \begin_inset Formula \[
26391 \lim\limits _{x\rightarrow A}=B
26392 \]
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \begin_layout Subsection
26400 Función módulo
26401 \begin_inset Index idx
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405 Funciones ! módulo
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Standard
26414 La función módulo es especial, porque existe en cuatro variantes.
26415 \end_layout
26416
26417 \begin_layout Standard
26418 En una ecuación presentada:
26419 \begin_inset Formula \begin{align*}
26420 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26421 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26422 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26423 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26424 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26425 \end{align*}
26426
26427 \end_inset
26428
26429 En una ecuación en línea se pone menos espacio delante del nombre de la
26430  función para todas las variantes.
26431 \end_layout
26432
26433 \begin_layout Standard
26434 \begin_inset Newpage newpage
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Section
26441 Caracteres especiales
26442 \begin_inset Index idx
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446 Caracteres especiales
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Subsection
26455 Caracteres especiales en texto matemático
26456 \end_layout
26457
26458 \begin_layout Standard
26459 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26460  TeX:
26461 \end_layout
26462
26463 \begin_layout Standard
26464 \begin_inset space \hfill{}
26465 \end_inset
26466
26467
26468 \begin_inset Tabular
26469 <lyxtabular version="3" rows="8" columns="2">
26470 <features tabularvalignment="middle">
26471 <column alignment="block" valignment="top" width="0">
26472 <column alignment="block" valignment="top" width="0">
26473 <row>
26474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478 Comando
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487 Resultado
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 </row>
26493 <row>
26494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498
26499 \backslash
26500 oe
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 \begin_inset Formula $\textrm{œ}$
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 </row>
26518 <row>
26519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523
26524 \backslash
26525 OE
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 \begin_inset Formula $\textrm{Œ}$
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 </row>
26543 <row>
26544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548
26549 \backslash
26550 ae
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 \begin_inset Formula $\textrm{æ}$
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 <row>
26569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573
26574 \backslash
26575 AE
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584 \begin_inset Formula $\textrm{Æ}$
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 </row>
26593 <row>
26594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598
26599 \backslash
26600 aa
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609 \begin_inset Formula $\textrm{\aa}$
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \end_inset
26616 </cell>
26617 </row>
26618 <row>
26619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623
26624 \backslash
26625 AA
26626 \begin_inset Index idx
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630
26631 \backslash
26632 @
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637
26638
26639 \backslash
26640 textrm{
26641 \backslash
26642 AA}
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661 \begin_inset Formula $\textrm{Å}$
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 </row>
26670 <row>
26671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675
26676 \backslash
26677 i
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686 \begin_inset Formula $\textrm{ı}$
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 </row>
26695 </lyxtabular>
26696
26697 \end_inset
26698
26699
26700 \begin_inset space \hfill{}
26701 \end_inset
26702
26703
26704 \begin_inset Tabular
26705 <lyxtabular version="3" rows="8" columns="2">
26706 <features tabularvalignment="middle">
26707 <column alignment="block" valignment="top" width="0">
26708 <column alignment="center" valignment="top" width="0">
26709 <row>
26710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714 Comando
26715 \begin_inset Note Note
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719
26720 \series bold
26721
26722 \backslash
26723 raisebox
26724 \series default
26725  se usa sólo como espaciador
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739 Resultado
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 </row>
26745 <row>
26746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750
26751 \backslash
26752 o
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761 \begin_inset Formula $\textrm{ø}$
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 </row>
26770 <row>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775
26776 \backslash
26777 O
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Plain Layout
26786 \begin_inset Formula $\textrm{Ø}$
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 <row>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800
26801 \backslash
26802 l
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 \begin_inset Formula $\textrm{ł}$
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 </row>
26820 <row>
26821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825
26826 \backslash
26827 L
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836 \begin_inset Formula $\textrm{Ł}$
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 </row>
26845 <row>
26846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850 !
26851 \begin_inset space \hspace{}
26852 \length 0mm
26853 \end_inset
26854
26855 `
26856 \begin_inset ERT
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860
26861
26862 \backslash
26863 spce 
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877 \begin_inset Formula $\textrm{!`}$
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 </row>
26886 <row>
26887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891 ?
26892 \begin_inset space \hspace{}
26893 \length 0mm
26894 \end_inset
26895
26896 `
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 spce 
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918 \begin_inset Formula $\textrm{?`}$
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \end_inset
26925 </cell>
26926 </row>
26927 <row>
26928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932
26933 \backslash
26934 j
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Plain Layout
26943 \begin_inset Formula $\textrm{ȷ}$
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 </row>
26952 </lyxtabular>
26953
26954 \end_inset
26955
26956
26957 \begin_inset space \hfill{}
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \begin_layout Standard
26964 Los caracteres 
26965 \begin_inset Formula $\textrm{\textrm{Å}}$
26966 \end_inset
26967
26968  y 
26969 \begin_inset Formula $\textrm{\textrm{Ø}}$
26970 \end_inset
26971
26972  también se pueden insertar mediante el botón 
26973 \begin_inset Graphics
26974         filename ../../images/math/digamma.png
26975         scale 85
26976
26977 \end_inset
26978
26979  de la barra de ecuaciones.
26980 \end_layout
26981
26982 \begin_layout Standard
26983 Los comandos 
26984 \series bold
26985 !
26986 \begin_inset space \hspace{}
26987 \length 0mm
26988 \end_inset
26989
26990 `
26991 \series default
26992  y 
26993 \series bold
26994 ?
26995 \begin_inset space \hspace{}
26996 \length 0mm
26997 \end_inset
26998
26999 `
27000 \series default
27001  son una excepción porque se pueden insertar directamente a texto en LyX.
27002  
27003 \end_layout
27004
27005 \begin_layout Subsection
27006 Acentos en texto
27007 \begin_inset CommandInset label
27008 LatexCommand label
27009 name "sub:Acentos-en-texto"
27010
27011 \end_inset
27012
27013
27014 \begin_inset Index idx
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018 Acentos ! en texto
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \begin_layout Standard
27027 Con los siguientes comandos se pueden acentuar todas las letras.
27028  Los comandos deben ponerse en modo TeX.
27029 \end_layout
27030
27031 \begin_layout Standard
27032 \begin_inset space \hfill{}
27033 \end_inset
27034
27035
27036 \begin_inset Tabular
27037 <lyxtabular version="3" rows="8" columns="2">
27038 <features tabularvalignment="middle">
27039 <column alignment="block" valignment="top" width="0">
27040 <column alignment="block" valignment="top" width="0">
27041 <row>
27042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046 Comando
27047 \end_layout
27048
27049 \end_inset
27050 </cell>
27051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Plain Layout
27055 Resultado
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 </row>
27061 <row>
27062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066
27067 \backslash
27068
27069 \begin_inset Quotes grd
27070 \end_inset
27071
27072 e
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081 \begin_inset ERT
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085
27086
27087 \backslash
27088 "e
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 </row>
27099 <row>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104
27105 \backslash
27106 `e
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27112 \begin_inset Text
27113
27114 \begin_layout Plain Layout
27115 \begin_inset ERT
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119
27120
27121 \backslash
27122 `e
27123 \end_layout
27124
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 </row>
27133 <row>
27134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138
27139 \backslash
27140 ^
27141 \begin_inset ERT
27142 status collapsed
27143
27144 \begin_layout Plain Layout
27145
27146
27147 \backslash
27148 spce 
27149 \end_layout
27150
27151 \end_inset
27152
27153 e
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 ^e
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 </row>
27180 <row>
27181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27182 \begin_inset Text
27183
27184 \begin_layout Plain Layout
27185
27186 \backslash
27187 =e
27188 \end_layout
27189
27190 \end_inset
27191 </cell>
27192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196 \begin_inset ERT
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200
27201
27202 \backslash
27203 =e
27204 \end_layout
27205
27206 \end_inset
27207
27208
27209 \end_layout
27210
27211 \end_inset
27212 </cell>
27213 </row>
27214 <row>
27215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27216 \begin_inset Text
27217
27218 \begin_layout Plain Layout
27219
27220 \backslash
27221 u
27222 \begin_inset ERT
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226
27227
27228 \backslash
27229 spce 
27230 \end_layout
27231
27232 \end_inset
27233
27234 e
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Plain Layout
27243 \begin_inset ERT
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247
27248
27249 \backslash
27250 u e
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \end_inset
27259 </cell>
27260 </row>
27261 <row>
27262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27263 \begin_inset Text
27264
27265 \begin_layout Plain Layout
27266
27267 \backslash
27268 b
27269 \begin_inset ERT
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273
27274
27275 \backslash
27276 spce 
27277 \end_layout
27278
27279 \end_inset
27280
27281 e
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290 \begin_inset ERT
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294
27295
27296 \backslash
27297 b e
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 </row>
27308 <row>
27309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Plain Layout
27313
27314 \backslash
27315 t
27316 \begin_inset ERT
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320
27321
27322 \backslash
27323 spce 
27324 \end_layout
27325
27326 \end_inset
27327
27328 ee
27329 \end_layout
27330
27331 \end_inset
27332 </cell>
27333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Plain Layout
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 t ee
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \end_inset
27353 </cell>
27354 </row>
27355 </lyxtabular>
27356
27357 \end_inset
27358
27359
27360 \begin_inset space \hfill{}
27361 \end_inset
27362
27363
27364 \begin_inset Tabular
27365 <lyxtabular version="3" rows="8" columns="2">
27366 <features tabularvalignment="middle">
27367 <column alignment="block" valignment="top" width="0">
27368 <column alignment="center" valignment="top" width="0">
27369 <row>
27370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374 Comando
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Plain Layout
27383 Resultado
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 </row>
27389 <row>
27390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27391 \begin_inset Text
27392
27393 \begin_layout Plain Layout
27394
27395 \backslash
27396 H
27397 \begin_inset ERT
27398 status collapsed
27399
27400 \begin_layout Plain Layout
27401
27402
27403 \backslash
27404 spce 
27405 \end_layout
27406
27407 \end_inset
27408
27409 e
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Plain Layout
27418 \begin_inset ERT
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422
27423
27424 \backslash
27425 H e
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \end_inset
27434 </cell>
27435 </row>
27436 <row>
27437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Plain Layout
27441
27442 \backslash
27443 'e
27444 \end_layout
27445
27446 \end_inset
27447 </cell>
27448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27449 \begin_inset Text
27450
27451 \begin_layout Plain Layout
27452 \begin_inset ERT
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456
27457
27458 \backslash
27459 'e
27460 \end_layout
27461
27462 \end_inset
27463
27464
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 </row>
27470 <row>
27471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27472 \begin_inset Text
27473
27474 \begin_layout Plain Layout
27475
27476 \backslash
27477 ~e
27478 \begin_inset Index idx
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 Tilde
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496 \begin_inset ERT
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500
27501
27502 \backslash
27503 ~e
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \end_inset
27512 </cell>
27513 </row>
27514 <row>
27515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27516 \begin_inset Text
27517
27518 \begin_layout Plain Layout
27519
27520 \backslash
27521 .e
27522 \end_layout
27523
27524 \end_inset
27525 </cell>
27526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27527 \begin_inset Text
27528
27529 \begin_layout Plain Layout
27530 \begin_inset ERT
27531 status collapsed
27532
27533 \begin_layout Plain Layout
27534
27535
27536 \backslash
27537 .e
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 </row>
27548 <row>
27549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27550 \begin_inset Text
27551
27552 \begin_layout Plain Layout
27553
27554 \backslash
27555 v
27556 \begin_inset ERT
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 spce 
27564 \end_layout
27565
27566 \end_inset
27567
27568 e
27569 \end_layout
27570
27571 \end_inset
27572 </cell>
27573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27574 \begin_inset Text
27575
27576 \begin_layout Plain Layout
27577 \begin_inset ERT
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581
27582
27583 \backslash
27584 v e
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 </row>
27595 <row>
27596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600
27601 \backslash
27602 d
27603 \begin_inset ERT
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607
27608
27609 \backslash
27610 spce 
27611 \end_layout
27612
27613 \end_inset
27614
27615 e
27616 \end_layout
27617
27618 \end_inset
27619 </cell>
27620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27621 \begin_inset Text
27622
27623 \begin_layout Plain Layout
27624 \begin_inset ERT
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628
27629
27630 \backslash
27631 d e
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 </row>
27642 <row>
27643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647
27648 \backslash
27649 c
27650 \begin_inset ERT
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654
27655
27656 \backslash
27657 spce 
27658 \end_layout
27659
27660 \end_inset
27661
27662 e
27663 \end_layout
27664
27665 \end_inset
27666 </cell>
27667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27668 \begin_inset Text
27669
27670 \begin_layout Plain Layout
27671 \begin_inset ERT
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675
27676
27677 \backslash
27678 c e
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 </row>
27689 </lyxtabular>
27690
27691 \end_inset
27692
27693
27694 \begin_inset space \hfill{}
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Standard
27701 \begin_inset VSpace medskip
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \begin_layout Standard
27708 Con el comando 
27709 \series bold
27710
27711 \backslash
27712 t
27713 \series default
27714  también se pueden acentuar dos caracteres distintos.
27715  El comando 
27716 \series bold
27717
27718 \backslash
27719 t
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724
27725
27726 \backslash
27727 spce 
27728 \end_layout
27729
27730 \end_inset
27731
27732 sz
27733 \series default
27734  genera 
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739
27740
27741 \backslash
27742 t sz
27743 \end_layout
27744
27745 \end_inset
27746
27747
27748 \end_layout
27749
27750 \begin_layout Standard
27751 Los acentos 
27752 \series bold
27753 `
27754 \series default
27755  , 
27756 \series bold
27757 '
27758 \series default
27759  y 
27760 \series bold
27761 ^
27762 \series default
27763  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27764  TeX.
27765  Lo mismo se aplica a la tilde
27766 \begin_inset Foot
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27771 \end_layout
27772
27773 \end_inset
27774
27775  con 
27776 \emph on
27777 a
27778 \emph default
27779
27780 \emph on
27781 o
27782 \emph default
27783  y 
27784 \emph on
27785 n.
27786 \end_layout
27787
27788 \begin_layout Standard
27789 Los comandos 
27790 \series bold
27791
27792 \backslash
27793 b
27794 \series default
27795  , 
27796 \series bold
27797
27798 \backslash
27799 c
27800 \series default
27801  , 
27802 \series bold
27803
27804 \backslash
27805 d
27806 \series default
27807  , 
27808 \series bold
27809
27810 \backslash
27811 H
27812 \series default
27813  , 
27814 \series bold
27815
27816 \backslash
27817 t
27818 \series default
27819  , 
27820 \series bold
27821
27822 \backslash
27823 u
27824 \series default
27825  , 
27826 \series bold
27827
27828 \backslash
27829 v
27830 \series default
27831 , y acentos insertados directamente con el teclado también están disponibles
27832  en texto matemático.
27833  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27834  
27835 \begin_inset CommandInset ref
27836 LatexCommand ref
27837 reference "sub:Acentos-para-un"
27838
27839 \end_inset
27840
27841 .
27842 \end_layout
27843
27844 \begin_layout Standard
27845 \begin_inset VSpace bigskip
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 Además, con el comando 
27853 \series bold
27854
27855 \backslash
27856 textcircled
27857 \series default
27858
27859 \begin_inset Index idx
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863 Comandos ! T ! 
27864 \backslash
27865 textcircled
27866 \end_layout
27867
27868 \end_inset
27869
27870  se pueden insertar en un círculo todos los números y letras, de forma parecida
27871  al símbolo copyright.
27872 \end_layout
27873
27874 \begin_layout Standard
27875 \noindent
27876 \align center
27877 \begin_inset Tabular
27878 <lyxtabular version="3" rows="3" columns="2">
27879 <features tabularvalignment="middle">
27880 <column alignment="center" valignment="top" width="0">
27881 <column alignment="center" valignment="top" width="0">
27882 <row>
27883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887 Comando
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Plain Layout
27896 Resultado
27897 \begin_inset Note Note
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902 \series bold
27903
27904 \backslash
27905 raisebox
27906 \series default
27907  se usa sólo como espaciador
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \end_layout
27914
27915 \end_inset
27916 </cell>
27917 </row>
27918 <row>
27919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923
27924 \backslash
27925 textcircled{w}
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934 \begin_inset ERT
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938
27939
27940 \backslash
27941 textcircled{w}
27942 \end_layout
27943
27944 \end_inset
27945
27946
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 </row>
27952 <row>
27953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957
27958 \backslash
27959 Large 
27960 \backslash
27961 textcircled{
27962 \backslash
27963 normalsize
27964 \backslash
27965 protect
27966 \backslash
27967 raisebox{-1.5pt}{W}}
27968 \end_layout
27969
27970 \end_inset
27971 </cell>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 \begin_inset Formula $\raisebox{4.5mm}{}$
27977 \end_inset
27978
27979
27980 \begin_inset ERT
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984
27985
27986 \backslash
27987 Large 
27988 \backslash
27989 textcircled{
27990 \backslash
27991 normalsize
27992 \backslash
27993 protect
27994 \backslash
27995 raisebox{-1.5pt}W}
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \begin_inset Formula $\raisebox{-2mm}{}$
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \end_inset
28008 </cell>
28009 </row>
28010 </lyxtabular>
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Standard
28018 Hay que tener cuidado que el carácter se ajuste al círculo.
28019  Por eso 
28020 \series bold
28021
28022 \backslash
28023 Large
28024 \begin_inset Foot
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028 véase 
28029 \begin_inset CommandInset ref
28030 LatexCommand ref
28031 reference "sub:Tamaños-de-fuentes"
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \series default
28042  especifica el tamaño del círculo.
28043  Con ayuda de 
28044 \series bold
28045
28046 \backslash
28047 raisebox
28048 \begin_inset Foot
28049 status collapsed
28050
28051 \begin_layout Plain Layout
28052 véase 
28053 \begin_inset CommandInset ref
28054 LatexCommand ref
28055 reference "sub:Cuadros-sin-marco"
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \series default
28066  se puede centrar el carácter.
28067 \end_layout
28068
28069 \begin_layout Subsection
28070 Números en estilo antiguo
28071 \begin_inset Index idx
28072 status collapsed
28073
28074 \begin_layout Plain Layout
28075 Numeros@Números ! en estilo antiguo
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \begin_layout Standard
28084 Los números en estilo antiguo o elzevirianos se componen con el comando
28085  
28086 \series bold
28087
28088 \backslash
28089 oldstylenums
28090 \series default
28091
28092 \begin_inset Index idx
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 Comandos ! O ! 
28097 \backslash
28098 oldstylenums
28099 \end_layout
28100
28101 \end_inset
28102
28103 .
28104  El comando se puede usar en ecuaciones y en modo TeX.
28105  Su esquema es:
28106 \end_layout
28107
28108 \begin_layout Standard
28109
28110 \series bold
28111
28112 \backslash
28113 oldstylenums{número}
28114 \end_layout
28115
28116 \begin_layout Standard
28117 El comando 
28118 \series bold
28119
28120 \backslash
28121 oldstylenums{0123456789}
28122 \series default
28123  genera: 
28124 \begin_inset Formula $\oldstylenums{0123456789}$
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Subsection
28131 Caracteres especiales misceláneos
28132 \begin_inset CommandInset label
28133 LatexCommand label
28134 name "sub:Caracteres-especiales-misceláneos"
28135
28136 \end_inset
28137
28138
28139 \begin_inset Index idx
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143 Caracteres especiales ! misceláneos
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \begin_layout Standard
28152 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28153  comandos:
28154 \end_layout
28155
28156 \begin_layout Standard
28157 \noindent
28158 \align center
28159 \begin_inset Tabular
28160 <lyxtabular version="3" rows="4" columns="2">
28161 <features tabularvalignment="middle">
28162 <column alignment="center" valignment="top" width="0">
28163 <column alignment="center" valignment="top" width="0">
28164 <row>
28165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28166 \begin_inset Text
28167
28168 \begin_layout Plain Layout
28169 Comando
28170 \end_layout
28171
28172 \end_inset
28173 </cell>
28174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28175 \begin_inset Text
28176
28177 \begin_layout Plain Layout
28178 Resultado
28179 \end_layout
28180
28181 \end_inset
28182 </cell>
28183 </row>
28184 <row>
28185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28186 \begin_inset Text
28187
28188 \begin_layout Plain Layout
28189
28190 \backslash
28191 ^
28192 \begin_inset ERT
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196
28197
28198 \backslash
28199 spce 
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \end_inset
28208 </cell>
28209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28210 \begin_inset Text
28211
28212 \begin_layout Plain Layout
28213 \begin_inset Formula $\mathcircumflex$
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \end_inset
28220 </cell>
28221 </row>
28222 <row>
28223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28224 \begin_inset Text
28225
28226 \begin_layout Plain Layout
28227
28228 \backslash
28229 _
28230 \end_layout
28231
28232 \end_inset
28233 </cell>
28234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28235 \begin_inset Text
28236
28237 \begin_layout Plain Layout
28238 \begin_inset Formula $\_$
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \end_inset
28245 </cell>
28246 </row>
28247 <row>
28248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28249 \begin_inset Text
28250
28251 \begin_layout Plain Layout
28252 ^
28253 \begin_inset ERT
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257
28258
28259 \backslash
28260 spce 
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \backslash
28267 circ
28268 \begin_inset Index idx
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272
28273 \backslash
28274
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \end_inset
28283 </cell>
28284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28285 \begin_inset Text
28286
28287 \begin_layout Plain Layout
28288 \begin_inset Formula $^{\circ}$
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \end_inset
28295 </cell>
28296 </row>
28297 </lyxtabular>
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28306  LaTeX contiene la línea:
28307 \begin_inset Foot
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 Más sobre este asunto en 
28312 \begin_inset CommandInset ref
28313 LatexCommand ref
28314 reference "sub:Caracteres-de-texto"
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \end_inset
28322
28323  
28324 \end_layout
28325
28326 \begin_layout Standard
28327
28328 \series bold
28329
28330 \backslash
28331 DeclareInputtext{176}{
28332 \backslash
28333 ifmmode^
28334 \backslash
28335 circ
28336 \backslash
28337 else
28338 \backslash
28339 textdegree
28340 \backslash
28341 fi}
28342 \end_layout
28343
28344 \begin_layout Standard
28345 \begin_inset Newpage newpage
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Section
28352 Estilos de ecuación
28353 \begin_inset CommandInset label
28354 LatexCommand label
28355 name "sec:Estilos-de-ecuación"
28356
28357 \end_inset
28358
28359
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 Ecuación ! estilos de
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Itemize
28373 Hay dos estilos diferentes de alineación:
28374 \end_layout
28375
28376 \begin_deeper
28377 \begin_layout Description
28378 Centrado es el estándar predefinido
28379 \end_layout
28380
28381 \begin_layout Description
28382 Sangrado para este estilo debe insertarse la opción de clase 
28383 \series bold
28384 fleqn
28385 \series default
28386  en el menú 
28387 \family sans
28388 Documento\SpecialChar \menuseparator
28389 Configuración
28390 \family default
28391  bajo 
28392 \family sans
28393 Clase de documento
28394 \end_layout
28395
28396 \begin_layout Standard
28397 Cuando se usa 
28398 \series bold
28399 Sangrado
28400 \series default
28401 , éste se puede ajustar con la longitud 
28402 \series bold
28403
28404 \backslash
28405 mathindent
28406 \series default
28407
28408 \begin_inset Index idx
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 Comandos ! M ! 
28413 \backslash
28414 mathindent
28415 \end_layout
28416
28417 \end_inset
28418
28419 .
28420  Para 15
28421 \begin_inset space \thinspace{}
28422 \end_inset
28423
28424 mm, p.
28425 \begin_inset space \thinspace{}
28426 \end_inset
28427
28428 e., se inserta esta línea de comando en el preámbulo LaTeX:
28429 \end_layout
28430
28431 \begin_layout Standard
28432
28433 \series bold
28434
28435 \backslash
28436 setlength{
28437 \backslash
28438 mathindent}{15mm}
28439 \end_layout
28440
28441 \begin_layout Standard
28442 Si no se especifica longitud se usa el valor predeterminado de 30
28443 \begin_inset space \thinspace{}
28444 \end_inset
28445
28446 pt.
28447 \end_layout
28448
28449 \end_deeper
28450 \begin_layout Itemize
28451 Y dos estilos diferentes de numeración:
28452 \end_layout
28453
28454 \begin_deeper
28455 \begin_layout Description
28456 Derecha es el estándar predefinido
28457 \end_layout
28458
28459 \begin_layout Description
28460 Izquierda para este estilo debe insertarse la opción de clase 
28461 \series bold
28462 leqno
28463 \series default
28464  en el menú 
28465 \family sans
28466 Documento\SpecialChar \menuseparator
28467 Configuración
28468 \family default
28469  bajo 
28470 \family sans
28471 Clase de documento
28472 \end_layout
28473
28474 \end_deeper
28475 \begin_layout Standard
28476
28477 \series bold
28478 fleqn
28479 \series default
28480  y 
28481 \series bold
28482 leqno
28483 \series default
28484  también se pueden usar juntos.
28485  En ese caso se insertan ambas opciones, separadas por una coma.
28486 \end_layout
28487
28488 \begin_layout Standard
28489 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28490  documento.
28491  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28492  estilo 
28493 \series bold
28494 Centrado
28495 \series default
28496  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28497 \begin_inset CommandInset ref
28498 LatexCommand ref
28499 reference "sub:Entorno-flalign"
28500
28501 \end_inset
28502
28503 .
28504 \end_layout
28505
28506 \begin_layout Section
28507 Ecuaciones multilínea
28508 \begin_inset CommandInset label
28509 LatexCommand label
28510 name "sec:Ecuaciones-multilínea"
28511
28512 \end_inset
28513
28514
28515 \begin_inset Index idx
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519 Ecuación ! multilínea
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Subsection
28528 General
28529 \end_layout
28530
28531 \begin_layout Standard
28532 En LyX se generan nuevas líneas en una ecuación con 
28533 \family sans
28534 \series bold
28535 Ctrl+Retorno
28536 \family default
28537 \series default
28538 .
28539  Esto crea un 
28540 \series bold
28541 entorno eqnarray
28542 \series default
28543 , que se describe en
28544 \begin_inset space ~
28545 \end_inset
28546
28547
28548 \begin_inset CommandInset ref
28549 LatexCommand ref
28550 reference "sub:Entorno-eqnarray"
28551
28552 \end_inset
28553
28554  o, si se ha marcado la opción 
28555 \family sans
28556 Usar
28557 \begin_inset space ~
28558 \end_inset
28559
28560 el
28561 \begin_inset space ~
28562 \end_inset
28563
28564 paquete
28565 \begin_inset space ~
28566 \end_inset
28567
28568 de
28569 \begin_inset space ~
28570 \end_inset
28571
28572 ecuaciones
28573 \begin_inset space ~
28574 \end_inset
28575
28576 AMS
28577 \family default
28578  en la configuración del documento
28579 \family sans
28580 , un 
28581 \series bold
28582 entorno
28583 \family default
28584 \series default
28585  
28586 \series bold
28587 align
28588 \series default
28589 , que se describe en
28590 \begin_inset space ~
28591 \end_inset
28592
28593
28594 \begin_inset CommandInset ref
28595 LatexCommand ref
28596 reference "sub:Entorno-align-estándar"
28597
28598 \end_inset
28599
28600 .
28601 \end_layout
28602
28603 \begin_layout Standard
28604 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28605  el menú 
28606 \family sans
28607 Insertar\SpecialChar \menuseparator
28608 Ecuación
28609 \family default
28610 .
28611  En las siguientes secciones se describen estos entornos.
28612 \end_layout
28613
28614 \begin_layout Standard
28615 En todos los entornos de ecuación multilínea la combinación 
28616 \family sans
28617 Ctrl+Retorno
28618 \family default
28619  genera una línea nueva.
28620  Para añadir o quitar líneas se pueden usar los botones 
28621 \begin_inset Graphics
28622         filename ../../images/tabular-feature_append-row.png
28623         scale 85
28624
28625 \end_inset
28626
28627  o 
28628 \begin_inset Graphics
28629         filename ../../images/tabular-feature_delete-row.png
28630         scale 85
28631
28632 \end_inset
28633
28634 de la barra de herramientas, respectivamente, o el menú 
28635 \family sans
28636 Editar\SpecialChar \menuseparator
28637 Filas y columnas
28638 \family default
28639 .
28640 \end_layout
28641
28642 \begin_layout Subsubsection
28643 Separación de líneas
28644 \begin_inset CommandInset label
28645 LatexCommand label
28646 name "sub:Separación-de-líneas"
28647
28648 \end_inset
28649
28650
28651 \begin_inset Index idx
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 Ecuación ! multilínea ! separación de filas
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \begin_layout Standard
28664 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28665 \begin_inset Formula \begin{eqnarray*}
28666 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}\\
28667 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
28668 \end{eqnarray*}
28669
28670 \end_inset
28671
28672 En LaTeX un espacio adicional para una línea se especifica como argumento
28673  opcional del comando de nueva línea.
28674  Esto aún no es posible en LYX,
28675 \begin_inset Foot
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 véase 
28680 \begin_inset CommandInset href
28681 LatexCommand href
28682 name "LyX-bug #1505"
28683 target "http://www.lyx.org/trac/ticket/1505"
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \end_inset
28691
28692  por lo que toda la ecuación debe insertarse en modo TeX.
28693  Para añadir espacio en nuestro ejemplo se inserta el comando 
28694 \series bold
28695
28696 \backslash
28697
28698 \backslash
28699 [3mm]
28700 \series default
28701  al final de la primera línea.
28702  Así: 
28703 \begin_inset ERT
28704 status collapsed
28705
28706 \begin_layout Plain Layout
28707
28708
28709 \backslash
28710 begin{eqnarray*}
28711 \end_layout
28712
28713 \begin_layout Plain Layout
28714
28715 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28716  = & 
28717 \backslash
28718 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28719 \backslash
28720
28721 \backslash
28722 [3mm]
28723 \end_layout
28724
28725 \begin_layout Plain Layout
28726
28727 4x^{2}
28728 \backslash
28729 left(B^{2}+x_{0}^{2}
28730 \backslash
28731 right)+4x_{0}x
28732 \backslash
28733 left(D-B^{2}
28734 \backslash
28735 right)+B^{2}
28736 \backslash
28737 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28738 \backslash
28739 right) & = & 0
28740 \end_layout
28741
28742 \begin_layout Plain Layout
28743
28744
28745 \backslash
28746 end{eqnarray*}
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \begin_inset VSpace bigskip
28753 \end_inset
28754
28755
28756 \end_layout
28757
28758 \begin_layout Standard
28759 Para obtener separación en todas las líneas hay que cambiar la longitud
28760  
28761 \series bold
28762
28763 \backslash
28764 jot
28765 \series default
28766
28767 \begin_inset Index idx
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771 Comandos ! J ! 
28772 \backslash
28773 jot
28774 \end_layout
28775
28776 \end_inset
28777
28778 .
28779  La definición es: 
28780 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28781 \end_inset
28782
28783 .
28784  El valor predeterminado para 
28785 \series bold
28786
28787 \backslash
28788 jot
28789 \series default
28790  es 3
28791 \begin_inset space \thinspace{}
28792 \end_inset
28793
28794 pt.
28795  Para establecer una separación adicional de 3
28796 \begin_inset space \thinspace{}
28797 \end_inset
28798
28799 mm como en el ejemplo anterior, se inserta el comando
28800 \end_layout
28801
28802 \begin_layout Standard
28803
28804 \series bold
28805
28806 \backslash
28807 setlength{
28808 \backslash
28809 jot}{3mm+3pt}
28810 \end_layout
28811
28812 \begin_layout Standard
28813 en modo TeX antes de la ecuación.
28814  Es necesario cargar el paquete 
28815 \series bold
28816 calc
28817 \series default
28818
28819 \begin_inset Foot
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823
28824 \series bold
28825 calc
28826 \series default
28827  forma parte de toda instalación LaTeX estándar.
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Paquetes ! calc
28838 \end_layout
28839
28840 \end_inset
28841
28842  en el preámbulo con la línea
28843 \end_layout
28844
28845 \begin_layout Standard
28846
28847 \series bold
28848
28849 \backslash
28850 usepackage{calc}
28851 \end_layout
28852
28853 \begin_layout Standard
28854 Se obtiene:
28855 \begin_inset ERT
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859
28860
28861 \backslash
28862 setlength{
28863 \backslash
28864 jot}{3mm+3pt}
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \begin_inset Formula \begin{eqnarray*}
28871 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}\\
28872 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
28873 \end{eqnarray*}
28874
28875 \end_inset
28876
28877
28878 \begin_inset ERT
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882
28883
28884 \backslash
28885 setlength{
28886 \backslash
28887 jot}{3pt}
28888 \end_layout
28889
28890 \end_inset
28891
28892  Para volver a la distancia predeterminada, 
28893 \series bold
28894
28895 \backslash
28896 jot
28897 \series default
28898  se establece en 3
28899 \begin_inset space \thinspace{}
28900 \end_inset
28901
28902 pt.
28903 \end_layout
28904
28905 \begin_layout Subsubsection
28906 Separación de columnas
28907 \begin_inset CommandInset label
28908 LatexCommand label
28909 name "sub:Separación-de-columnas"
28910
28911 \end_inset
28912
28913
28914 \begin_inset Index idx
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918 Ecuación ! multilínea !separación de columnas
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Standard
28927 Una ecuación multilínea forma una matriz.
28928  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28929  columnas.
28930  Cambiando la separación de columnas en este entorno se puede cambiar el
28931  espacio junto al signo de relación.
28932 \end_layout
28933
28934 \begin_layout Standard
28935 La separación de columnas se especifica con la longitud
28936 \series bold
28937  
28938 \backslash
28939 arraycolsep
28940 \series default
28941
28942 \begin_inset Index idx
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 Comandos ! A ! 
28947 \backslash
28948 arraycolsep
28949 \end_layout
28950
28951 \end_inset
28952
28953  según:
28954 \begin_inset Newline newline
28955 \end_inset
28956
28957 separación de columnas = 2
28958 \begin_inset space \thinspace{}
28959 \end_inset
28960
28961
28962 \series bold
28963
28964 \backslash
28965 arraycolsep
28966 \series default
28967
28968 \begin_inset Newline newline
28969 \end_inset
28970
28971 Así, el comando en modo TeX
28972 \end_layout
28973
28974 \begin_layout Standard
28975
28976 \series bold
28977
28978 \backslash
28979 setlength{
28980 \backslash
28981 arraycolsep}{1cm}
28982 \end_layout
28983
28984 \begin_layout Standard
28985 establece para todas las ecuaciones siguientes una separación de columnas
28986  de 2
28987 \begin_inset space \thinspace{}
28988 \end_inset
28989
28990 cm.
28991  Para volver al valor predefinido, 
28992 \series bold
28993
28994 \backslash
28995 arraycolsep
28996 \series default
28997  se pone en 5
28998 \begin_inset space \thinspace{}
28999 \end_inset
29000
29001 pt.
29002 \end_layout
29003
29004 \begin_layout Standard
29005 Una ecuación con separación de 2
29006 \begin_inset space \thinspace{}
29007 \end_inset
29008
29009 cm entre columnas:
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015
29016 \backslash
29017 setlength{
29018 \backslash
29019 arraycolsep}{1cm}
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \begin_inset Formula \begin{eqnarray*}
29026 A & = & B\\
29027 C & \ne & A
29028 \end{eqnarray*}
29029
29030 \end_inset
29031
29032 Una ecuación con la separación predefinida para matrices, 10
29033 \begin_inset space \thinspace{}
29034 \end_inset
29035
29036 pt:
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042
29043 \backslash
29044 setlength{
29045 \backslash
29046 arraycolsep}{5pt}
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \begin_inset Formula \begin{eqnarray*}
29053 A & = & B\\
29054 C & \ne & A
29055 \end{eqnarray*}
29056
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \begin_layout Subsubsection
29063 Ecuaciones largas
29064 \begin_inset Index idx
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068 Ecuación ! larga
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \end_layout
29075
29076 \begin_layout Standard
29077 Se pueden componer ecuaciones largas mediante estos métodos:
29078 \end_layout
29079
29080 \begin_layout Itemize
29081 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29082  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29083 \begin_inset Formula \begin{eqnarray}
29084 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 \\
29085  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:cortolargo}
29086 \end{eqnarray}
29087
29088 \end_inset
29089
29090 El signo menos al principio de la segunda línea normalmente no aparece como
29091  operador porque es el primer carácter de la línea.
29092  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29093  Para evitarlo se ha insertado 3
29094 \begin_inset space \thinspace{}
29095 \end_inset
29096
29097 pt de espacio detrás del menos con el comando 
29098 \series bold
29099
29100 \backslash
29101 hspace
29102 \series default
29103 .
29104 \begin_inset Foot
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 véase más sobre 
29109 \series bold
29110
29111 \backslash
29112 hspace
29113 \series default
29114  en 
29115 \begin_inset CommandInset ref
29116 LatexCommand ref
29117 reference "sub:Espacio-variable"
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \begin_inset Index idx
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 Comandos ! H ! 
29132 \backslash
29133 hspace
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Itemize
29142 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29143 \series bold
29144
29145 \backslash
29146 lefteqn
29147 \series default
29148
29149 \begin_inset Index idx
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 Comandos ! L ! 
29154 \backslash
29155 lefteqn
29156 \end_layout
29157
29158 \end_inset
29159
29160 .
29161  Se inserta en la primer columna de la primera línea y hace que todas las
29162  inserciones posteriores sobreescriban las columnas siguientes:
29163 \begin_inset Formula \begin{eqnarray}
29164 \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 \\
29165  &  & -\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 \\
29166  &  & =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}
29167 \end{eqnarray}
29168
29169 \end_inset
29170
29171 Tras la inserción de 
29172 \series bold
29173
29174 \backslash
29175 lefteqn
29176 \series default
29177  el cursor está en un marco púrpura un poco a la izquierda del azul.
29178  La ecuación se inserta en éste.
29179 \begin_inset Newline newline
29180 \end_inset
29181
29182 El contenido de las restantes líneas se inserta en la segunda columna o
29183  en otra.
29184  A mayor número de columna donde se inserte, mayor sangrado.
29185 \begin_inset VSpace medskip
29186 \end_inset
29187
29188
29189 \begin_inset Newline newline
29190 \end_inset
29191
29192
29193 \begin_inset Note Greyedout
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Ten en cuenta lo siguiente si usas 
29198 \series bold
29199
29200 \backslash
29201 lefteqn
29202 \series default
29203 :
29204 \end_layout
29205
29206 \begin_layout Itemize
29207 La ecuación no usa la anchura total de la página.
29208  Cuando se añade, p.
29209 \begin_inset space \thinspace{}
29210 \end_inset
29211
29212 e., el término 
29213 \begin_inset Formula $-B^{2}$
29214 \end_inset
29215
29216  en la primera línea del ejemplo, debería estar fuera del margen.
29217  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29218  principio de la primera línea.
29219 \end_layout
29220
29221 \begin_layout Itemize
29222 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29223  primera línea.
29224 \begin_inset Foot
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 \begin_inset CommandInset href
29229 LatexCommand href
29230 name "LyX-bug #1429"
29231 target "http://www.lyx.org/trac/ticket/1429"
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \end_inset
29239
29240  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29241  teclas de flecha.
29242 \end_layout
29243
29244 \end_inset
29245
29246  
29247 \end_layout
29248
29249 \begin_layout Itemize
29250 Se describen otros métodos para escribir fórmulas largas en 
29251 \begin_inset CommandInset ref
29252 LatexCommand ref
29253 reference "sub:Entorno-multilínea"
29254
29255 \end_inset
29256
29257  y 
29258 \begin_inset CommandInset ref
29259 LatexCommand ref
29260 reference "sub:Partes-de-una-multilínea"
29261
29262 \end_inset
29263
29264 .
29265 \end_layout
29266
29267 \begin_layout Subsubsection
29268 Delimitadores multilínea
29269 \begin_inset CommandInset label
29270 LatexCommand label
29271 name "sub:Delimitadores-multilínea"
29272
29273 \end_inset
29274
29275
29276 \begin_inset Index idx
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280 Delimitadores ! para varias líneas
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \end_layout
29287
29288 \begin_layout Standard
29289 Para poner delimitadores que cubran varias líneas hay un problema:
29290 \begin_inset Formula \begin{eqnarray*}
29291 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29292  &  & \left.\cdots+B-D\right]
29293 \end{eqnarray*}
29294
29295 \end_inset
29296
29297 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29298 res con tamaño variable no abarcan líneas múltiples.
29299 \end_layout
29300
29301 \begin_layout Standard
29302 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29303  primera línea se finaliza con 
29304 \series bold
29305
29306 \backslash
29307 right.
29308 \series default
29309
29310 \begin_inset Index idx
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314 Comandos ! R ! 
29315 \backslash
29316 right
29317 \end_layout
29318
29319 \end_inset
29320
29321  y la segunda con 
29322 \series bold
29323
29324 \backslash
29325 left.
29326 \series default
29327 .
29328 \begin_inset Foot
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332 Más sobre 
29333 \series bold
29334
29335 \backslash
29336 left.
29337
29338 \series default
29339  y 
29340 \series bold
29341
29342 \backslash
29343 right.
29344
29345 \series default
29346  en 
29347 \begin_inset CommandInset ref
29348 LatexCommand ref
29349 reference "sub:Tamaño-automático-de"
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \begin_inset Index idx
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363 Comandos ! L ! 
29364 \backslash
29365 left
29366 \end_layout
29367
29368 \end_inset
29369
29370  Después de 
29371 \series bold
29372
29373 \backslash
29374 left.
29375
29376 \series default
29377  se inserta el comando 
29378 \series bold
29379
29380 \backslash
29381 vphantom
29382 \series default
29383
29384 \begin_inset ERT
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389
29390 \backslash
29391 spce 
29392 \end_layout
29393
29394 \end_inset
29395
29396
29397 \series bold
29398
29399 \backslash
29400 prod
29401 \series default
29402 ^
29403 \begin_inset ERT
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407
29408
29409 \backslash
29410 spce 
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \series bold
29417
29418 \backslash
29419 infty
29420 \series default
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427
29428 \backslash
29429 spce 
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \series bold
29436
29437 \begin_inset Formula $\downarrow$
29438 \end_inset
29439
29440 _R=1}
29441 \series default
29442
29443 \begin_inset Index idx
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447 Comandos ! V ! 
29448 \backslash
29449 vphantom
29450 \end_layout
29451
29452 \end_inset
29453
29454 , porque el operador de multiplicación con sus límites es el símbolo mayor
29455  en la primera línea y ese debería ser el tamaño para el delimitador en
29456  la segunda línea.
29457 \end_layout
29458
29459 \begin_layout Standard
29460 El resultado es: 
29461 \begin_inset Formula \begin{eqnarray*}
29462 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29463  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29464 \end{eqnarray*}
29465
29466 \end_inset
29467
29468
29469 \end_layout
29470
29471 \begin_layout Subsection
29472 Entornos align
29473 \end_layout
29474
29475 \begin_layout Standard
29476 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29477  Son especialmente apropiados para poner ecuaciones adosadas.
29478 \end_layout
29479
29480 \begin_layout Standard
29481 Los entornos align constan de columnas.
29482  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29483  En un entorno align se puede numerar cada línea.
29484 \end_layout
29485
29486 \begin_layout Standard
29487 Los entornos align se crean con el menú 
29488 \family sans
29489 Insertar\SpecialChar \menuseparator
29490 Ecuación
29491 \family default
29492 .
29493  Una ecuación existente se puede convertir a align con el menú 
29494 \family sans
29495 Editar\SpecialChar \menuseparator
29496 Ecuación\SpecialChar \menuseparator
29497 Cambiar tipo de ecuación
29498 \family default
29499 .
29500 \end_layout
29501
29502 \begin_layout Standard
29503 Para añadir o quitar columnas se pueden usar los botones 
29504 \begin_inset Graphics
29505         filename ../../images/tabular-feature_append-row.png
29506         scale 85
29507
29508 \end_inset
29509
29510  o 
29511 \begin_inset Graphics
29512         filename ../../images/tabular-feature_delete-row.png
29513         scale 85
29514
29515 \end_inset
29516
29517 de la barra de ecuaciones o el menú 
29518 \family sans
29519 Editar\SpecialChar \menuseparator
29520 Filas y columnas
29521 \family default
29522 .
29523 \end_layout
29524
29525 \begin_layout Subsubsection
29526 Entorno align estándar
29527 \begin_inset CommandInset label
29528 LatexCommand label
29529 name "sub:Entorno-align-estándar"
29530
29531 \end_inset
29532
29533
29534 \begin_inset Index idx
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 Ecuación ! multilínea ! entorno align
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Este entorno align se crea pulsando 
29548 \family sans
29549 Ctrl+Retorno
29550 \family default
29551  en una ecuación o con el menú 
29552 \family sans
29553 Insertar\SpecialChar \menuseparator
29554 Ecuación\SpecialChar \menuseparator
29555 Entorno AMS align
29556 \family default
29557 .
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29562  align de cuatro columnas:
29563 \begin_inset Formula \begin{align*}
29564 A & =\sen(B) & C & =D\\
29565 C & \neq A & B & \neq D
29566 \end{align*}
29567
29568 \end_inset
29569
29570 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29571  un 
29572 \series bold
29573
29574 \backslash
29575 hfill
29576 \series default
29577
29578 \begin_inset Foot
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 Más sobre 
29583 \series bold
29584
29585 \backslash
29586 hfill
29587 \series default
29588  en 
29589 \begin_inset CommandInset ref
29590 LatexCommand ref
29591 reference "sub:Espacio-variable"
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \end_inset
29599
29600  antes de la primera y detrás de cada columna par.
29601  Si se pone en estilo 
29602 \series bold
29603 Sangrado
29604 \series default
29605 ,
29606 \begin_inset Foot
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610 véase estilos de ecuación en 
29611 \begin_inset CommandInset ref
29612 LatexCommand ref
29613 reference "sec:Estilos-de-ecuación"
29614
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \end_inset
29621
29622  la ecuación queda sin el 
29623 \series bold
29624
29625 \backslash
29626 hfill
29627 \series default
29628  ante la primera columna.
29629 \end_layout
29630
29631 \begin_layout Subsubsection
29632 Entorno alignat
29633 \begin_inset Index idx
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637 Ecuación ! multilínea ! entorno alignat
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \end_layout
29644
29645 \begin_layout Standard
29646 El entorno alignat no tiene separación predefinida de columnas.
29647  Se puede insertar manualmente con los espacios descritos en 
29648 \begin_inset CommandInset ref
29649 LatexCommand ref
29650 reference "sec:Espacio"
29651
29652 \end_inset
29653
29654 .
29655 \end_layout
29656
29657 \begin_layout Standard
29658 El ejemplo anterior en el entorno alignat, con un espacio de 1
29659 \begin_inset space \thinspace{}
29660 \end_inset
29661
29662 cm al comienzo da la segunda ecuación:
29663 \begin_inset Formula \begin{alignat*}{2}
29664 A & =\sen(B)\hspace{1cm} & C & =D\\
29665 C & \neq A & B & \neq D
29666 \end{alignat*}
29667
29668 \end_inset
29669
29670 Como cada columna puede tener un espacio diferente, este entorno es especialment
29671 e apropiado para poner tres o más ecuaciones adosadas.
29672 \end_layout
29673
29674 \begin_layout Subsubsection
29675 Entorno flalign
29676 \begin_inset CommandInset label
29677 LatexCommand label
29678 name "sub:Entorno-flalign"
29679
29680 \end_inset
29681
29682
29683 \begin_inset Index idx
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687 Ecuación ! multilínea ! entorno flalign
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \begin_layout Standard
29696 En este entorno las dos primeras columnas están siempre tan a la izquierda
29697  como sea posible y las dos últimas a la derecha.
29698  Ejemplo:
29699 \begin_inset Formula \begin{flalign*}
29700 A & =1 & B & =2 & C & =3\\
29701 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29702 \end{flalign*}
29703
29704 \end_inset
29705
29706 En un entorno flalign con un número impar de columnas, en la última de las
29707  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29708  alineadas a la izquierda, aunque se use el estilo 
29709 \series bold
29710 Centrado
29711 \series default
29712 .
29713  Un ejemplo de fórmula sangrada 
29714 \begin_inset CommandInset ref
29715 LatexCommand eqref
29716 reference "eq:IntVol"
29717
29718 \end_inset
29719
29720 :
29721 \begin_inset Formula \begin{flalign}
29722 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29723 \end{flalign}
29724
29725 \end_inset
29726
29727 Las dos primeras columnas contienen la fórmula.
29728  Para sangrarla como con el estilo 
29729 \series bold
29730 Sangrado
29731 \series default
29732 , se añade un espacio de 30
29733 \begin_inset space \thinspace{}
29734 \end_inset
29735
29736 pt al comienzo de la primera columna.
29737  
29738 \end_layout
29739
29740 \begin_layout Subsection
29741 Entorno eqnarray
29742 \begin_inset CommandInset label
29743 LatexCommand label
29744 name "sub:Entorno-eqnarray"
29745
29746 \end_inset
29747
29748
29749 \begin_inset Index idx
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753 Ecuación ! multilínea ! entorno eqnarray
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Index idx
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 Ecuación ! multilínea ! entorno eqnarray
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Al introducir este entorno aparecen tres marcos azules.
29773  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29774  El contenido del marco central está centrado y algo más pequeño, porque
29775  está diseñado para insertar sólo caracteres de relación.
29776 \begin_inset Formula \begin{eqnarray*}
29777 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29778 AB & AB & AB\\
29779 A & = & A
29780 \end{eqnarray*}
29781
29782 \end_inset
29783
29784
29785 \end_layout
29786
29787 \begin_layout Subsection
29788 Entorno gather
29789 \begin_inset Index idx
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793 Ecuación ! multilínea ! entorno gather
29794 \end_layout
29795
29796 \end_inset
29797
29798
29799 \end_layout
29800
29801 \begin_layout Standard
29802 Este entorno consta de una sola columna centrada.
29803  Se puede numerar cada línea.
29804 \begin_inset Formula \begin{gather}
29805 A=1\\
29806 X=\mbox{-}1
29807 \end{gather}
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Subsection
29815 Entorno multilínea
29816 \begin_inset CommandInset label
29817 LatexCommand label
29818 name "sub:Entorno-multilínea"
29819
29820 \end_inset
29821
29822
29823 \begin_inset Index idx
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827 Ecuación ! multilínea ! entorno multilínea
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Standard
29836 El entorno multilínea, como gather, consta de una sola columna.
29837  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29838  Las demás están centradas.
29839  Por tanto este entorno es apropiado para ecuaciones largas.
29840  Como ejemplo, la ecuación
29841 \begin_inset space ~
29842 \end_inset
29843
29844
29845 \begin_inset CommandInset ref
29846 LatexCommand eqref
29847 reference "eq:lefteqn"
29848
29849 \end_inset
29850
29851  en entorno multilínea:
29852 \begin_inset Formula \begin{multline}
29853 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}\\
29854 -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}\\
29855 =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}}
29856 \end{multline}
29857
29858 \end_inset
29859
29860 En la salida sólo aparece numerada la última (primera) línea si la numeración
29861  del documento es a la derecha (izquierda).
29862 \begin_inset Foot
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866 véanse los estilos de numeración en 
29867 \begin_inset CommandInset ref
29868 LatexCommand ref
29869 reference "sec:Estilos-de-ecuación"
29870
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 Con los comandos 
29883 \series bold
29884
29885 \backslash
29886 shoveright
29887 \series default
29888
29889 \begin_inset Index idx
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893 Comandos ! S ! 
29894 \backslash
29895 shoveright
29896 \end_layout
29897
29898 \end_inset
29899
29900  y 
29901 \series bold
29902
29903 \backslash
29904 shoveleft
29905 \series default
29906
29907 \begin_inset Index idx
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Comandos ! S ! 
29912 \backslash
29913 shoveleft
29914 \end_layout
29915
29916 \end_inset
29917
29918 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29919 ente.
29920  Los comandos se usan como sigue:
29921 \end_layout
29922
29923 \begin_layout Standard
29924
29925 \series bold
29926
29927 \backslash
29928 shoveright{contenido de la línea}
29929 \series default
29930  y 
29931 \series bold
29932
29933 \backslash
29934 shoveleft{contenido de la línea}
29935 \end_layout
29936
29937 \begin_layout Standard
29938 \begin_inset VSpace medskip
29939 \end_inset
29940
29941
29942 \end_layout
29943
29944 \begin_layout Standard
29945 La longitud 
29946 \series bold
29947
29948 \backslash
29949 multlinegap
29950 \series default
29951
29952 \begin_inset Index idx
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956 Comandos ! M ! 
29957 \backslash
29958 multlinegap
29959 \end_layout
29960
29961 \end_inset
29962
29963  especifica la distancia de la primera línea desde el margen izquierdo de
29964  la página.
29965  Esta longitud es 0
29966 \begin_inset space \thinspace{}
29967 \end_inset
29968
29969 pt por omisión.
29970 \end_layout
29971
29972 \begin_layout Standard
29973 Como ejemplo la ecuación anterior con el comando
29974 \end_layout
29975
29976 \begin_layout Standard
29977
29978 \series bold
29979
29980 \backslash
29981 setlength{
29982 \backslash
29983 multlinegap}{2cm}
29984 \end_layout
29985
29986 \begin_layout Standard
29987 insertado previamente en modo TeX:
29988 \begin_inset ERT
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992
29993
29994 \backslash
29995 setlength{
29996 \backslash
29997 multlinegap}{2cm}
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \begin_inset Formula \begin{multline}
30004 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}\\
30005 \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}}\\
30006 =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}}
30007 \end{multline}
30008
30009 \end_inset
30010
30011
30012 \begin_inset ERT
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017
30018 \backslash
30019 setlength{
30020 \backslash
30021 multlinegap}{0pt}
30022 \end_layout
30023
30024 \end_inset
30025
30026 La segunda línea se ha alineado a la izquierda con 
30027 \series bold
30028
30029 \backslash
30030 shoveleft
30031 \series default
30032 .
30033 \end_layout
30034
30035 \begin_layout Subsection
30036 Partes de una ecuación multilínea
30037 \begin_inset CommandInset label
30038 LatexCommand label
30039 name "sub:Partes-de-una-multilínea"
30040
30041 \end_inset
30042
30043
30044 \begin_inset Index idx
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 Ecuación ! multilínea ! partes de
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \begin_layout Standard
30057 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
30058  entornos: 
30059 \series bold
30060 aligned
30061 \series default
30062
30063 \series bold
30064 alignedat
30065 \series default
30066
30067 \series bold
30068 gathered
30069 \series default
30070  o 
30071 \series bold
30072 split
30073 \series default
30074 .
30075  Se pueden elegir en el menú 
30076 \family sans
30077 Insertar\SpecialChar \menuseparator
30078 Ecuación
30079 \family default
30080  o usando los comandos aquí descritos.
30081 \end_layout
30082
30083 \begin_layout Standard
30084 Los tres primeros tienen las mismas propiedades que los correspondientes
30085  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30086  Un ejemplo:
30087 \begin_inset Formula \[
30088 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30089 \Delta E\Delta t & \ge\frac{\hbar}{2}
30090 \end{aligned}
30091 \right\} \mbox{Relaciones de incertidumbre}
30092 \]
30093
30094 \end_inset
30095
30096 Para componer esta expresión se inserta una ecuación presentada y en ella
30097  se introduce el comando 
30098 \series bold
30099
30100 \backslash
30101 aligned
30102 \series default
30103
30104 \begin_inset Index idx
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Comandos ! A ! 
30109 \backslash
30110 aligned
30111 \end_layout
30112
30113 \end_inset
30114
30115 .
30116  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30117  añadir filas y columnas.
30118  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30119  como la llave.
30120 \end_layout
30121
30122 \begin_layout Standard
30123 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30124  se alinean horizontalmente.
30125  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30126  de ecuación se centra verticalmente con las líneas.
30127  Como ejemplo, la ecuación 
30128 \begin_inset CommandInset ref
30129 LatexCommand eqref
30130 reference "eq:cortolargo"
30131
30132 \end_inset
30133
30134  en entorno aligned: 
30135 \begin_inset Formula \begin{equation}
30136 \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}|}\\
30137  & -\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}|}
30138 \end{aligned}
30139 \end{equation}
30140
30141 \end_inset
30142
30143 Para usar los entornos 
30144 \series bold
30145 alignedat
30146 \series default
30147
30148 \series bold
30149 gathered
30150 \series default
30151 , o 
30152 \series bold
30153 split
30154 \series default
30155 , se insertan respectivamente los comandos
30156 \series bold
30157  
30158 \backslash
30159 alignedat
30160 \series default
30161 ,
30162 \begin_inset Index idx
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Comandos ! A ! 
30167 \backslash
30168 alignedat
30169 \end_layout
30170
30171 \end_inset
30172
30173  
30174 \series bold
30175
30176 \backslash
30177 gathered
30178 \series default
30179
30180 \begin_inset Index idx
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184 Comandos ! G ! 
30185 \backslash
30186 gathered
30187 \end_layout
30188
30189 \end_inset
30190
30191 , o 
30192 \series bold
30193
30194 \backslash
30195 split
30196 \series default
30197
30198 \begin_inset Index idx
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 Comandos ! S ! 
30203 \backslash
30204 split
30205 \end_layout
30206
30207 \end_inset
30208
30209 .
30210  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30211  tener dos columnas.
30212 \end_layout
30213
30214 \begin_layout Subsection
30215 Texto en ecuaciones multilínea
30216 \begin_inset CommandInset label
30217 LatexCommand label
30218 name "sub:Texto-en-multilínea"
30219
30220 \end_inset
30221
30222
30223 \begin_inset Index idx
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 Texto ! en ecuaciones
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \begin_inset Index idx
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237 Ecuación ! multilínea ! texto en
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \begin_layout Standard
30246 En los entornos Align, multilínea y gather, se puede insertar texto que
30247  se mostrará en una línea separada y que no afecta la alineación de columna.
30248  Para esto se usa el comando 
30249 \series bold
30250
30251 \backslash
30252 intertext
30253 \series default
30254
30255 \begin_inset Index idx
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259 Comandos ! I ! 
30260 \backslash
30261 intertext
30262 \end_layout
30263
30264 \end_inset
30265
30266  con el siguiente esquema:
30267 \end_layout
30268
30269 \begin_layout Standard
30270
30271 \series bold
30272
30273 \backslash
30274 intertext{texto}
30275 \end_layout
30276
30277 \begin_layout Standard
30278 El texto no debería ocupar más de una línea porque no se puede partir con
30279  guión.
30280  Como LyX aún no soporta 
30281 \series bold
30282
30283 \backslash
30284 intertext
30285 \series default
30286  directamente, el texto se escribe como texto matemático.
30287  
30288 \series bold
30289
30290 \backslash
30291 intertext
30292 \series default
30293  debe por tanto estar al comienzo de una línea y en la salida se presenta
30294  sobre esta línea.
30295  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30296 \begin_inset Formula \begin{align}
30297 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30298 \intertext{\text{el integrando es simétrico para \ensuremath{\phi=\pi}, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30299 \end{align}
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 \begin_inset Newpage newpage
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Section
30314 Numeración de ecuaciones
30315 \begin_inset Index idx
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Ecuación ! numeración|see
30320 \begin_inset ERT
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324
30325 {
30326 \end_layout
30327
30328 \end_inset
30329
30330 Numeración de ecuaciones
30331 \begin_inset ERT
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335
30336 }
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \begin_inset Index idx
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351 Numeración de ecuaciones
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Subsection
30360 General
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Las ecuaciones numeradas se insertan con el menú 
30365 \family sans
30366 Insertar\SpecialChar \menuseparator
30367 Ecuación
30368 \family default
30369  
30370 \family sans
30371 \SpecialChar \menuseparator
30372 Ecuación
30373 \begin_inset space ~
30374 \end_inset
30375
30376 numerada
30377 \family default
30378  (atajo 
30379 \family sans
30380 Ctrl+Alt
30381 \begin_inset space ~
30382 \end_inset
30383
30384 N
30385 \family default
30386 ).
30387  Ecuaciones existentes se pueden numerar con el menú 
30388 \family sans
30389 Editar\SpecialChar \menuseparator
30390 Ecuación\SpecialChar \menuseparator
30391 Conmutar
30392 \begin_inset space ~
30393 \end_inset
30394
30395 numeración
30396 \family default
30397  (atajo
30398 \family sans
30399  Alt+M
30400 \begin_inset space ~
30401 \end_inset
30402
30403 N
30404 \family default
30405 ).
30406  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30407  En la salida se muestra el número real.
30408 \end_layout
30409
30410 \begin_layout Standard
30411 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30412  líneas.
30413  No obstante, la numeración se puede controlar en cada línea con el menú
30414  
30415 \family sans
30416 Editar\SpecialChar \menuseparator
30417 Ecuación\SpecialChar \menuseparator
30418 Conmutar
30419 \begin_inset space ~
30420 \end_inset
30421
30422 numeración
30423 \begin_inset space ~
30424 \end_inset
30425
30426 de
30427 \begin_inset space ~
30428 \end_inset
30429
30430 línea
30431 \family default
30432  (atajo
30433 \family sans
30434  Alt+M
30435 \begin_inset space ~
30436 \end_inset
30437
30438 Mayúsculas+N
30439 \family default
30440 ).
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30445  distintos, véase 
30446 \begin_inset CommandInset ref
30447 LatexCommand ref
30448 reference "sec:Estilos-de-ecuación"
30449
30450 \end_inset
30451
30452 .
30453 \end_layout
30454
30455 \begin_layout Subsection
30456 Referencias cruzadas
30457 \begin_inset Index idx
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461 Ecuación ! referencias cruzadas a
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Standard
30470 Todas las ecuaciones con etiqueta se pueden referenciar.
30471  La etiqueta se añade con el menú 
30472 \family sans
30473 Insertar\SpecialChar \menuseparator
30474 Etiqueta
30475 \family default
30476  o con el botón 
30477 \begin_inset Graphics
30478         filename ../../images/label-insert.png
30479         scale 85
30480
30481 \end_inset
30482
30483  de la barra de herramientas.
30484  El cursor debe estar dentro de una ecuación en modo presentación.
30485  Surge un diálogo con el prefijo 
30486 \series bold
30487 eq:
30488 \series default
30489 , detrás del cual se escribe el texto de la etiqueta.
30490  El prefijo significa 
30491 \begin_inset Quotes fld
30492 \end_inset
30493
30494 equation
30495 \begin_inset Quotes frd
30496 \end_inset
30497
30498  y hace más fácil encontrar etiquetas en documentos extensos porque así
30499  se distingue p.
30500 \begin_inset space \thinspace{}
30501 \end_inset
30502
30503 e.
30504 \begin_inset space ~
30505 \end_inset
30506
30507 de las etiquetas de sección.
30508  Para cambiar una etiqueta se usa de nuevo el menú 
30509 \family sans
30510 Insertar\SpecialChar \menuseparator
30511 Etiqueta
30512 \family default
30513 .
30514 \end_layout
30515
30516 \begin_layout Standard
30517 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30518  ecuación.
30519  Una ecuación con etiqueta se numera siempre.
30520 \end_layout
30521
30522 \begin_layout Standard
30523 Las referencias cruzadas se insertan mediante el menú 
30524 \family sans
30525 Insertar\SpecialChar \menuseparator
30526 Referencia cruzada
30527 \family default
30528  o con el botón 
30529 \begin_inset Graphics
30530         filename ../../images/dialog-show-new-inset_ref.png
30531         scale 85
30532
30533 \end_inset
30534
30535 .
30536  Una referencia a una ecuación aparece en la salida con su número.
30537  Si en el diálogo de referencia cruzada se elige el formato 
30538 \series bold
30539 (<referencia>)
30540 \series default
30541 , la referencia se muestra en la salida entre paréntesis.
30542  
30543 \begin_inset Newline newline
30544 \end_inset
30545
30546 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30547  a la ecuación de referencia.
30548 \end_layout
30549
30550 \begin_layout Standard
30551 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30552  siguientes:
30553 \begin_inset Note Note
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557 Observa los distintos tipos de referencias cruzadas.
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \begin_layout Standard
30566 Las ecuaciones 
30567 \begin_inset CommandInset ref
30568 LatexCommand eqref
30569 reference "eq:tag"
30570
30571 \end_inset
30572
30573  y 
30574 \begin_inset CommandInset ref
30575 LatexCommand eqref
30576 reference "eq:c"
30577
30578 \end_inset
30579
30580  son equivalentes.
30581  En (
30582 \begin_inset CommandInset ref
30583 LatexCommand ref
30584 reference "eq:Lat"
30585
30586 \end_inset
30587
30588 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30589 \begin_inset CommandInset ref
30590 LatexCommand ref
30591 reference "eq:Rom"
30592
30593 \end_inset
30594
30595 ).
30596 \begin_inset VSpace medskip
30597 \end_inset
30598
30599
30600 \end_layout
30601
30602 \begin_layout Standard
30603 Si el argumento de 
30604 \series bold
30605
30606 \backslash
30607 tag
30608 \begin_inset Foot
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613 \series bold
30614
30615 \backslash
30616 tag
30617 \series default
30618  se describe en 
30619 \begin_inset CommandInset ref
30620 LatexCommand ref
30621 reference "sub:Numeración-personalizada"
30622
30623 \end_inset
30624
30625
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \series default
30632  contiene un marco, como se describe en la 
30633 \begin_inset CommandInset ref
30634 LatexCommand ref
30635 reference "sub:Cuadros-de-párrafo"
30636
30637 \end_inset
30638
30639 , no se puede referenciar la ecuación.
30640 \end_layout
30641
30642 \begin_layout Subsection
30643 Subnumeración
30644 \begin_inset Index idx
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648 Numeración de ecuaciones ! subnumeración
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Standard
30657 Con ayuda de los comandos 
30658 \series bold
30659
30660 \backslash
30661 begin{subequations}
30662 \series default
30663  y 
30664 \series bold
30665
30666 \backslash
30667 end{subequations}
30668 \series default
30669  en modo TeX se pueden subnumerar ecuaciones.
30670 \end_layout
30671
30672 \begin_layout Standard
30673 Ejemplo:
30674 \begin_inset Formula \begin{equation}
30675 A=C-B\label{eq:a}
30676 \end{equation}
30677
30678 \end_inset
30679
30680
30681 \begin_inset ERT
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685
30686
30687 \backslash
30688 addtocounter{equation}{-1}
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699
30700 \backslash
30701 begin{subequations}
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \begin_inset VSpace -5mm
30708 \end_inset
30709
30710
30711 \begin_inset Formula \begin{equation}
30712 B=C-A\label{eq:b}
30713 \end{equation}
30714
30715 \end_inset
30716
30717
30718 \begin_inset Formula \begin{equation}
30719 C=A+B\label{eq:c}
30720 \end{equation}
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \begin_layout Standard
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733
30734 \backslash
30735 end{subequations}
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \begin_layout Standard
30744 Para este ejemplo se ha hecho lo siguiente:
30745 \end_layout
30746
30747 \begin_layout Enumerate
30748 se inserta la primera ecuación
30749 \end_layout
30750
30751 \begin_layout Enumerate
30752 después de ella se inserta
30753 \series bold
30754
30755 \begin_inset Newline newline
30756 \end_inset
30757
30758
30759 \backslash
30760 addtocounter{equation}{-1} 
30761 \backslash
30762 begin{subequations}
30763 \begin_inset Index idx
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767 Comandos ! A ! 
30768 \backslash
30769 addtocounter
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Enumerate
30778 se inserta la segunda ecuación
30779 \end_layout
30780
30781 \begin_layout Enumerate
30782 se inserta la tercera ecuación
30783 \end_layout
30784
30785 \begin_layout Enumerate
30786 se inserta 
30787 \series bold
30788
30789 \backslash
30790 end{subequations}
30791 \series default
30792  tras la tercera ecuación
30793 \end_layout
30794
30795 \begin_layout Standard
30796 Toda ecuación entre los comandos 
30797 \series bold
30798
30799 \backslash
30800 begin
30801 \series default
30802  y 
30803 \series bold
30804
30805 \backslash
30806 end
30807 \series default
30808  se subnumera con a, b, c\SpecialChar \ldots{}
30809  En ecuaciones multilínea se subnumerará cada línea.
30810  Todas las ecuaciones subnumeradas son tratadas como 
30811 \emph on
30812 una
30813 \emph default
30814  ecuación numerada.
30815  Pero como cada ecuación numerada aumenta el contador 
30816 \series bold
30817 equation
30818 \series default
30819  en uno, hay que disminuir el comando 
30820 \series bold
30821
30822 \backslash
30823 addtocounter
30824 \series default
30825 .
30826  De lo contrario, las ecuaciones 
30827 \begin_inset CommandInset ref
30828 LatexCommand eqref
30829 reference "eq:a"
30830
30831 \end_inset
30832
30833
30834 \begin_inset CommandInset ref
30835 LatexCommand eqref
30836 reference "eq:b"
30837
30838 \end_inset
30839
30840
30841 \begin_inset CommandInset ref
30842 LatexCommand eqref
30843 reference "eq:c"
30844
30845 \end_inset
30846
30847  se numerarían 
30848 \begin_inset CommandInset ref
30849 LatexCommand eqref
30850 reference "eq:a"
30851
30852 \end_inset
30853
30854
30855 \begin_inset CommandInset ref
30856 LatexCommand eqref
30857 reference "eq:d"
30858
30859 \end_inset
30860
30861
30862 \begin_inset CommandInset ref
30863 LatexCommand eqref
30864 reference "eq:f"
30865
30866 \end_inset
30867
30868 .
30869 \end_layout
30870
30871 \begin_layout Standard
30872 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30873  ecuaciones.
30874  Para evitarlo se inserta ese espacio vertical de -5
30875 \begin_inset space \thinspace{}
30876 \end_inset
30877
30878 mm detrás del comando 
30879 \series bold
30880
30881 \backslash
30882 begin{subequations}
30883 \series default
30884 .
30885
30886 \series bold
30887  
30888 \series default
30889 Si se usa el estilo 
30890 \series bold
30891 Sangrado
30892 \series default
30893
30894 \begin_inset Foot
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898 véase estilos de ecuación en 
30899 \begin_inset CommandInset ref
30900 LatexCommand ref
30901 reference "sec:Estilos-de-ecuación"
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \end_inset
30909
30910 , entonces se inserta -7
30911 \begin_inset space \thinspace{}
30912 \end_inset
30913
30914 mm.
30915 \end_layout
30916
30917 \begin_layout Standard
30918 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30919  de la segunda línea:
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 begin{subequations}
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \begin_inset Formula \begin{eqnarray}
30934 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30935  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30936  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30937 \end{eqnarray}
30938
30939 \end_inset
30940
30941
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947
30948 \backslash
30949 end{subequations}
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Subsection
30958 Numeración definida por el usuario
30959 \begin_inset CommandInset label
30960 LatexCommand label
30961 name "sub:Numeración-personalizada"
30962
30963 \end_inset
30964
30965
30966 \begin_inset Index idx
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 Numeración de ecuaciones ! personalizada
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \begin_layout Standard
30979 Con la numeración estándar el número se coloca entre paréntesis.
30980  Para reemplazar los paréntesis con barras verticales, p.
30981 \begin_inset space \thinspace{}
30982 \end_inset
30983
30984 e., se añade al preámbulo LaTeX la línea: 
30985 \end_layout
30986
30987 \begin_layout Standard
30988
30989 \series bold
30990
30991 \backslash
30992 def
30993 \backslash
30994 tagform@#1{
30995 \backslash
30996 maketag@@@{|#1|}}
30997 \series default
30998
30999 \begin_inset Note Note
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31004  Para activarlo, quita el % del principio.
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \end_layout
31011
31012 \begin_layout Standard
31013 Para usar otros caracteres, se reemplazan las barras al lado de 
31014 \series bold
31015 #1
31016 \series default
31017  por ellos.
31018  Para obtener sólo el número de ecuación se omiten las barras verticales.
31019 \begin_inset VSpace bigskip
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \begin_layout Standard
31026 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31027  consecutivo, se usa el comando 
31028 \series bold
31029
31030 \backslash
31031 tag
31032 \begin_inset Index idx
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036 Comandos ! T ! 
31037 \backslash
31038 tag
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \series default
31045 :
31046 \begin_inset Formula \begin{equation}
31047 A+B=C\tag{algo}\label{eq:tag}
31048 \end{equation}
31049
31050 \end_inset
31051
31052 En este ejemplo se ha insertado el comando
31053 \series bold
31054  
31055 \backslash
31056 tag
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062
31063 \backslash
31064 spce 
31065 \end_layout
31066
31067 \end_inset
31068
31069 algo
31070 \series default
31071  en la ecuación.
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Si se usa en su lugar el comando con asterisco 
31076 \series bold
31077
31078 \backslash
31079 tag*
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 spce 
31088 \end_layout
31089
31090 \end_inset
31091
31092 algo
31093 \series default
31094  no se imprimen los paréntesis:
31095 \begin_inset Formula \[
31096 A+B=C\tag*{algo}
31097 \]
31098
31099 \end_inset
31100
31101
31102 \end_layout
31103
31104 \begin_layout Standard
31105 \begin_inset VSpace bigskip
31106 \end_inset
31107
31108
31109 \end_layout
31110
31111 \begin_layout Standard
31112 Para reiniciar la numeración en nuevas partes o secciones del documento
31113  se usan los siguientes comandos:
31114 \end_layout
31115
31116 \begin_layout Standard
31117
31118 \series bold
31119
31120 \backslash
31121 @addtoreset{equation}{part}
31122 \series default
31123
31124 \begin_inset Index idx
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 Comandos ! 
31129 \begin_inset ERT
31130 status collapsed
31131
31132 \begin_layout Plain Layout
31133
31134 "
31135 \end_layout
31136
31137 \end_inset
31138
31139 @
31140 \begin_inset ERT
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144
31145 "
31146 \end_layout
31147
31148 \end_inset
31149
31150  ! 
31151 \backslash
31152
31153 \begin_inset ERT
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157
31158 "
31159 \end_layout
31160
31161 \end_inset
31162
31163 @
31164 \begin_inset ERT
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168
31169 "
31170 \end_layout
31171
31172 \end_inset
31173
31174 addtoreset
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \begin_inset Newline newline
31181 \end_inset
31182
31183
31184 \series bold
31185
31186 \backslash
31187 @addtoreset{equation}{section}
31188 \end_layout
31189
31190 \begin_layout Standard
31191 Pata poder usar estos comandos en modo TeX, el carácter 
31192 \begin_inset Quotes fld
31193 \end_inset
31194
31195 @
31196 \begin_inset Quotes frd
31197 \end_inset
31198
31199  debe 
31200 \begin_inset Quotes fld
31201 \end_inset
31202
31203 activarse
31204 \begin_inset Quotes frd
31205 \end_inset
31206
31207  para LaTeX con el comando 
31208 \series bold
31209
31210 \backslash
31211 makeatletter
31212 \series default
31213 .
31214  El comando 
31215 \series bold
31216
31217 \backslash
31218 makeatother
31219 \series default
31220  deshace esto.
31221  Así pues, la secuencia de comandos en modo TeX es:
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \series bold
31227
31228 \backslash
31229 makeatletter
31230 \begin_inset Newline newline
31231 \end_inset
31232
31233
31234 \backslash
31235 @addtoreset{equation}{section}
31236 \begin_inset Newline newline
31237 \end_inset
31238
31239
31240 \backslash
31241 makeatother
31242 \end_layout
31243
31244 \begin_layout Standard
31245 En el preámbulo LaTeX se pueden omitir 
31246 \series bold
31247
31248 \backslash
31249 makeatletter
31250 \series default
31251  y 
31252 \series bold
31253
31254 \backslash
31255 makeatother
31256 \series default
31257  pues son automáticamente insertados por LyX.
31258 \end_layout
31259
31260 \begin_layout Standard
31261 Para el comando 
31262 \series bold
31263
31264 \backslash
31265 @addtoreset
31266 \series default
31267 ,
31268 \series bold
31269  
31270 \series default
31271 hay que cargar en el preámbulo LaTeX el archivo 
31272 \series bold
31273 remreset.sty
31274 \series default
31275
31276 \begin_inset Foot
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281 \series bold
31282 remreset
31283 \series default
31284  es parte del paquete LaTeX 
31285 \series bold
31286 carlisle
31287 \series default
31288
31289 \begin_inset Index idx
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293 Paquetes ! carlisle
31294 \end_layout
31295
31296 \end_inset
31297
31298 , incluido en las instalaciones estándar de LaTeX.
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \begin_inset Index idx
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 Paquetes ! remreset
31309 \end_layout
31310
31311 \end_inset
31312
31313  con la línea
31314 \end_layout
31315
31316 \begin_layout Standard
31317
31318 \series bold
31319
31320 \backslash
31321 usepackage{remreset}
31322 \end_layout
31323
31324 \begin_layout Standard
31325 Entonces se puede usar el comando 
31326 \series bold
31327
31328 \backslash
31329 @removefromreset
31330 \series default
31331
31332 \begin_inset Index idx
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336 Comandos ! 
31337 \begin_inset ERT
31338 status collapsed
31339
31340 \begin_layout Plain Layout
31341
31342 "
31343 \end_layout
31344
31345 \end_inset
31346
31347 @
31348 \begin_inset ERT
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352
31353 "
31354 \end_layout
31355
31356 \end_inset
31357
31358  ! 
31359 \backslash
31360
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366 "
31367 \end_layout
31368
31369 \end_inset
31370
31371 @
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377 "
31378 \end_layout
31379
31380 \end_inset
31381
31382 removefromreset
31383 \end_layout
31384
31385 \end_inset
31386
31387  con el mismo esquema que 
31388 \series bold
31389
31390 \backslash
31391 @addtoreset
31392 \series default
31393 .
31394 \begin_inset VSpace bigskip
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Standard
31401 A veces las ecuaciones deberían numerarse de la siguiente manera:
31402 \end_layout
31403
31404 \begin_layout Standard
31405
31406 \family typewriter
31407 (número de sección.número de ecuación)
31408 \end_layout
31409
31410 \begin_layout Standard
31411 El número de ecuación empezaría con 
31412 \begin_inset Quotes fld
31413 \end_inset
31414
31415 1
31416 \begin_inset Quotes frd
31417 \end_inset
31418
31419  en cada sección.
31420 \end_layout
31421
31422 \begin_layout Standard
31423 Para este caso hay el comando 
31424 \series bold
31425
31426 \backslash
31427 numberwithin
31428 \series default
31429
31430 \begin_inset Index idx
31431 status collapsed
31432
31433 \begin_layout Plain Layout
31434 Comandos ! N ! 
31435 \backslash
31436 numberwithin
31437 \end_layout
31438
31439 \end_inset
31440
31441 , que se usa con el esquema:
31442 \end_layout
31443
31444 \begin_layout Standard
31445
31446 \series bold
31447
31448 \backslash
31449 numberwithin{counter}{sectioning}
31450 \end_layout
31451
31452 \begin_layout Standard
31453 \begin_inset Quotes fld
31454 \end_inset
31455
31456 counter
31457 \begin_inset Quotes frd
31458 \end_inset
31459
31460  indica qué clase de numeración es afectada, 
31461 \begin_inset Quotes fld
31462 \end_inset
31463
31464 sectioning
31465 \begin_inset Quotes frd
31466 \end_inset
31467
31468  indica qué número va delante del punto.
31469  
31470 \end_layout
31471
31472 \begin_layout Standard
31473 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31474  en el preámbulo LaTeX:
31475 \end_layout
31476
31477 \begin_layout Standard
31478
31479 \series bold
31480
31481 \backslash
31482 numberwithin{equation}{section}
31483 \end_layout
31484
31485 \begin_layout Standard
31486 Este es el resultado::
31487 \begin_inset ERT
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491
31492
31493 \backslash
31494 numberwithin{equation}{section}
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Formula \begin{equation}
31501 A+B=C
31502 \end{equation}
31503
31504 \end_inset
31505
31506
31507 \end_layout
31508
31509 \begin_layout Standard
31510 Para numerar tablas de modo que, p.
31511 \begin_inset space \thinspace{}
31512 \end_inset
31513
31514 e., 
31515 \begin_inset Quotes fld
31516 \end_inset
31517
31518 sectioning
31519 \begin_inset Quotes frd
31520 \end_inset
31521
31522  sea el número de la parte se usa
31523 \begin_inset Newline newline
31524 \end_inset
31525
31526
31527 \series bold
31528
31529 \backslash
31530 numberwithin{table}{part}
31531 \end_layout
31532
31533 \begin_layout Standard
31534 Para volver a la numeración estándar o evitar esta clase numeración cuando
31535  es definida por la clase de documento, se inserta el siguiente comando
31536  en código TeX o en el preámbulo LaTeX:
31537 \end_layout
31538
31539 \begin_layout Standard
31540
31541 \series bold
31542
31543 \backslash
31544 renewcommand{
31545 \backslash
31546 theequation}{
31547 \backslash
31548 arabic{equation}}
31549 \begin_inset Index idx
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553 Comandos ! A ! 
31554 \backslash
31555 arabic
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \series default
31562
31563 \begin_inset ERT
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567
31568
31569 \backslash
31570 renewcommand{
31571 \backslash
31572 theequation}{
31573 \backslash
31574 arabic{equation}}
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \series bold
31581
31582 \begin_inset Newline newline
31583 \end_inset
31584
31585
31586 \series default
31587 o
31588 \series bold
31589
31590 \begin_inset Newline newline
31591 \end_inset
31592
31593
31594 \backslash
31595 renewcommand{
31596 \backslash
31597 thetable}{
31598 \backslash
31599 arabic{table}}
31600 \end_layout
31601
31602 \begin_layout Standard
31603
31604 \series bold
31605
31606 \backslash
31607 numberwithin
31608 \series default
31609  usa internamente el comando 
31610 \series bold
31611
31612 \backslash
31613 @addtoreset
31614 \series default
31615 , descrito arriba, que también debe ser restaurado.
31616 \begin_inset ERT
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620
31621
31622 \backslash
31623 makeatletter
31624 \end_layout
31625
31626 \begin_layout Plain Layout
31627
31628
31629 \backslash
31630 @removefromreset{equation}{section}
31631 \end_layout
31632
31633 \begin_layout Plain Layout
31634
31635
31636 \backslash
31637 makeatother
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Subsection
31646 Numeración con números romanos y letras
31647 \begin_inset Index idx
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651 Numeración de ecuaciones ! con números romanos
31652 \end_layout
31653
31654 \end_inset
31655
31656
31657 \begin_inset Index idx
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661 Numeración de ecuaciones ! con letras
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \begin_layout Standard
31670 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31671  Por ejemplo, para numerar con romanos en minúscula,
31672 \begin_inset Foot
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676 Como en español no se usan romanos en minúscula, el estilo 
31677 \series bold
31678 spanish
31679 \series default
31680  del sistema 
31681 \series bold
31682 babel
31683 \series default
31684  redefine 
31685 \series bold
31686
31687 \backslash
31688 roman
31689 \series default
31690  para que los dé en versalitas.
31691  Véase 
31692 \begin_inset CommandInset citation
31693 LatexCommand cite
31694 key "spanish"
31695
31696 \end_inset
31697
31698  (
31699 \emph on
31700 N.
31701 \begin_inset space \thinspace{}
31702 \end_inset
31703
31704 del t
31705 \emph default
31706 ).
31707 \end_layout
31708
31709 \end_inset
31710
31711  se inserta el comando
31712 \end_layout
31713
31714 \begin_layout Standard
31715
31716 \series bold
31717
31718 \backslash
31719 renewcommand{
31720 \backslash
31721 theequation}{
31722 \backslash
31723 roman{equation}}
31724 \end_layout
31725
31726 \begin_layout Standard
31727 antes de la ecuación en modo TeX.
31728  
31729 \series bold
31730
31731 \backslash
31732 renewcommand
31733 \series default
31734
31735 \begin_inset Index idx
31736 status collapsed
31737
31738 \begin_layout Plain Layout
31739 Comandos ! R ! 
31740 \backslash
31741 renewcommand
31742 \end_layout
31743
31744 \end_inset
31745
31746  redefine el comando predefinido 
31747 \series bold
31748
31749 \backslash
31750 theequation
31751 \series default
31752  como 
31753 \series bold
31754
31755 \backslash
31756 roman{equation}
31757 \series default
31758 .
31759 \begin_inset Foot
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 El comando 
31764 \series bold
31765
31766 \backslash
31767 renewcommand
31768 \series default
31769  tiene el mismo esquema que el comando 
31770 \series bold
31771
31772 \backslash
31773 newcommand
31774 \series default
31775 , descrito en 
31776 \begin_inset CommandInset ref
31777 LatexCommand ref
31778 reference "sub:El-comando-newcommand"
31779
31780 \end_inset
31781
31782 .
31783 \end_layout
31784
31785 \end_inset
31786
31787  
31788 \series bold
31789 equation
31790 \series default
31791  es el contador de ecuaciones.
31792  Si se usa el comando 
31793 \series bold
31794
31795 \backslash
31796 the
31797 \series default
31798  como prefijo de un contador, el valor del contador sale en números arábigos.
31799  Si una ecuación es numerada, LaTeX pone internamente el comando 
31800 \series bold
31801
31802 \backslash
31803 theequation
31804 \series default
31805  detrás de la ecuación.
31806  
31807 \series bold
31808
31809 \backslash
31810 roman{equation}
31811 \series default
31812
31813 \begin_inset Index idx
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817 Comandos ! R ! 
31818 \backslash
31819 roman
31820 \end_layout
31821
31822 \end_inset
31823
31824  pone el contador en romanos en minúscula.
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Todas las ecuaciones siguientes a 
31829 \series bold
31830
31831 \backslash
31832 renew
31833 \series default
31834 c
31835 \series bold
31836 ommand
31837 \series default
31838  se numerarán en romanos.
31839  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31840  cambiando 
31841 \series bold
31842
31843 \backslash
31844 roman
31845 \series default
31846  por 
31847 \series bold
31848
31849 \backslash
31850 Roman
31851 \series default
31852
31853 \begin_inset Index idx
31854 status collapsed
31855
31856 \begin_layout Plain Layout
31857 Comandos ! R ! 
31858 \backslash
31859 roman@
31860 \backslash
31861 Roman
31862 \end_layout
31863
31864 \end_inset
31865
31866 .
31867  Para 
31868 \begin_inset Quotes fld
31869 \end_inset
31870
31871 numerar
31872 \begin_inset Quotes frd
31873 \end_inset
31874
31875  con minúsculas latinas hay el comando 
31876 \series bold
31877
31878 \backslash
31879 alph
31880 \series default
31881
31882 \begin_inset Index idx
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886 Comandos ! A ! 
31887 \backslash
31888 alph
31889 \end_layout
31890
31891 \end_inset
31892
31893 , y para mayúsculas el comando 
31894 \series bold
31895
31896 \backslash
31897 Alph
31898 \series default
31899
31900 \begin_inset Index idx
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 Comandos ! A ! 
31905 \backslash
31906 alph@
31907 \backslash
31908 Alph
31909 \end_layout
31910
31911 \end_inset
31912
31913 .
31914 \end_layout
31915
31916 \begin_layout Standard
31917 \begin_inset Note Greyedout
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921
31922 \series bold
31923 Nota:
31924 \series default
31925  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31926 \end_layout
31927
31928 \end_inset
31929
31930
31931 \end_layout
31932
31933 \begin_layout Standard
31934 \begin_inset ERT
31935 status collapsed
31936
31937 \begin_layout Plain Layout
31938
31939
31940 \backslash
31941 renewcommand{
31942 \backslash
31943 theequation}{
31944 \backslash
31945 roman{equation}}
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \begin_inset Formula \begin{equation}
31952 A=\textrm{romanos en minúscula}
31953 \end{equation}
31954
31955 \end_inset
31956
31957
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 renewcommand{
31966 \backslash
31967 theequation}{
31968 \backslash
31969 Roman{equation}}
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \begin_inset Formula \begin{equation}
31976 B=\textrm{romanos en mayúscula}\label{eq:Rom}
31977 \end{equation}
31978
31979 \end_inset
31980
31981
31982 \begin_inset ERT
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986
31987
31988 \backslash
31989 renewcommand{
31990 \backslash
31991 theequation}{
31992 \backslash
31993 alph{equation}}
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \begin_inset Formula \begin{equation}
32000 C=\textrm{latinas en minúscula}
32001 \end{equation}
32002
32003 \end_inset
32004
32005
32006 \begin_inset ERT
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010
32011
32012 \backslash
32013 renewcommand{
32014 \backslash
32015 theequation}{
32016 \backslash
32017 Alph{equation}}
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \begin_inset Formula \begin{equation}
32024 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32025 \end{equation}
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 Para volver a la numeración por omisión se inserta el comando:
32034 \end_layout
32035
32036 \begin_layout Standard
32037
32038 \series bold
32039
32040 \backslash
32041 renewcommand{
32042 \backslash
32043 theequation}{
32044 \backslash
32045 arabic{equation}}
32046 \begin_inset Index idx
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050 Comandos ! A ! 
32051 \backslash
32052 arabic
32053 \end_layout
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 renewcommand{
32069 \backslash
32070 theequation}{
32071 \backslash
32072 arabic{equation}}
32073 \end_layout
32074
32075 \end_inset
32076
32077
32078 \begin_inset Formula \begin{equation}
32079 E=\mbox{arábigos}
32080 \end{equation}
32081
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \begin_layout Standard
32088 \begin_inset VSpace medskip
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Standard
32095 Como ves, las ecuaciones se numeran consecutivamente independientemente
32096  del estilo de numeración.
32097  Cuando la numeración haya de empezar con 
32098 \begin_inset Quotes fld
32099 \end_inset
32100
32101 1
32102 \begin_inset Quotes frd
32103 \end_inset
32104
32105  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32106  Una descripción sobre esto se encuentra en el archivo 
32107 \begin_inset CommandInset href
32108 LatexCommand href
32109 name "Formula-numbering.lyx"
32110 target "run:Formula-numbering.lyx"
32111
32112 \end_inset
32113
32114 .
32115 \end_layout
32116
32117 \begin_layout Section
32118 Símbolos y ecuaciones químicas
32119 \begin_inset CommandInset label
32120 LatexCommand label
32121 name "sub:Símbolos-y-ecuaciones-químicas"
32122
32123 \end_inset
32124
32125
32126 \begin_inset Index idx
32127 status collapsed
32128
32129 \begin_layout Plain Layout
32130 Química ! símbolos
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \begin_inset Index idx
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140 Química ! caracteres
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \begin_inset Index idx
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150 Ecuación ! química|see
32151 \begin_inset ERT
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155
32156 {
32157 \end_layout
32158
32159 \end_inset
32160
32161 Química
32162 \begin_inset ERT
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166
32167 }
32168 \end_layout
32169
32170 \end_inset
32171
32172
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \begin_inset Index idx
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182 Química ! iones
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \begin_inset Index idx
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192 Iones|see
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198 {
32199 \end_layout
32200
32201 \end_inset
32202
32203 Química
32204 \begin_inset ERT
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208
32209 }
32210 \end_layout
32211
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \begin_inset Index idx
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224 Química ! reacción
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Standard
32233 Un ejemplo de texto de química:
32234 \end_layout
32235
32236 \begin_layout Quote
32237 El ión 
32238 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32239 \end_inset
32240
32241  reacciona con dos iones 
32242 \begin_inset Formula $\mathrm{Na^{+}}$
32243 \end_inset
32244
32245  para dar sulfato de sodio 
32246 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32247 \end_inset
32248
32249 .
32250  La ecuación química es:
32251 \begin_inset Formula \begin{equation}
32252 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32253 \end{equation}
32254
32255 \end_inset
32256
32257
32258 \end_layout
32259
32260 \begin_layout Standard
32261 Esta ecuación química puede componerse directamente en modo ecuación.
32262  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32263  y con el atajo 
32264 \family sans
32265 Alt+C
32266 \begin_inset space ~
32267 \end_inset
32268
32269 R
32270 \family default
32271  se cambia en redonda.
32272 \begin_inset Foot
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276 véase estilos de fuentes en 
32277 \begin_inset CommandInset ref
32278 LatexCommand ref
32279 reference "sub:Estilos-de-fuentes"
32280
32281 \end_inset
32282
32283 .
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \end_layout
32290
32291 \begin_layout Standard
32292 Para escribir ecuaciones químicas es más conveniente usar el comando 
32293 \series bold
32294
32295 \backslash
32296 ce
32297 \series default
32298
32299 \begin_inset Index idx
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303 Comandos ! C ! 
32304 \backslash
32305 ce
32306 \end_layout
32307
32308 \end_inset
32309
32310 , que está disponible si está instalado el paquete LaTeX 
32311 \series bold
32312 mhchem
32313 \series default
32314
32315 \begin_inset Index idx
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 Paquetes ! mhchem
32320 \end_layout
32321
32322 \end_inset
32323
32324 .
32325  Al insertar  
32326 \series bold
32327
32328 \backslash
32329 ce
32330 \series default
32331  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32332   ecuaciones químicas de una forma intuitiva.
32333 \end_layout
32334
32335 \begin_layout Standard
32336 \align center
32337 \begin_inset Tabular
32338 <lyxtabular version="3" rows="9" columns="2">
32339 <features tabularvalignment="middle">
32340 <column alignment="center" valignment="top" width="0">
32341 <column alignment="center" valignment="top" width="0">
32342 <row>
32343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347 Comando
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356 Resultado
32357 \begin_inset Note Note
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361
32362 \series bold
32363
32364 \backslash
32365 raisebox
32366 \series default
32367  se usa sólo como espaciador
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 </row>
32378 <row>
32379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32380 \begin_inset Text
32381
32382 \begin_layout Plain Layout
32383
32384 \backslash
32385 ce
32386 \begin_inset ERT
32387 status collapsed
32388
32389 \begin_layout Plain Layout
32390
32391
32392 \backslash
32393 spce 
32394 \end_layout
32395
32396 \end_inset
32397
32398 H2CO3
32399 \end_layout
32400
32401 \end_inset
32402 </cell>
32403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32404 \begin_inset Text
32405
32406 \begin_layout Plain Layout
32407 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \end_inset
32414 </cell>
32415 </row>
32416 <row>
32417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421
32422 \backslash
32423 ce
32424 \begin_inset ERT
32425 status collapsed
32426
32427 \begin_layout Plain Layout
32428
32429
32430 \backslash
32431 spce 
32432 \end_layout
32433
32434 \end_inset
32435
32436 SO4^2-
32437 \end_layout
32438
32439 \end_inset
32440 </cell>
32441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \end_inset
32452 </cell>
32453 </row>
32454 <row>
32455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32456 \begin_inset Text
32457
32458 \begin_layout Plain Layout
32459
32460 \backslash
32461 ce
32462 \begin_inset ERT
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466
32467
32468 \backslash
32469 spce 
32470 \end_layout
32471
32472 \end_inset
32473
32474 (NH4)2S
32475 \end_layout
32476
32477 \end_inset
32478 </cell>
32479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32480 \begin_inset Text
32481
32482 \begin_layout Plain Layout
32483 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32484 \end_inset
32485
32486
32487 \end_layout
32488
32489 \end_inset
32490 </cell>
32491 </row>
32492 <row>
32493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32494 \begin_inset Text
32495
32496 \begin_layout Plain Layout
32497
32498 \backslash
32499 ce
32500 \begin_inset ERT
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504
32505
32506 \backslash
32507 spce 
32508 \end_layout
32509
32510 \end_inset
32511
32512 KCr(SO4)2.12H2O
32513 \end_layout
32514
32515 \end_inset
32516 </cell>
32517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32518 \begin_inset Text
32519
32520 \begin_layout Plain Layout
32521 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \end_inset
32528 </cell>
32529 </row>
32530 <row>
32531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32532 \begin_inset Text
32533
32534 \begin_layout Plain Layout
32535
32536 \backslash
32537 ce
32538 \begin_inset ERT
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542
32543
32544 \backslash
32545 spce 
32546 \end_layout
32547
32548 \end_inset
32549
32550 A-B
32551 \backslash
32552 dbond
32553 \begin_inset ERT
32554 status collapsed
32555
32556 \begin_layout Plain Layout
32557
32558
32559 \backslash
32560 spce 
32561 \end_layout
32562
32563 \end_inset
32564
32565 C
32566 \backslash
32567 tbond
32568 \begin_inset ERT
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572
32573
32574 \backslash
32575 spce 
32576 \end_layout
32577
32578 \end_inset
32579
32580 D
32581 \end_layout
32582
32583 \end_inset
32584 </cell>
32585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32586 \begin_inset Text
32587
32588 \begin_layout Plain Layout
32589 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 </row>
32598 <row>
32599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603
32604 \backslash
32605 ce
32606 \begin_inset ERT
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610
32611
32612 \backslash
32613 spce 
32614 \end_layout
32615
32616 \end_inset
32617
32618 ^227
32619 \begin_inset Formula $\downarrow$
32620 \end_inset
32621
32622 _90
32623 \begin_inset Formula $\to$
32624 \end_inset
32625
32626 Th+
32627 \end_layout
32628
32629 \end_inset
32630 </cell>
32631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32632 \begin_inset Text
32633
32634 \begin_layout Plain Layout
32635 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \end_inset
32642 </cell>
32643 </row>
32644 <row>
32645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649
32650 \backslash
32651 ce
32652 \begin_inset ERT
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656
32657
32658 \backslash
32659 spce 
32660 \end_layout
32661
32662 \end_inset
32663
32664 CO2
32665 \begin_inset ERT
32666 status collapsed
32667
32668 \begin_layout Plain Layout
32669
32670
32671 \backslash
32672 spce 
32673 \end_layout
32674
32675 \end_inset
32676
32677 +
32678 \begin_inset ERT
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682
32683
32684 \backslash
32685 spce 
32686 \end_layout
32687
32688 \end_inset
32689
32690 C
32691 \begin_inset ERT
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695
32696
32697 \backslash
32698 spce 
32699 \end_layout
32700
32701 \end_inset
32702
32703 <=>
32704 \begin_inset ERT
32705 status collapsed
32706
32707 \begin_layout Plain Layout
32708
32709
32710 \backslash
32711 spce 
32712 \end_layout
32713
32714 \end_inset
32715
32716 2CO
32717 \end_layout
32718
32719 \end_inset
32720 </cell>
32721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32722 \begin_inset Text
32723
32724 \begin_layout Plain Layout
32725 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \end_inset
32732 </cell>
32733 </row>
32734 <row>
32735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739
32740 \backslash
32741 ce
32742 \begin_inset ERT
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746
32747
32748 \backslash
32749 spce 
32750 \end_layout
32751
32752 \end_inset
32753
32754 CO2
32755 \begin_inset ERT
32756 status collapsed
32757
32758 \begin_layout Plain Layout
32759
32760
32761 \backslash
32762 spce 
32763 \end_layout
32764
32765 \end_inset
32766
32767 +
32768 \begin_inset ERT
32769 status collapsed
32770
32771 \begin_layout Plain Layout
32772
32773
32774 \backslash
32775 spce 
32776 \end_layout
32777
32778 \end_inset
32779
32780 C
32781 \begin_inset ERT
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785
32786
32787 \backslash
32788 spce 
32789 \end_layout
32790
32791 \end_inset
32792
32793 ->[
32794 \backslash
32795 alpha][
32796 \backslash
32797 beta]
32798 \begin_inset ERT
32799 status collapsed
32800
32801 \begin_layout Plain Layout
32802
32803
32804 \backslash
32805 spce 
32806 \end_layout
32807
32808 \end_inset
32809
32810 2CO}
32811 \end_layout
32812
32813 \end_inset
32814 </cell>
32815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 </row>
32828 </lyxtabular>
32829
32830 \end_inset
32831
32832
32833 \end_layout
32834
32835 \begin_layout Standard
32836 \begin_inset Note Greyedout
32837 status open
32838
32839 \begin_layout Plain Layout
32840
32841 \series bold
32842 Nota:
32843 \series default
32844  Insertar una ecuación en un marco  
32845 \series bold
32846
32847 \backslash
32848 ce
32849 \series default
32850  provocará errores de LaTeX.
32851  En estos casos hay que usar código TeX, como en  
32852 \series bold
32853
32854 \backslash
32855 ce{$
32856 \backslash
32857 mu
32858 \backslash
32859 hyphen$Cl}
32860 \series default
32861
32862 \begin_inset ERT
32863 status collapsed
32864
32865 \begin_layout Plain Layout
32866
32867
32868 \backslash
32869 ce{$
32870 \backslash
32871 mu
32872 \backslash
32873 hyphen$Cl}
32874 \end_layout
32875
32876 \end_inset
32877
32878  
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \begin_layout Standard
32887 El comando 
32888 \series bold
32889
32890 \backslash
32891 ce
32892 \series default
32893  para la ecuación
32894 \begin_inset space ~
32895 \end_inset
32896
32897
32898 \begin_inset CommandInset ref
32899 LatexCommand eqref
32900 reference "eq:reaccion-quimica"
32901
32902 \end_inset
32903
32904  es
32905 \begin_inset Newline newline
32906 \end_inset
32907
32908
32909 \series bold
32910  
32911 \backslash
32912 ce
32913 \begin_inset ERT
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917
32918
32919 \backslash
32920 spce 
32921 \end_layout
32922
32923 \end_inset
32924
32925 2Na+
32926 \begin_inset ERT
32927 status collapsed
32928
32929 \begin_layout Plain Layout
32930
32931
32932 \backslash
32933 spce 
32934 \end_layout
32935
32936 \end_inset
32937
32938 +
32939 \begin_inset ERT
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943
32944
32945 \backslash
32946 spce 
32947 \end_layout
32948
32949 \end_inset
32950
32951 SO4^2-
32952 \begin_inset ERT
32953 status collapsed
32954
32955 \begin_layout Plain Layout
32956
32957
32958 \backslash
32959 spce 
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \begin_inset ERT
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969
32970
32971 \backslash
32972 spce 
32973 \end_layout
32974
32975 \end_inset
32976
32977 ->
32978 \begin_inset ERT
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982
32983
32984 \backslash
32985 spce 
32986 \end_layout
32987
32988 \end_inset
32989
32990 Na2SO4
32991 \end_layout
32992
32993 \begin_layout Standard
32994 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32995  multilínea, tal como se describe en la 
32996 \begin_inset CommandInset ref
32997 LatexCommand ref
32998 reference "sec:Ecuaciones-multilínea"
32999
33000 \end_inset
33001
33002 .
33003  Después se utiliza el comando 
33004 \series bold
33005 /ce
33006 \series default
33007  en cada cuadrito azul de la ecuación.
33008  
33009 \begin_inset CommandInset ref
33010 LatexCommand eqref
33011 reference "eq:TEOS-reac-1"
33012
33013 \end_inset
33014
33015  y 
33016 \begin_inset CommandInset ref
33017 LatexCommand eqref
33018 reference "eq:TEOS-reac-2"
33019
33020 \end_inset
33021
33022  son un ejemplo de reacción química multifase en la que cada ecuación tiene
33023  su propio número.
33024 \begin_inset Formula \begin{eqnarray}
33025 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33026 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33027 \end{eqnarray}
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Standard
33035 Además de 
33036 \series bold
33037
33038 \backslash
33039 ce
33040 \series default
33041  el paquete 
33042 \series bold
33043 mhchem
33044 \series default
33045  suministra el comando 
33046 \series bold
33047
33048 \backslash
33049 cf
33050 \series default
33051
33052 \begin_inset Index idx
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056 Comandos ! C ! 
33057 \backslash
33058 cf
33059 \end_layout
33060
33061 \end_inset
33062
33063  que ha de utilizarse en casos especiales.
33064  Para más información sobre 
33065 \series bold
33066
33067 \backslash
33068 cf
33069 \series default
33070  y más ejemplos echa un vistazo a la documentación de 
33071 \series bold
33072 mhchem
33073 \series default
33074
33075 \begin_inset CommandInset citation
33076 LatexCommand cite
33077 key "mhchem"
33078
33079 \end_inset
33080
33081 .
33082 \end_layout
33083
33084 \begin_layout Section
33085 Diagramas
33086 \end_layout
33087
33088 \begin_layout Standard
33089 Lyx soporta dos tipos de diagramas conmutativos: 
33090 \series bold
33091 amscd
33092 \series default
33093  y 
33094 \series bold
33095 xymatrix
33096 \series default
33097 , que se explican a continuación.
33098 \end_layout
33099
33100 \begin_layout Subsection
33101 Diagramas amscd
33102 \begin_inset Index idx
33103 status collapsed
33104
33105 \begin_layout Plain Layout
33106 Diagramas ! amscd
33107 \end_layout
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Standard
33115 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33116  verticales y horizontales:
33117 \begin_inset Formula \[
33118 \begin{CD}A@)))B@)))C\\
33119 @AAA@.@VVV\\
33120 F@(((E@(((D
33121 \end{CD}
33122 \]
33123
33124 \end_inset
33125
33126 Para obtener el diagrama se inserta en la ecuación el comando 
33127 \series bold
33128
33129 \backslash
33130 CD
33131 \begin_inset Index idx
33132 status collapsed
33133
33134 \begin_layout Plain Layout
33135 Comandos ! C ! 
33136 \backslash
33137 CD
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \series default
33144 .
33145  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33146  continuación comandos.
33147  Con 
33148 \family sans
33149 Ctrl+Retorno
33150 \family default
33151  se inicia una nueva línea.
33152  En las líneas impares se insertan relaciones horizontales, en las pares
33153  verticales.
33154 \end_layout
33155
33156 \begin_layout Standard
33157 Para componer las relaciones hay los siguientes comandos:
33158 \begin_inset Foot
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162 \begin_inset CommandInset label
33163 LatexCommand label
33164 name "fn:sinónimos"
33165
33166 \end_inset
33167
33168 Los comandos con 
33169 \family sans
33170 '
33171 \series bold
33172 >
33173 \series default
33174 '
33175 \family default
33176  o 
33177 \family sans
33178 '
33179 \series bold
33180 <
33181 \series default
33182 '
33183 \family default
33184  pueden generar errores con el estilo 
33185 \series bold
33186 spanish
33187 \series default
33188  de 
33189 \series bold
33190 babel
33191 \series default
33192 .
33193  Para evitarlo se pueden sustituir por sus sinónimos 
33194 \family sans
33195 '
33196 \series bold
33197 )
33198 \series default
33199 '
33200 \family default
33201  y 
33202 \family sans
33203 '
33204 \series bold
33205 (
33206 \series default
33207 '
33208 \family default
33209  respectivamente.
33210  Véase 
33211 \begin_inset CommandInset citation
33212 LatexCommand cite
33213 key "spanish"
33214
33215 \end_inset
33216
33217 .
33218  (
33219 \emph on
33220 N.
33221 \begin_inset space \thinspace{}
33222 \end_inset
33223
33224 del t.
33225 \emph default
33226 )
33227 \end_layout
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Itemize
33235
33236 \series bold
33237 @<<<
33238 \series default
33239  genera una flecha hacia la izquierda, 
33240 \series bold
33241 @>>>
33242 \series default
33243  una hacia la derecha, y 
33244 \series bold
33245 @=
33246 \series default
33247  un signo igual largo
33248 \end_layout
33249
33250 \begin_layout Itemize
33251
33252 \series bold
33253 @AAA
33254 \series default
33255  genera una flecha hacia arriba, 
33256 \series bold
33257 @VVV
33258 \series default
33259  una hacia abajo, y 
33260 \series bold
33261 @|
33262 \series default
33263  un signo igual vertical
33264 \end_layout
33265
33266 \begin_layout Itemize
33267
33268 \series bold
33269 @.
33270
33271 \series default
33272  genera una ubicación vacía para relaciones inexistentes
33273 \end_layout
33274
33275 \begin_layout Standard
33276 Todas las flechas pueden etiquetarse como sigue:
33277 \end_layout
33278
33279 \begin_layout Itemize
33280 Si se inserta texto entre el primero y el segundo 
33281 \series bold
33282 <
33283 \series default
33284  o 
33285 \series bold
33286 >
33287 \series default
33288 , respectivamente, se muestra sobre la flecha.
33289  Si se inserta entre el segundo y el tercero, bajo la flecha.
33290 \end_layout
33291
33292 \begin_layout Itemize
33293 Para flechas verticales, si se inserta texto entre la primera y la segunda
33294  
33295 \series bold
33296 A
33297 \series default
33298  o 
33299 \series bold
33300 V
33301 \series default
33302 , respectivamente, se muestra al lado izquierdo de la flecha.
33303  Si se inserta entre la segunda y la tercera, al lado derecho.
33304  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33305 \end_layout
33306
33307 \begin_layout Standard
33308 Como ejemplo un diagrama con todas las relaciones posibles:
33309 \begin_inset Formula \[
33310 \begin{CD}A@)j))B@))k)C@=F\\
33311 @AmAA@.@VV{V}V@|\\
33312 D@((j\,(E@)k))F@=C
33313 \end{CD}
33314 \]
33315
33316 \end_inset
33317
33318 El comando para este diagrama es:
33319 \begin_inset Newline newline
33320 \end_inset
33321
33322
33323 \series bold
33324
33325 \backslash
33326 CD
33327 \begin_inset ERT
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331
33332
33333 \backslash
33334 spce 
33335 \end_layout
33336
33337 \end_inset
33338
33339 A@>j>>B@>>k>C@=F Ctrl+Retorno
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343
33344 \begin_inset Phantom HPhantom
33345 status open
33346
33347 \begin_layout Plain Layout
33348
33349 \series bold
33350
33351 \backslash
33352 CD
33353 \begin_inset ERT
33354 status collapsed
33355
33356 \begin_layout Plain Layout
33357
33358
33359 \backslash
33360 spce 
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \end_inset
33369
33370 @AmAA@.@VV
33371 \backslash
33372 {V
33373 \series default
33374
33375 \begin_inset Formula $\to$
33376 \end_inset
33377
33378
33379 \series bold
33380 V@| Ctrl+Retorno
33381 \begin_inset Newline newline
33382 \end_inset
33383
33384
33385 \begin_inset Phantom HPhantom
33386 status open
33387
33388 \begin_layout Plain Layout
33389
33390 \series bold
33391
33392 \backslash
33393 CD
33394 \begin_inset ERT
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398
33399
33400 \backslash
33401 spce 
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \end_layout
33408
33409 \end_inset
33410
33411 D@<<j<E@>k>>F@=C
33412 \end_layout
33413
33414 \begin_layout Subsection
33415 Diagramas xymatrix
33416 \begin_inset Index idx
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Diagramas ! xymatrix
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 Para usar matrices xy debe estar instalado el paquete LaTeX 
33430 \series bold
33431 xypic
33432 \series default
33433 .
33434  Una matriz xy se crea insertando el comando 
33435 \series bold
33436
33437 \backslash
33438 xymatrix
33439 \series default
33440  en una ecuación.
33441  Después podrás añadir nuevas columnas y filas como en matrices normales,
33442  véase
33443 \begin_inset space ~
33444 \end_inset
33445
33446
33447 \begin_inset CommandInset ref
33448 LatexCommand ref
33449 reference "sec:Matrices"
33450
33451 \end_inset
33452
33453 .
33454 \end_layout
33455
33456 \begin_layout Standard
33457 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33458  y curvadas, y mucho más.
33459  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33460  se explican en el 
33461 \emph on
33462 Manual de XY-pic
33463 \emph default
33464  que se encuentra en el menú 
33465 \family sans
33466 Ayuda\SpecialChar \menuseparator
33467 Manuales
33468 \begin_inset space ~
33469 \end_inset
33470
33471 específicos
33472 \family default
33473 .
33474 \end_layout
33475
33476 \begin_layout Subsection
33477 Diagramas 
33478 \noun on
33479 Feynman
33480 \noun default
33481
33482 \begin_inset Index idx
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486 Diagramas ! Feynman
33487 \end_layout
33488
33489 \end_inset
33490
33491
33492 \end_layout
33493
33494 \begin_layout Standard
33495 Para usar diagramas 
33496 \noun on
33497 Feynman
33498 \noun default
33499  estar instalado el paquete LaTeX 
33500 \series bold
33501 feyn
33502 \series default
33503 .
33504  Un diagrama 
33505 \noun on
33506 Feynman
33507 \noun default
33508  se crea insertando el comando 
33509 \series bold
33510
33511 \backslash
33512 Diagram
33513 \series default
33514  en una ecuación.
33515  Después podrás añadir nuevas columnas y filas como en matrices normales,
33516  véase
33517 \begin_inset space ~
33518 \end_inset
33519
33520
33521 \begin_inset CommandInset ref
33522 LatexCommand ref
33523 reference "sec:Matrices"
33524
33525 \end_inset
33526
33527 .
33528 \end_layout
33529
33530 \begin_layout Standard
33531
33532 \lang english
33533 Examples how to create 
33534 \noun on
33535 Feynman-
33536 \noun default
33537 diagrams in LyX is given in the 
33538 \emph on
33539 Feynman-diagram manual
33540 \emph default
33541 \lang spanish
33542  que se encuentra en el menú 
33543 \family sans
33544 Ayuda\SpecialChar \menuseparator
33545 Manuales
33546 \begin_inset space ~
33547 \end_inset
33548
33549 específicos
33550 \family default
33551 .
33552 \end_layout
33553
33554 \begin_layout Section
33555 Comandos definidos por el usuario
33556 \begin_inset Index idx
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560 Comandos de usuario
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Standard
33569 \begin_inset Note Greyedout
33570 status collapsed
33571
33572 \begin_layout Plain Layout
33573
33574 \series bold
33575 Nota:
33576 \series default
33577  Los nombres de los comandos definidos por el usuario y macros solo pueden
33578  contener letras latinas.
33579 \end_layout
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \begin_layout Subsection
33587 El comando 
33588 \backslash
33589 newcommand
33590 \begin_inset CommandInset label
33591 LatexCommand label
33592 name "sub:El-comando-newcommand"
33593
33594 \end_inset
33595
33596
33597 \begin_inset Index idx
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 Comandos de usuario ! 
33602 \backslash
33603 newcommand
33604 \end_layout
33605
33606 \end_inset
33607
33608
33609 \begin_inset Index idx
33610 status collapsed
33611
33612 \begin_layout Plain Layout
33613 Comandos ! N ! 
33614 \backslash
33615 newcommand
33616 \end_layout
33617
33618 \end_inset
33619
33620
33621 \end_layout
33622
33623 \begin_layout Standard
33624 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33625  Pero es posible definir nuevos comandos más cortos con el comando 
33626 \series bold
33627
33628 \backslash
33629 newcommand
33630 \series default
33631 .
33632  
33633 \end_layout
33634
33635 \begin_layout Standard
33636 El esquema del comando 
33637 \series bold
33638
33639 \backslash
33640 newcommand
33641 \series default
33642  es:
33643 \end_layout
33644
33645 \begin_layout Standard
33646
33647 \series bold
33648
33649 \backslash
33650 newcommand{nombre nuevo de comando}[número de argumentos]
33651 \begin_inset Newline newline
33652 \end_inset
33653
33654
33655 \begin_inset Phantom HPhantom
33656 status open
33657
33658 \begin_layout Plain Layout
33659
33660 \series bold
33661
33662 \backslash
33663 newcommand
33664 \end_layout
33665
33666 \end_inset
33667
33668 [valor opcional]{definición de comando}
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \begin_inset Note Greyedout
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676
33677 \series bold
33678 Nota:
33679 \series default
33680  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33681  documento o en paquetes LaTeX que uses.
33682  Si p.
33683 \begin_inset space \thinspace{}
33684 \end_inset
33685
33686 e.
33687  defines el comando 
33688 \series bold
33689
33690 \backslash
33691 le
33692 \series default
33693  para 
33694 \series bold
33695
33696 \backslash
33697 Leftarrow,
33698 \series default
33699  se producirán errores porque 
33700 \series bold
33701
33702 \backslash
33703 le
33704 \series default
33705  ya existe como comando para 
33706 \begin_inset Quotes fld
33707 \end_inset
33708
33709
33710 \begin_inset Formula $\le$
33711 \end_inset
33712
33713
33714 \begin_inset Quotes frd
33715 \end_inset
33716
33717 .
33718
33719 \series bold
33720  
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Standard
33729 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33730  argumentos debería tener el nuevo comando.
33731  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33732  Cuando se hace esto, el 
33733 \emph on
33734 primer
33735 \emph default
33736  argumento del nuevo comando es automáticamente opcional.
33737 \end_layout
33738
33739 \begin_layout Standard
33740 Veamos unos ejemplos:
33741 \end_layout
33742
33743 \begin_layout Itemize
33744 Para definir el comando 
33745 \series bold
33746
33747 \backslash
33748 gr
33749 \series default
33750  para 
33751 \series bold
33752
33753 \backslash
33754 Longrightarrow
33755 \series default
33756 , la línea de preámbulo LaTeX es:
33757 \begin_inset VSpace medskip
33758 \end_inset
33759
33760
33761 \begin_inset Newline newline
33762 \end_inset
33763
33764
33765 \series bold
33766
33767 \backslash
33768 newcommand{
33769 \backslash
33770 gr}{
33771 \backslash
33772 Longrightarrow}
33773 \end_layout
33774
33775 \begin_layout Itemize
33776 Para definir el comando 
33777 \series bold
33778
33779 \backslash
33780 us
33781 \series default
33782  para 
33783 \series bold
33784
33785 \backslash
33786 underline
33787 \series default
33788 , el argumento (que sería subrayado) debe tenerse en cuenta.
33789  Para esto la línea de preámbulo es:
33790 \begin_inset VSpace medskip
33791 \end_inset
33792
33793
33794 \begin_inset Newline newline
33795 \end_inset
33796
33797
33798 \series bold
33799
33800 \backslash
33801 newcommand{
33802 \backslash
33803 us}[1]{
33804 \backslash
33805 underline{#1}}
33806 \series default
33807
33808 \begin_inset VSpace medskip
33809 \end_inset
33810
33811
33812 \begin_inset Newline newline
33813 \end_inset
33814
33815 El carácter 
33816 \series bold
33817 #
33818 \series default
33819  actúa como colocador del argumento, el 
33820 \series bold
33821 1
33822 \series default
33823  indica que es el colocador para el primer argumento.
33824 \end_layout
33825
33826 \begin_layout Itemize
33827 Para 
33828 \series bold
33829
33830 \backslash
33831 framebox
33832 \series default
33833  se puede p.
33834 \begin_inset space \thinspace{}
33835 \end_inset
33836
33837 e.
33838  definir el comando 
33839 \series bold
33840
33841 \backslash
33842 fb
33843 \series default
33844 :
33845 \begin_inset VSpace medskip
33846 \end_inset
33847
33848
33849 \begin_inset Newline newline
33850 \end_inset
33851
33852
33853 \series bold
33854
33855 \backslash
33856 newcommand{
33857 \backslash
33858 fb}[3]{
33859 \backslash
33860 framebox#1#2{$#3$}}
33861 \series default
33862
33863 \begin_inset VSpace medskip
33864 \end_inset
33865
33866
33867 \begin_inset Newline newline
33868 \end_inset
33869
33870 Los dos signos dólar generan la ecuación extra necesaria para 
33871 \series bold
33872
33873 \backslash
33874 framebox
33875 \series default
33876 , véase 
33877 \begin_inset CommandInset ref
33878 LatexCommand ref
33879 reference "sub:Cuadros-con-marco"
33880
33881 \end_inset
33882
33883 .
33884 \end_layout
33885
33886 \begin_layout Itemize
33887 Para crear un nuevo comando para 
33888 \series bold
33889
33890 \backslash
33891 fcolorbox
33892 \series default
33893  donde no es necesario especificar el color para el cuadro, el argumento
33894  para el color se define opcional:
33895 \begin_inset VSpace medskip
33896 \end_inset
33897
33898
33899 \begin_inset Newline newline
33900 \end_inset
33901
33902
33903 \series bold
33904
33905 \backslash
33906 newcommand{
33907 \backslash
33908 cb}[3][white]{
33909 \backslash
33910 fcolorbox{#2}{#1}{$#3$}}
33911 \series default
33912
33913 \begin_inset VSpace medskip
33914 \end_inset
33915
33916
33917 \begin_inset Newline newline
33918 \end_inset
33919
33920 Si el color no es especificado al usar 
33921 \series bold
33922
33923 \backslash
33924 cb
33925 \series default
33926 , se elige el color 
33927 \series bold
33928 white
33929 \series default
33930  predefinido.
33931 \end_layout
33932
33933 \begin_layout Standard
33934 Un ensayo con los nuevos comandos definidos:
33935 \end_layout
33936
33937 \begin_layout Standard
33938 \noindent
33939 \align center
33940 \begin_inset Tabular
33941 <lyxtabular version="3" rows="6" columns="2">
33942 <features tabularvalignment="middle">
33943 <column alignment="center" valignment="top" width="0">
33944 <column alignment="center" valignment="top" width="0">
33945 <row>
33946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950 Comando
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959 Resultado
33960 \begin_inset Note Note
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964
33965 \series bold
33966
33967 \backslash
33968 raisebox
33969 \series default
33970  se usa sólo como espaciador
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 </row>
33981 <row>
33982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 A
33987 \backslash
33988 gr
33989 \begin_inset ERT
33990 status collapsed
33991
33992 \begin_layout Plain Layout
33993
33994
33995 \backslash
33996 spce 
33997 \end_layout
33998
33999 \end_inset
34000
34001 B
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010 \begin_inset Formula $A\gr B$
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \end_inset
34017 </cell>
34018 </row>
34019 <row>
34020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024
34025 \backslash
34026 us{ABcd
34027 \end_layout
34028
34029 \end_inset
34030 </cell>
34031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34032 \begin_inset Text
34033
34034 \begin_layout Plain Layout
34035 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \end_inset
34042 </cell>
34043 </row>
34044 <row>
34045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049
34050 \backslash
34051 fb{[2cm]
34052 \begin_inset Formula $\to$
34053 \end_inset
34054
34055
34056 \backslash
34057 {
34058 \begin_inset Formula $\to$
34059 \end_inset
34060
34061
34062 \backslash
34063 {
34064 \backslash
34065 int
34066 \begin_inset ERT
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070
34071
34072 \backslash
34073 spce 
34074 \end_layout
34075
34076 \end_inset
34077
34078 A=B
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \end_inset
34094 </cell>
34095 </row>
34096 <row>
34097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34098 \begin_inset Text
34099
34100 \begin_layout Plain Layout
34101
34102 \backslash
34103 cb{red
34104 \begin_inset Formula $\to$
34105 \end_inset
34106
34107
34108 \backslash
34109 {
34110 \backslash
34111 int
34112 \begin_inset ERT
34113 status collapsed
34114
34115 \begin_layout Plain Layout
34116
34117
34118 \backslash
34119 spce 
34120 \end_layout
34121
34122 \end_inset
34123
34124 A=B
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \end_inset
34140 </cell>
34141 </row>
34142 <row>
34143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147
34148 \backslash
34149 cb[green]
34150 \backslash
34151 {red
34152 \begin_inset Formula $\to$
34153 \end_inset
34154
34155
34156 \backslash
34157 {
34158 \backslash
34159 int
34160 \begin_inset ERT
34161 status collapsed
34162
34163 \begin_layout Plain Layout
34164
34165
34166 \backslash
34167 spce 
34168 \end_layout
34169
34170 \end_inset
34171
34172 A=B
34173 \end_layout
34174
34175 \end_inset
34176 </cell>
34177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34178 \begin_inset Text
34179
34180 \begin_layout Plain Layout
34181 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34182 \end_inset
34183
34184
34185 \end_layout
34186
34187 \end_inset
34188 </cell>
34189 </row>
34190 </lyxtabular>
34191
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \begin_layout Subsection
34198 Macros de ecuaciones
34199 \begin_inset Index idx
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203 Comandos de usuario ! Macros de ecuaciones
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 Macros
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 Los comandos definidos por el usuario son especialmente convenientes para
34223  expresiones complejas.
34224  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34225  el mismo tipo de solución se repite varias veces.
34226  La forma general de una ecuación de segundo grado es:
34227 \begin_inset Formula \[
34228 0=\lambda^{2}+p\lambda+q
34229 \]
34230
34231 \end_inset
34232
34233 La forma general de la solución es:
34234 \begin_inset Formula \[
34235 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34236 \]
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 Para definir un comando para la ecuación de la solución, en donde solo hay
34245  que especificar los tres parámetros 
34246 \begin_inset Formula $\lambda$
34247 \end_inset
34248
34249
34250 \begin_inset Formula $p$
34251 \end_inset
34252
34253 , y 
34254 \begin_inset Formula $q$
34255 \end_inset
34256
34257 , y el índice de 
34258 \begin_inset Formula $\lambda$
34259 \end_inset
34260
34261  puede darse opcionalmente, la línea de preámbulo LaTeX es
34262 \begin_inset Newline newline
34263 \end_inset
34264
34265
34266 \series bold
34267
34268 \backslash
34269 newcommand{
34270 \backslash
34271 qG}[4][1,
34272 \backslash
34273 ,2]{#2_{#1}=-
34274 \backslash
34275 frac{#3}{2}
34276 \backslash
34277 pm
34278 \begin_inset Newline newline
34279 \end_inset
34280
34281
34282 \begin_inset Phantom HPhantom
34283 status open
34284
34285 \begin_layout Plain Layout
34286
34287 \series bold
34288
34289 \backslash
34290 newcommand
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \backslash
34297 sqrt{
34298 \backslash
34299 frac{#3^{2}}{4}-#4}}
34300 \end_layout
34301
34302 \begin_layout Standard
34303 Para generar la solución se inserta el comando
34304 \begin_inset Newline newline
34305 \end_inset
34306
34307
34308 \series bold
34309
34310 \backslash
34311 qG{
34312 \backslash
34313 lambda
34314 \begin_inset Formula $\to$
34315 \end_inset
34316
34317
34318 \backslash
34319 {p
34320 \begin_inset Formula $\to$
34321 \end_inset
34322
34323
34324 \backslash
34325 {q
34326 \series default
34327  en una ecuación
34328 \series bold
34329 .
34330 \end_layout
34331
34332 \begin_layout Standard
34333 La definición del nuevo comando no es intuitiva porque hay que conocer los
34334  esquemas de todos los comandos LaTeX usados, p.
34335 \begin_inset space \thinspace{}
34336 \end_inset
34337
34338 e., que una fracción se inserta en LaTeX como
34339 \series bold
34340  
34341 \backslash
34342 frac{numerador}{denominador}
34343 \series default
34344 .
34345  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34346  ver en LyX lo que el nuevo comando está haciendo.
34347  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34348  ecuación en vez del comando
34349 \series bold
34350  
34351 \backslash
34352 newcommand
34353 \series default
34354 .
34355 \end_layout
34356
34357 \begin_layout Standard
34358 Una macro de ecuación se crea con el menú 
34359 \family sans
34360 Insertar\SpecialChar \menuseparator
34361 Ecuación\SpecialChar \menuseparator
34362 Macro
34363 \family default
34364  o con el botón 
34365 \begin_inset Graphics
34366         filename ../../images/math-macro_newmacroname_newcommand.png
34367         scale 85
34368
34369 \end_inset
34370
34371  de la barra de herramientas.
34372  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34373  como el siguiente donde se define la macro:
34374 \begin_inset Newline newline
34375 \end_inset
34376
34377
34378 \end_layout
34379
34380 \begin_layout Standard
34381 \begin_inset space \hspace*{\fill}
34382 \end_inset
34383
34384
34385 \begin_inset Graphics
34386         filename ../clipart/macrobox.png
34387
34388 \end_inset
34389
34390
34391 \begin_inset space \hspace*{\fill}
34392 \end_inset
34393
34394
34395 \begin_inset Newline newline
34396 \end_inset
34397
34398
34399 \begin_inset FormulaMacro
34400 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34401 \end_inset
34402
34403
34404 \backslash
34405 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34406  En el primer marco azul se inserta la ecuación buscada.
34407  Con el comando 
34408 \series bold
34409
34410 \backslash
34411 #númerodeargumento
34412 \series default
34413 , , o con el botón 
34414 \begin_inset Graphics
34415         filename ../../images/math-macro-add-param.png
34416         scale 85
34417
34418 \end_inset
34419
34420  de la barra de herramientas de macros se inserta un colocador de argumento,
34421  p.
34422 \begin_inset space \thinspace{}
34423 \end_inset
34424
34425 e
34426 \begin_inset space \space{}
34427 \end_inset
34428
34429
34430 \series bold
34431
34432 \backslash
34433 #1
34434 \series default
34435 .
34436  Los colocadores de argumento se muestran en rojo.
34437  Se pueden poner 9 argumentos como máximo.
34438  Con el botón 
34439 \begin_inset Graphics
34440         filename ../../images/math-macro-add-optional-param.png
34441         scale 85
34442
34443 \end_inset
34444
34445  se crean argumentos opcionales.
34446  El primer argumento no opcional puede transformarse en opcional con el
34447  botón 
34448 \begin_inset Graphics
34449         filename ../../images/math-macro-make-optional.png
34450         scale 85
34451
34452 \end_inset
34453
34454 .
34455  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34456  Normalmente quieres verlo tal como está definido, así que el recuadro se
34457  deja vacío.
34458  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34459  en dicho recuadro puedes insertar, por ejemplo
34460 \begin_inset Newline newline
34461 \end_inset
34462
34463
34464 \series bold
34465 qG: 
34466 \backslash
34467 #1
34468 \series default
34469  
34470 \series bold
34471 ,
34472 \series default
34473  
34474 \series bold
34475
34476 \backslash
34477 #2
34478 \series default
34479  
34480 \series bold
34481 ,
34482 \series default
34483  
34484 \series bold
34485
34486 \backslash
34487 #3, 
34488 \backslash
34489 #4
34490 \begin_inset Newline newline
34491 \end_inset
34492
34493
34494 \series default
34495 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34496  en LyX, lo que conlleva una visualización mejor.
34497  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34498 \begin_inset Newline newline
34499 \end_inset
34500
34501 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34502  macros individuales situando el cursor en la macro y usando el menú 
34503 \family sans
34504 Ver\SpecialChar \menuseparator
34505 (Des)plegar macro de ecuación.
34506 \end_layout
34507
34508 \begin_layout Standard
34509 Para usar una macro, se inserta el nombre de la misma como comando en una
34510  ecuación, en nuestro caso 
34511 \series bold
34512
34513 \backslash
34514 qG
34515 \series default
34516 .
34517  Nuestra macro se muestra en LyX así:
34518 \begin_inset Newline newline
34519 \end_inset
34520
34521
34522 \begin_inset space \hspace*{\fill}
34523 \end_inset
34524
34525
34526 \begin_inset Graphics
34527         filename ../clipart/macrouse.png
34528
34529 \end_inset
34530
34531
34532 \begin_inset space \hspace*{\fill}
34533 \end_inset
34534
34535
34536 \begin_inset Newline newline
34537 \end_inset
34538
34539 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34540 \begin_inset Formula $x$
34541 \end_inset
34542
34543
34544 \begin_inset Formula $\ln(x)$
34545 \end_inset
34546
34547 , y 
34548 \begin_inset Formula $B$
34549 \end_inset
34550
34551 :
34552 \end_layout
34553
34554 \begin_layout Standard
34555 \begin_inset Formula \[
34556 \qG x{\ln(x)}B
34557 \]
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Standard
34565 LyX ofrece en el menú 
34566 \family sans
34567 Herramientas
34568 \family default
34569 \SpecialChar \menuseparator
34570
34571 \family sans
34572 Preferencias\SpecialChar \menuseparator
34573 Edición\SpecialChar \menuseparator
34574 Control
34575 \family default
34576  diferentes estilos para editar macros.
34577  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34578  cursor en una macro para ver la diferencia.
34579 \end_layout
34580
34581 \begin_layout Standard
34582 Una macro de ecuación se transforma internamente en un comando 
34583 \series bold
34584
34585 \backslash
34586 newcommand
34587 \series default
34588  cuando se exporta el documento.
34589  El comando creado 
34590 \series bold
34591
34592 \backslash
34593 newcommand
34594 \series default
34595  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34596  usar en ecuaciones que estén en recuadros de definición de macros en el
34597  documento.
34598  
34599 \end_layout
34600
34601 \begin_layout Standard
34602 Las macros de ecuación también pueden crearse directamente a partir de un
34603  comando
34604 \series bold
34605  
34606 \backslash
34607 newcommand
34608 \series default
34609 .
34610  Por ejemplo, escribiendo el comando
34611 \begin_inset Newline newline
34612 \end_inset
34613
34614
34615 \series bold
34616
34617 \backslash
34618 newcommand{
34619 \backslash
34620 larrow}[2]{
34621 \backslash
34622 xleftarrow[#2]{#1}}
34623 \begin_inset Newline newline
34624 \end_inset
34625
34626
34627 \series default
34628 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34629  el atajo 
34630 \family sans
34631 Ctrl+M
34632 \family default
34633 , el comando se transformará en una macro de ecuación.
34634  Al emplear este método debes tener cuidado en escribir correctamente el
34635  comando 
34636 \series bold
34637
34638 \backslash
34639 newcommand
34640 \series default
34641 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34642  
34643 \end_layout
34644
34645 \begin_layout Standard
34646 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34647  en definiciones de macros se manejan incorrectamente.
34648  Por eso el ejemplo 
34649 \series bold
34650
34651 \backslash
34652 fb
34653 \series default
34654  de 
34655 \begin_inset CommandInset ref
34656 LatexCommand ref
34657 reference "sub:El-comando-newcommand"
34658
34659 \end_inset
34660
34661  no puede crearse como macro.
34662 \end_layout
34663
34664 \begin_layout Standard
34665 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34666  la barra de herramientas de macros:
34667 \end_layout
34668
34669 \begin_layout Standard
34670 \begin_inset VSpace defskip
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \begin_layout Standard
34677 \begin_inset Graphics
34678         filename ../clipart/MacroToolbar.png
34679
34680 \end_inset
34681
34682
34683 \begin_inset Index idx
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687 Macros ! Barra de herramientas
34688 \end_layout
34689
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \begin_layout Standard
34696 \begin_inset VSpace defskip
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \begin_layout Standard
34703 La barra de herramientas de macros contiene los siguientes botones:
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \begin_inset VSpace defskip
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Standard
34714 \begin_inset Tabular
34715 <lyxtabular version="3" rows="9" columns="2">
34716 <features islongtable="true" longtabularalignment="center">
34717 <column alignment="left" valignment="top" width="0">
34718 <column alignment="left" valignment="top" width="85col%">
34719 <row interlinespace="2.5mm">
34720 <cell alignment="center" valignment="top" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 \begin_inset Graphics
34725         filename ../../images/math-macro-remove-param.png
34726         rotateOrigin center
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \end_inset
34734 </cell>
34735 <cell alignment="center" valignment="top" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739
34740 \family sans
34741 Editar\SpecialChar \menuseparator
34742 Ecuación\SpecialChar \menuseparator
34743 Definición de macro\SpecialChar \menuseparator
34744 Quitar último argumento
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 </row>
34750 <row interlinespace="2.5mm">
34751 <cell alignment="center" valignment="top" usebox="none">
34752 \begin_inset Text
34753
34754 \begin_layout Plain Layout
34755 \begin_inset Graphics
34756         filename ../../images/math-macro-add-param.png
34757         rotateOrigin center
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770
34771 \family sans
34772 Editar\SpecialChar \menuseparator
34773 Ecuación\SpecialChar \menuseparator
34774 Definición de macro\SpecialChar \menuseparator
34775 Añadir argumento
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 </row>
34781 <row interlinespace="2.5mm">
34782 <cell alignment="center" valignment="top" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786 \begin_inset Graphics
34787         filename ../../images/math-macro-make-optional.png
34788         rotateOrigin center
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \end_inset
34796 </cell>
34797 <cell alignment="center" valignment="top" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801
34802 \family sans
34803 Editar\SpecialChar \menuseparator
34804 Ecuación\SpecialChar \menuseparator
34805 Definición de macro\SpecialChar \menuseparator
34806 Hacer opcional el primer
34807 \begin_inset Newline newline
34808 \end_inset
34809
34810
34811 \begin_inset Phantom HPhantom
34812 status open
34813
34814 \begin_layout Plain Layout
34815
34816 \family sans
34817 Editar\SpecialChar \menuseparator
34818 Ecuación\SpecialChar \menuseparator
34819 Definición de macro\SpecialChar \menuseparator
34820
34821 \end_layout
34822
34823 \end_inset
34824
34825 argumento no opcional
34826 \end_layout
34827
34828 \end_inset
34829 </cell>
34830 </row>
34831 <row interlinespace="2.5mm">
34832 <cell alignment="center" valignment="top" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836 \begin_inset Graphics
34837         filename ../../images/math-macro-make-nonoptional.png
34838         rotateOrigin center
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 <cell alignment="center" valignment="top" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851
34852 \family sans
34853 Editar\SpecialChar \menuseparator
34854 Ecuación\SpecialChar \menuseparator
34855 Definición de macro\SpecialChar \menuseparator
34856 Hacer no opcional el primer
34857 \begin_inset Newline newline
34858 \end_inset
34859
34860
34861 \begin_inset Phantom HPhantom
34862 status open
34863
34864 \begin_layout Plain Layout
34865
34866 \family sans
34867 Editar\SpecialChar \menuseparator
34868 Ecuación\SpecialChar \menuseparator
34869 Definición de macro\SpecialChar \menuseparator
34870
34871 \end_layout
34872
34873 \end_inset
34874
34875 argumento opcional
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 </row>
34881 <row interlinespace="2.5mm">
34882 <cell alignment="center" valignment="top" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 \begin_inset Graphics
34887         filename ../../images/math-macro-remove-optional-param.png
34888         rotateOrigin center
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 <cell alignment="center" valignment="top" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901
34902 \family sans
34903 Editar\SpecialChar \menuseparator
34904 Ecuación\SpecialChar \menuseparator
34905 Definición de macro\SpecialChar \menuseparator
34906 Quitar argumento opcional
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 </row>
34912 <row interlinespace="2.5mm">
34913 <cell alignment="center" valignment="top" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917 \begin_inset Graphics
34918         filename ../../images/math-macro-add-optional-param.png
34919         rotateOrigin center
34920
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 <cell alignment="center" valignment="top" usebox="none">
34929 \begin_inset Text
34930
34931 \begin_layout Plain Layout
34932
34933 \family sans
34934 Editar\SpecialChar \menuseparator
34935 Ecuación\SpecialChar \menuseparator
34936 Definición de macro\SpecialChar \menuseparator
34937 Insertar argumento opcional
34938 \end_layout
34939
34940 \end_inset
34941 </cell>
34942 </row>
34943 <row interlinespace="2.5mm">
34944 <cell alignment="center" valignment="top" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948 \begin_inset Graphics
34949         filename ../../images/math-macro-remove-greedy-param.png
34950         rotateOrigin center
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 <cell alignment="center" valignment="top" usebox="none">
34960 \begin_inset Text
34961
34962 \begin_layout Plain Layout
34963
34964 \family sans
34965 Editar\SpecialChar \menuseparator
34966 Ecuación\SpecialChar \menuseparator
34967 Definición de macro\SpecialChar \menuseparator
34968 Quitar último argumento
34969 \begin_inset Newline newline
34970 \end_inset
34971
34972
34973 \begin_inset Phantom HPhantom
34974 status open
34975
34976 \begin_layout Plain Layout
34977
34978 \family sans
34979 Editar\SpecialChar \menuseparator
34980 Ecuación\SpecialChar \menuseparator
34981 Definición de macro\SpecialChar \menuseparator
34982
34983 \end_layout
34984
34985 \end_inset
34986
34987 yendo hacia la derecha
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 </row>
34993 <row interlinespace="2.5mm">
34994 <cell alignment="center" valignment="top" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998 \begin_inset Graphics
34999         filename ../../images/math-macro-append-greedy-param.png
35000         rotateOrigin center
35001
35002 \end_inset
35003
35004
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 <cell alignment="center" valignment="top" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013
35014 \family sans
35015 Editar\SpecialChar \menuseparator
35016 Ecuación\SpecialChar \menuseparator
35017 Definición de macro\SpecialChar \menuseparator
35018 Añadir argumento comiendo
35019 \begin_inset Newline newline
35020 \end_inset
35021
35022
35023 \begin_inset Phantom HPhantom
35024 status open
35025
35026 \begin_layout Plain Layout
35027
35028 \family sans
35029 Editar\SpecialChar \menuseparator
35030 Ecuación\SpecialChar \menuseparator
35031 Definición de macro\SpecialChar \menuseparator
35032
35033 \end_layout
35034
35035 \end_inset
35036
35037 desde la derecha
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 </row>
35043 <row interlinespace="2.5mm">
35044 <cell alignment="center" valignment="top" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 \begin_inset Graphics
35049         filename ../../images/math-macro-add-greedy-optional-param.png
35050         rotateOrigin center
35051
35052 \end_inset
35053
35054
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 <cell alignment="center" valignment="top" usebox="none">
35060 \begin_inset Text
35061
35062 \begin_layout Plain Layout
35063
35064 \family sans
35065 Editar\SpecialChar \menuseparator
35066 Ecuación\SpecialChar \menuseparator
35067 Definición de macro\SpecialChar \menuseparator
35068 Añadir argumento opcional
35069 \begin_inset Newline newline
35070 \end_inset
35071
35072
35073 \begin_inset Phantom HPhantom
35074 status open
35075
35076 \begin_layout Plain Layout
35077
35078 \family sans
35079 Editar\SpecialChar \menuseparator
35080 Ecuación\SpecialChar \menuseparator
35081 Definición de macro\SpecialChar \menuseparator
35082
35083 \end_layout
35084
35085 \end_inset
35086
35087 comiendo desde la derecha
35088 \end_layout
35089
35090 \end_inset
35091 </cell>
35092 </row>
35093 </lyxtabular>
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Standard
35101 \noindent
35102 \align center
35103 \begin_inset Newpage newpage
35104 \end_inset
35105
35106
35107 \end_layout
35108
35109 \begin_layout Section
35110 Indicaciones
35111 \begin_inset Index idx
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115 Indicaciones
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \begin_layout Subsection
35124 Números negativos
35125 \begin_inset Index idx
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129 Numeros@Números ! negativos
35130 \end_layout
35131
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Standard
35138 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35139  menos delante del número tiene la misma longitud que el operador signo
35140  menos.
35141  Si se escribe el número negativo en texto normal el signo menos aparece
35142  correctamente.
35143 \end_layout
35144
35145 \begin_layout Standard
35146 Así pues, el problema desaparece si se convierte el signo menos a texto
35147  matemático.
35148 \end_layout
35149
35150 \begin_layout Standard
35151 Un ejemplo para visualizar el problema:
35152 \end_layout
35153
35154 \begin_layout Standard
35155 \noindent
35156 \align center
35157 \begin_inset Tabular
35158 <lyxtabular version="3" rows="3" columns="2">
35159 <features tabularvalignment="middle">
35160 <column alignment="center" valignment="top" width="0">
35161 <column alignment="center" valignment="top" width="0">
35162 <row>
35163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167 texto normal:
35168 \end_layout
35169
35170 \end_inset
35171 </cell>
35172 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35173 \begin_inset Text
35174
35175 \begin_layout Plain Layout
35176 x = -2
35177 \end_layout
35178
35179 \end_inset
35180 </cell>
35181 </row>
35182 <row>
35183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35184 \begin_inset Text
35185
35186 \begin_layout Plain Layout
35187 ecuación:
35188 \end_layout
35189
35190 \end_inset
35191 </cell>
35192 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35193 \begin_inset Text
35194
35195 \begin_layout Plain Layout
35196 \begin_inset Formula $x=-2$
35197 \end_inset
35198
35199
35200 \end_layout
35201
35202 \end_inset
35203 </cell>
35204 </row>
35205 <row>
35206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35207 \begin_inset Text
35208
35209 \begin_layout Plain Layout
35210 solución:
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219 \begin_inset Formula $x=\mbox{-}2$
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \end_inset
35226 </cell>
35227 </row>
35228 </lyxtabular>
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Subsection
35236 Coma como separador decimal
35237 \begin_inset Index idx
35238 status collapsed
35239
35240 \begin_layout Plain Layout
35241 Coma decimal
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \end_layout
35248
35249 \begin_layout Standard
35250 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35251  de grupos numéricos.
35252  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35253 \end_layout
35254
35255 \begin_layout Standard
35256 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35257  
35258 \family sans
35259 Ctrl+M
35260 \family default
35261 ).
35262 \end_layout
35263
35264 \begin_layout Standard
35265 Para usar las comas en todas las fórmulas del documento como separador decimal,
35266  se carga el archivo 
35267 \series bold
35268 icomma.sty
35269 \series default
35270
35271 \begin_inset Foot
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275
35276 \series bold
35277 icomma
35278 \series default
35279  forma parte del paquete LaTeX 
35280 \series bold
35281 was
35282 \series default
35283
35284 \begin_inset Index idx
35285 status collapsed
35286
35287 \begin_layout Plain Layout
35288 Paquetes ! was
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294
35295 \backslash
35296 vspace{4mm}
35297 \end_layout
35298
35299 \end_inset
35300
35301
35302 \end_layout
35303
35304 \end_inset
35305
35306 .
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \begin_inset Index idx
35313 status collapsed
35314
35315 \begin_layout Plain Layout
35316 Paquetes ! icomma
35317 \end_layout
35318
35319 \end_inset
35320
35321  en el preámbulo LaTeX con la línea: 
35322 \end_layout
35323
35324 \begin_layout Standard
35325
35326 \series bold
35327
35328 \backslash
35329 usepackage{icomma}
35330 \end_layout
35331
35332 \begin_layout Subsection
35333 Vectores físicos
35334 \begin_inset CommandInset label
35335 LatexCommand label
35336 name "sub:Vectores-físicos"
35337
35338 \end_inset
35339
35340
35341 \begin_inset Index idx
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345 Vectores físicos
35346 \end_layout
35347
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \begin_layout Standard
35354 El paquete LaTeX 
35355 \series bold
35356 braket
35357 \series default
35358
35359 \begin_inset Index idx
35360 status collapsed
35361
35362 \begin_layout Plain Layout
35363 Paquetes ! braket
35364 \end_layout
35365
35366 \end_inset
35367
35368  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
35369 \end_layout
35370
35371 \begin_layout Standard
35372
35373 \series bold
35374
35375 \backslash
35376 usepackage{braket}
35377 \end_layout
35378
35379 \begin_layout Standard
35380 \begin_inset ERT
35381 status collapsed
35382
35383 \begin_layout Plain Layout
35384
35385
35386 \backslash
35387 ifbraket 
35388 \end_layout
35389
35390 \end_inset
35391
35392
35393 \begin_inset Note Note
35394 status open
35395
35396 \begin_layout Plain Layout
35397 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35398 \series bold
35399 braket
35400 \series default
35401  está instalado.
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Standard
35410 Están definidos los siguientes comandos:
35411 \end_layout
35412
35413 \begin_layout Standard
35414 \noindent
35415 \align center
35416 \begin_inset Tabular
35417 <lyxtabular version="3" rows="4" columns="2">
35418 <features tabularvalignment="middle">
35419 <column alignment="center" valignment="top" width="0">
35420 <column alignment="center" valignment="top" width="0">
35421 <row>
35422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35423 \begin_inset Text
35424
35425 \begin_layout Plain Layout
35426 Comando
35427 \end_layout
35428
35429 \end_inset
35430 </cell>
35431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35432 \begin_inset Text
35433
35434 \begin_layout Plain Layout
35435 Resultado
35436 \end_layout
35437
35438 \end_inset
35439 </cell>
35440 </row>
35441 <row>
35442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35443 \begin_inset Text
35444
35445 \begin_layout Plain Layout
35446
35447 \backslash
35448 Bra{
35449 \backslash
35450 psi
35451 \end_layout
35452
35453 \end_inset
35454 </cell>
35455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35456 \begin_inset Text
35457
35458 \begin_layout Plain Layout
35459 \begin_inset Formula $\Bra{\psi}$
35460 \end_inset
35461
35462
35463 \end_layout
35464
35465 \end_inset
35466 </cell>
35467 </row>
35468 <row>
35469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473
35474 \backslash
35475 Ket{
35476 \backslash
35477 psi
35478 \end_layout
35479
35480 \end_inset
35481 </cell>
35482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35483 \begin_inset Text
35484
35485 \begin_layout Plain Layout
35486 \begin_inset Formula $\Ket{\psi}$
35487 \end_inset
35488
35489
35490 \end_layout
35491
35492 \end_inset
35493 </cell>
35494 </row>
35495 <row>
35496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35497 \begin_inset Text
35498
35499 \begin_layout Plain Layout
35500
35501 \backslash
35502 Braket{
35503 \backslash
35504 psi|
35505 \backslash
35506 phi
35507 \end_layout
35508
35509 \end_inset
35510 </cell>
35511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35512 \begin_inset Text
35513
35514 \begin_layout Plain Layout
35515 \begin_inset Formula $\Braket{\psi|\phi}$
35516 \end_inset
35517
35518
35519 \end_layout
35520
35521 \end_inset
35522 </cell>
35523 </row>
35524 </lyxtabular>
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Standard
35532 El comando 
35533 \series bold
35534
35535 \backslash
35536 Braket
35537 \series default
35538  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35539  circundantes:
35540 \begin_inset Formula \[
35541 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35542 \]
35543
35544 \end_inset
35545
35546
35547 \begin_inset ERT
35548 status collapsed
35549
35550 \begin_layout Plain Layout
35551
35552
35553 \backslash
35554 else
35555 \end_layout
35556
35557 \end_inset
35558
35559
35560 \begin_inset Note Note
35561 status open
35562
35563 \begin_layout Plain Layout
35564 Lo que sigue se verá en la salida si el paquete LaTeX 
35565 \series bold
35566 braket
35567 \series default
35568  no está instalado:
35569 \end_layout
35570
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \begin_layout Standard
35577 Debes instalar el paquete LaTeX 
35578 \series bold
35579 braket
35580 \series default
35581  para ver en la salida el resto de esta subsección.
35582 \end_layout
35583
35584 \begin_layout Standard
35585 \begin_inset ERT
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589
35590
35591 \backslash
35592 fi
35593 \end_layout
35594
35595 \end_inset
35596
35597
35598 \end_layout
35599
35600 \begin_layout Standard
35601 El efecto de 
35602 \series bold
35603
35604 \backslash
35605 Braket
35606 \series default
35607  también se puede conseguir con el comando 
35608 \series bold
35609
35610 \backslash
35611 middle
35612 \series default
35613 , que se describe en 
35614 \begin_inset CommandInset ref
35615 LatexCommand ref
35616 reference "sub:Tamaño-automático-de"
35617
35618 \end_inset
35619
35620 .
35621 \end_layout
35622
35623 \begin_layout Subsection
35624 Fracciones definidas por el usuario
35625 \begin_inset CommandInset label
35626 LatexCommand label
35627 name "sub:Fracciones-personalizadas"
35628
35629 \end_inset
35630
35631
35632 \begin_inset Index idx
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636 Fracciones ! personalizadas
35637 \end_layout
35638
35639 \end_inset
35640
35641
35642 \end_layout
35643
35644 \begin_layout Standard
35645 Para definir comandos personalizados para fracciones, se usa el comando
35646  
35647 \series bold
35648
35649 \backslash
35650 genfrac
35651 \series default
35652
35653 \begin_inset Index idx
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657 Comandos ! G ! 
35658 \backslash
35659 genfrac
35660 \end_layout
35661
35662 \end_inset
35663
35664  con el siguiente esquema:
35665 \end_layout
35666
35667 \begin_layout Standard
35668
35669 \series bold
35670
35671 \backslash
35672 genfrac{delimitador izquierdo}{delimitador derecho}
35673 \begin_inset Newline newline
35674 \end_inset
35675
35676
35677 \begin_inset Phantom HPhantom
35678 status open
35679
35680 \begin_layout Plain Layout
35681
35682 \series bold
35683
35684 \backslash
35685 genfrac
35686 \end_layout
35687
35688 \end_inset
35689
35690 {grosor raya de fracción}{estilo}{numerador}{denominador}
35691 \end_layout
35692
35693 \begin_layout Standard
35694 El estilo es un número en el rango 0
35695 \begin_inset space \thinspace{}
35696 \end_inset
35697
35698 -
35699 \begin_inset space \thinspace{}
35700 \end_inset
35701
35702 3.
35703 \end_layout
35704
35705 \begin_layout Standard
35706 \align center
35707 \begin_inset Tabular
35708 <lyxtabular version="3" rows="5" columns="2">
35709 <features tabularvalignment="middle">
35710 <column alignment="center" valignment="top" width="0">
35711 <column alignment="center" valignment="top" width="0">
35712 <row>
35713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35714 \begin_inset Text
35715
35716 \begin_layout Plain Layout
35717 Número
35718 \end_layout
35719
35720 \end_inset
35721 </cell>
35722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Plain Layout
35726 Estilo (tamaño)
35727 \end_layout
35728
35729 \end_inset
35730 </cell>
35731 </row>
35732 <row>
35733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35734 \begin_inset Text
35735
35736 \begin_layout Plain Layout
35737 0
35738 \end_layout
35739
35740 \end_inset
35741 </cell>
35742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35743 \begin_inset Text
35744
35745 \begin_layout Plain Layout
35746 ecuación presentada
35747 \end_layout
35748
35749 \end_inset
35750 </cell>
35751 </row>
35752 <row>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757 1
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766 ecuación en línea
35767 \end_layout
35768
35769 \end_inset
35770 </cell>
35771 </row>
35772 <row>
35773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35774 \begin_inset Text
35775
35776 \begin_layout Plain Layout
35777 2
35778 \end_layout
35779
35780 \end_inset
35781 </cell>
35782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Plain Layout
35786 pequeño
35787 \end_layout
35788
35789 \end_inset
35790 </cell>
35791 </row>
35792 <row>
35793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Plain Layout
35797 3
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35803 \begin_inset Text
35804
35805 \begin_layout Plain Layout
35806 muy pequeño
35807 \end_layout
35808
35809 \end_inset
35810 </cell>
35811 </row>
35812 </lyxtabular>
35813
35814 \end_inset
35815
35816
35817 \end_layout
35818
35819 \begin_layout Standard
35820 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35821  
35822 \series bold
35823
35824 \backslash
35825 frac
35826 \series default
35827 .
35828 \end_layout
35829
35830 \begin_layout Standard
35831 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35832  de 0.4
35833 \begin_inset space \thinspace{}
35834 \end_inset
35835
35836 pt.
35837 \end_layout
35838
35839 \begin_layout Standard
35840 Por ejemplo, los comandos 
35841 \series bold
35842
35843 \backslash
35844 dfrac
35845 \series default
35846  y 
35847 \series bold
35848
35849 \backslash
35850 tbinom
35851 \series default
35852  de la 
35853 \begin_inset CommandInset ref
35854 LatexCommand ref
35855 reference "sub:Fracciones"
35856
35857 \end_inset
35858
35859  se definen con los comandos:
35860 \end_layout
35861
35862 \begin_layout Standard
35863
35864 \series bold
35865
35866 \backslash
35867 newcommand{
35868 \backslash
35869 dfrac}[2]{
35870 \backslash
35871 genfrac{}{}{}{0}{#1}{#2}}
35872 \end_layout
35873
35874 \begin_layout Standard
35875 y
35876 \end_layout
35877
35878 \begin_layout Standard
35879
35880 \series bold
35881
35882 \backslash
35883 newcommand{
35884 \backslash
35885 tbinom}[2]{
35886 \backslash
35887 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35888 \end_layout
35889
35890 \begin_layout Standard
35891 \begin_inset VSpace medskip
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \begin_layout Standard
35898 Para definir una fracción en la que el grosor de la raya se pueda definir
35899  como argumento opcional, se inserta la siguiente línea en el preámbulo
35900  LaTeX:
35901 \end_layout
35902
35903 \begin_layout Standard
35904
35905 \series bold
35906
35907 \backslash
35908 newcommand{
35909 \backslash
35910 fracS}[3][]{
35911 \backslash
35912 genfrac{}{}{#1}{}{#2}{#3}}
35913 \end_layout
35914
35915 \begin_layout Standard
35916 Un ensayo:
35917 \begin_inset Formula \begin{align*}
35918 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35919 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35920 \end{align*}
35921
35922 \end_inset
35923
35924 Como se puede ver, la distancia del numerador y el denominador a la raya
35925  de fracción se redondea a unas tres veces el grosor de la raya.
35926 \end_layout
35927
35928 \begin_layout Subsection
35929 Ecuaciones canceladas
35930 \begin_inset Index idx
35931 status collapsed
35932
35933 \begin_layout Plain Layout
35934 Ecuación ! cancelada
35935 \end_layout
35936
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \begin_layout Standard
35943 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35944  
35945 \series bold
35946 cancel
35947 \series default
35948
35949 \begin_inset Index idx
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 Paquetes ! cancel
35954 \end_layout
35955
35956 \end_inset
35957
35958  con la línea de preámbulo LaTeX
35959 \end_layout
35960
35961 \begin_layout Standard
35962
35963 \series bold
35964
35965 \backslash
35966 usepackage[samesize]{cancel}
35967 \end_layout
35968
35969 \begin_layout Standard
35970 \begin_inset ERT
35971 status collapsed
35972
35973 \begin_layout Plain Layout
35974
35975
35976 \backslash
35977 ifcancel 
35978 \end_layout
35979
35980 \end_inset
35981
35982
35983 \begin_inset Note Note
35984 status open
35985
35986 \begin_layout Plain Layout
35987 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35988 \series bold
35989 cancel
35990 \series default
35991  está instalado.
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 Hay cuatro formas de cancelar ecuaciones:
36001 \end_layout
36002
36003 \begin_layout Standard
36004 \align center
36005 \begin_inset Tabular
36006 <lyxtabular version="3" rows="5" columns="2">
36007 <features tabularvalignment="middle">
36008 <column alignment="center" valignment="top" width="0">
36009 <column alignment="center" valignment="top" width="0">
36010 <row>
36011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36012 \begin_inset Text
36013
36014 \begin_layout Plain Layout
36015 Comando
36016 \end_layout
36017
36018 \end_inset
36019 </cell>
36020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36021 \begin_inset Text
36022
36023 \begin_layout Plain Layout
36024 Resultado
36025 \begin_inset Note Note
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029 El
36030 \series bold
36031  
36032 \series default
36033 espacio y 
36034 \series bold
36035
36036 \backslash
36037 raisebox
36038 \series default
36039  se usa sólo como espaciador
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \end_inset
36048 </cell>
36049 </row>
36050 <row>
36051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36052 \begin_inset Text
36053
36054 \begin_layout Plain Layout
36055
36056 \backslash
36057 cancel{
36058 \backslash
36059 int
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065
36066 \backslash
36067 spce 
36068 \end_layout
36069
36070 \end_inset
36071
36072 A=B
36073 \end_layout
36074
36075 \end_inset
36076 </cell>
36077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36078 \begin_inset Text
36079
36080 \begin_layout Plain Layout
36081 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36082 \end_inset
36083
36084
36085 \end_layout
36086
36087 \end_inset
36088 </cell>
36089 </row>
36090 <row>
36091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Plain Layout
36095
36096 \backslash
36097 bcancel{
36098 \backslash
36099 int
36100 \begin_inset ERT
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104
36105
36106 \backslash
36107 spce 
36108 \end_layout
36109
36110 \end_inset
36111
36112 A=B
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36122 \end_inset
36123
36124
36125 \end_layout
36126
36127 \end_inset
36128 </cell>
36129 </row>
36130 <row>
36131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36132 \begin_inset Text
36133
36134 \begin_layout Plain Layout
36135
36136 \backslash
36137 xcancel{
36138 \backslash
36139 int
36140 \begin_inset ERT
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144
36145
36146 \backslash
36147 spce 
36148 \end_layout
36149
36150 \end_inset
36151
36152 A=B
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36162 \end_inset
36163
36164
36165 \end_layout
36166
36167 \end_inset
36168 </cell>
36169 </row>
36170 <row>
36171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Plain Layout
36175
36176 \backslash
36177 cancelto{1
36178 \begin_inset Formula $\to$
36179 \end_inset
36180
36181
36182 \backslash
36183 {
36184 \backslash
36185 int
36186 \begin_inset ERT
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190
36191
36192 \backslash
36193 spce 
36194 \end_layout
36195
36196 \end_inset
36197
36198 A=B
36199 \end_layout
36200
36201 \end_inset
36202 </cell>
36203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \end_inset
36214 </cell>
36215 </row>
36216 </lyxtabular>
36217
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \begin_layout Standard
36224
36225 \series bold
36226
36227 \backslash
36228 cancelto
36229 \series default
36230  es especialmente apropiada para visualizar la simplificación de fracciones
36231  en una ecuación:
36232 \begin_inset Formula \[
36233 \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}}}
36234 \]
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \begin_layout Standard
36242 \begin_inset ERT
36243 status collapsed
36244
36245 \begin_layout Plain Layout
36246
36247
36248 \backslash
36249 else
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \begin_inset Note Note
36256 status open
36257
36258 \begin_layout Plain Layout
36259 Lo que sigue se verá en la salida si el paquete LaTeX 
36260 \series bold
36261 cancel
36262 \series default
36263  no está instalado:
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Standard
36272 Debes instalar el paquete LaTeX 
36273 \series bold
36274 cancel
36275 \series default
36276  para ver en la salida el resto de esta subsección.
36277 \end_layout
36278
36279 \begin_layout Standard
36280 \begin_inset ERT
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284
36285
36286 \backslash
36287 fi
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Subsection
36296 Ecuaciones en encabezados de sección
36297 \begin_inset CommandInset label
36298 LatexCommand label
36299 name "sub:Ecuaciones-en-encabezados"
36300
36301 \end_inset
36302
36303
36304 \begin_inset Index idx
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308 Ecuación ! en encabezados de sección
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \end_layout
36315
36316 \begin_layout Standard
36317 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36318  en cuenta lo siguiente:
36319 \end_layout
36320
36321 \begin_layout Standard
36322 \begin_inset Note Greyedout
36323 status open
36324
36325 \begin_layout Plain Layout
36326 Si el soporte para 
36327 \series bold
36328 hyperref
36329 \series default
36330
36331 \begin_inset Index idx
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335 Paquetes ! hyperref
36336 \end_layout
36337
36338 \end_inset
36339
36340  está activado en la configuración del documento, 
36341 \family sans
36342 Propiedades
36343 \begin_inset space ~
36344 \end_inset
36345
36346
36347 \family default
36348 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36349  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36350  texto del marcador, porque se infringen las convenciones PDF.
36351 \end_layout
36352
36353 \end_inset
36354
36355
36356 \end_layout
36357
36358 \begin_layout Standard
36359 Estos problemas se pueden solucionar insertando al final del encabezado
36360  un título breve con el menú 
36361 \family sans
36362 Insertar\SpecialChar \menuseparator
36363 Título
36364 \begin_inset space ~
36365 \end_inset
36366
36367 breve
36368 \family default
36369 .
36370  Los títulos breves se usan como alternativa para encabezados de sección
36371  con más de una línea para mantener el buen aspecto del índice.
36372  En éste sólo aparece el título breve y por tanto también en los marcadores.
36373 \end_layout
36374
36375 \begin_layout Standard
36376 Si hay que poner ecuaciones en el índice y se usa 
36377 \series bold
36378 hyperref
36379 \series default
36380 , se puede insertar el siguiente comando en modo TeX:
36381 \end_layout
36382
36383 \begin_layout Standard
36384
36385 \series bold
36386
36387 \backslash
36388 texorpdfstring{parte}{alternativa}
36389 \begin_inset Index idx
36390 status collapsed
36391
36392 \begin_layout Plain Layout
36393 Comandos ! T ! 
36394 \backslash
36395 texorpdfstring
36396 \end_layout
36397
36398 \end_inset
36399
36400
36401 \end_layout
36402
36403 \begin_layout Standard
36404 parte se refiere a la parte del encabezado que no debería aparecer en el
36405  marcador PDF.
36406  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36407  La alternativa se usa para el marcador en vez de la parte.
36408 \end_layout
36409
36410 \begin_layout Standard
36411 Aquí hay dos ejemplos de encabezados con ecuación:
36412 \end_layout
36413
36414 \begin_layout Standard
36415 \begin_inset VSpace -3mm
36416 \end_inset
36417
36418
36419 \end_layout
36420
36421 \begin_layout Standard
36422 \begin_inset ERT
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426
36427
36428 \backslash
36429 boldmath 
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Subsubsection
36438 Encabezado sin ecuación en el índice 
36439 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36440 \end_inset
36441
36442
36443 \begin_inset Argument
36444 status collapsed
36445
36446 \begin_layout Plain Layout
36447 Encabezado sin ecuación en el índice
36448 \end_layout
36449
36450 \end_inset
36451
36452
36453 \end_layout
36454
36455 \begin_layout Subsubsection
36456 Encabezado con ecuación en el índice
36457 \begin_inset ERT
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461
36462
36463 \backslash
36464 texorpdfstring{
36465 \end_layout
36466
36467 \end_inset
36468
36469  
36470 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36471 \end_inset
36472
36473
36474 \begin_inset ERT
36475 status collapsed
36476
36477 \begin_layout Plain Layout
36478
36479 }{}
36480 \end_layout
36481
36482 \end_inset
36483
36484
36485 \end_layout
36486
36487 \begin_layout Standard
36488 \begin_inset ERT
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492
36493
36494 \backslash
36495 unboldmath 
36496 \end_layout
36497
36498 \end_inset
36499
36500 En el primer encabezado se ha puesto un título breve, en el segundo un 
36501 \series bold
36502
36503 \backslash
36504 texorpdfstring
36505 \series default
36506 .
36507 \end_layout
36508
36509 \begin_layout Standard
36510 Para obtener el mismo formato que en los demás encabezados se han puesto
36511  ambos en un entorno 
36512 \series bold
36513 boldmath
36514 \series default
36515 .
36516 \begin_inset Foot
36517 status collapsed
36518
36519 \begin_layout Plain Layout
36520 véase 
36521 \begin_inset CommandInset ref
36522 LatexCommand ref
36523 reference "sub:Ecuaciones-en-negrita"
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \end_layout
36534
36535 \begin_layout Subsection
36536 Ecuaciones en texto multicolumna
36537 \begin_inset Index idx
36538 status collapsed
36539
36540 \begin_layout Plain Layout
36541 Ecuación ! en texto multicolumna
36542 \end_layout
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Standard
36550 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36551  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36552  de la página.
36553  Esto se hace usando el paquete LaTeX 
36554 \series bold
36555 multicol
36556 \series default
36557 ,
36558 \begin_inset Foot
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562
36563 \series bold
36564 multicol
36565 \series default
36566  forma parte de las distribuciones LaTeX estándar.
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \begin_inset Index idx
36573 status collapsed
36574
36575 \begin_layout Plain Layout
36576 Paquetes ! multicol
36577 \end_layout
36578
36579 \end_inset
36580
36581  que se carga en el preámbulo LaTeX con la línea
36582 \end_layout
36583
36584 \begin_layout Standard
36585
36586 \series bold
36587
36588 \backslash
36589 usepackage{multicol}
36590 \end_layout
36591
36592 \begin_layout Standard
36593 \begin_inset Note Greyedout
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597 Ten en cuenta que la opción 
36598 \family sans
36599 Documento
36600 \begin_inset space ~
36601 \end_inset
36602
36603 con
36604 \begin_inset space ~
36605 \end_inset
36606
36607 dos
36608 \begin_inset space ~
36609 \end_inset
36610
36611 caras
36612 \family default
36613 , bajo 
36614 \family sans
36615 Diseño
36616 \begin_inset space ~
36617 \end_inset
36618
36619 de
36620 \begin_inset space ~
36621 \end_inset
36622
36623 página 
36624 \family default
36625 en el menú 
36626 \family sans
36627 Documento\SpecialChar \menuseparator
36628 Configuración
36629 \family default
36630  
36631 \emph on
36632 debe
36633 \emph default
36634  estar desmarcada.
36635 \end_layout
36636
36637 \end_inset
36638
36639
36640 \end_layout
36641
36642 \begin_layout Standard
36643 Antes del texto multicolumna se inserta en modo TeX el comando
36644 \end_layout
36645
36646 \begin_layout Standard
36647
36648 \series bold
36649
36650 \backslash
36651 begin{multicols}{número de columnas}
36652 \end_layout
36653
36654 \begin_layout Standard
36655 El número de columnas está en el rango 2-10.
36656  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36657  TeX el comando
36658 \end_layout
36659
36660 \begin_layout Standard
36661
36662 \series bold
36663
36664 \backslash
36665 end{multicols}
36666 \end_layout
36667
36668 \begin_layout Standard
36669 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36670  Para quitarlo se inserta un espacio vertical de -6
36671 \begin_inset space \thinspace{}
36672 \end_inset
36673
36674 mm antes de la ecuación.
36675  Si se usa el estilo 
36676 \series bold
36677 Sangrado
36678 \series default
36679 ,
36680 \begin_inset Foot
36681 status collapsed
36682
36683 \begin_layout Plain Layout
36684 véase estilos de ecuación en 
36685 \begin_inset CommandInset ref
36686 LatexCommand ref
36687 reference "sec:Estilos-de-ecuación"
36688
36689 \end_inset
36690
36691
36692 \end_layout
36693
36694 \end_inset
36695
36696  se inserta un espacio de -9
36697 \begin_inset space \thinspace{}
36698 \end_inset
36699
36700 mm.
36701 \end_layout
36702
36703 \begin_layout Standard
36704 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36705 \end_layout
36706
36707 \begin_layout Standard
36708
36709 \lang german
36710 \begin_inset ERT
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714
36715
36716 \backslash
36717 begin{multicols}{2}
36718 \end_layout
36719
36720 \end_inset
36721
36722 Das Spektrum wird fouriertransformiert.
36723  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36724 , Lösungsmittel) zu trennen.
36725  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36726  nun das Aussehen des Ausgangssignals.
36727  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36728  über alle Phasen integrieren muss.
36729  Sei nun 
36730 \begin_inset Formula $S$
36731 \end_inset
36732
36733  unser normiertes Ausgangssignal und 
36734 \begin_inset Formula $P$
36735 \end_inset
36736
36737  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36738 \begin_inset ERT
36739 status collapsed
36740
36741 \begin_layout Plain Layout
36742
36743
36744 \backslash
36745 end{multicols}
36746 \end_layout
36747
36748 \end_inset
36749
36750
36751 \begin_inset VSpace -6mm
36752 \end_inset
36753
36754
36755 \begin_inset Formula \begin{equation}
36756 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36757 \end{equation}
36758
36759 \end_inset
36760
36761
36762 \begin_inset ERT
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766
36767
36768 \backslash
36769 begin{multicols}{2}
36770 \end_layout
36771
36772 \end_inset
36773
36774 wobei 
36775 \begin_inset Formula $S_{0}$
36776 \end_inset
36777
36778  das Signal ohne Gradient ist und die Normierungsbedingung 
36779 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36780 \end_inset
36781
36782  gilt.
36783  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36784  Direkt nach dem 
36785 \begin_inset Formula $\nicefrac{\pi}{2}$
36786 \end_inset
36787
36788
36789 \begin_inset space \thinspace{}
36790 \end_inset
36791
36792 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36793  das Signal zusätzlich abschwächt.
36794  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36795  
36796 \begin_inset Formula $T_{2}$
36797 \end_inset
36798
36799 -Zeit.
36800 \end_layout
36801
36802 \begin_layout Standard
36803
36804 \lang german
36805 \begin_inset ERT
36806 status collapsed
36807
36808 \begin_layout Plain Layout
36809
36810
36811 \backslash
36812 end{multicols}
36813 \end_layout
36814
36815 \end_inset
36816
36817
36818 \end_layout
36819
36820 \begin_layout Subsection
36821 Ecuaciones con descripción de variables
36822 \begin_inset Index idx
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826 Ecuación ! con descripción de variables
36827 \end_layout
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \begin_layout Standard
36835 Para describir variables en una ecuación, como en la fórmula 
36836 \begin_inset CommandInset ref
36837 LatexCommand eqref
36838 reference "eq:within"
36839
36840 \end_inset
36841
36842 , se inserta una matriz 2×
36843 \begin_inset Formula $n$
36844 \end_inset
36845
36846  con columnas alineadas a la izquierda para las 
36847 \emph on
36848
36849 \begin_inset Formula $n$
36850 \end_inset
36851
36852
36853 \emph default
36854  variables usadas.
36855 \begin_inset Foot
36856 status collapsed
36857
36858 \begin_layout Plain Layout
36859 véase matrices en 
36860 \begin_inset CommandInset ref
36861 LatexCommand ref
36862 reference "sec:Matrices"
36863
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \end_inset
36870
36871  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36872  
36873 \series bold
36874
36875 \backslash
36876 footnotesize
36877 \series default
36878  antes de la matriz.
36879 \begin_inset Foot
36880 status collapsed
36881
36882 \begin_layout Plain Layout
36883 véase tamaños de fuentes en 
36884 \begin_inset CommandInset ref
36885 LatexCommand ref
36886 reference "sub:Tamaños-de-fuentes"
36887
36888 \end_inset
36889
36890 .
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \begin_layout Standard
36899 Si se usa el estilo 
36900 \series bold
36901 Sangrado
36902 \series default
36903 ,
36904 \begin_inset Foot
36905 status collapsed
36906
36907 \begin_layout Plain Layout
36908 véase estilos de ecuación en 
36909 \begin_inset CommandInset ref
36910 LatexCommand ref
36911 reference "sec:Estilos-de-ecuación"
36912
36913 \end_inset
36914
36915
36916 \end_layout
36917
36918 \end_inset
36919
36920  se inserta un 
36921 \series bold
36922
36923 \backslash
36924 hfill
36925 \series default
36926
36927 \begin_inset Foot
36928 status collapsed
36929
36930 \begin_layout Plain Layout
36931
36932 \series bold
36933
36934 \backslash
36935 hfill
36936 \series default
36937  sólo funciona en ecuaciones en estilo 
36938 \series bold
36939 Sangrado
36940 \series default
36941 , véase 
36942 \begin_inset CommandInset ref
36943 LatexCommand ref
36944 reference "sub:Espacio-variable"
36945
36946 \end_inset
36947
36948
36949 \end_layout
36950
36951 \end_inset
36952
36953  delante y detrás de la matriz para que tenga la misma separación con la
36954  ecuación y con el margen.
36955 \end_layout
36956
36957 \begin_layout Standard
36958 Si se usa el estilo 
36959 \series bold
36960 Centrado
36961 \series default
36962  se emplea el método descrito en la 
36963 \begin_inset CommandInset ref
36964 LatexCommand ref
36965 reference "sub:Entorno-flalign"
36966
36967 \end_inset
36968
36969  para sangrar la ecuación.
36970  La ecuación 
36971 \begin_inset CommandInset ref
36972 LatexCommand eqref
36973 reference "eq:within"
36974
36975 \end_inset
36976
36977  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36978  la tercera la matriz y la última una llave TeX vacía.
36979 \begin_inset Formula \begin{flalign}
36980 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36981 \rho & \mbox{densidad}\\
36982 V & \mbox{volumen}\\
36983 g & \mbox{aceleración gravitatoria}
36984 \end{array} &  & {}\label{eq:within}
36985 \end{flalign}
36986
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \begin_layout Subsection
36993 Letras griegas minúsculas en redonda
36994 \begin_inset CommandInset label
36995 LatexCommand label
36996 name "sub:Griegas-en-redonda"
36997
36998 \end_inset
36999
37000
37001 \begin_inset Index idx
37002 status collapsed
37003
37004 \begin_layout Plain Layout
37005 Letras griegas ! en redonda
37006 \end_layout
37007
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \begin_layout Standard
37014 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
37015  cursiva.
37016  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37017  falta letras griegas en redonda.
37018  El archivo 
37019 \series bold
37020 upgreek.sty
37021 \series default
37022
37023 \begin_inset Foot
37024 status collapsed
37025
37026 \begin_layout Plain Layout
37027
37028 \series bold
37029 upgreek
37030 \series default
37031  forma parte del paquete LaTeX 
37032 \series bold
37033 was
37034 \series default
37035
37036 \begin_inset Index idx
37037 status collapsed
37038
37039 \begin_layout Plain Layout
37040 Paquetes ! was
37041 \begin_inset ERT
37042 status collapsed
37043
37044 \begin_layout Plain Layout
37045
37046
37047 \backslash
37048 vspace{4mm}
37049 \end_layout
37050
37051 \end_inset
37052
37053
37054 \end_layout
37055
37056 \end_inset
37057
37058 .
37059 \end_layout
37060
37061 \end_inset
37062
37063
37064 \begin_inset Index idx
37065 status collapsed
37066
37067 \begin_layout Plain Layout
37068 Paquetes ! upgreek
37069 \end_layout
37070
37071 \end_inset
37072
37073 , que se carga en el preámbulo LaTeX con la línea
37074 \end_layout
37075
37076 \begin_layout Standard
37077
37078 \series bold
37079
37080 \backslash
37081 usepackage{upgreek}
37082 \end_layout
37083
37084 \begin_layout Standard
37085 las suministra.
37086  
37087 \begin_inset ERT
37088 status collapsed
37089
37090 \begin_layout Plain Layout
37091
37092
37093 \backslash
37094 ifupgreek 
37095 \end_layout
37096
37097 \end_inset
37098
37099
37100 \begin_inset Note Note
37101 status open
37102
37103 \begin_layout Plain Layout
37104 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
37105 \series bold
37106 upgreek
37107 \series default
37108 :
37109 \end_layout
37110
37111 \end_inset
37112
37113  Se imprimen con el comando de la letra correspondiente precedido de 
37114 \series bold
37115 up
37116 \series default
37117 .
37118  Por ejemplo, el comando 
37119 \series bold
37120
37121 \backslash
37122 uptau
37123 \series default
37124  genera: 
37125 \begin_inset Formula $\uptau$
37126 \end_inset
37127
37128
37129 \end_layout
37130
37131 \begin_layout Standard
37132 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37133 \begin_inset Formula \[
37134 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37135 \]
37136
37137 \end_inset
37138
37139
37140 \end_layout
37141
37142 \begin_layout Standard
37143 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37144  en cursiva.
37145  Por tanto no deberían emplearse para unidades como 
37146 \begin_inset Quotes fld
37147 \end_inset
37148
37149 µm
37150 \begin_inset Quotes frd
37151 \end_inset
37152
37153 .
37154 \end_layout
37155
37156 \begin_layout Standard
37157 \begin_inset ERT
37158 status collapsed
37159
37160 \begin_layout Plain Layout
37161
37162
37163 \backslash
37164 else 
37165 \end_layout
37166
37167 \end_inset
37168
37169
37170 \begin_inset Note Note
37171 status open
37172
37173 \begin_layout Plain Layout
37174 Lo siguiente se mostrará si el paquete LaTeX 
37175 \series bold
37176 upgreek
37177 \series default
37178  no está instalado:
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \end_layout
37185
37186 \begin_layout Standard
37187 Debes instalar el paquete LaTeX 
37188 \series bold
37189 upgreek
37190 \series default
37191  para ver en la salida el resto de esta subsección.
37192  
37193 \end_layout
37194
37195 \begin_layout Standard
37196 \begin_inset ERT
37197 status collapsed
37198
37199 \begin_layout Plain Layout
37200
37201
37202 \backslash
37203 fi
37204 \end_layout
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \begin_layout Subsection
37212 Caracteres de texto en ecuaciones
37213 \begin_inset CommandInset label
37214 LatexCommand label
37215 name "sub:Caracteres-de-texto"
37216
37217 \end_inset
37218
37219
37220 \begin_inset Index idx
37221 status collapsed
37222
37223 \begin_layout Plain Layout
37224 Texto ! en ecuaciones
37225 \end_layout
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \begin_layout Standard
37233 En algunos casos podrías querer insertar caracteres de texto directamente
37234  en ecuaciones.
37235  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37236 \begin_inset Formula $\cdot$
37237 \end_inset
37238
37239  en expresiones como 
37240 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37241 \end_inset
37242
37243 , habría que insertar el comando 
37244 \series bold
37245
37246 \backslash
37247 cdot
37248 \series default
37249
37250 \begin_inset Foot
37251 status collapsed
37252
37253 \begin_layout Plain Layout
37254 véase 
37255 \begin_inset CommandInset ref
37256 LatexCommand ref
37257 reference "sub:Operadores-binarios"
37258
37259 \end_inset
37260
37261
37262 \end_layout
37263
37264 \end_inset
37265
37266  continuamente, porque este carácter está definido en todas las codificaciones
37267  como carácter de texto.
37268  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37269 \end_layout
37270
37271 \begin_layout Standard
37272
37273 \series bold
37274
37275 \backslash
37276 Declare Inputtext{183}{
37277 \backslash
37278 ifmmode
37279 \backslash
37280 cdot
37281 \backslash
37282 else
37283 \backslash
37284 textperiodcentered
37285 \backslash
37286 f\SpecialChar \textcompwordmark{}
37287 i}
37288 \end_layout
37289
37290 \begin_layout Standard
37291 La codificación de caracteres (menú 
37292 \family sans
37293 Documento\SpecialChar \menuseparator
37294 Configuración\SpecialChar \menuseparator
37295 Idioma
37296 \family default
37297 ) especifica el carácter que se muestra al pulsar una tecla.
37298  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37299  
37300 \series bold
37301
37302 \backslash
37303 textperiodcentered
37304 \series default
37305 .
37306  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37307  de LaTeX.
37308  Con la codificación cambiada se escoge automáticamente el comando correcto,
37309  dependiendo de si el carácter se ha insertado en una ecuación o no.
37310 \end_layout
37311
37312 \begin_layout Standard
37313 La codificación de diversos caracteres se guarda en archivos de definición.
37314  Por ejemplo la codificación 
37315 \series bold
37316 latin9
37317 \series default
37318  se define en el archivo 
37319 \series bold
37320 latin9.def
37321 \series default
37322  que está en el directorio de LaTeX.
37323  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37324  archivo de definición, de lo contrario nuestros documentos no podrían ser
37325  editados en otros ordenadores.
37326 \begin_inset VSpace medskip
37327 \end_inset
37328
37329
37330 \end_layout
37331
37332 \begin_layout Standard
37333 Además del punto centrado, en este documento se ha definido el símbolo grado
37334  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37335  directamente en una fórmula:
37336 \end_layout
37337
37338 \begin_layout Standard
37339
37340 \series bold
37341
37342 \backslash
37343 DeclareInputtext{176}{
37344 \backslash
37345 ifmmode^
37346 \backslash
37347 circ
37348 \backslash
37349 else
37350 \backslash
37351 textdegree
37352 \backslash
37353 f\SpecialChar \textcompwordmark{}
37354 i}
37355 \begin_inset Newpage newpage
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \begin_layout Section
37362 \start_of_appendix
37363 Notas sobre tipografía
37364 \begin_inset Index idx
37365 status collapsed
37366
37367 \begin_layout Plain Layout
37368 Tipografía, notas
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \end_layout
37375
37376 \begin_layout Standard
37377 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37378 \begin_inset Foot
37379 status collapsed
37380
37381 \begin_layout Plain Layout
37382 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
37383  
37384 \begin_inset Quotes fld
37385 \end_inset
37386
37387 Duden
37388 \begin_inset Quotes frd
37389 \end_inset
37390
37391  
37392 \begin_inset CommandInset citation
37393 LatexCommand cite
37394 key "Duden"
37395
37396 \end_inset
37397
37398 , que incluye algunas de las normas ISO.
37399  
37400 \begin_inset Newline newline
37401 \end_inset
37402
37403 (
37404 \emph on
37405 N.
37406 \begin_inset space \thinspace{}
37407 \end_inset
37408
37409 del t.
37410 \emph default
37411 : Para documentación en español sobre el tema, véase 
37412 \begin_inset CommandInset citation
37413 LatexCommand cite
37414 key "Bezos"
37415
37416 \end_inset
37417
37418 .)
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \begin_layout Itemize
37427 Las unidades físicas se escriben 
37428 \emph on
37429 siempre 
37430 \emph default
37431 en redonda
37432 \begin_inset Foot
37433 status collapsed
37434
37435 \begin_layout Plain Layout
37436 véase estilos de fuentes en 
37437 \begin_inset CommandInset ref
37438 LatexCommand ref
37439 reference "sub:Estilos-de-fuentes"
37440
37441 \end_inset
37442
37443
37444 \end_layout
37445
37446 \end_inset
37447
37448 , aunque aparezcan en un texto en cursiva: 30
37449 \begin_inset space \thinspace{}
37450 \end_inset
37451
37452 km/h
37453 \begin_inset Newline newline
37454 \end_inset
37455
37456 Entre el valor y la unidad hay un espacio delgado, véase 
37457 \begin_inset CommandInset ref
37458 LatexCommand ref
37459 reference "sub:Espacio-predefinido"
37460
37461 \end_inset
37462
37463 .
37464 \begin_inset Newline newline
37465 \end_inset
37466
37467 Esta norma la cumple automáticamente el comando 
37468 \series bold
37469
37470 \backslash
37471 unittwo
37472 \series default
37473 .
37474  Si se introduce en una fórmula aparecen dos cuadros.
37475  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37476  como antes, 
37477 \begin_inset Formula $\unit[30]{km/h}$
37478 \end_inset
37479
37480
37481 \begin_inset space \thinspace{}
37482 \end_inset
37483
37484 .
37485  Ten en cuenta que 
37486 \series bold
37487
37488 \backslash
37489 unittwo
37490 \series default
37491  no es un auténtico comando LaTeX, sino el comando 
37492 \series bold
37493
37494 \backslash
37495 unit[value]{unit}
37496 \series default
37497 , por tanto no lo puedes usar en código TeX.
37498 \end_layout
37499
37500 \begin_layout Itemize
37501 Los signos por ciento y por mil se escriben como las unidades físicas:
37502 \begin_inset Newline newline
37503 \end_inset
37504
37505 1,2
37506 \begin_inset space \thinspace{}
37507 \end_inset
37508
37509 ‰ de alcohol en sangre.
37510 \end_layout
37511
37512 \begin_layout Itemize
37513 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37514  otra unidad: 15
37515 \begin_inset space \thinspace{}
37516 \end_inset
37517
37518 °C
37519 \end_layout
37520
37521 \begin_layout Itemize
37522 En números con más de cuatro dígitos se inserta un espacio delgado para
37523  separarlos en grupos de tres cifras: 18
37524 \begin_inset space \thinspace{}
37525 \end_inset
37526
37527 473
37528 \begin_inset space \thinspace{}
37529 \end_inset
37530
37531 588
37532 \end_layout
37533
37534 \begin_layout Itemize
37535 Para dimensiones como 120×90×40
37536 \begin_inset space \thinspace{}
37537 \end_inset
37538
37539 cm se usa el aspa de multiplicar 
37540 \begin_inset Quotes fld
37541 \end_inset
37542
37543 ×
37544 \begin_inset Quotes frd
37545 \end_inset
37546
37547 .
37548  Está disponible en el menú 
37549 \family sans
37550 Insertar\SpecialChar \menuseparator
37551 Carácter especial
37552 \family default
37553 \SpecialChar \menuseparator
37554
37555 \family sans
37556 Símbolos
37557 \family default
37558  o bien mediante el comando 
37559 \series bold
37560
37561 \backslash
37562 times
37563 \series default
37564 .
37565  Se puede insertar directamente con cierta combinación de teclas.
37566 \end_layout
37567
37568 \begin_layout Itemize
37569 Las funciones con nombres que constan de varias letras se escriben en redonda
37570  para evitar confusiones, véase 
37571 \begin_inset CommandInset ref
37572 LatexCommand ref
37573 reference "sub:Funciones-predefinidas"
37574
37575 \end_inset
37576
37577 .
37578 \end_layout
37579
37580 \begin_layout Itemize
37581 Los índices que constan de varias letras se escriben en redonda: 
37582 \begin_inset Formula $E_{\mathrm{cin}}$
37583 \end_inset
37584
37585
37586 \begin_inset Newline newline
37587 \end_inset
37588
37589 Los componentes de una matriz se escriben en cursiva: 
37590 \begin_inset Formula $\hat{H}_{kl}$
37591 \end_inset
37592
37593
37594 \end_layout
37595
37596 \begin_layout Itemize
37597 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37598  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37599 s con otras variables.
37600 \end_layout
37601
37602 \begin_layout Itemize
37603 El carácter que indica una transformación 
37604 \noun on
37605 Fourier
37606 \noun default
37607  se inserta con el comando 
37608 \series bold
37609
37610 \backslash
37611 mathscr
37612 \begin_inset ERT
37613 status collapsed
37614
37615 \begin_layout Plain Layout
37616
37617
37618 \backslash
37619 spce 
37620 \end_layout
37621
37622 \end_inset
37623
37624 F
37625 \series default
37626  o mediante el menú
37627 \family sans
37628  Insertar\SpecialChar \menuseparator
37629 Carácter especial
37630 \family default
37631 \SpecialChar \menuseparator
37632
37633 \family sans
37634 Símbolos\SpecialChar \menuseparator
37635 Símbolos de letra
37636 \family default
37637
37638 \begin_inset Formula $\mathscr{F}$
37639 \end_inset
37640
37641
37642 \end_layout
37643
37644 \begin_layout Standard
37645 \begin_inset Newpage newpage
37646 \end_inset
37647
37648
37649 \end_layout
37650
37651 \begin_layout Section
37652 Sinónimos
37653 \begin_inset Index idx
37654 status collapsed
37655
37656 \begin_layout Plain Layout
37657 Sinónimos
37658 \end_layout
37659
37660 \end_inset
37661
37662
37663 \end_layout
37664
37665 \begin_layout Standard
37666 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37667  como los que se recogen en esta lista:
37668 \begin_inset Foot
37669 status collapsed
37670
37671 \begin_layout Plain Layout
37672 véase también 
37673 \begin_inset CommandInset ref
37674 LatexCommand ref
37675 reference "fn:sinónimos"
37676
37677 \end_inset
37678
37679 .
37680 \end_layout
37681
37682 \end_inset
37683
37684
37685 \end_layout
37686
37687 \begin_layout Standard
37688
37689 \end_layout
37690
37691 \begin_layout Standard
37692 \begin_inset VSpace bigskip
37693 \end_inset
37694
37695
37696 \begin_inset space \hfill{}
37697 \end_inset
37698
37699
37700 \begin_inset Tabular
37701 <lyxtabular version="3" rows="12" columns="2">
37702 <features tabularvalignment="middle">
37703 <column alignment="center" valignment="top" width="0pt">
37704 <column alignment="center" valignment="top" width="0pt">
37705 <row>
37706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37707 \begin_inset Text
37708
37709 \begin_layout Plain Layout
37710 Comando
37711 \end_layout
37712
37713 \end_inset
37714 </cell>
37715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 equivalente a
37720 \begin_inset Note Note
37721 status collapsed
37722
37723 \begin_layout Plain Layout
37724
37725 \series bold
37726
37727 \backslash
37728 raisebox
37729 \series default
37730  se usa sólo como espaciador
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 </row>
37741 <row>
37742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746
37747 \backslash
37748 ast
37749 \end_layout
37750
37751 \end_inset
37752 </cell>
37753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37754 \begin_inset Text
37755
37756 \begin_layout Plain Layout
37757 \begin_inset ERT
37758 status collapsed
37759
37760 \begin_layout Plain Layout
37761
37762
37763 \backslash
37764 raisebox{-1.2mm}{
37765 \end_layout
37766
37767 \end_inset
37768
37769 *
37770 \begin_inset ERT
37771 status collapsed
37772
37773 \begin_layout Plain Layout
37774
37775 }
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 </row>
37786 <row>
37787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37788 \begin_inset Text
37789
37790 \begin_layout Plain Layout
37791
37792 \backslash
37793 choose
37794 \end_layout
37795
37796 \end_inset
37797 </cell>
37798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37799 \begin_inset Text
37800
37801 \begin_layout Plain Layout
37802
37803 \backslash
37804 binom
37805 \end_layout
37806
37807 \end_inset
37808 </cell>
37809 </row>
37810 <row>
37811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37812 \begin_inset Text
37813
37814 \begin_layout Plain Layout
37815
37816 \backslash
37817 geq
37818 \end_layout
37819
37820 \end_inset
37821 </cell>
37822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826
37827 \backslash
37828 ge
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 </row>
37834 <row>
37835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37836 \begin_inset Text
37837
37838 \begin_layout Plain Layout
37839
37840 \backslash
37841 lbrace
37842 \end_layout
37843
37844 \end_inset
37845 </cell>
37846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850 {
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 </row>
37856 <row>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861
37862 \backslash
37863 lbracket
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 [
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 <row>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883
37884 \backslash
37885 leftarrow
37886 \end_layout
37887
37888 \end_inset
37889 </cell>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 gets
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 </row>
37902 <row>
37903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907
37908 \backslash
37909 leq
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 le
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 </row>
37926 <row>
37927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37928 \begin_inset Text
37929
37930 \begin_layout Plain Layout
37931
37932 \backslash
37933 lor
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942
37943 \backslash
37944 vee
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 </row>
37950 <row>
37951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37952 \begin_inset Text
37953
37954 \begin_layout Plain Layout
37955
37956 \backslash
37957 neq
37958 \end_layout
37959
37960 \end_inset
37961 </cell>
37962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966
37967 \backslash
37968 not=
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 </row>
37974 <row>
37975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37976 \begin_inset Text
37977
37978 \begin_layout Plain Layout
37979
37980 \backslash
37981 slash
37982 \end_layout
37983
37984 \end_inset
37985 </cell>
37986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990 /
37991 \end_layout
37992
37993 \end_inset
37994 </cell>
37995 </row>
37996 <row>
37997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37998 \begin_inset Text
37999
38000 \begin_layout Plain Layout
38001
38002 \backslash
38003 vert
38004 \end_layout
38005
38006 \end_inset
38007 </cell>
38008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38009 \begin_inset Text
38010
38011 \begin_layout Plain Layout
38012 |
38013 \end_layout
38014
38015 \end_inset
38016 </cell>
38017 </row>
38018 </lyxtabular>
38019
38020 \end_inset
38021
38022
38023 \begin_inset space \hfill{}
38024 \end_inset
38025
38026
38027 \begin_inset Tabular
38028 <lyxtabular version="3" rows="12" columns="2">
38029 <features tabularvalignment="middle">
38030 <column alignment="center" valignment="top" width="0pt">
38031 <column alignment="center" valignment="top" width="0pt">
38032 <row>
38033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38034 \begin_inset Text
38035
38036 \begin_layout Plain Layout
38037 Comando
38038 \end_layout
38039
38040 \end_inset
38041 </cell>
38042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38043 \begin_inset Text
38044
38045 \begin_layout Plain Layout
38046 equivalente a
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 </row>
38052 <row>
38053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38054 \begin_inset Text
38055
38056 \begin_layout Plain Layout
38057
38058 \backslash
38059 backslash
38060 \end_layout
38061
38062 \end_inset
38063 </cell>
38064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38065 \begin_inset Text
38066
38067 \begin_layout Plain Layout
38068
38069 \backslash
38070
38071 \backslash
38072
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 </row>
38078 <row>
38079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083
38084 \backslash
38085 dasharrow
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38091 \begin_inset Text
38092
38093 \begin_layout Plain Layout
38094
38095 \backslash
38096 dashrightarrow
38097 \end_layout
38098
38099 \end_inset
38100 </cell>
38101 </row>
38102 <row>
38103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38104 \begin_inset Text
38105
38106 \begin_layout Plain Layout
38107
38108 \backslash
38109 land
38110 \end_layout
38111
38112 \end_inset
38113 </cell>
38114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118
38119 \backslash
38120 wedge
38121 \end_layout
38122
38123 \end_inset
38124 </cell>
38125 </row>
38126 <row>
38127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38128 \begin_inset Text
38129
38130 \begin_layout Plain Layout
38131
38132 \backslash
38133 rbrace
38134 \end_layout
38135
38136 \end_inset
38137 </cell>
38138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38139 \begin_inset Text
38140
38141 \begin_layout Plain Layout
38142 }
38143 \end_layout
38144
38145 \end_inset
38146 </cell>
38147 </row>
38148 <row>
38149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout Plain Layout
38153
38154 \backslash
38155 rbracket
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38161 \begin_inset Text
38162
38163 \begin_layout Plain Layout
38164 ]
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 </row>
38170 <row>
38171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38172 \begin_inset Text
38173
38174 \begin_layout Plain Layout
38175
38176 \backslash
38177 rightarrow
38178 \end_layout
38179
38180 \end_inset
38181 </cell>
38182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186
38187 \backslash
38188 to
38189 \end_layout
38190
38191 \end_inset
38192 </cell>
38193 </row>
38194 <row>
38195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199
38200 \backslash
38201 lnot
38202 \end_layout
38203
38204 \end_inset
38205 </cell>
38206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210
38211 \backslash
38212 neg
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 </row>
38218 <row>
38219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223
38224 \backslash
38225 ne
38226 \end_layout
38227
38228 \end_inset
38229 </cell>
38230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234
38235 \backslash
38236 not=
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 </row>
38242 <row>
38243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38244 \begin_inset Text
38245
38246 \begin_layout Plain Layout
38247
38248 \backslash
38249 owns
38250 \end_layout
38251
38252 \end_inset
38253 </cell>
38254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38255 \begin_inset Text
38256
38257 \begin_layout Plain Layout
38258
38259 \backslash
38260 ni
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 </row>
38266 <row>
38267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38268 \begin_inset Text
38269
38270 \begin_layout Plain Layout
38271
38272 \backslash
38273 square
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282
38283 \backslash
38284 Box
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 </row>
38290 <row>
38291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38292 \begin_inset Text
38293
38294 \begin_layout Plain Layout
38295
38296 \backslash
38297 Vert
38298 \end_layout
38299
38300 \end_inset
38301 </cell>
38302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38303 \begin_inset Text
38304
38305 \begin_layout Plain Layout
38306
38307 \backslash
38308 |
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 </row>
38314 </lyxtabular>
38315
38316 \end_inset
38317
38318
38319 \begin_inset space \hfill{}
38320 \end_inset
38321
38322
38323 \end_layout
38324
38325 \begin_layout Standard
38326 \begin_inset Newpage newpage
38327 \end_inset
38328
38329
38330 \end_layout
38331
38332 \begin_layout Bibliography
38333 \labelwidthstring Referencias
38334 \begin_inset CommandInset bibitem
38335 LatexCommand bibitem
38336 key "TLC2"
38337
38338 \end_inset
38339
38340
38341 \shape smallcaps
38342 Mittelbach, F.
38343  ; Goossens, M.
38344 \shape default
38345
38346 \shape italic
38347 The LaTeX Companion
38348 \shape default
38349 .
38350  Addison Wesley, 2004
38351 \end_layout
38352
38353 \begin_layout Bibliography
38354 \labelwidthstring Referencias
38355 \begin_inset CommandInset bibitem
38356 LatexCommand bibitem
38357 key "Mathmode"
38358
38359 \end_inset
38360
38361
38362 \begin_inset CommandInset href
38363 LatexCommand href
38364 name "Descripción"
38365 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38366
38367 \end_inset
38368
38369  de habilidades matemáticas de LaTeX
38370 \end_layout
38371
38372 \begin_layout Bibliography
38373 \labelwidthstring Referencias
38374 \begin_inset CommandInset bibitem
38375 LatexCommand bibitem
38376 key "AMS"
38377
38378 \end_inset
38379
38380
38381 \begin_inset CommandInset href
38382 LatexCommand href
38383 name "Descripción"
38384 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38385
38386 \end_inset
38387
38388  de 
38389 \begin_inset ERT
38390 status collapsed
38391
38392 \begin_layout Plain Layout
38393
38394
38395 \backslash
38396 AmS
38397 \end_layout
38398
38399 \end_inset
38400
38401 -LaTeX
38402 \end_layout
38403
38404 \begin_layout Bibliography
38405 \labelwidthstring Referencias
38406 \begin_inset CommandInset bibitem
38407 LatexCommand bibitem
38408 key "Symbols"
38409
38410 \end_inset
38411
38412
38413 \begin_inset CommandInset href
38414 LatexCommand href
38415 name "Lista"
38416 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38417
38418 \end_inset
38419
38420  de todos los símbolos disponibles con paquetes LaTeX
38421 \end_layout
38422
38423 \begin_layout Bibliography
38424 \labelwidthstring Referencias
38425 \begin_inset CommandInset bibitem
38426 LatexCommand bibitem
38427 key "hyperref"
38428
38429 \end_inset
38430
38431
38432 \begin_inset CommandInset href
38433 LatexCommand href
38434 name "Documentación"
38435 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38436
38437 \end_inset
38438
38439  del paquete LaTeX 
38440 \series bold
38441 hyperref
38442 \series default
38443
38444 \begin_inset Index idx
38445 status collapsed
38446
38447 \begin_layout Plain Layout
38448 Paquetes ! hyperref
38449 \end_layout
38450
38451 \end_inset
38452
38453
38454 \end_layout
38455
38456 \begin_layout Bibliography
38457 \labelwidthstring Referencias
38458 \begin_inset CommandInset bibitem
38459 LatexCommand bibitem
38460 key "mhchem"
38461
38462 \end_inset
38463
38464
38465 \begin_inset CommandInset href
38466 LatexCommand href
38467 name "Documentación"
38468 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38469
38470 \end_inset
38471
38472  del paquete LaTeX 
38473 \series bold
38474 mhchem
38475 \series default
38476
38477 \begin_inset Index idx
38478 status collapsed
38479
38480 \begin_layout Plain Layout
38481 Paquetes ! mhchem
38482 \end_layout
38483
38484 \end_inset
38485
38486
38487 \end_layout
38488
38489 \begin_layout Bibliography
38490 \labelwidthstring Referencias
38491 \begin_inset CommandInset bibitem
38492 LatexCommand bibitem
38493 key "Mathclap"
38494
38495 \end_inset
38496
38497
38498 \begin_inset CommandInset href
38499 LatexCommand href
38500 name "Descripción"
38501 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38502
38503 \end_inset
38504
38505  del comando 
38506 \series bold
38507
38508 \backslash
38509 mathclap
38510 \series default
38511 , descrito en 
38512 \begin_inset CommandInset ref
38513 LatexCommand ref
38514 reference "sub:Límites-de-operadores"
38515
38516 \end_inset
38517
38518
38519 \begin_inset Index idx
38520 status collapsed
38521
38522 \begin_layout Plain Layout
38523 Comandos ! M ! 
38524 \backslash
38525 mathclap
38526 \end_layout
38527
38528 \end_inset
38529
38530
38531 \end_layout
38532
38533 \begin_layout Bibliography
38534 \labelwidthstring Referencias
38535 \begin_inset CommandInset bibitem
38536 LatexCommand bibitem
38537 key "Duden"
38538
38539 \end_inset
38540
38541
38542 \emph on
38543 Duden Band 1
38544 \emph default
38545 .
38546  22.
38547  Auflage, Duden 2001
38548 \end_layout
38549
38550 \begin_layout Bibliography
38551 \labelwidthstring Referencias
38552 \begin_inset CommandInset bibitem
38553 LatexCommand bibitem
38554 key "spanish"
38555
38556 \end_inset
38557
38558
38559 \begin_inset CommandInset href
38560 LatexCommand href
38561 name "Página web"
38562 target "http://www.tex-tipografia.com/spanish.html"
38563
38564 \end_inset
38565
38566  del estilo 
38567 \series bold
38568 spanish
38569 \family sans
38570 \series default
38571  
38572 \family default
38573 incluido en el paquete 
38574 \series bold
38575 babel
38576 \end_layout
38577
38578 \begin_layout Bibliography
38579 \labelwidthstring Referencias
38580 \begin_inset CommandInset bibitem
38581 LatexCommand bibitem
38582 key "Bezos"
38583
38584 \end_inset
38585
38586
38587 \begin_inset CommandInset href
38588 LatexCommand href
38589 name "Documento"
38590 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38591
38592 \end_inset
38593
38594  sobre ortotipografía y notaciones matemáticas en español
38595 \end_layout
38596
38597 \begin_layout Standard
38598
38599 \family sans
38600 \series bold
38601 \begin_inset CommandInset index_print
38602 LatexCommand printindex
38603 type "idx"
38604
38605 \end_inset
38606
38607
38608 \end_layout
38609
38610 \end_body
38611 \end_document