]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: 2 updates
[features.git] / lib / doc / es / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 \addto\extrasspanish{%
43  \renewcommand*{\equationautorefname}[1]{}
44  \renewcommand{\sectionautorefname}{sec.\negthinspace}
45  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 }
48
49 % don't load packages twice
50 % see first footnote in sec. 9.3
51 \@ifundefined{textcolor}{\usepackage{color}}{}
52
53 % the pages of the TOC are numbered roman
54 % and a PDF-bookmark for the TOC is added
55 \pagenumbering{roman}
56 \let\myTOC\tableofcontents
57 \renewcommand{\tableofcontents}{%
58  \vspace{1cm}
59  \pdfbookmark[1]{\contentsname}{}
60  \myTOC
61  \cleardoublepage
62  \pagenumbering{arabic}}
63
64 % insert additional vertical space of 1.5 mm between footnotes,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % provides caption formatting
69 \setkomafont{captionlabel}{\bfseries}
70
71 % used in sec. 24.5
72 \usepackage[samesize]{cancel}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 \newcommand{\spce}{\textvisiblespace}
94
95 % example definitions for sec. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % example macro from sec. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105 % macro from sec. 10.2
106 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
107 \def\mathclap {\mathpalette \mathclapinternal}
108 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
109
110
111 % ------------------------------------
112 % used to check for needed LaTeX packages
113 \usepackage{ifthen}
114
115 % check for package eurosym
116 % used for the Euro symbol
117 \newboolean{eurosym}
118 \IfFileExists{eurosym.sty}
119  {\usepackage[gennarrow]{eurosym}
120   \setboolean{eurosym}{true}}
121  {\setboolean{eurosym}{false}}
122
123 % check for package braket
124 % used for physical vectors
125 \newboolean{braket}
126 \IfFileExists{braket.sty}
127  {\usepackage{braket}
128   \setboolean{braket}{true}}
129  {\setboolean{braket}{false}}
130
131 % check for package cancel
132 \newboolean{cancel}
133 \IfFileExists{cancel.sty}
134  {\usepackage{cancel}
135   \setboolean{cancel}{true}}
136  {\setboolean{cancel}{false}}
137
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
146 \use_default_options false
147 \maintain_unincluded_children false
148 \language spanish
149 \language_package default
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_non_tex_fonts 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_css_as_file 0
216 \html_be_strict false
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Manual detallado de
223 \begin_inset Newline newline
224 \end_inset
225
226 Matemáticas en LyX
227 \end_layout
228
229 \begin_layout Author
230 por el Equipo LyX
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
236  lista de correo de documentación de LyX
237 \family typewriter
238
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 autor: Uwe Stöhr, traducción: Ignacio García
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269 Versión 2.0.x
270 \end_layout
271
272 \begin_layout Standard
273 \begin_inset CommandInset toc
274 LatexCommand tableofcontents
275
276 \end_inset
277
278
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
287  paquetes LaTeX 
288 \series bold
289 braket, cancel, eurosym, mathdots, mhchem
290 \series default
291  y 
292 \series bold
293 was
294 \series default
295 .
296  Si
297 \series bold
298  
299 \series default
300 no están instalados también puedes exportar el documento pero las secciones
301  en que se requieren dichos paquetes no aparecerán en la salida.
302  
303 \series bold
304 mhchem
305 \series default
306  es una excepción: si no está instalado no se puede exportar este archivo.
307 \end_layout
308
309 \begin_layout Plain Layout
310 La última versión PDF de este documento está disponible en:
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \series bold
316 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
317 \end_layout
318
319 \end_inset
320
321
322 \begin_inset Newpage newpage
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Section
329 Introducción
330 \end_layout
331
332 \begin_layout Standard
333 Este documento explica las características matemáticas de LyX y además es
334  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
335  Las explicaciones están diseñadas para el uso de comandos.
336  Por consiguiente es preciso que hayas leído la sección 
337 \emph on
338 Ecuaciones matemáticas
339 \emph default
340  de la 
341 \emph on
342 Guía del usuario
343 \emph default
344 .
345 \end_layout
346
347 \begin_layout Standard
348 La mayoría de caracteres y muchas estructuras explicadas en este manual
349  también son accesibles mediante el menú 
350 \family sans
351 Insertar\SpecialChar \menuseparator
352 Ecuación
353 \family default
354  o la barra de herramientas
355 \family sans
356  Ecuaciones
357 \family default
358 .
359  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
360  mucho más rápido usar comandos que la barra de herramientas.
361  Por tanto este manual está enfocado al uso de comandos, aunque también
362  se mencionan los botones correspondientes de las barras de herramientas
363  cuando están disponibles.
364 \end_layout
365
366 \begin_layout Standard
367 Si no se especifica lo contrario los comandos sólo están disponibles dentro
368  de las fórmulas.
369  Para poder usar todos los comandos explicados en este documento, debe usarse
370  la opción 
371 \family sans
372 Usar el paquete de ecuaciones AMS
373 \family default
374  en la configuración del documento (menú 
375 \family sans
376 Documento\SpecialChar \menuseparator
377 Configuración\SpecialChar \menuseparator
378 Opciones de ecuación
379 \family default
380 )
381 \begin_inset Foot
382 status collapsed
383
384 \begin_layout Plain Layout
385 La opción 
386 \family sans
387 Usar el paquete de ecuaciones AMS automáticamente
388 \family default
389  sólo usa ecuaciones 
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Plain Layout
394
395
396 \backslash
397 AmS 
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset space ~
404 \end_inset
405
406  si las estructuras matemáticas son soportadas por LyX.
407 \end_layout
408
409 \end_inset
410
411 .
412 \end_layout
413
414 \begin_layout Standard
415 Este documento no recoge todos los comandos de ecuaciones 
416 \begin_inset ERT
417 status collapsed
418
419 \begin_layout Plain Layout
420
421
422 \backslash
423 AmS 
424 \end_layout
425
426 \end_inset
427
428
429 \begin_inset Foot
430 status collapsed
431
432 \begin_layout Plain Layout
433 En el archivo 
434 \family sans
435
436 \begin_inset CommandInset href
437 LatexCommand href
438 name "amsguide.ps"
439 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
440
441 \end_inset
442
443
444 \family default
445 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
446  lista con todos los comandos de ecuaciones 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS 
455 \end_layout
456
457 \end_inset
458
459 .
460 \end_layout
461
462 \end_inset
463
464  por razones de claridad.
465 \end_layout
466
467 \begin_layout Section
468 Instrucciones generales
469 \end_layout
470
471 \begin_layout Standard
472 Para crear una ecuación en línea
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 Ecuación ! en línea
478 \end_layout
479
480 \end_inset
481
482  insertada en una línea de texto, teclea una de las combinaciones 
483 \family sans
484 Ctrl+M, Alt+C M, Alt+M M
485 \family default
486  o pulsa el botón 
487 \begin_inset Graphics
488         filename ../../images/math-mode.png
489         scale 85
490
491 \end_inset
492
493  de la barra de herramientas.
494 \begin_inset Newline newline
495 \end_inset
496
497 Para crear una ecuación en estilo presentación
498 \begin_inset Index idx
499 status collapsed
500
501 \begin_layout Plain Layout
502 Ecuación ! presentada
503 \end_layout
504
505 \end_inset
506
507 , que se verá más grande y en su propio párrafo, teclea
508 \family sans
509  
510 \family default
511 una de estas combinaciones: 
512 \family sans
513 Ctrl+Mayúsculas+M, Alt+M D.
514 \end_layout
515
516 \begin_layout Standard
517 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
518  dentro de la ecuación y teclea
519 \family sans
520  Ctrl+M, Alt+C M, Alt+M M 
521 \family default
522 o usa el menú 
523 \family sans
524 Editar\SpecialChar \menuseparator
525 Ecuación\SpecialChar \menuseparator
526 Cambiar tipo de ecuación
527 \family default
528 .
529  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
530 \end_layout
531
532 \begin_layout Standard
533 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
534  presentada, escribe el comando 
535 \series bold
536
537 \backslash
538 displaystyle
539 \series default
540
541 \begin_inset Index idx
542 status collapsed
543
544 \begin_layout Plain Layout
545 Comandos ! D ! 
546 \backslash
547 displaystyle
548 \end_layout
549
550 \end_inset
551
552  en la ecuación y pulsa espacio.
553  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
554  de la ecuación.
555 \end_layout
556
557 \begin_layout Standard
558 En los cuadros sólo se permiten ecuaciones en línea.
559 \end_layout
560
561 \begin_layout Standard
562 Las barras 
563 \family sans
564 Ecuaciones
565 \family default
566  y 
567 \family sans
568 Paneles de ecuaciones 
569 \family default
570 se pueden visualizar mediante el menú 
571 \family sans
572 Ver\SpecialChar \menuseparator
573 Barras de herramientas
574 \family default
575 .
576  Si ahí pulsas en 
577 \begin_inset Quotes fld
578 \end_inset
579
580 Ecuaciones
581 \begin_inset Quotes frd
582 \end_inset
583
584  y/o en 
585 \begin_inset Quotes fld
586 \end_inset
587
588 Paneles de ecuaciones
589 \begin_inset Quotes frd
590 \end_inset
591
592 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
593  estado se visualiza en el menú de las barras de herramientas con una marca.
594  Si en este estado pulsas de nuevo sobre 
595 \begin_inset Quotes fld
596 \end_inset
597
598 Ecuaciones
599 \begin_inset Quotes frd
600 \end_inset
601
602  y/o 
603 \begin_inset Quotes fld
604 \end_inset
605
606 Paneles de ecuaciones
607 \begin_inset Quotes frd
608 \end_inset
609
610  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
611  de una ecuación; este estado se indica añadiendo a las entradas del menú
612  la palabra 
613 \begin_inset Quotes fld
614 \end_inset
615
616 (auto)
617 \begin_inset Quotes frd
618 \end_inset
619
620 .
621  
622 \end_layout
623
624 \begin_layout Standard
625 El modo TeX
626 \begin_inset Index idx
627 status collapsed
628
629 \begin_layout Plain Layout
630 T@TeX ! modo
631 \end_layout
632
633 \end_inset
634
635  se inicia pulsando el botón 
636 \begin_inset Graphics
637         filename ../../images/ert-insert.png
638         scale 85
639
640 \end_inset
641
642  de la barra de herramientas o con el menú 
643 \family sans
644 Insertar\SpecialChar \menuseparator
645 Código Te
646 \begin_inset ERT
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 {}
652 \end_layout
653
654 \end_inset
655
656 X
657 \family default
658 , (atajo 
659 \family sans
660 Ctrl+L
661 \family default
662 ).
663 \begin_inset Note Note
664 status collapsed
665
666 \begin_layout Plain Layout
667 En LyX hay tres 
668 \begin_inset Quotes fld
669 \end_inset
670
671 nombres propios
672 \begin_inset Quotes frd
673 \end_inset
674
675  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
676  LaTeX y LyX.
677 \end_layout
678
679 \begin_layout Plain Layout
680 Para evitar que estas palabras sean reconocidas como tales nombres propios,
681  se inserta un par de llaves TeX.
682  
683 \end_layout
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 Para cambiar el preámbulo LaTeX
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 LaTeX, preámbulo
697 \end_layout
698
699 \end_inset
700
701 , usa el menú 
702 \family sans
703 Documento\SpecialChar \menuseparator
704 Configuración\SpecialChar \menuseparator
705 Preámbulo LaT
706 \begin_inset ERT
707 status collapsed
708
709 \begin_layout Plain Layout
710
711 {}
712 \end_layout
713
714 \end_inset
715
716 eX
717 \family default
718 .
719 \end_layout
720
721 \begin_layout Standard
722 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
723  multilínea, se pueden usar los menús 
724 \family sans
725 Editar\SpecialChar \menuseparator
726 Ecuación
727 \family default
728  y 
729 \family sans
730 Editar\SpecialChar \menuseparator
731 Filas y columnas
732 \family default
733  o la barra de herramientas de 
734 \family sans
735 Cuadro
736 \family default
737 .
738  Cuando las líneas y columnas se intercambian mediante el menú, la columna
739  o línea en la que está se cambia con la columna de la derecha o con la
740  línea de abajo, respectivamente.
741  Si el cursor está en la última columna o fila, el cambio se hace con la
742  columna de la izquierda o la línea de arriba.
743 \end_layout
744
745 \begin_layout Standard
746 Para escribir texto en fórmulas se usa 
747 \emph on
748 texto de ecuaciones
749 \emph default
750
751 \begin_inset Index idx
752 status collapsed
753
754 \begin_layout Plain Layout
755 Texto ! en ecuaciones
756 \end_layout
757
758 \end_inset
759
760 .
761 \begin_inset Foot
762 status collapsed
763
764 \begin_layout Plain Layout
765 Para ecuaciones multilínea se usa el comando 
766 \series bold
767
768 \backslash
769 intertext
770 \series default
771 , véase
772 \begin_inset space ~
773 \end_inset
774
775
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "sub:Texto-en-multilínea"
779
780 \end_inset
781
782 .
783 \end_layout
784
785 \end_inset
786
787  Este modo se inicia con el atajo 
788 \family sans
789 Alt+M
790 \begin_inset space ~
791 \end_inset
792
793 M
794 \family default
795  o
796 \family sans
797  Ctrl+M
798 \family default
799  o insertando el comando 
800 \series bold
801
802 \backslash
803 text
804 \series default
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Comandos ! T ! 
811 \backslash
812 text
813 \end_layout
814
815 \end_inset
816
817 .
818  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
819  partes de la ecuación que se ven en azul.
820  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
821 a de otras partes de la fórmula.
822 \end_layout
823
824 \begin_layout Subsection*
825 Esquema de comandos
826 \end_layout
827
828 \begin_layout Standard
829 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
830  siguiente esquema:
831 \end_layout
832
833 \begin_layout Standard
834
835 \series bold
836
837 \backslash
838 nombre_del_comando[argumento opcional]{argumento requerido}
839 \end_layout
840
841 \begin_layout Standard
842 Un comando empieza siempre por una barra inversa, 
843 \begin_inset Quotes fld
844 \end_inset
845
846
847 \series bold
848
849 \backslash
850
851 \series default
852
853 \begin_inset Quotes frd
854 \end_inset
855
856 .
857  Para omitir argumentos opcionales, quita también los corchetes asociados.
858  En este documento, las llaves que encierran los argumentos requeridos se
859  denominan llaves TeX
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 T@TeX ! llaves
865 \end_layout
866
867 \end_inset
868
869 .
870  Si en una ecuación añades una llave de apertura al nombre de un comando,
871  LyX crea automáticamente una llave TeX.
872  En todos los demás casos las llaves TeX se crean en las ecuaciones con
873  el comando 
874 \series bold
875
876 \backslash
877 {
878 \series default
879 .
880  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
881  que se muestran en azul.
882  En modo TeX no hace falta comando para poner llaves TeX.
883  Las llaves TeX no aparecen en la salida.
884 \end_layout
885
886 \begin_layout Standard
887 En el caso de comandos sin argumentos, como los comandos para símbolos que
888  se introducen en modo TeX, 
889 \emph on
890 siempre
891 \emph default
892  debe teclearse un espacio tras el comando para finalizarlo.
893  Este espacio no aparece en la salida.
894  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
895  de un espacio protegido en texto normal.
896 \end_layout
897
898 \begin_layout Standard
899 Un espacio protegido se inserta con 
900 \family sans
901 Ctrl+Espacio
902 \family default
903 .
904 \end_layout
905
906 \begin_layout Subsection*
907 Explicación de la sintaxis
908 \end_layout
909
910 \begin_layout Itemize
911 El símbolo 
912 \begin_inset ERT
913 status collapsed
914
915 \begin_layout Plain Layout
916
917
918 \backslash
919 spce 
920 \end_layout
921
922 \end_inset
923
924
925 \begin_inset Foot
926 status collapsed
927
928 \begin_layout Plain Layout
929 Este carácter, espacio visible, se puede componer con el comando 
930 \series bold
931
932 \backslash
933 textvisiblespace
934 \series default
935
936 \begin_inset Index idx
937 status collapsed
938
939 \begin_layout Plain Layout
940 Comandos ! T ! 
941 \backslash
942 textvisiblespace
943 \end_layout
944
945 \end_inset
946
947  insertado en código TeX.
948 \end_layout
949
950 \end_inset
951
952  indica que hay que teclear un espacio.
953 \end_layout
954
955 \begin_layout Itemize
956 Una flecha como 
957 \begin_inset Formula $\rightarrow$
958 \end_inset
959
960  indica el uso de la correspondiente tecla de flecha.
961  La tecla 
962 \family sans
963 Tab
964 \family default
965  se puede usar a menudo en vez de 
966 \begin_inset Formula $\rightarrow$
967 \end_inset
968
969  y 
970 \begin_inset Formula $\downarrow$
971 \end_inset
972
973 , y 
974 \family sans
975 Mayús+Tab
976 \family default
977  en vez de 
978 \begin_inset Formula $\leftarrow$
979 \end_inset
980
981  y 
982 \begin_inset Formula $\uparrow$
983 \end_inset
984
985 .
986 \end_layout
987
988 \begin_layout Subsection*
989 Unidades disponibles
990 \end_layout
991
992 \begin_layout Standard
993 \align center
994 \begin_inset Float table
995 placement H
996 wide false
997 sideways false
998 status open
999
1000 \begin_layout Plain Layout
1001 \align center
1002 \begin_inset Caption
1003
1004 \begin_layout Plain Layout
1005 \begin_inset CommandInset label
1006 LatexCommand label
1007 name "tab:Unidades-disponibles"
1008
1009 \end_inset
1010
1011 Unidades disponibles
1012 \end_layout
1013
1014 \end_inset
1015
1016
1017 \end_layout
1018
1019 \begin_layout Plain Layout
1020 \align center
1021 \begin_inset Tabular
1022 <lyxtabular version="3" rows="13" columns="2">
1023 <features tabularvalignment="middle">
1024 <column alignment="center" valignment="top" width="0">
1025 <column alignment="center" valignment="top" width="0">
1026 <row>
1027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1028 \begin_inset Text
1029
1030 \begin_layout Plain Layout
1031 Unidad
1032 \end_layout
1033
1034 \end_inset
1035 </cell>
1036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1037 \begin_inset Text
1038
1039 \begin_layout Plain Layout
1040 Nombre / Descripción
1041 \end_layout
1042
1043 \end_inset
1044 </cell>
1045 </row>
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 mm
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 Milímetro
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 cm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 Centímetro
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 in
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Pulgada (1
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 in = 2,54
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 cm)
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 pt
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Punto (72.27
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pt = 1
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 in)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 pc
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 Pica (1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pc = 12
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pt)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 sp
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 Punto escalado (65536
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 sp = 1
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 pt)
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 bp
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 Punto grande (72
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 bp = 1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 in)
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 </row>
1226 <row>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 dd
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 Didot (1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 dd 
1245 \begin_inset Formula $\approx$
1246 \end_inset
1247
1248  0.376
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 mm)
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 </row>
1258 <row>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 cc
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 Cicero (1
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 cc = 12
1277 \begin_inset space \thinspace{}
1278 \end_inset
1279
1280 dd)
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 </row>
1286 <row>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 ex
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 Altura de la letra 
1301 \begin_inset Quotes fld
1302 \end_inset
1303
1304
1305 \emph on
1306 x
1307 \emph default
1308
1309 \begin_inset Quotes frd
1310 \end_inset
1311
1312  en la tipografía actual
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 em
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 Anchura de la letra 
1333 \begin_inset Quotes fld
1334 \end_inset
1335
1336
1337 \emph on
1338 M
1339 \emph default
1340
1341 \begin_inset Quotes frd
1342 \end_inset
1343
1344  en la tipografía actual
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 </row>
1350 <row>
1351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 mu
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1361 \begin_inset Text
1362
1363 \begin_layout Plain Layout
1364 Unidad matemática (1
1365 \begin_inset space \thinspace{}
1366 \end_inset
1367
1368 mu = 
1369 \begin_inset Formula $\nicefrac{1}{18}$
1370 \end_inset
1371
1372
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 em)
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 </row>
1382 </lyxtabular>
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Standard
1395 \align center
1396 \begin_inset Newpage newpage
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Section
1403 Funciones básicas
1404 \end_layout
1405
1406 \begin_layout Subsection
1407 Exponentes
1408 \begin_inset Index idx
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 Exponentes
1413 \end_layout
1414
1415 \end_inset
1416
1417  e índices
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Indices@Índices
1423 \end_layout
1424
1425 \end_inset
1426
1427
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 Superíndices|see
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 {
1439 \end_layout
1440
1441 \end_inset
1442
1443 Exponentes
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 }
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 Subíndices|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Índices
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491
1492 \end_layout
1493
1494 \begin_layout Standard
1495 Los subíndices se componen con un guión bajo 
1496 \begin_inset Quotes fld
1497 \end_inset
1498
1499 _
1500 \begin_inset Quotes frd
1501 \end_inset
1502
1503  o con el botón de la barra de herramientas de ecuaciones 
1504 \begin_inset Graphics
1505         filename ../../images/math-subscript.png
1506         scale 85
1507
1508 \end_inset
1509
1510 , los superíndices con un circunflejo 
1511 \begin_inset Quotes fld
1512 \end_inset
1513
1514 ^
1515 \begin_inset Quotes frd
1516 \end_inset
1517
1518  o con el botón de la barra de herramientas de ecuaciones 
1519 \begin_inset Graphics
1520         filename ../../images/math-superscript.png
1521         scale 85
1522
1523 \end_inset
1524
1525 .
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \noindent
1530 \align center
1531 \begin_inset Tabular
1532 <lyxtabular version="3" rows="4" columns="2">
1533 <features tabularvalignment="middle">
1534 <column alignment="center" valignment="top" width="0">
1535 <column alignment="center" valignment="top" width="0">
1536 <row>
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 Comando
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550 Resultado
1551 \begin_inset Note Note
1552 status open
1553
1554 \begin_layout Plain Layout
1555
1556 \series bold
1557
1558 \backslash
1559 raisebox
1560 \series default
1561  sólo se usa como espaciador.
1562 \end_layout
1563
1564 \end_inset
1565
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 </row>
1572 <row>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 B_V
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 \begin_inset Formula $B_{V}$
1587 \end_inset
1588
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 </row>
1595 <row>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 B^V
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Plain Layout
1609 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 </row>
1618 <row>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623 B^
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629
1630 \backslash
1631 spce 
1632 \end_layout
1633
1634 \end_inset
1635
1636 A
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 </lyxtabular>
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Standard
1662 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1663  caso acentuará las vocales y no servirá para entrar en modo exponente.
1664 \begin_inset Foot
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 Dependiendo de la configuración del teclado esto puede suceder también con
1669  otros caracteres además de las vocales.
1670 \end_layout
1671
1672 \end_inset
1673
1674  Para conseguir exponentes en estos casos debes pulsar 
1675 \family sans
1676 Espacio
1677 \family default
1678  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1679  
1680 \end_layout
1681
1682 \begin_layout Subsection
1683 Fracciones
1684 \begin_inset CommandInset label
1685 LatexCommand label
1686 name "sub:Fracciones"
1687
1688 \end_inset
1689
1690
1691 \begin_inset Index idx
1692 status collapsed
1693
1694 \begin_layout Plain Layout
1695 Fracciones
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \begin_layout Standard
1704 Las fracciones se generan con el comando 
1705 \series bold
1706
1707 \backslash
1708 frac
1709 \series default
1710
1711 \begin_inset Index idx
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Comandos ! F ! 
1716 \backslash
1717 frac
1718 \end_layout
1719
1720 \end_inset
1721
1722  o con el botón 
1723 \begin_inset Graphics
1724         filename ../../images/math/frac.png
1725         scale 50
1726
1727 \end_inset
1728
1729  de la barra de herramientas.
1730  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1731  fracción está en línea o en estilo presentación.
1732  Con el botón 
1733 \begin_inset Graphics
1734         filename ../../images/math/frac-square.png
1735         scale 85
1736
1737 \end_inset
1738
1739 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1740  de fracciones.
1741 \end_layout
1742
1743 \begin_layout Standard
1744 Con el comando 
1745 \series bold
1746
1747 \backslash
1748 dfrac
1749 \series default
1750
1751 \begin_inset Index idx
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Comandos ! D ! 
1756 \backslash
1757 dfrac
1758 \end_layout
1759
1760 \end_inset
1761
1762  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1763  presentación.
1764  Con 
1765 \series bold
1766
1767 \backslash
1768 tfrac
1769 \series default
1770
1771 \begin_inset Index idx
1772 status collapsed
1773
1774 \begin_layout Plain Layout
1775 Comandos ! T ! 
1776 \backslash
1777 tfrac
1778 \end_layout
1779
1780 \end_inset
1781
1782  la fracción tiene siempre el tamaño del estilo en línea.
1783  Un ejemplo:
1784 \end_layout
1785
1786 \begin_layout Standard
1787 Una línea con la fracción 
1788 \begin_inset Formula $\frac{1}{2}$
1789 \end_inset
1790
1791  creada con el comando 
1792 \series bold
1793
1794 \backslash
1795 frac
1796 \series default
1797 .
1798  
1799 \end_layout
1800
1801 \begin_layout Standard
1802 Una línea con la fracción 
1803 \begin_inset Formula $\dfrac{1}{2}$
1804 \end_inset
1805
1806  creada con el comando 
1807 \series bold
1808
1809 \backslash
1810 dfrac
1811 \series default
1812 .
1813 \end_layout
1814
1815 \begin_layout Standard
1816 \noindent
1817 \align center
1818 \begin_inset Tabular
1819 <lyxtabular version="3" rows="4" columns="2">
1820 <features tabularvalignment="middle">
1821 <column alignment="center" valignment="top" width="0">
1822 <column alignment="center" valignment="top" width="0">
1823 <row>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828 Comando
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837 Resultado
1838 \begin_inset Note Note
1839 status collapsed
1840
1841 \begin_layout Plain Layout
1842
1843 \series bold
1844
1845 \backslash
1846 raisebox
1847 \series default
1848  se usa sólo como espaciador
1849 \end_layout
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \backslash
1866 frac
1867 \begin_inset ERT
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871
1872
1873 \backslash
1874 spce 
1875 \end_layout
1876
1877 \end_inset
1878
1879 A
1880 \begin_inset Formula $\downarrow$
1881 \end_inset
1882
1883 B
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 <row>
1902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \backslash
1908 dfrac
1909 \begin_inset ERT
1910 status collapsed
1911
1912 \begin_layout Plain Layout
1913
1914
1915 \backslash
1916 spce 
1917 \end_layout
1918
1919 \end_inset
1920
1921 A
1922 \begin_inset Formula $\downarrow$
1923 \end_inset
1924
1925 B
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \backslash
1950 dfrac
1951 \begin_inset ERT
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955
1956
1957 \backslash
1958 spce 
1959 \end_layout
1960
1961 \end_inset
1962
1963 e^
1964 \backslash
1965 frac
1966 \begin_inset ERT
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970
1971
1972 \backslash
1973 spce 
1974 \end_layout
1975
1976 \end_inset
1977
1978 1
1979 \begin_inset Formula $\downarrow$
1980 \end_inset
1981
1982 2
1983 \begin_inset Formula $\downarrow$
1984 \end_inset
1985
1986 3
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 </row>
2004 </lyxtabular>
2005
2006 \end_inset
2007
2008
2009 \begin_inset VSpace bigskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016 Para fracciones anidadas se puede usar el comando 
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022
2023 \begin_inset Index idx
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027 Comandos ! C ! 
2028 \backslash
2029 cfrac
2030 \end_layout
2031
2032 \end_inset
2033
2034 .
2035  Un ejemplo:
2036 \begin_inset VSpace -3mm
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset Formula 
2044 \begin{align*}
2045 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
2046 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2047 \end{align*}
2048
2049 \end_inset
2050
2051
2052 \end_layout
2053
2054 \begin_layout Standard
2055 El comando para el ejemplo de arriba es:
2056 \end_layout
2057
2058 \begin_layout Standard
2059
2060 \series bold
2061
2062 \backslash
2063 cfrac
2064 \begin_inset ERT
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068
2069
2070 \backslash
2071 spce 
2072 \end_layout
2073
2074 \end_inset
2075
2076 A
2077 \begin_inset Formula $\downarrow$
2078 \end_inset
2079
2080 B+
2081 \backslash
2082 cfrac
2083 \begin_inset ERT
2084 status collapsed
2085
2086 \begin_layout Plain Layout
2087
2088
2089 \backslash
2090 spce 
2091 \end_layout
2092
2093 \end_inset
2094
2095 C+
2096 \backslash
2097 cfrac
2098 \begin_inset ERT
2099 status collapsed
2100
2101 \begin_layout Plain Layout
2102
2103
2104 \backslash
2105 spce 
2106 \end_layout
2107
2108 \end_inset
2109
2110 E
2111 \begin_inset Formula $\downarrow$
2112 \end_inset
2113
2114 F
2115 \begin_inset Formula $\downarrow$
2116 \end_inset
2117
2118 D
2119 \end_layout
2120
2121 \begin_layout Standard
2122 \begin_inset VSpace medskip
2123 \end_inset
2124
2125
2126 \end_layout
2127
2128 \begin_layout Standard
2129
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  compone la fracción siempre en el tamaño del estilo presentación, también
2136  cuando es parte de otra fracción.
2137 \end_layout
2138
2139 \begin_layout Standard
2140 Es posible especificar la alineación del numerador.
2141  El comando 
2142 \series bold
2143
2144 \backslash
2145 cfracleft
2146 \series default
2147  se usa para alinearlo a la izquierda, el comando 
2148 \series bold
2149
2150 \backslash
2151 cfracright
2152 \series default
2153  para alinearlo a la derecha, 
2154 \series bold
2155
2156 \backslash
2157 cfrac
2158 \series default
2159  centra el numerador.
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Estas fracciones muestran las distintas alineaciones:
2164 \end_layout
2165
2166 \begin_layout Standard
2167
2168 \series bold
2169 \begin_inset Formula 
2170 \[
2171 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2172 \]
2173
2174 \end_inset
2175
2176
2177 \end_layout
2178
2179 \begin_layout Standard
2180 \noindent
2181 \begin_inset Note Greyedout
2182 status open
2183
2184 \begin_layout Plain Layout
2185
2186 \series bold
2187 Nota
2188 \series default
2189
2190 \series bold
2191
2192 \backslash
2193 cfracleft
2194 \series default
2195  y
2196 \series bold
2197  
2198 \backslash
2199 cfracright
2200 \series default
2201  no son comandos LaTeX reales sino sustituciones del comando 
2202 \series bold
2203
2204 \backslash
2205 cfrac[posición del numerador]{numerador}{denominador}
2206 \series default
2207  .
2208  Por tanto no puedes usarlos código TeX.
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \begin_inset VSpace medskip
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 Muchas veces es adecuado combinar 
2222 \series bold
2223
2224 \backslash
2225 cfrac
2226 \series default
2227  y 
2228 \series bold
2229
2230 \backslash
2231 frac
2232 \series default
2233 :
2234 \begin_inset Formula 
2235 \[
2236 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2237 \]
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 Para componer fracciones en línea con raya de fracción inclinada puedes
2246  usar el comando 
2247 \series bold
2248
2249 \backslash
2250 nicefrac
2251 \series default
2252
2253 \begin_inset Index idx
2254 status collapsed
2255
2256 \begin_layout Plain Layout
2257 Comandos ! N ! 
2258 \backslash
2259 nicefrac
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \begin_inset Formula $\nicefrac{5}{31}$
2266 \end_inset
2267
2268  Hay además el comando 
2269 \series bold
2270
2271 \backslash
2272 unitfracthree
2273 \series default
2274  que permite escribir una fracción en combinación con un número: 
2275 \begin_inset Formula $\unitfrac[2]{1}{3}$
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 \begin_inset Note Greyedout
2283 status open
2284
2285 \begin_layout Plain Layout
2286
2287 \series bold
2288 Nota
2289 \series default
2290
2291 \series bold
2292
2293 \backslash
2294 unitfracthree
2295 \series default
2296  no es un comando LaTeX auténtico, sino un equivalente al comando
2297 \begin_inset Newline newline
2298 \end_inset
2299
2300
2301 \series bold
2302
2303 \backslash
2304 unitfrac[número]{numerador}{denominador}
2305 \series default
2306  .
2307  Por tanto no puedes usarlo en código TeX.
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 En la 
2317 \begin_inset CommandInset ref
2318 LatexCommand ref
2319 reference "sub:Fracciones-personalizadas"
2320
2321 \end_inset
2322
2323  se explica cómo componer fracciones personalizadas en las que la raya de
2324  fracción se puede cambiar.
2325 \end_layout
2326
2327 \begin_layout Standard
2328 \begin_inset Newpage newpage
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Subsection
2335 Raíces
2336 \begin_inset Index idx
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340 Raíces
2341 \end_layout
2342
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Las raíces cuadradas se componen con 
2350 \series bold
2351
2352 \backslash
2353 sqrt
2354 \series default
2355
2356 \begin_inset Index idx
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360 Comandos ! S ! 
2361 \backslash
2362 sqrt
2363 \end_layout
2364
2365 \end_inset
2366
2367  o con el botón 
2368 \begin_inset Graphics
2369         filename ../../images/math/sqrt.png
2370         scale 85
2371
2372 \end_inset
2373
2374  de la barra de ecuaciones; todas las demás raíces con el comando 
2375 \series bold
2376
2377 \backslash
2378 root
2379 \series default
2380
2381 \begin_inset Index idx
2382 status collapsed
2383
2384 \begin_layout Plain Layout
2385 Comandos ! R ! 
2386 \backslash
2387 root
2388 \end_layout
2389
2390 \end_inset
2391
2392  o con el botón 
2393 \begin_inset Graphics
2394         filename ../../images/math/root.png
2395         scale 85
2396
2397 \end_inset
2398
2399 .
2400 \end_layout
2401
2402 \begin_layout Standard
2403 \noindent
2404 \align center
2405 \begin_inset Tabular
2406 <lyxtabular version="3" rows="3" columns="2">
2407 <features tabularvalignment="middle">
2408 <column alignment="center" valignment="top" width="0">
2409 <column alignment="center" valignment="top" width="0">
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415 Comando
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 Resultado
2425 \begin_inset Note Note
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429
2430 \series bold
2431
2432 \backslash
2433 raisebox
2434 \series default
2435  se usa sólo como espaciador
2436 \end_layout
2437
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 </row>
2446 <row>
2447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2448 \begin_inset Text
2449
2450 \begin_layout Plain Layout
2451
2452 \backslash
2453 sqrt
2454 \begin_inset ERT
2455 status collapsed
2456
2457 \begin_layout Plain Layout
2458
2459
2460 \backslash
2461 spce 
2462 \end_layout
2463
2464 \end_inset
2465
2466 A-B
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2472 \begin_inset Text
2473
2474 \begin_layout Plain Layout
2475 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 </row>
2484 <row>
2485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Plain Layout
2489
2490 \backslash
2491 root
2492 \begin_inset ERT
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496
2497
2498 \backslash
2499 spce 
2500 \end_layout
2501
2502 \end_inset
2503
2504 3
2505 \begin_inset Formula $\downarrow$
2506 \end_inset
2507
2508 A-B
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \end_inset
2524 </cell>
2525 </row>
2526 </lyxtabular>
2527
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Standard
2534 Una raíz cuadrada se compone también con 
2535 \series bold
2536
2537 \backslash
2538 root
2539 \series default
2540  dejando vacío el campo del índice.
2541 \end_layout
2542
2543 \begin_layout Standard
2544 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2545  la raíz: 
2546 \begin_inset Formula $\sqrt[\beta]{B}$
2547 \end_inset
2548
2549
2550 \begin_inset Newline newline
2551 \end_inset
2552
2553 La 
2554 \begin_inset Formula $\beta$
2555 \end_inset
2556
2557  toca la raíz.
2558  Para evitar esto se usan los comandos 
2559 \series bold
2560
2561 \backslash
2562 leftroot
2563 \series default
2564
2565 \begin_inset Index idx
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 Comandos ! L ! 
2570 \backslash
2571 leftroot
2572 \end_layout
2573
2574 \end_inset
2575
2576  y 
2577 \series bold
2578
2579 \backslash
2580 uproot
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Comandos ! U ! 
2588 \backslash
2589 uproot
2590 \end_layout
2591
2592 \end_inset
2593
2594  con el esquema siguiente:
2595 \end_layout
2596
2597 \begin_layout Standard
2598
2599 \series bold
2600
2601 \backslash
2602 leftroot{distancia}
2603 \series default
2604  y 
2605 \series bold
2606
2607 \backslash
2608 uproot{distancia}
2609 \end_layout
2610
2611 \begin_layout Standard
2612 Distancia es el número de Puntos Grandes (
2613 \begin_inset Quotes fld
2614 \end_inset
2615
2616 Big Points
2617 \begin_inset Quotes frd
2618 \end_inset
2619
2620 , unidad bp; 
2621 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2622 \end_inset
2623
2624 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2625  Los comandos se escriben en el índice.
2626  Así, el comando:
2627 \begin_inset Newline newline
2628 \end_inset
2629
2630
2631 \series bold
2632
2633 \backslash
2634 root
2635 \backslash
2636 leftroot{-1
2637 \begin_inset Formula $\to$
2638 \end_inset
2639
2640
2641 \backslash
2642 uproot{2
2643 \begin_inset Formula $\to$
2644 \end_inset
2645
2646
2647 \backslash
2648 beta
2649 \begin_inset ERT
2650 status collapsed
2651
2652 \begin_layout Plain Layout
2653
2654
2655 \backslash
2656 spce 
2657 \end_layout
2658
2659 \end_inset
2660
2661
2662 \begin_inset Formula $\to$
2663 \end_inset
2664
2665 B
2666 \begin_inset Newline newline
2667 \end_inset
2668
2669
2670 \series default
2671 genera una fórmula correctamente tipografiada: 
2672 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2673 \end_inset
2674
2675
2676 \end_layout
2677
2678 \begin_layout Subsection
2679 Coeficientes de un binomio
2680 \begin_inset Index idx
2681 status collapsed
2682
2683 \begin_layout Plain Layout
2684 Binomios
2685 \end_layout
2686
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \begin_layout Standard
2693 Los coeficientes de un binomio se insertan con el comando 
2694 \series bold
2695
2696 \backslash
2697 binom
2698 \series default
2699
2700 \begin_inset Index idx
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 Comandos ! B ! 
2705 \backslash
2706 binom
2707 \end_layout
2708
2709 \end_inset
2710
2711  o con el submenú del botón 
2712 \begin_inset Graphics
2713         filename ../../images/math/frac-square.png
2714         scale 85
2715
2716 \end_inset
2717
2718 de la barra de herramientas de ecuaciones.
2719  Como en las fracciones, además de 
2720 \series bold
2721
2722 \backslash
2723 binom
2724 \series default
2725  hay los comandos 
2726 \series bold
2727
2728 \backslash
2729 dbinom
2730 \series default
2731
2732 \begin_inset Index idx
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736 Comandos ! D ! 
2737 \backslash
2738 dbinom
2739 \end_layout
2740
2741 \end_inset
2742
2743  y 
2744 \series bold
2745
2746 \backslash
2747 tbinom
2748 \series default
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Comandos ! T ! 
2755 \backslash
2756 tbinom
2757 \end_layout
2758
2759 \end_inset
2760
2761 .
2762  Para otros delimitadores de coeficientes de un binomio hay los comandos
2763  
2764 \series bold
2765
2766 \backslash
2767 brace
2768 \series default
2769
2770 \begin_inset Index idx
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774 Comandos ! B ! 
2775 \backslash
2776 brace
2777 \end_layout
2778
2779 \end_inset
2780
2781  y 
2782 \series bold
2783
2784 \backslash
2785 brack
2786 \series default
2787
2788 \begin_inset Index idx
2789 status collapsed
2790
2791 \begin_layout Plain Layout
2792 Comandos ! B ! 
2793 \backslash
2794 brack
2795 \end_layout
2796
2797 \end_inset
2798
2799 .
2800 \end_layout
2801
2802 \begin_layout Standard
2803 \noindent
2804 \align center
2805 \begin_inset Tabular
2806 <lyxtabular version="3" rows="6" columns="2">
2807 <features tabularvalignment="middle">
2808 <column alignment="center" valignment="top" width="0">
2809 <column alignment="center" valignment="top" width="0">
2810 <row>
2811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 Comando
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824 Resultado
2825 \begin_inset Note Note
2826 status collapsed
2827
2828 \begin_layout Plain Layout
2829
2830 \series bold
2831
2832 \backslash
2833 raisebox
2834 \series default
2835  se usa sólo como espaciador
2836 \end_layout
2837
2838 \end_inset
2839
2840
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 </row>
2846 <row>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \backslash
2853 binom
2854 \begin_inset ERT
2855 status collapsed
2856
2857 \begin_layout Plain Layout
2858
2859
2860 \backslash
2861 spce 
2862 \end_layout
2863
2864 \end_inset
2865
2866 A
2867 \begin_inset Formula $\downarrow$
2868 \end_inset
2869
2870 B
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2880 \end_inset
2881
2882
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 </row>
2888 <row>
2889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \backslash
2895 dbinom
2896 \begin_inset ERT
2897 status collapsed
2898
2899 \begin_layout Plain Layout
2900
2901
2902 \backslash
2903 spce 
2904 \end_layout
2905
2906 \end_inset
2907
2908 A
2909 \begin_inset Formula $\downarrow$
2910 \end_inset
2911
2912 B
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 </row>
2930 <row>
2931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935
2936 \backslash
2937 tbinom
2938 \begin_inset ERT
2939 status collapsed
2940
2941 \begin_layout Plain Layout
2942
2943
2944 \backslash
2945 spce 
2946 \end_layout
2947
2948 \end_inset
2949
2950 A
2951 \begin_inset Formula $\downarrow$
2952 \end_inset
2953
2954 B
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 </row>
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \backslash
2979 brack
2980 \begin_inset ERT
2981 status collapsed
2982
2983 \begin_layout Plain Layout
2984
2985
2986 \backslash
2987 spce 
2988 \end_layout
2989
2990 \end_inset
2991
2992 A
2993 \begin_inset Formula $\downarrow$
2994 \end_inset
2995
2996 B
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3006 \end_inset
3007
3008
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 </row>
3014 <row>
3015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019
3020 \backslash
3021 brace
3022 \begin_inset ERT
3023 status collapsed
3024
3025 \begin_layout Plain Layout
3026
3027
3028 \backslash
3029 spce 
3030 \end_layout
3031
3032 \end_inset
3033
3034 A
3035 \begin_inset Formula $\downarrow$
3036 \end_inset
3037
3038 B
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 </row>
3056 </lyxtabular>
3057
3058 \end_inset
3059
3060
3061 \begin_inset Newpage newpage
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \begin_layout Subsection
3068 Diferenciaciones de casos
3069 \begin_inset Index idx
3070 status collapsed
3071
3072 \begin_layout Plain Layout
3073 Casos
3074 \end_layout
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 \noindent
3083 \align center
3084 \begin_inset Tabular
3085 <lyxtabular version="3" rows="3" columns="2">
3086 <features tabularvalignment="middle">
3087 <column alignment="center" valignment="top" width="0">
3088 <column alignment="center" valignment="top" width="0">
3089 <row>
3090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 Comando
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103 Resultado
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 <row>
3110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \backslash
3116 cases
3117 \begin_inset ERT
3118 status collapsed
3119
3120 \begin_layout Plain Layout
3121
3122
3123 \backslash
3124 spce 
3125 \end_layout
3126
3127 \end_inset
3128
3129 A
3130 \begin_inset Formula $\to$
3131 \end_inset
3132
3133 B>0
3134 \begin_inset Index idx
3135 status collapsed
3136
3137 \begin_layout Plain Layout
3138 Comandos ! C ! 
3139 \backslash
3140 cases
3141 \end_layout
3142
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154 \begin_inset Formula $\begin{cases}
3155 A & B>0\end{cases}$
3156 \end_inset
3157
3158
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 </row>
3164 <row>
3165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \backslash
3171 cases
3172 \begin_inset ERT
3173 status collapsed
3174
3175 \begin_layout Plain Layout
3176
3177
3178 \backslash
3179 spce 
3180 \end_layout
3181
3182 \end_inset
3183
3184
3185 \family sans
3186 Ctrl+Entrar
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 \begin_inset Formula $\begin{cases}
3196 A & \textrm{para }x>0\\
3197 B & \textrm{para }x=0
3198 \end{cases}$
3199 \end_inset
3200
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 </lyxtabular>
3208
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \begin_layout Standard
3215 Después de insertar 
3216 \series bold
3217
3218 \backslash
3219 cases
3220 \series default
3221  o usar el botón 
3222 \begin_inset Graphics
3223         filename ../../images/math/cases.png
3224         scale 85
3225
3226 \end_inset
3227
3228  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3229 \family sans
3230 Ctrl+Entrar
3231 \family default
3232  o con el botón
3233 \family sans
3234  
3235 \family default
3236
3237 \begin_inset Graphics
3238         filename ../../images/tabular-feature_append-row.png
3239         scale 85
3240
3241 \end_inset
3242
3243  de la barra de cuadros.
3244 \end_layout
3245
3246 \begin_layout Standard
3247 El comando 
3248 \series bold
3249
3250 \backslash
3251 cases
3252 \series default
3253  también está disponible en el menú 
3254 \family sans
3255 Insertar\SpecialChar \menuseparator
3256 Ecuación\SpecialChar \menuseparator
3257 Entorno casos
3258 \family default
3259 .
3260 \end_layout
3261
3262 \begin_layout Subsection
3263 Negaciones
3264 \begin_inset Index idx
3265 status collapsed
3266
3267 \begin_layout Plain Layout
3268 Negaciones
3269 \end_layout
3270
3271 \end_inset
3272
3273
3274 \end_layout
3275
3276 \begin_layout Standard
3277 Con el comando 
3278 \series bold
3279
3280 \backslash
3281 not
3282 \series default
3283
3284 \begin_inset Index idx
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Comandos ! N ! 
3289 \backslash
3290 not
3291 \end_layout
3292
3293 \end_inset
3294
3295  todo carácter se puede mostrar cancelado.
3296  Los caracteres son casi tachados con una barra inclinada.
3297 \end_layout
3298
3299 \begin_layout Standard
3300 \noindent
3301 \align center
3302 \begin_inset Tabular
3303 <lyxtabular version="3" rows="4" columns="2">
3304 <features tabularvalignment="middle">
3305 <column alignment="center" valignment="top" width="0">
3306 <column alignment="center" valignment="top" width="0">
3307 <row>
3308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 Comando
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Resultado
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row>
3328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \backslash
3334 not=
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 \begin_inset Formula $\not=$
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \backslash
3359 not 
3360 \backslash
3361 le
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 \begin_inset Formula $\not\le$
3371 \end_inset
3372
3373
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 </row>
3379 <row>
3380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \backslash
3386 not 
3387 \backslash
3388 parallel
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 \begin_inset Formula $\not\parallel$
3398 \end_inset
3399
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 </lyxtabular>
3407
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \begin_layout Standard
3414 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3415  Por tanto para algunas negaciones hay comandos especiales (véase 
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "sub:Símbolos-matemáticos"
3419
3420 \end_inset
3421
3422  y 
3423 \begin_inset CommandInset ref
3424 LatexCommand ref
3425 reference "sec:Relaciones"
3426
3427 \end_inset
3428
3429 ).
3430 \end_layout
3431
3432 \begin_layout Subsection
3433 Espacios reservados 
3434 \begin_inset CommandInset label
3435 LatexCommand label
3436 name "sub:Espacios-reservados"
3437
3438 \end_inset
3439
3440
3441 \begin_inset Index idx
3442 status collapsed
3443
3444 \begin_layout Plain Layout
3445 Espacios reservados
3446 \end_layout
3447
3448 \end_inset
3449
3450
3451 \begin_inset Index idx
3452 status collapsed
3453
3454 \begin_layout Plain Layout
3455 Química ! isótopos
3456 \end_layout
3457
3458 \end_inset
3459
3460
3461 \begin_inset Index idx
3462 status collapsed
3463
3464 \begin_layout Plain Layout
3465 Isótopos|see
3466 \begin_inset ERT
3467 status collapsed
3468
3469 \begin_layout Plain Layout
3470
3471 {
3472 \end_layout
3473
3474 \end_inset
3475
3476 Química
3477 \begin_inset ERT
3478 status collapsed
3479
3480 \begin_layout Plain Layout
3481
3482 }
3483 \end_layout
3484
3485 \end_inset
3486
3487
3488 \end_layout
3489
3490 \end_inset
3491
3492
3493 \end_layout
3494
3495 \begin_layout Standard
3496 En la presentación de, p.
3497 \begin_inset space \thinspace{}
3498 \end_inset
3499
3500 e., isótopos,
3501 \begin_inset Foot
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505 Más sobre símbolos químicos en 
3506 \begin_inset CommandInset ref
3507 LatexCommand ref
3508 reference "sub:Símbolos-y-ecuaciones-químicas"
3509
3510 \end_inset
3511
3512
3513 \end_layout
3514
3515 \end_inset
3516
3517  surge el problema siguiente:
3518 \end_layout
3519
3520 \begin_layout Standard
3521 \noindent
3522 \align center
3523 \begin_inset Tabular
3524 <lyxtabular version="3" rows="2" columns="2">
3525 <features tabularvalignment="middle">
3526 <column alignment="center" valignment="top" width="0">
3527 <column alignment="center" valignment="top" width="0">
3528 <row>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 Índices generados con sub- y superíndices:
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Índices correctos:
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3566 \end_inset
3567
3568
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 </lyxtabular>
3575
3576 \end_inset
3577
3578
3579 \begin_inset Note Note
3580 status collapsed
3581
3582 \begin_layout Plain Layout
3583
3584 \series bold
3585
3586 \backslash
3587 raisebox
3588 \series default
3589  se usa sólo como espaciador
3590 \end_layout
3591
3592 \end_inset
3593
3594
3595 \end_layout
3596
3597 \begin_layout Standard
3598 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3599  del índice más largo.
3600  Para evitarlo está el comando 
3601 \series bold
3602
3603 \backslash
3604 phantom
3605 \series default
3606
3607 \begin_inset Index idx
3608 status collapsed
3609
3610 \begin_layout Plain Layout
3611 Comandos ! P ! 
3612 \backslash
3613 phantom
3614 \end_layout
3615
3616 \end_inset
3617
3618  o el botón 
3619 \begin_inset space ~
3620 \end_inset
3621
3622
3623 \begin_inset Graphics
3624         filename ../../images/math/phantom.png
3625         scale 85
3626
3627 \end_inset
3628
3629  del submenú de espacios en ecuaciones
3630 \begin_inset Foot
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 Botón 
3635 \begin_inset Graphics
3636         filename ../../images/math/space.png
3637         scale 85
3638
3639 \end_inset
3640
3641  de la barra de ecuaciones
3642 \end_layout
3643
3644 \end_inset
3645
3646 , que genera uno o más espacios reservados.
3647  Al insertar 
3648 \series bold
3649
3650 \backslash
3651 phantom
3652 \series default
3653  aparece un pequeño marco azul con dos flechas rojas superpuestas
3654 \begin_inset Formula $\phantom{}$
3655 \end_inset
3656
3657 .
3658  Las flechas indican que se reservará un espacio equivalente a la anchura
3659  y altura totales del contenido del marco.
3660  Los espacios reservados son correspondientes al tamaño de los caracteres.
3661 \end_layout
3662
3663 \begin_layout Standard
3664 \noindent
3665 \align center
3666 \begin_inset Tabular
3667 <lyxtabular version="3" rows="4" columns="2">
3668 <features tabularvalignment="middle">
3669 <column alignment="center" valignment="top" width="0">
3670 <column alignment="center" valignment="top" width="0">
3671 <row>
3672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Comando
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 Resultado
3686 \begin_inset Note Note
3687 status collapsed
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692
3693 \backslash
3694 raisebox
3695 \series default
3696  se usa sólo como espaciador
3697 \end_layout
3698
3699 \end_inset
3700
3701
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 ^19
3713 \begin_inset ERT
3714 status collapsed
3715
3716 \begin_layout Plain Layout
3717
3718
3719 \backslash
3720 spce 
3721 \end_layout
3722
3723 \end_inset
3724
3725 _
3726 \backslash
3727 phantom
3728 \begin_inset ERT
3729 status collapsed
3730
3731 \begin_layout Plain Layout
3732
3733
3734 \backslash
3735 spce 
3736 \end_layout
3737
3738 \end_inset
3739
3740 1
3741 \begin_inset Formula $\rightarrow$
3742 \end_inset
3743
3744 9
3745 \begin_inset ERT
3746 status collapsed
3747
3748 \begin_layout Plain Layout
3749
3750
3751 \backslash
3752 spce 
3753 \end_layout
3754
3755 \end_inset
3756
3757 F
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3767 \end_inset
3768
3769
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 ^235
3781 \begin_inset ERT
3782 status collapsed
3783
3784 \begin_layout Plain Layout
3785
3786
3787 \backslash
3788 spce 
3789 \end_layout
3790
3791 \end_inset
3792
3793 _
3794 \backslash
3795 phantom
3796 \begin_inset ERT
3797 status collapsed
3798
3799 \begin_layout Plain Layout
3800
3801
3802 \backslash
3803 spce 
3804 \end_layout
3805
3806 \end_inset
3807
3808 23
3809 \begin_inset Formula $\rightarrow$
3810 \end_inset
3811
3812 9
3813 \begin_inset ERT
3814 status collapsed
3815
3816 \begin_layout Plain Layout
3817
3818
3819 \backslash
3820 spce 
3821 \end_layout
3822
3823 \end_inset
3824
3825 F
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3835 \end_inset
3836
3837
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \backslash
3850 Lambda^
3851 \begin_inset ERT
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855
3856
3857 \backslash
3858 spce 
3859 \end_layout
3860
3861 \end_inset
3862
3863
3864 \backslash
3865 phantom
3866 \begin_inset ERT
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870
3871
3872 \backslash
3873 spce 
3874 \end_layout
3875
3876 \end_inset
3877
3878 ii
3879 \begin_inset Formula $\rightarrow$
3880 \end_inset
3881
3882 t
3883 \begin_inset ERT
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887
3888
3889 \backslash
3890 spce 
3891 \end_layout
3892
3893 \end_inset
3894
3895 _MMt
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3905 \end_inset
3906
3907
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 </lyxtabular>
3914
3915 \end_inset
3916
3917
3918 \end_layout
3919
3920 \begin_layout Standard
3921 Además hay los comandos 
3922 \series bold
3923
3924 \backslash
3925 vphantom
3926 \series default
3927
3928 \begin_inset Index idx
3929 status collapsed
3930
3931 \begin_layout Plain Layout
3932 Comandos ! V ! 
3933 \backslash
3934 vphantom
3935 \end_layout
3936
3937 \end_inset
3938
3939  (botón 
3940 \begin_inset space ~
3941 \end_inset
3942
3943
3944 \begin_inset Graphics
3945         filename ../../images/math/vphantom.png
3946         scale 85
3947
3948 \end_inset
3949
3950 ) y 
3951 \series bold
3952
3953 \backslash
3954 hphantom
3955 \series default
3956
3957 \begin_inset Index idx
3958 status collapsed
3959
3960 \begin_layout Plain Layout
3961 Comandos ! H ! 
3962 \backslash
3963 hphantom
3964 \end_layout
3965
3966 \end_inset
3967
3968  (botón 
3969 \begin_inset space ~
3970 \end_inset
3971
3972
3973 \begin_inset Graphics
3974         filename ../../images/math/hphantom.png
3975         scale 85
3976
3977 \end_inset
3978
3979 ).
3980  
3981 \series bold
3982
3983 \backslash
3984 hphantom
3985 \series default
3986  genera espacio en el marco sólo para la altura máxima de los caracteres,
3987  no para su anchura.
3988  
3989 \series bold
3990
3991 \backslash
3992 vphantom
3993 \series default
3994  genera espacio sólo para la anchura del contenido del marco.
3995  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3996 \end_layout
3997
3998 \begin_layout Standard
3999 Por ejemplo, 
4000 \series bold
4001
4002 \backslash
4003 vphantom
4004 \series default
4005
4006 \begin_inset ERT
4007 status collapsed
4008
4009 \begin_layout Plain Layout
4010
4011
4012 \backslash
4013 spce 
4014 \end_layout
4015
4016 \end_inset
4017
4018
4019 \series bold
4020 a
4021 \backslash
4022 int
4023 \series default
4024  genera espacio de la altura del signo de la integral,
4025 \begin_inset Foot
4026 status collapsed
4027
4028 \begin_layout Plain Layout
4029 El comando 
4030 \series bold
4031
4032 \backslash
4033 int
4034 \series default
4035  genera un signo de integral, véase 
4036 \begin_inset CommandInset ref
4037 LatexCommand ref
4038 reference "sub:Operadores-grandes"
4039
4040 \end_inset
4041
4042
4043 \end_layout
4044
4045 \end_inset
4046
4047  porque este es el carácter más largo.
4048  En la 
4049 \begin_inset CommandInset ref
4050 LatexCommand ref
4051 reference "sub:Delimitadores-multilínea"
4052
4053 \end_inset
4054
4055  hay un ejemplo de aplicación.
4056 \end_layout
4057
4058 \begin_layout Standard
4059 Los espacios reservados también se pueden usar para un texto cuando se insertan
4060  mediante el menú 
4061 \family sans
4062 Insertar\SpecialChar \menuseparator
4063 Formato\SpecialChar \menuseparator
4064 Fantasma
4065 \family default
4066 :
4067 \end_layout
4068
4069 \begin_layout Standard
4070 Esto es una frase.
4071 \begin_inset Newline newline
4072 \end_inset
4073
4074
4075 \begin_inset Phantom Phantom
4076 status open
4077
4078 \begin_layout Plain Layout
4079 Esto
4080 \end_layout
4081
4082 \end_inset
4083
4084  es una frase.
4085 \end_layout
4086
4087 \begin_layout Subsection
4088 Líneas
4089 \begin_inset Index idx
4090 status collapsed
4091
4092 \begin_layout Plain Layout
4093 Lineas@Líneas
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \begin_inset Index idx
4100 status collapsed
4101
4102 \begin_layout Plain Layout
4103 Ecuación ! sub- o superrayada
4104 \end_layout
4105
4106 \end_inset
4107
4108
4109 \end_layout
4110
4111 \begin_layout Standard
4112 \noindent
4113 \align center
4114 \begin_inset Tabular
4115 <lyxtabular version="3" rows="4" columns="2">
4116 <features tabularvalignment="middle">
4117 <column alignment="center" valignment="top" width="0">
4118 <column alignment="center" valignment="top" width="0">
4119 <row>
4120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Comando
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Resultado
4134 \begin_inset Note Note
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140
4141 \backslash
4142 raisebox
4143 \series default
4144  se usa sólo como espaciador
4145 \end_layout
4146
4147 \end_inset
4148
4149
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \backslash
4162 overline
4163 \begin_inset ERT
4164 status collapsed
4165
4166 \begin_layout Plain Layout
4167
4168
4169 \backslash
4170 spce 
4171 \end_layout
4172
4173 \end_inset
4174
4175 A+B
4176 \begin_inset Index idx
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180 Comandos ! O ! 
4181 \backslash
4182 overline
4183 \end_layout
4184
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \backslash
4212 underline
4213 \begin_inset ERT
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217
4218
4219 \backslash
4220 spce 
4221 \end_layout
4222
4223 \end_inset
4224
4225 A+B
4226 \begin_inset Index idx
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230 Comandos ! U ! 
4231 \backslash
4232 underline
4233 \end_layout
4234
4235 \end_inset
4236
4237
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4247 \end_inset
4248
4249
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 </row>
4255 <row>
4256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260
4261 \backslash
4262 overline
4263 \begin_inset ERT
4264 status collapsed
4265
4266 \begin_layout Plain Layout
4267
4268
4269 \backslash
4270 spce 
4271 \end_layout
4272
4273 \end_inset
4274
4275
4276 \backslash
4277 underline
4278 \begin_inset ERT
4279 status collapsed
4280
4281 \begin_layout Plain Layout
4282
4283
4284 \backslash
4285 spce 
4286 \end_layout
4287
4288 \end_inset
4289
4290 A+B
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4300 \end_inset
4301
4302
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 </lyxtabular>
4309
4310 \end_inset
4311
4312
4313 \end_layout
4314
4315 \begin_layout Standard
4316 En el último ejemplo es indiferente poner primero 
4317 \series bold
4318
4319 \backslash
4320 overline
4321 \series default
4322  o 
4323 \series bold
4324
4325 \backslash
4326 underline
4327 \series default
4328 .
4329 \end_layout
4330
4331 \begin_layout Standard
4332 Para poner doble subrayado, p.
4333 \begin_inset space \thinspace{}
4334 \end_inset
4335
4336 e.
4337  en resultados, se usa 
4338 \series bold
4339
4340 \backslash
4341 underline
4342 \series default
4343  dos veces.
4344 \end_layout
4345
4346 \begin_layout Standard
4347 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4348 \begin_inset VSpace bigskip
4349 \end_inset
4350
4351 Se pueden crear líneas personalizadas con el comando 
4352 \series bold
4353
4354 \backslash
4355 rule
4356 \series default
4357
4358 \begin_inset Index idx
4359 status collapsed
4360
4361 \begin_layout Plain Layout
4362 Comandos ! R ! 
4363 \backslash
4364 rule
4365 \end_layout
4366
4367 \end_inset
4368
4369  con el esquema siguiente:
4370 \end_layout
4371
4372 \begin_layout Standard
4373
4374 \series bold
4375
4376 \backslash
4377 rule[hueco vertical]{longitud}{grosor}
4378 \end_layout
4379
4380 \begin_layout Standard
4381 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4382  si el valor es negativo).
4383  Las unidades disponibles para los valores están listadas en
4384 \begin_inset space ~
4385 \end_inset
4386
4387
4388 \begin_inset CommandInset ref
4389 LatexCommand ref
4390 reference "tab:Unidades-disponibles"
4391
4392 \end_inset
4393
4394 .
4395  A continuación hay dos ejemplos de líneas creadas con los comandos
4396 \series bold
4397
4398 \begin_inset Newline newline
4399 \end_inset
4400
4401
4402 \backslash
4403 rule[-2ex]{3cm}{2pt}
4404 \series default
4405  y 
4406 \series bold
4407
4408 \backslash
4409 rule{2cm}{1pt}
4410 \series default
4411 :
4412 \end_layout
4413
4414 \begin_layout Standard
4415 Esto es una frase 
4416 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4417 \end_inset
4418
4419  con dos líneas.
4420 \end_layout
4421
4422 \begin_layout Standard
4423
4424 \series bold
4425
4426 \backslash
4427 rule
4428 \series default
4429  también se puede usar para texto insertando una línea mediante el menú
4430  
4431 \family sans
4432 Insertar\SpecialChar \menuseparator
4433 Formato\SpecialChar \menuseparator
4434 Línea horizontal
4435 \family default
4436 :
4437 \end_layout
4438
4439 \begin_layout Standard
4440 Esto es una frase 
4441 \begin_inset CommandInset line
4442 LatexCommand rule
4443 offset "0.5ex"
4444 width "3cm"
4445 height "1pt"
4446
4447 \end_inset
4448
4449  con una línea insertada.
4450 \end_layout
4451
4452 \begin_layout Subsection
4453 Puntos
4454 \begin_inset CommandInset label
4455 LatexCommand label
4456 name "sub:Puntos"
4457
4458 \end_inset
4459
4460
4461 \begin_inset Index idx
4462 status collapsed
4463
4464 \begin_layout Plain Layout
4465 Puntos
4466 \end_layout
4467
4468 \end_inset
4469
4470
4471 \end_layout
4472
4473 \begin_layout Standard
4474 Hay distintos tipos de puntos disponibles.
4475 \begin_inset Foot
4476 status open
4477
4478 \begin_layout Plain Layout
4479 En la barra de herramientas de ecuaciones, en el panel del botón 
4480 \begin_inset Graphics
4481         filename ../../images/math/ldots.png
4482         scale 85
4483
4484 \end_inset
4485
4486 .
4487 \end_layout
4488
4489 \end_inset
4490
4491  Para continuación en enumeraciones se usan puntos bajos, (
4492 \series bold
4493
4494 \backslash
4495 ldots
4496 \series default
4497
4498 \begin_inset Index idx
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502 Comandos ! L ! 
4503 \backslash
4504 ldots
4505 \end_layout
4506
4507 \end_inset
4508
4509 ), mientras que para operaciones se usan puntos centrados a la misma altura
4510  que los operadores, (
4511 \series bold
4512
4513 \backslash
4514 cdots
4515 \series default
4516
4517 \begin_inset Index idx
4518 status collapsed
4519
4520 \begin_layout Plain Layout
4521 Comandos ! C ! 
4522 \backslash
4523 cdots
4524 \end_layout
4525
4526 \end_inset
4527
4528 ).
4529  Si se usa el comando 
4530 \series bold
4531
4532 \backslash
4533 dots
4534 \series default
4535
4536 \begin_inset Index idx
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540 Comandos ! D ! 
4541 \backslash
4542 dots
4543 \end_layout
4544
4545 \end_inset
4546
4547 , LaTeX decide el tipo a usar en función del carácter siguiente.
4548 \end_layout
4549
4550 \begin_layout Standard
4551 \align center
4552 \begin_inset Tabular
4553 <lyxtabular version="3" rows="9" columns="2">
4554 <features tabularvalignment="middle">
4555 <column alignment="center" valignment="top" width="0pt">
4556 <column alignment="center" valignment="top" width="0pt">
4557 <row>
4558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Comando
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Resultado
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 A_1
4583 \begin_inset ERT
4584 status collapsed
4585
4586 \begin_layout Plain Layout
4587
4588
4589 \backslash
4590 spce 
4591 \end_layout
4592
4593 \end_inset
4594
4595 ,
4596 \backslash
4597 dots
4598 \begin_inset ERT
4599 status collapsed
4600
4601 \begin_layout Plain Layout
4602
4603
4604 \backslash
4605 spce 
4606 \end_layout
4607
4608 \end_inset
4609
4610 ,A_n
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 \begin_inset Formula $A_{1},\dots,A_{n}$
4620 \end_inset
4621
4622
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 A_1
4634 \begin_inset ERT
4635 status collapsed
4636
4637 \begin_layout Plain Layout
4638
4639
4640 \backslash
4641 spce 
4642 \end_layout
4643
4644 \end_inset
4645
4646 +
4647 \backslash
4648 dots
4649 \begin_inset ERT
4650 status collapsed
4651
4652 \begin_layout Plain Layout
4653
4654
4655 \backslash
4656 spce 
4657 \end_layout
4658
4659 \end_inset
4660
4661 +A_n
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 \begin_inset Formula $A_{1}+\dots+A_{n}$
4671 \end_inset
4672
4673
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 A_1
4685 \begin_inset ERT
4686 status collapsed
4687
4688 \begin_layout Plain Layout
4689
4690
4691 \backslash
4692 spce 
4693 \end_layout
4694
4695 \end_inset
4696
4697 ,
4698 \backslash
4699 ldots
4700 \begin_inset ERT
4701 status collapsed
4702
4703 \begin_layout Plain Layout
4704
4705
4706 \backslash
4707 spce 
4708 \end_layout
4709
4710 \end_inset
4711
4712 ,A_n
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 \begin_inset Formula $A_{1},\ldots,A_{n}$
4722 \end_inset
4723
4724
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 A_1
4736 \begin_inset ERT
4737 status collapsed
4738
4739 \begin_layout Plain Layout
4740
4741
4742 \backslash
4743 spce 
4744 \end_layout
4745
4746 \end_inset
4747
4748 +
4749 \backslash
4750 cdots
4751 \begin_inset ERT
4752 status collapsed
4753
4754 \begin_layout Plain Layout
4755
4756
4757 \backslash
4758 spce 
4759 \end_layout
4760
4761 \end_inset
4762
4763 +A_n
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \backslash
4788 vdots
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 \begin_inset Formula $\vdots$
4798 \end_inset
4799
4800
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \backslash
4813 ddots
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 \begin_inset Formula $\ddots$
4823 \end_inset
4824
4825
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \backslash
4838 iddots
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 \begin_inset Formula $\iddots$
4848 \end_inset
4849
4850
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 Matriz
4862 \begin_inset space \thinspace{}
4863 \end_inset
4864
4865 3×3 con los distintos puntos
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 \begin_inset Formula $\begin{array}{ccc}
4875 A_{11} & \cdots & A_{1m}\\
4876 \vdots & \ddots & \vdots\\
4877 A_{n1} & \cdots & A_{nm}
4878 \end{array}$
4879 \end_inset
4880
4881
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 </lyxtabular>
4888
4889 \end_inset
4890
4891
4892 \end_layout
4893
4894 \begin_layout Standard
4895 Los puntos suspensivos disponibles en el menú 
4896 \family sans
4897 Insertar\SpecialChar \menuseparator
4898 Carácter especial
4899 \family default
4900  son 
4901 \series bold
4902
4903 \backslash
4904 ldots
4905 \series default
4906 .
4907 \end_layout
4908
4909 \begin_layout Standard
4910 \begin_inset VSpace medskip
4911 \end_inset
4912
4913
4914 \end_layout
4915
4916 \begin_layout Standard
4917 Para usar 
4918 \series bold
4919
4920 \backslash
4921 iddots
4922 \series default
4923 , hay que marcar una de las opciones 
4924 \family sans
4925 Usar paquete mathdots (automáticamente)
4926 \family default
4927  en las 
4928 \family sans
4929 Opciones de ecuación
4930 \family default
4931  de la configuración del documento.
4932 \begin_inset Newline newline
4933 \end_inset
4934
4935 La opción 
4936 \family sans
4937 Usar paquete mathdots
4938 \family default
4939  mejorará el aspecto de todos los puntos en los documentos si su estilo
4940  o tamaño de tipografía no son los predeterminados.
4941 \end_layout
4942
4943 \begin_layout Standard
4944 \begin_inset VSpace medskip
4945 \end_inset
4946
4947 Hay puntos específicos para matrices que se extienden por varias columnas.
4948  Se generan con el comando 
4949 \series bold
4950
4951 \backslash
4952 hdotsfor
4953 \series default
4954
4955 \begin_inset Index idx
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 Comandos ! H ! 
4960 \backslash
4961 hdotsfor
4962 \end_layout
4963
4964 \end_inset
4965
4966 , que tiene el siguiente esquema:
4967 \end_layout
4968
4969 \begin_layout Standard
4970
4971 \series bold
4972
4973 \backslash
4974 hdotsfor[distancia]{número de columnas}
4975 \end_layout
4976
4977 \begin_layout Standard
4978 Número de columnas especifica cuántas columnas deben abarcarse.
4979  Distancia es un factor para la separación entre los puntos.
4980 \end_layout
4981
4982 \begin_layout Standard
4983 En la siguiente matriz se ha insertado el comando 
4984 \series bold
4985
4986 \backslash
4987 hdotsfor[2]{4}
4988 \series default
4989  en el primer recuadro de la segunda línea para obtener puntos separados
4990  una distancia equivalente a dos veces la del comando 
4991 \series bold
4992
4993 \backslash
4994 dots
4995 \series default
4996 .
4997 \begin_inset Formula 
4998 \[
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+Entrar
5310 \family default
5311 .
5312 \end_layout
5313
5314 \begin_layout Standard
5315 \begin_inset VSpace bigskip
5316 \end_inset
5317
5318
5319 \end_layout
5320
5321 \begin_layout Standard
5322 La 
5323 \family sans
5324 Decoración
5325 \family default
5326  añade paréntesis en el estilo seleccionado alrededor de la matriz.
5327  Alternativamente, 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 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5813  vertical.
5814 \end_layout
5815
5816 \begin_layout Standard
5817 \begin_inset VSpace bigskip
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \begin_layout Standard
5824 Como todas las ecuaciones multilínea son matrices, la longitud 
5825 \series bold
5826
5827 \backslash
5828 arraycolsep
5829 \series default
5830
5831 \begin_inset Index idx
5832 status collapsed
5833
5834 \begin_layout Plain Layout
5835 Comandos ! A ! 
5836 \backslash
5837 arraycolsep
5838 \end_layout
5839
5840 \end_inset
5841
5842 , que se describe en 
5843 \begin_inset CommandInset ref
5844 LatexCommand ref
5845 reference "sub:Separación-de-columnas"
5846
5847 \end_inset
5848
5849 , también se puede usar para cambiar la separación de las columnas en una
5850  matriz.
5851  Para cambiar la separación de las filas, se usa el comando 
5852 \series bold
5853
5854 \backslash
5855 arraystretch
5856 \series default
5857
5858 \begin_inset Index idx
5859 status collapsed
5860
5861 \begin_layout Plain Layout
5862 Comandos ! A ! 
5863 \backslash
5864 arraystretch
5865 \end_layout
5866
5867 \end_inset
5868
5869  de la siguiente manera:
5870 \end_layout
5871
5872 \begin_layout Standard
5873
5874 \series bold
5875
5876 \backslash
5877 renewcommand{
5878 \backslash
5879 arraystretch}{factor de separación}
5880 \begin_inset Index idx
5881 status collapsed
5882
5883 \begin_layout Plain Layout
5884 Comandos ! R ! 
5885 \backslash
5886 renewcommand
5887 \end_layout
5888
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \begin_layout Standard
5895 El comando 
5896 \series bold
5897
5898 \backslash
5899 renewcommand
5900 \series default
5901  asigna el factor de separación al comando predefinido 
5902 \series bold
5903
5904 \backslash
5905 arraystretch
5906 \series default
5907 .
5908  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5909  Además, éste se usa para todas las matrices siguientes.
5910  Para volver a la separación original, asigna factor 1 a 
5911 \series bold
5912
5913 \backslash
5914 arraystretch
5915 \series default
5916 .
5917 \end_layout
5918
5919 \begin_layout Standard
5920 Para poner matrices en línea se usa el comando 
5921 \series bold
5922
5923 \backslash
5924 smallmatrix
5925 \series default
5926
5927 \begin_inset Index idx
5928 status collapsed
5929
5930 \begin_layout Plain Layout
5931 Comandos ! S ! 
5932 \backslash
5933 smallmatrix
5934 \end_layout
5935
5936 \end_inset
5937
5938 .
5939  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5940  se inserta la matriz.
5941  
5942 \end_layout
5943
5944 \begin_layout Standard
5945 Esto es una matriz 
5946 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5947 C & D
5948 \end{smallmatrix}\right)$
5949 \end_inset
5950
5951  en línea.
5952 \end_layout
5953
5954 \begin_layout Section
5955 Delimitadores
5956 \begin_inset Index idx
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960 Delimitadores
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Subsection
5969 Delimitadores verticales
5970 \begin_inset Index idx
5971 status collapsed
5972
5973 \begin_layout Plain Layout
5974 Delimitadores ! verticales
5975 \end_layout
5976
5977 \end_inset
5978
5979
5980 \end_layout
5981
5982 \begin_layout Standard
5983 \begin_inset space \hfill{}
5984 \end_inset
5985
5986
5987 \begin_inset Tabular
5988 <lyxtabular version="3" rows="9" columns="2">
5989 <features tabularvalignment="middle">
5990 <column alignment="center" valignment="top" width="0pt">
5991 <column alignment="center" valignment="top" width="0pt">
5992 <row>
5993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 Comando
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 Resultado
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 </row>
6012 <row>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 (
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 \begin_inset Formula $($
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 {
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 \begin_inset Formula $\{$
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 </row>
6058 <row>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 [
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 \begin_inset Formula $[$
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 <row>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086
6087 \backslash
6088 langle
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 \begin_inset Formula $\langle$
6098 \end_inset
6099
6100
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 <row>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \backslash
6113 lceil
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 \begin_inset Formula $\lceil$
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 </row>
6131 <row>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \backslash
6138 lfloor
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 \begin_inset Formula $\lfloor$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 <row>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 /
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 \begin_inset Formula $/$
6171 \end_inset
6172
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 </row>
6179 <row>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 |
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 \begin_inset Formula $|$
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 </lyxtabular>
6203
6204 \end_inset
6205
6206
6207 \begin_inset space \hfill{}
6208 \end_inset
6209
6210
6211 \begin_inset Tabular
6212 <lyxtabular version="3" rows="9" columns="2">
6213 <features tabularvalignment="middle">
6214 <column alignment="center" valignment="top" width="0pt">
6215 <column alignment="center" valignment="top" width="0pt">
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 Comando
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 Resultado
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 </row>
6236 <row>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 )
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 \begin_inset Formula $)$
6251 \end_inset
6252
6253
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 </row>
6259 <row>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 }
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 \begin_inset Formula $\}$
6274 \end_inset
6275
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 </row>
6282 <row>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 ]
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 \begin_inset Formula $]$
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310
6311 \backslash
6312 rangle
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 \begin_inset Formula $\rangle$
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335
6336 \backslash
6337 rceil
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 \begin_inset Formula $\rceil$
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 </row>
6355 <row>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \backslash
6362 rfloor
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 \begin_inset Formula $\rfloor$
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \backslash
6387
6388 \backslash
6389
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 \begin_inset Formula $\backslash$
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 </row>
6407 <row>
6408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \backslash
6414 |
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 \begin_inset Formula $\|$
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 </row>
6432 </lyxtabular>
6433
6434 \end_inset
6435
6436
6437 \begin_inset space \hfill{}
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \begin_layout Standard
6444 \begin_inset Note Greyedout
6445 status open
6446
6447 \begin_layout Plain Layout
6448
6449 \series bold
6450 Nota
6451 \series default
6452 : En modo TeX hay que usar el comando 
6453 \series bold
6454
6455 \backslash
6456 textbackslash
6457 \series default
6458
6459 \begin_inset Index idx
6460 status collapsed
6461
6462 \begin_layout Plain Layout
6463 Comandos ! T ! 
6464 \backslash
6465 textbackslash
6466 \end_layout
6467
6468 \end_inset
6469
6470  para la barra invertida, porque si no el comando 
6471 \series bold
6472
6473 \backslash
6474
6475 \backslash
6476
6477 \series default
6478  genera un salto de línea.
6479 \end_layout
6480
6481 \end_inset
6482
6483
6484 \end_layout
6485
6486 \begin_layout Standard
6487 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6488  descritos en las dos subsecciones siguientes.
6489  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6490  < y > en vez de los comandos 
6491 \series bold
6492
6493 \backslash
6494 langle
6495 \series default
6496  y 
6497 \series bold
6498
6499 \backslash
6500 rangle
6501 \series default
6502 .
6503  
6504 \end_layout
6505
6506 \begin_layout Subsubsection
6507 Tamaño manual de los delimitadores
6508 \begin_inset CommandInset label
6509 LatexCommand label
6510 name "sub:Tamaño-manual-de"
6511
6512 \end_inset
6513
6514
6515 \begin_inset Index idx
6516 status collapsed
6517
6518 \begin_layout Plain Layout
6519 Delimitadores ! tamaño manual
6520 \end_layout
6521
6522 \end_inset
6523
6524
6525 \end_layout
6526
6527 \begin_layout Standard
6528 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6529  LaTeX 
6530 \series bold
6531
6532 \backslash
6533 big
6534 \series default
6535
6536 \begin_inset Index idx
6537 status collapsed
6538
6539 \begin_layout Plain Layout
6540 Comandos ! B ! 
6541 \backslash
6542 big
6543 \end_layout
6544
6545 \end_inset
6546
6547
6548 \series bold
6549
6550 \backslash
6551 Big
6552 \series default
6553
6554 \series bold
6555
6556 \backslash
6557 bigg
6558 \series default
6559 , y 
6560 \series bold
6561
6562 \backslash
6563 Bigg
6564 \series default
6565 .
6566  
6567 \series bold
6568
6569 \backslash
6570 big
6571 \series default
6572  indica el tamaño menor y 
6573 \series bold
6574
6575 \backslash
6576 Bigg
6577 \series default
6578  el mayor.
6579 \end_layout
6580
6581 \begin_layout Standard
6582 Estos comandos se usan para resaltar niveles de delimitación:
6583 \end_layout
6584
6585 \begin_layout Standard
6586 \noindent
6587 \align center
6588 \begin_inset Tabular
6589 <lyxtabular version="3" rows="2" columns="2">
6590 <features tabularvalignment="middle">
6591 <column alignment="center" valignment="top" width="0">
6592 <column alignment="center" valignment="top" width="0">
6593 <row>
6594 <cell alignment="center" valignment="top" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 todos los delimitadores de igual tamaño:
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6608 \end_inset
6609
6610
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 </row>
6616 <row>
6617 <cell alignment="center" valignment="top" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 así tiene mejor aspecto:
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6631 \end_inset
6632
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 </lyxtabular>
6640
6641 \end_inset
6642
6643
6644 \begin_inset Note Note
6645 status collapsed
6646
6647 \begin_layout Plain Layout
6648
6649 \series bold
6650
6651 \backslash
6652 raisebox
6653 \series default
6654  se usa sólo como espaciador
6655 \end_layout
6656
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \begin_layout Standard
6663 Para la segunda expresión se ha empleado el comando 
6664 \series bold
6665
6666 \backslash
6667 Big((A+B)(A-B)
6668 \backslash
6669 Big)^
6670 \series default
6671
6672 \begin_inset ERT
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676
6677
6678 \backslash
6679 spce 
6680 \end_layout
6681
6682 \end_inset
6683
6684
6685 \series bold
6686 C
6687 \series default
6688 .
6689 \end_layout
6690
6691 \begin_layout Standard
6692 He aquí una visión conjunta de todos los tamaños y delimitadores:
6693 \end_layout
6694
6695 \begin_layout Standard
6696 \noindent
6697 \align center
6698
6699 \backslash
6700 Bigg(
6701 \backslash
6702 exp
6703 \backslash
6704 bigg<
6705 \backslash
6706 Big[
6707 \backslash
6708 big{
6709 \backslash
6710 ln(3x)
6711 \backslash
6712 big}^2
6713 \begin_inset ERT
6714 status collapsed
6715
6716 \begin_layout Plain Layout
6717
6718
6719 \backslash
6720 spce 
6721 \end_layout
6722
6723 \end_inset
6724
6725
6726 \backslash
6727 sen(x)
6728 \backslash
6729 Big]^
6730 \begin_inset ERT
6731 status collapsed
6732
6733 \begin_layout Plain Layout
6734
6735
6736 \backslash
6737 spce 
6738 \end_layout
6739
6740 \end_inset
6741
6742 A
6743 \begin_inset ERT
6744 status collapsed
6745
6746 \begin_layout Plain Layout
6747
6748
6749 \backslash
6750 spce 
6751 \end_layout
6752
6753 \end_inset
6754
6755
6756 \backslash
6757 bigg>
6758 \backslash
6759 Bigg)^0,5
6760 \begin_inset Formula 
6761 \[
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 \[
7211 \ln(\frac{A}{C})
7212 \]
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \begin_layout Standard
7220 \noindent
7221 \align center
7222 delimitador multilínea: El comando 
7223 \series bold
7224
7225 \backslash
7226 ln
7227 \backslash
7228 left(
7229 \backslash
7230 frac
7231 \series default
7232
7233 \begin_inset ERT
7234 status collapsed
7235
7236 \begin_layout Plain Layout
7237
7238
7239 \backslash
7240 spce 
7241 \end_layout
7242
7243 \end_inset
7244
7245
7246 \series bold
7247 A
7248 \begin_inset Formula $\downarrow$
7249 \end_inset
7250
7251 C
7252 \series default
7253
7254 \begin_inset ERT
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258
7259
7260 \backslash
7261 spce 
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \series bold
7268
7269 \backslash
7270 right)
7271 \series default
7272  genera
7273 \begin_inset Formula 
7274 \[
7275 \ln\left(\frac{A}{C}\right)
7276 \]
7277
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \begin_layout Standard
7284 En lugar de 
7285 \series bold
7286
7287 \backslash
7288 left
7289 \series default
7290  y 
7291 \series bold
7292
7293 \backslash
7294 right
7295 \series default
7296  se puede usar el atajo 
7297 \family sans
7298 Alt+M
7299 \begin_inset space ~
7300 \end_inset
7301
7302 Corchete
7303 \family default
7304 .
7305  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7306  real del delimitador y además se genera el correspondiente delimitador
7307  de cierre.
7308 \begin_inset Newline newline
7309 \end_inset
7310
7311 El comando para el último ejemplo sería 
7312 \series bold
7313
7314 \backslash
7315 ln Alt+M
7316 \series default
7317  
7318 \series bold
7319 (
7320 \backslash
7321 frac
7322 \begin_inset ERT
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326
7327
7328 \backslash
7329 spce 
7330 \end_layout
7331
7332 \end_inset
7333
7334 A
7335 \begin_inset Formula $\downarrow$
7336 \end_inset
7337
7338
7339 \end_layout
7340
7341 \begin_layout Standard
7342 Para omitir uno de los dos delimitadores se inserta un punto.
7343  Por ejemplo, el comando 
7344 \series bold
7345
7346 \backslash
7347 left.
7348 \backslash
7349 frac
7350 \series default
7351
7352 \begin_inset ERT
7353 status collapsed
7354
7355 \begin_layout Plain Layout
7356
7357
7358 \backslash
7359 spce 
7360 \end_layout
7361
7362 \end_inset
7363
7364
7365 \series bold
7366 A
7367 \begin_inset Formula $\downarrow$
7368 \end_inset
7369
7370 B
7371 \series default
7372
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 spce 
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \series bold
7387
7388 \backslash
7389 right}
7390 \series default
7391  da lugar a:
7392 \begin_inset Formula 
7393 \[
7394 \left.\frac{A}{B}\right\} 
7395 \]
7396
7397 \end_inset
7398
7399
7400 \end_layout
7401
7402 \begin_layout Standard
7403 LyX convertirá los comandos 
7404 \series bold
7405
7406 \backslash
7407 left
7408 \series default
7409  y 
7410 \series bold
7411
7412 \backslash
7413 right
7414 \series default
7415  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7416  omitido aparecerá como línea de trazos.
7417  
7418 \begin_inset VSpace bigskip
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \begin_layout Standard
7425 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7426  de LaTeX, el comando 
7427 \series bold
7428
7429 \backslash
7430 middle
7431 \series default
7432
7433 \begin_inset Index idx
7434 status collapsed
7435
7436 \begin_layout Plain Layout
7437 Comandos ! M ! 
7438 \backslash
7439 middle
7440 \end_layout
7441
7442 \end_inset
7443
7444  está también disponible para todos los delimitadores y límites.
7445  Con este comando la altura del siguiente carácter se adapta a la de los
7446  delimitadores circundantes, lo que es necesario, p.
7447 \begin_inset space \thinspace{}
7448 \end_inset
7449
7450 e., para vectores cuánticos: 
7451 \begin_inset Formula 
7452 \[
7453 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7454 \]
7455
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \begin_layout Standard
7462 Para este tipo de vectores hay un paquete LaTeX específico que se describe
7463  en
7464 \begin_inset space ~
7465 \end_inset
7466
7467
7468 \begin_inset CommandInset ref
7469 LatexCommand ref
7470 reference "sub:Vectores-cuánticos"
7471
7472 \end_inset
7473
7474 .
7475 \end_layout
7476
7477 \begin_layout Subsection
7478 Delimitadores horizontales
7479 \begin_inset Index idx
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483 Delimitadores ! horizontales
7484 \end_layout
7485
7486 \end_inset
7487
7488
7489 \end_layout
7490
7491 \begin_layout Standard
7492 \noindent
7493 \align center
7494 \begin_inset Tabular
7495 <lyxtabular version="3" rows="4" columns="2">
7496 <features tabularvalignment="middle">
7497 <column alignment="center" valignment="top" width="0">
7498 <column alignment="center" valignment="top" width="0">
7499 <row>
7500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 Comando
7505 \begin_inset Note Note
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509
7510 \series bold
7511
7512 \backslash
7513 raisebox
7514 \series default
7515  se usa sólo como espaciador
7516 \end_layout
7517
7518 \end_inset
7519
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 Resultado
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 </row>
7535 <row>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545
7546 \backslash
7547 raisebox{2.3mm}{
7548 \end_layout
7549
7550 \end_inset
7551
7552
7553 \backslash
7554 overbrace
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 spce 
7563 \end_layout
7564
7565 \end_inset
7566
7567 A+B
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 spce 
7576 \end_layout
7577
7578 \end_inset
7579
7580 ^
7581 \begin_inset ERT
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585
7586
7587 \backslash
7588 spce 
7589 \end_layout
7590
7591 \end_inset
7592
7593 3
7594 \begin_inset ERT
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598
7599 }
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \begin_inset Index idx
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609 Comandos ! O ! 
7610 \backslash
7611 overbrace
7612 \end_layout
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 \begin_inset Formula $\overbrace{A+B}^{3}$
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 \begin_inset ERT
7640 status collapsed
7641
7642 \begin_layout Plain Layout
7643
7644
7645 \backslash
7646 raisebox{-2.2mm}{
7647 \end_layout
7648
7649 \end_inset
7650
7651
7652 \backslash
7653 underbrace
7654 \begin_inset ERT
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658
7659
7660 \backslash
7661 spce 
7662 \end_layout
7663
7664 \end_inset
7665
7666 A+B
7667 \begin_inset ERT
7668 status collapsed
7669
7670 \begin_layout Plain Layout
7671
7672
7673 \backslash
7674 spce 
7675 \end_layout
7676
7677 \end_inset
7678
7679 _5
7680 \begin_inset ERT
7681 status collapsed
7682
7683 \begin_layout Plain Layout
7684
7685 }
7686 \end_layout
7687
7688 \end_inset
7689
7690
7691 \begin_inset Index idx
7692 status collapsed
7693
7694 \begin_layout Plain Layout
7695 Comandos ! U ! 
7696 \backslash
7697 underbrace
7698 \end_layout
7699
7700 \end_inset
7701
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 \begin_inset Formula $\underbrace{A+B}_{5}$
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 </row>
7720 <row>
7721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725
7726 \backslash
7727 overbrace
7728 \begin_inset ERT
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732
7733
7734 \backslash
7735 spce 
7736 \end_layout
7737
7738 \end_inset
7739
7740
7741 \backslash
7742 underbrace
7743 \begin_inset ERT
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747
7748
7749 \backslash
7750 spce 
7751 \end_layout
7752
7753 \end_inset
7754
7755 A+B_w
7756 \begin_inset ERT
7757 status collapsed
7758
7759 \begin_layout Plain Layout
7760
7761
7762 \backslash
7763 spce 
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \begin_inset ERT
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773
7774
7775 \backslash
7776 spce 
7777 \end_layout
7778
7779 \end_inset
7780
7781 _7
7782 \begin_inset ERT
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786
7787
7788 \backslash
7789 spce 
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \begin_inset ERT
7796 status collapsed
7797
7798 \begin_layout Plain Layout
7799
7800
7801 \backslash
7802 spce 
7803 \end_layout
7804
7805 \end_inset
7806
7807 ^
7808 \begin_inset ERT
7809 status collapsed
7810
7811 \begin_layout Plain Layout
7812
7813
7814 \backslash
7815 spce 
7816 \end_layout
7817
7818 \end_inset
7819
7820 C
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7830 \end_inset
7831
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 </lyxtabular>
7839
7840 \end_inset
7841
7842
7843 \end_layout
7844
7845 \begin_layout Standard
7846 En el último ejemplo no importa en qué orden se introducen los comandos
7847  
7848 \series bold
7849
7850 \backslash
7851 overbrace
7852 \series default
7853  y 
7854 \series bold
7855
7856 \backslash
7857 underbrace
7858 \series default
7859 .
7860 \begin_inset VSpace bigskip
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \begin_layout Standard
7867 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7868  multilínea, como se describe en
7869 \begin_inset space ~
7870 \end_inset
7871
7872
7873 \begin_inset CommandInset ref
7874 LatexCommand ref
7875 reference "sec:Ecuaciones-multilínea"
7876
7877 \end_inset
7878
7879 :
7880 \begin_inset Formula 
7881 \begin{eqnarray*}
7882 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7883  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7884 \end{eqnarray*}
7885
7886 \end_inset
7887
7888 En la primera fila se insertan la ecuación y la primera llave.
7889  Aquí es importante insertar el comando de espacio
7890 \begin_inset Foot
7891 status collapsed
7892
7893 \begin_layout Plain Layout
7894 Los comandos para espacios se explican en 
7895 \begin_inset CommandInset ref
7896 LatexCommand ref
7897 reference "sub:Espacio-predefinido"
7898
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \end_inset
7905
7906  
7907 \series bold
7908
7909 \backslash
7910 :
7911 \series default
7912  antes de la primera
7913 \series bold
7914  
7915 \series default
7916
7917 \begin_inset Formula $d$
7918 \end_inset
7919
7920 , porque la llave que termina detrás de 
7921 \begin_inset Formula $q$
7922 \end_inset
7923
7924  impide que el siguiente 
7925 \begin_inset Quotes fld
7926 \end_inset
7927
7928 +
7929 \begin_inset Quotes frd
7930 \end_inset
7931
7932  esté rodeado de espacio.
7933 \begin_inset Foot
7934 status collapsed
7935
7936 \begin_layout Plain Layout
7937 Debido a que la llave no es considerada como carácter, véase 
7938 \begin_inset CommandInset ref
7939 LatexCommand ref
7940 reference "sub:Operadores-binarios"
7941
7942 \end_inset
7943
7944
7945 \end_layout
7946
7947 \end_inset
7948
7949  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7950  de 
7951 \begin_inset Formula $b$
7952 \end_inset
7953
7954  se inserta antes el comando 
7955 \series bold
7956
7957 \backslash
7958 hphantom{gggg+
7959 \backslash
7960 :}
7961 \series default
7962 .
7963 \begin_inset Foot
7964 status collapsed
7965
7966 \begin_layout Plain Layout
7967 Más sobre 
7968 \series bold
7969
7970 \backslash
7971 hphantom
7972 \series default
7973  en 
7974 \begin_inset CommandInset ref
7975 LatexCommand ref
7976 reference "sub:Espacios-reservados"
7977
7978 \end_inset
7979
7980
7981 \end_layout
7982
7983 \end_inset
7984
7985  Ese espacio es necesario porque el signo 
7986 \begin_inset Quotes fld
7987 \end_inset
7988
7989 +
7990 \begin_inset Quotes frd
7991 \end_inset
7992
7993  va seguido de un espacio en la ecuación.
7994  La llave se coloca bajo el comando 
7995 \series bold
7996
7997 \backslash
7998 hphantom{bbqq+dddd}
7999 \series default
8000 .
8001  
8002 \end_layout
8003
8004 \begin_layout Standard
8005 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
8006  ejemplo:
8007 \begin_inset ERT
8008 status collapsed
8009
8010 \begin_layout Plain Layout
8011
8012
8013 \backslash
8014 setlength{
8015 \backslash
8016 jot}{-6pt}
8017 \end_layout
8018
8019 \end_inset
8020
8021
8022 \begin_inset Formula 
8023 \begin{eqnarray*}
8024  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8025 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8026 \end{eqnarray*}
8027
8028 \end_inset
8029
8030
8031 \begin_inset ERT
8032 status collapsed
8033
8034 \begin_layout Plain Layout
8035
8036
8037 \backslash
8038 setlength{
8039 \backslash
8040 jot}{3pt}
8041 \end_layout
8042
8043 \end_inset
8044
8045 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8046  anterior, con la diferencia de que la llave está encima.
8047  La segunda fila contiene la ecuación junto con la segunda llave.
8048  Para evitar que haya demasiado espacio entre la llave superior en la primera
8049  fila y la ecuación hay que reducirlo.
8050  Esto no es fácil de hacer debido a un fallo de LyX.
8051 \begin_inset Foot
8052 status collapsed
8053
8054 \begin_layout Plain Layout
8055 \begin_inset CommandInset href
8056 LatexCommand href
8057 name "LyX-bug #1505"
8058 target "http://www.lyx.org/trac/ticket/1505"
8059
8060 \end_inset
8061
8062
8063 \end_layout
8064
8065 \end_inset
8066
8067  Una solución es cambiar la separación global de filas en la ecuación, 
8068 \series bold
8069
8070 \backslash
8071 jot
8072 \series default
8073
8074 \begin_inset Index idx
8075 status collapsed
8076
8077 \begin_layout Plain Layout
8078 Comandos ! J ! 
8079 \backslash
8080 jot
8081 \end_layout
8082
8083 \end_inset
8084
8085 , en -6
8086 \begin_inset space \thinspace{}
8087 \end_inset
8088
8089 pt insertando antes de la ecuación el comando 
8090 \series bold
8091
8092 \backslash
8093 setlength{
8094 \backslash
8095 jot}{-6pt}
8096 \series default
8097  en modo TeX.
8098  Después de la ecuación se vuelve al valor normal 3
8099 \begin_inset space \thinspace{}
8100 \end_inset
8101
8102 pt de 
8103 \series bold
8104
8105 \backslash
8106 jot
8107 \series default
8108  usando el mismo comando.
8109  Más información sobre separación de filas en ecuaciones en
8110 \begin_inset space ~
8111 \end_inset
8112
8113
8114 \begin_inset CommandInset ref
8115 LatexCommand ref
8116 reference "sub:Separación-de-líneas"
8117
8118 \end_inset
8119
8120 .
8121 \end_layout
8122
8123 \begin_layout Section
8124 Flechas
8125 \begin_inset Index idx
8126 status collapsed
8127
8128 \begin_layout Plain Layout
8129 Flechas
8130 \end_layout
8131
8132 \end_inset
8133
8134
8135 \end_layout
8136
8137 \begin_layout Standard
8138 Las flechas se pueden insertar con el botón 
8139 \begin_inset Graphics
8140         filename ../../images/math/leftarrow.png
8141         scale 85
8142
8143 \end_inset
8144
8145  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8146  siguientes.
8147 \end_layout
8148
8149 \begin_layout Subsection
8150 Flechas horizontales
8151 \begin_inset Index idx
8152 status collapsed
8153
8154 \begin_layout Plain Layout
8155 Flechas ! horizontales
8156 \end_layout
8157
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \begin_layout Standard
8164 \begin_inset space \hfill{}
8165 \end_inset
8166
8167
8168 \begin_inset Tabular
8169 <lyxtabular version="3" rows="8" columns="2">
8170 <features tabularvalignment="middle">
8171 <column alignment="center" valignment="top" width="0pt">
8172 <column alignment="center" valignment="top" width="0pt">
8173 <row>
8174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Comando
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Resultado
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \backslash
8200 gets
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 \begin_inset Formula $\gets$
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 Leftarrow
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\Leftarrow$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 longleftarrow
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\longleftarrow$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 Longleftarrow
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\Longleftarrow$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 leftharpoonup
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\leftharpoonup$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 leftharpoondown
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\leftharpoondown$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \backslash
8350 hookleftarrow
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 \begin_inset Formula $\hookleftarrow$
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 </lyxtabular>
8369
8370 \end_inset
8371
8372
8373 \begin_inset space \hfill{}
8374 \end_inset
8375
8376
8377 \begin_inset Tabular
8378 <lyxtabular version="3" rows="8" columns="2">
8379 <features tabularvalignment="middle">
8380 <column alignment="center" valignment="top" width="0pt">
8381 <column alignment="center" valignment="top" width="0pt">
8382 <row>
8383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Comando
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Resultado
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \backslash
8409 to
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 \begin_inset Formula $\to$
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \backslash
8434 Rightarrow
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 \begin_inset Formula $\Rightarrow$
8444 \end_inset
8445
8446
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \backslash
8459 longrightarrow
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 \begin_inset Formula $\longrightarrow$
8469 \end_inset
8470
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \backslash
8484 Longrightarrow
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 \begin_inset Formula $\Longrightarrow$
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \backslash
8509 rightharpoonup
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $\rightharpoonup$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 rightharpoondown
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\rightharpoondown$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \backslash
8559 hookrightarrow
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $\hookrightarrow$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 </lyxtabular>
8578
8579 \end_inset
8580
8581
8582 \begin_inset space \hfill{}
8583 \end_inset
8584
8585
8586 \end_layout
8587
8588 \begin_layout Standard
8589 \begin_inset space \hfill{}
8590 \end_inset
8591
8592
8593 \begin_inset Tabular
8594 <lyxtabular version="3" rows="6" columns="2">
8595 <features tabularvalignment="middle">
8596 <column alignment="center" valignment="top" width="0pt">
8597 <column alignment="center" valignment="top" width="0pt">
8598 <row>
8599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Comando
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Resultado
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \backslash
8625 leftrightarrow
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 \begin_inset Formula $\leftrightarrow$
8635 \end_inset
8636
8637
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \backslash
8650 Leftrightarrow
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 \begin_inset Formula $\Leftrightarrow$
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \backslash
8675 longleftrightarrow
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 \begin_inset Formula $\longleftrightarrow$
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \backslash
8700 Longleftrightarrow
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 \begin_inset Formula $\Longleftrightarrow$
8710 \end_inset
8711
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \backslash
8725 rightleftharpoons
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 \begin_inset Formula $\rightleftharpoons$
8735 \end_inset
8736
8737
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 </lyxtabular>
8744
8745 \end_inset
8746
8747
8748 \begin_inset space \hspace{}
8749 \length 25pt
8750 \end_inset
8751
8752
8753 \begin_inset space \hfill{}
8754 \end_inset
8755
8756
8757 \begin_inset Tabular
8758 <lyxtabular version="3" rows="5" columns="2">
8759 <features tabularvalignment="middle">
8760 <column alignment="center" valignment="top" width="0pt">
8761 <column alignment="center" valignment="top" width="0pt">
8762 <row>
8763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 Comando
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 Resultado
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \backslash
8789 mapsto
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 \begin_inset Formula $\mapsto$
8799 \end_inset
8800
8801
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \backslash
8814 longmapsto
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 \begin_inset Formula $\longmapsto$
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \backslash
8839 leadsto
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 \begin_inset Formula $\leadsto$
8849 \end_inset
8850
8851
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \backslash
8864 dasharrow
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 \begin_inset Formula $\dasharrow$
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 </lyxtabular>
8883
8884 \end_inset
8885
8886
8887 \begin_inset space \hfill{}
8888 \end_inset
8889
8890
8891 \begin_inset VSpace medskip
8892 \end_inset
8893
8894
8895 \end_layout
8896
8897 \begin_layout Standard
8898 Las flechas que se utilizan como acentos, p.
8899 \begin_inset space \thinspace{}
8900 \end_inset
8901
8902 e.
8903  en vectores, se describen en 
8904 \begin_inset CommandInset ref
8905 LatexCommand ref
8906 reference "sec:Acentos"
8907
8908 \end_inset
8909
8910 .
8911  
8912 \begin_inset VSpace bigskip
8913 \end_inset
8914
8915
8916 \end_layout
8917
8918 \begin_layout Standard
8919 Además hay las flechas etiquetadas
8920 \begin_inset Index idx
8921 status collapsed
8922
8923 \begin_layout Plain Layout
8924 Flechas ! etiquetadas
8925 \end_layout
8926
8927 \end_inset
8928
8929  
8930 \series bold
8931
8932 \backslash
8933 xleftarrow
8934 \series default
8935
8936 \begin_inset Index idx
8937 status collapsed
8938
8939 \begin_layout Plain Layout
8940 Comandos ! X ! 
8941 \backslash
8942 xleftarrow
8943 \end_layout
8944
8945 \end_inset
8946
8947  y 
8948 \series bold
8949
8950 \backslash
8951 xrightarrow
8952 \series default
8953
8954 \begin_inset Index idx
8955 status collapsed
8956
8957 \begin_layout Plain Layout
8958 Comandos ! X ! 
8959 \backslash
8960 xrightarrow
8961 \begin_inset ERT
8962 status collapsed
8963
8964 \begin_layout Plain Layout
8965
8966
8967 \backslash
8968 vspace{4mm}
8969 \end_layout
8970
8971 \end_inset
8972
8973
8974 \end_layout
8975
8976 \end_inset
8977
8978 .
8979  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8980  con dos marcos azules donde se puede insertar la etiqueta.
8981  La longitud de la flecha se adapta a la anchura de la etiqueta.
8982 \end_layout
8983
8984 \begin_layout Standard
8985 \noindent
8986 \align center
8987 \begin_inset Tabular
8988 <lyxtabular version="3" rows="3" columns="2">
8989 <features tabularvalignment="middle">
8990 <column alignment="center" valignment="top" width="0">
8991 <column alignment="center" valignment="top" width="0">
8992 <row>
8993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Comando
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Resultado
9007 \begin_inset Note Note
9008 status collapsed
9009
9010 \begin_layout Plain Layout
9011
9012 \series bold
9013
9014 \backslash
9015 raisebox
9016 \series default
9017  se usa sólo como espaciador
9018 \end_layout
9019
9020 \end_inset
9021
9022
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 F(a)
9034 \backslash
9035 xleftarrow
9036 \begin_inset ERT
9037 status collapsed
9038
9039 \begin_layout Plain Layout
9040
9041
9042 \backslash
9043 spce 
9044 \end_layout
9045
9046 \end_inset
9047
9048 x=a
9049 \begin_inset Formula $\downarrow$
9050 \end_inset
9051
9052 x>0
9053 \begin_inset Formula $\to$
9054 \end_inset
9055
9056 F(x)
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 F(x)
9080 \backslash
9081 xrightarrow
9082 \begin_inset ERT
9083 status collapsed
9084
9085 \begin_layout Plain Layout
9086
9087
9088 \backslash
9089 spce 
9090 \end_layout
9091
9092 \end_inset
9093
9094 x=a
9095 \begin_inset Formula $\downarrow$
9096 \end_inset
9097
9098 x>0
9099 \begin_inset Formula $\to$
9100 \end_inset
9101
9102 F(a)
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 </lyxtabular>
9121
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \begin_layout Subsection
9128 Flechas verticales y diagonales
9129 \begin_inset Index idx
9130 status collapsed
9131
9132 \begin_layout Plain Layout
9133 Flechas ! diagonales
9134 \end_layout
9135
9136 \end_inset
9137
9138
9139 \begin_inset Index idx
9140 status collapsed
9141
9142 \begin_layout Plain Layout
9143 Flechas ! verticales
9144 \end_layout
9145
9146 \end_inset
9147
9148
9149 \end_layout
9150
9151 \begin_layout Standard
9152 \begin_inset space \hfill{}
9153 \end_inset
9154
9155
9156 \begin_inset Tabular
9157 <lyxtabular version="3" rows="7" columns="2">
9158 <features tabularvalignment="middle">
9159 <column alignment="center" valignment="top" width="0pt">
9160 <column alignment="center" valignment="top" width="0pt">
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Comando
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Resultado
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \backslash
9188 uparrow
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 \begin_inset Formula $\uparrow$
9198 \end_inset
9199
9200
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \backslash
9213 Uparrow
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 \begin_inset Formula $\Uparrow$
9223 \end_inset
9224
9225
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \backslash
9238 updownarrow
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 \begin_inset Formula $\updownarrow$
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \backslash
9263 Updownarrow
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 \begin_inset Formula $\Updownarrow$
9273 \end_inset
9274
9275
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \backslash
9288 Downarrow
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 \begin_inset Formula $\Downarrow$
9298 \end_inset
9299
9300
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 </row>
9306 <row>
9307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311
9312 \backslash
9313 downarrow
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 \begin_inset Formula $\downarrow$
9323 \end_inset
9324
9325
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 </lyxtabular>
9332
9333 \end_inset
9334
9335
9336 \begin_inset space \hfill{}
9337 \end_inset
9338
9339
9340 \begin_inset Tabular
9341 <lyxtabular version="3" rows="5" columns="2">
9342 <features tabularvalignment="middle">
9343 <column alignment="center" valignment="top" width="0pt">
9344 <column alignment="center" valignment="top" width="0pt">
9345 <row>
9346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 Comando
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Resultado
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 nearrow
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 \begin_inset Formula $\nearrow$
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \backslash
9397 searrow
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\searrow$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \backslash
9422 swarrow
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 \begin_inset Formula $\swarrow$
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \backslash
9447 nwarrow
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 \begin_inset Formula $\nwarrow$
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 </lyxtabular>
9466
9467 \end_inset
9468
9469
9470 \begin_inset space \hfill{}
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Standard
9477 \begin_inset VSpace medskip
9478 \end_inset
9479
9480
9481 \end_layout
9482
9483 \begin_layout Standard
9484 Las flechas verticales también se pueden usar como delimitadores junto con
9485  los comandos descritos en
9486 \begin_inset space ~
9487 \end_inset
9488
9489
9490 \begin_inset CommandInset ref
9491 LatexCommand ref
9492 reference "sub:Tamaño-manual-de"
9493
9494 \end_inset
9495
9496  y 
9497 \begin_inset CommandInset ref
9498 LatexCommand ref
9499 reference "sub:Tamaño-automático-de"
9500
9501 \end_inset
9502
9503 .
9504 \end_layout
9505
9506 \begin_layout Standard
9507 \noindent
9508 \align center
9509 \begin_inset Newpage newpage
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Section
9516 Acentos
9517 \begin_inset CommandInset label
9518 LatexCommand label
9519 name "sec:Acentos"
9520
9521 \end_inset
9522
9523
9524 \begin_inset Index idx
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528 Acentos
9529 \end_layout
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \begin_layout Standard
9537 Los acentos se pueden insertar con el botón 
9538 \begin_inset Graphics
9539         filename ../../images/math/hat.png
9540         scale 85
9541
9542 \end_inset
9543
9544  o mediante los comandos listados en las siguientes subsecciones.
9545 \end_layout
9546
9547 \begin_layout Subsection
9548 Acentos para un carácter
9549 \begin_inset ERT
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553
9554
9555 \backslash
9556 texorpdfstring{
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \begin_inset Foot
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566 Para acentos en texto, véase 
9567 \begin_inset CommandInset ref
9568 LatexCommand ref
9569 reference "sub:Acentos-en-texto"
9570
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \end_inset
9577
9578
9579 \begin_inset ERT
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583
9584 }{}
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \begin_inset Note Note
9591 status collapsed
9592
9593 \begin_layout Plain Layout
9594
9595 \series bold
9596
9597 \backslash
9598 texorpdfstring
9599 \series default
9600  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9601 \end_layout
9602
9603 \begin_layout Plain Layout
9604 Más sobre 
9605 \series bold
9606
9607 \backslash
9608 texorpdfstring
9609 \series default
9610  en la sección 
9611 \begin_inset CommandInset ref
9612 LatexCommand ref
9613 reference "sub:Ecuaciones-en-encabezados"
9614
9615 \end_inset
9616
9617 .
9618 \end_layout
9619
9620 \end_inset
9621
9622
9623 \begin_inset CommandInset label
9624 LatexCommand label
9625 name "sub:Acentos-para-un"
9626
9627 \end_inset
9628
9629
9630 \begin_inset Index idx
9631 status collapsed
9632
9633 \begin_layout Plain Layout
9634 Acentos ! para un carácter
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 \begin_inset space \hfill{}
9644 \end_inset
9645
9646
9647 \begin_inset Tabular
9648 <lyxtabular version="3" rows="8" columns="2">
9649 <features tabularvalignment="middle">
9650 <column alignment="center" valignment="top" width="0pt">
9651 <column alignment="center" valignment="top" width="0pt">
9652 <row>
9653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 Comando
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Resultado
9667 \begin_inset Note Note
9668 status collapsed
9669
9670 \begin_layout Plain Layout
9671
9672 \series bold
9673
9674 \backslash
9675 raisebox
9676 \series default
9677  se usa sólo como espaciador
9678 \end_layout
9679
9680 \end_inset
9681
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row>
9689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693
9694 \backslash
9695 dot
9696 \begin_inset ERT
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701
9702 \backslash
9703 spce 
9704 \end_layout
9705
9706 \end_inset
9707
9708 A
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row>
9727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \backslash
9733 ddot
9734 \begin_inset ERT
9735 status collapsed
9736
9737 \begin_layout Plain Layout
9738
9739
9740 \backslash
9741 spce 
9742 \end_layout
9743
9744 \end_inset
9745
9746 A
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row>
9765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 dddot
9772 \begin_inset ERT
9773 status collapsed
9774
9775 \begin_layout Plain Layout
9776
9777
9778 \backslash
9779 spce 
9780 \end_layout
9781
9782 \end_inset
9783
9784 A
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row>
9803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \backslash
9809 ddddot
9810 \begin_inset ERT
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814
9815
9816 \backslash
9817 spce 
9818 \end_layout
9819
9820 \end_inset
9821
9822 A
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9832 \end_inset
9833
9834
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row>
9841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \backslash
9847 vec
9848 \begin_inset ERT
9849 status collapsed
9850
9851 \begin_layout Plain Layout
9852
9853
9854 \backslash
9855 spce 
9856 \end_layout
9857
9858 \end_inset
9859
9860 A
9861 \begin_inset Index idx
9862 status collapsed
9863
9864 \begin_layout Plain Layout
9865 Vectores
9866 \end_layout
9867
9868 \end_inset
9869
9870
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 </row>
9888 <row>
9889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \backslash
9895 bar
9896 \begin_inset ERT
9897 status collapsed
9898
9899 \begin_layout Plain Layout
9900
9901
9902 \backslash
9903 spce 
9904 \end_layout
9905
9906 \end_inset
9907
9908 A
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \backslash
9933 mathring
9934 \begin_inset ERT
9935 status collapsed
9936
9937 \begin_layout Plain Layout
9938
9939
9940 \backslash
9941 spce 
9942 \end_layout
9943
9944 \end_inset
9945
9946 A
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9956 \end_inset
9957
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 </lyxtabular>
9965
9966 \end_inset
9967
9968
9969 \begin_inset space \hfill{}
9970 \end_inset
9971
9972
9973 \begin_inset Tabular
9974 <lyxtabular version="3" rows="7" columns="2">
9975 <features tabularvalignment="middle">
9976 <column alignment="center" valignment="top" width="0pt">
9977 <column alignment="center" valignment="top" width="0pt">
9978 <row>
9979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 Comando
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 Resultado
9993 \begin_inset Note Note
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999
10000 \backslash
10001 raisebox
10002 \series default
10003  se usa sólo como espaciador
10004 \end_layout
10005
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \backslash
10021 tilde
10022 \begin_inset ERT
10023 status collapsed
10024
10025 \begin_layout Plain Layout
10026
10027
10028 \backslash
10029 spce 
10030 \end_layout
10031
10032 \end_inset
10033
10034 A
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row>
10053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \backslash
10059 hat
10060 \begin_inset ERT
10061 status collapsed
10062
10063 \begin_layout Plain Layout
10064
10065
10066 \backslash
10067 spce 
10068 \end_layout
10069
10070 \end_inset
10071
10072 A
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10082 \end_inset
10083
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 </row>
10090 <row>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \backslash
10097 check
10098 \begin_inset ERT
10099 status collapsed
10100
10101 \begin_layout Plain Layout
10102
10103
10104 \backslash
10105 spce 
10106 \end_layout
10107
10108 \end_inset
10109
10110 A
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \backslash
10135 acute
10136 \begin_inset ERT
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140
10141
10142 \backslash
10143 spce 
10144 \end_layout
10145
10146 \end_inset
10147
10148 A
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \backslash
10173 grave
10174 \begin_inset ERT
10175 status collapsed
10176
10177 \begin_layout Plain Layout
10178
10179
10180 \backslash
10181 spce 
10182 \end_layout
10183
10184 \end_inset
10185
10186 A
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10196 \end_inset
10197
10198
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \backslash
10211 breve
10212 \begin_inset ERT
10213 status collapsed
10214
10215 \begin_layout Plain Layout
10216
10217
10218 \backslash
10219 spce 
10220 \end_layout
10221
10222 \end_inset
10223
10224 A
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 </lyxtabular>
10243
10244 \end_inset
10245
10246
10247 \begin_inset space \hfill{}
10248 \end_inset
10249
10250
10251 \end_layout
10252
10253 \begin_layout Standard
10254 \begin_inset VSpace bigskip
10255 \end_inset
10256
10257
10258 \end_layout
10259
10260 \begin_layout Standard
10261 En ecuaciones se pueden insertar acentos como 
10262 \begin_inset Quotes fld
10263 \end_inset
10264
10265 é
10266 \begin_inset Quotes frd
10267 \end_inset
10268
10269  directamente.
10270  LyX los transformará al comando de acento correspondiente.
10271  Para poner diéresis
10272 \begin_inset Index idx
10273 status collapsed
10274
10275 \begin_layout Plain Layout
10276 Dieresis@Diéresis
10277 \end_layout
10278
10279 \end_inset
10280
10281  es mejor insertar comillas antes de la vocal.
10282  Estos dos caracteres son considerados por LaTeX como 
10283 \emph on
10284 un solo
10285 \emph default
10286  carácter si la parte de la ecuación con la diéresis se marca en idioma
10287  alemán.
10288 \begin_inset Foot
10289 status collapsed
10290
10291 \begin_layout Plain Layout
10292 O algún otro idioma que use acentos, p.
10293 \begin_inset space \thinspace{}
10294 \end_inset
10295
10296 e.
10297  catalán.
10298  Aunque esto no funciona en español por algún conflicto con el estilo 
10299 \series bold
10300 spanish
10301 \series default
10302  de 
10303 \series bold
10304 babel
10305 \series default
10306 , no es necesario: se puede escribir 
10307 \begin_inset Formula $ï$
10308 \end_inset
10309
10310  en una ecuación igual que se hace en texto normal, ï.
10311  (
10312 \emph on
10313 N.
10314 \begin_inset space \thinspace{}
10315 \end_inset
10316
10317 del t.
10318 \emph default
10319 )
10320 \end_layout
10321
10322 \end_inset
10323
10324  A diferencia de 
10325 \series bold
10326
10327 \backslash
10328 ddot
10329 \series default
10330 , con este método se generan diéresis 
10331 \begin_inset Quotes fld
10332 \end_inset
10333
10334 reales
10335 \begin_inset Quotes frd
10336 \end_inset
10337
10338 , como se demuestra en el siguiente ejemplo:
10339 \begin_inset VSpace -2mm
10340 \end_inset
10341
10342
10343 \end_layout
10344
10345 \begin_layout Standard
10346 \noindent
10347 \align center
10348 \begin_inset Tabular
10349 <lyxtabular version="3" rows="3" columns="2">
10350 <features tabularvalignment="middle">
10351 <column alignment="center" valignment="top" width="0">
10352 <column alignment="center" valignment="top" width="0">
10353 <row>
10354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Comando
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 Resultado
10368 \begin_inset Note Note
10369 status collapsed
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374
10375 \backslash
10376 raisebox
10377 \series default
10378  se usa sólo como espaciador.
10379 \end_layout
10380
10381 \end_inset
10382
10383
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 ï
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 \begin_inset Formula $ï$
10404 \end_inset
10405
10406
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 </row>
10412 <row>
10413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417
10418 \backslash
10419 ddot
10420 \begin_inset ERT
10421 status collapsed
10422
10423 \begin_layout Plain Layout
10424
10425
10426 \backslash
10427 spce 
10428 \end_layout
10429
10430 \end_inset
10431
10432 i
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10442 \end_inset
10443
10444
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 </lyxtabular>
10451
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \begin_layout Standard
10458 Otra ventaja frente a 
10459 \series bold
10460
10461 \backslash
10462 ddot
10463 \series default
10464  es que la diéresis puede convertirse directamente a texto matemático, porque
10465  los anteriores comandos para acentos 
10466 \emph on
10467 no están permitidos en texto matemático
10468 \emph default
10469 .
10470  Para convertir un carácter acentuado a texto matemático, se debe convertir
10471  sólo el carácter bajo el acento.
10472  Esto también se aplica para otras conversiones, p.
10473 \begin_inset space \thinspace{}
10474 \end_inset
10475
10476 e.
10477 \begin_inset space ~
10478 \end_inset
10479
10480 cursiva o negrita.
10481 \end_layout
10482
10483 \begin_layout Standard
10484 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10485 \end_layout
10486
10487 \begin_layout Subsection
10488 Acentos para varios caracteres
10489 \begin_inset Index idx
10490 status collapsed
10491
10492 \begin_layout Plain Layout
10493 Acentos ! en varios caracteres
10494 \end_layout
10495
10496 \end_inset
10497
10498
10499 \end_layout
10500
10501 \begin_layout Standard
10502 \begin_inset space \hfill{}
10503 \end_inset
10504
10505
10506 \begin_inset Tabular
10507 <lyxtabular version="3" rows="5" columns="2">
10508 <features tabularvalignment="middle">
10509 <column alignment="center" valignment="top" width="0pt">
10510 <column alignment="center" valignment="top" width="0pt">
10511 <row>
10512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Comando
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 Resultado
10526 \begin_inset Note Note
10527 status collapsed
10528
10529 \begin_layout Plain Layout
10530
10531 \series bold
10532
10533 \backslash
10534 raisebox
10535 \series default
10536  se usa sólo como espaciador
10537 \end_layout
10538
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 overleftarrow
10555 \begin_inset ERT
10556 status collapsed
10557
10558 \begin_layout Plain Layout
10559
10560
10561 \backslash
10562 spce 
10563 \end_layout
10564
10565 \end_inset
10566
10567 A=B
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \backslash
10592 underleftarrow
10593 \begin_inset ERT
10594 status collapsed
10595
10596 \begin_layout Plain Layout
10597
10598
10599 \backslash
10600 spce 
10601 \end_layout
10602
10603 \end_inset
10604
10605 A=B
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10615 \end_inset
10616
10617
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \backslash
10630 overleftrightarrow
10631 \begin_inset ERT
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635
10636
10637 \backslash
10638 spce 
10639 \end_layout
10640
10641 \end_inset
10642
10643 A=B
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10653 \end_inset
10654
10655
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 </row>
10661 <row>
10662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666
10667 \backslash
10668 underleftrightarrow
10669 \begin_inset ERT
10670 status collapsed
10671
10672 \begin_layout Plain Layout
10673
10674
10675 \backslash
10676 spce 
10677 \end_layout
10678
10679 \end_inset
10680
10681 A=B
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 </lyxtabular>
10700
10701 \end_inset
10702
10703
10704 \begin_inset space \hfill{}
10705 \end_inset
10706
10707
10708 \begin_inset Tabular
10709 <lyxtabular version="3" rows="5" columns="2">
10710 <features tabularvalignment="middle">
10711 <column alignment="center" valignment="top" width="0pt">
10712 <column alignment="center" valignment="top" width="0pt">
10713 <row>
10714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Comando
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 Resultado
10728 \begin_inset Note Note
10729 status collapsed
10730
10731 \begin_layout Plain Layout
10732
10733 \series bold
10734
10735 \backslash
10736 raisebox
10737 \series default
10738  se usa sólo como espaciador
10739 \end_layout
10740
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \backslash
10756 overrightarrow
10757 \begin_inset ERT
10758 status collapsed
10759
10760 \begin_layout Plain Layout
10761
10762
10763 \backslash
10764 spce 
10765 \end_layout
10766
10767 \end_inset
10768
10769 A=B
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10779 \end_inset
10780
10781
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 </row>
10787 <row>
10788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792
10793 \backslash
10794 underrightarrow
10795 \begin_inset ERT
10796 status collapsed
10797
10798 \begin_layout Plain Layout
10799
10800
10801 \backslash
10802 spce 
10803 \end_layout
10804
10805 \end_inset
10806
10807 A=B
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10817 \end_inset
10818
10819
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 </row>
10825 <row>
10826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830
10831 \backslash
10832 widetilde
10833 \begin_inset ERT
10834 status collapsed
10835
10836 \begin_layout Plain Layout
10837
10838
10839 \backslash
10840 spce 
10841 \end_layout
10842
10843 \end_inset
10844
10845 A=B
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \backslash
10870 widehat
10871 \begin_inset ERT
10872 status collapsed
10873
10874 \begin_layout Plain Layout
10875
10876
10877 \backslash
10878 spce 
10879 \end_layout
10880
10881 \end_inset
10882
10883 A=B
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 </lyxtabular>
10902
10903 \end_inset
10904
10905
10906 \begin_inset space \hfill{}
10907 \end_inset
10908
10909
10910 \end_layout
10911
10912 \begin_layout Standard
10913 \begin_inset VSpace medskip
10914 \end_inset
10915
10916
10917 \end_layout
10918
10919 \begin_layout Standard
10920 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10921  Pero los acentos 
10922 \series bold
10923
10924 \backslash
10925 widetilde
10926 \series default
10927  y 
10928 \series bold
10929
10930 \backslash
10931 widehat
10932 \series default
10933  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10934  ejemplo:
10935 \begin_inset Formula 
10936 \[
10937 \widetilde{A+B=C-D}
10938 \]
10939
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Standard
10946 Con los comandos 
10947 \series bold
10948
10949 \backslash
10950 overset
10951 \series default
10952
10953 \begin_inset Index idx
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 Comandos ! O ! 
10958 \backslash
10959 overset
10960 \end_layout
10961
10962 \end_inset
10963
10964  y 
10965 \series bold
10966
10967 \backslash
10968 underset
10969 \series default
10970
10971 \begin_inset Index idx
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Comandos ! U ! 
10976 \backslash
10977 underset
10978 \end_layout
10979
10980 \end_inset
10981
10982 , descritos en la subsección anterior, también se pueden acentuar varios
10983  caracteres.
10984  El comando 
10985 \series bold
10986
10987 \backslash
10988 underset
10989 \begin_inset ERT
10990 status collapsed
10991
10992 \begin_layout Plain Layout
10993
10994
10995 \backslash
10996 spce 
10997 \end_layout
10998
10999 \end_inset
11000
11001 A=B
11002 \begin_inset Formula $\downarrow$
11003 \end_inset
11004
11005 ***
11006 \series default
11007  da:
11008 \begin_inset Formula 
11009 \[
11010 \underset{***}{A=B}
11011 \]
11012
11013 \end_inset
11014
11015
11016 \end_layout
11017
11018 \begin_layout Section
11019 Espacios
11020 \begin_inset CommandInset label
11021 LatexCommand label
11022 name "sec:Espacio"
11023
11024 \end_inset
11025
11026
11027 \begin_inset Index idx
11028 status collapsed
11029
11030 \begin_layout Plain Layout
11031 Espacio ! horizontal
11032 \end_layout
11033
11034 \end_inset
11035
11036
11037 \end_layout
11038
11039 \begin_layout Subsection
11040 Espacio predefinido
11041 \begin_inset CommandInset label
11042 LatexCommand label
11043 name "sub:Espacio-predefinido"
11044
11045 \end_inset
11046
11047
11048 \begin_inset Index idx
11049 status collapsed
11050
11051 \begin_layout Plain Layout
11052 Espacio ! horizontal ! predefinido
11053 \end_layout
11054
11055 \end_inset
11056
11057
11058 \end_layout
11059
11060 \begin_layout Standard
11061 A veces es necesario insertar espacio horizontal en una ecuación.
11062  Esto se hace insertando un espacio protegido (atajo 
11063 \family sans
11064 Ctrl+Espacio
11065 \family default
11066 ).
11067  Aparece un 
11068 \begin_inset Quotes fld
11069 \end_inset
11070
11071
11072 \color black
11073
11074 \begin_inset ERT
11075 status collapsed
11076
11077 \begin_layout Plain Layout
11078
11079
11080 \backslash
11081 spce 
11082 \end_layout
11083
11084 \end_inset
11085
11086
11087 \color inherit
11088
11089 \begin_inset Quotes frd
11090 \end_inset
11091
11092 , y pulsando 
11093 \family sans
11094 Espacio
11095 \family default
11096  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11097  espacio.
11098  También se pueden insertar espacios mediante el botón 
11099 \begin_inset Graphics
11100         filename ../../images/math/space.png
11101         scale 85
11102
11103 \end_inset
11104
11105  de la barra de ecuaciones o con comandos especiales.
11106  Independientemente del comando insertado, se puede seleccionar un nuevo
11107  tamaño pulsando acto seguido 
11108 \family sans
11109 Espacio.
11110  
11111 \end_layout
11112
11113 \begin_layout Standard
11114 \noindent
11115 \align center
11116 \begin_inset VSpace -5mm
11117 \end_inset
11118
11119
11120 \begin_inset Tabular
11121 <lyxtabular version="3" rows="3" columns="7">
11122 <features tabularvalignment="middle">
11123 <column alignment="center" valignment="middle" width="6.8cm">
11124 <column alignment="center" valignment="top" width="0">
11125 <column alignment="center" valignment="top" width="0">
11126 <column alignment="center" valignment="top" width="0">
11127 <column alignment="center" valignment="top" width="0">
11128 <column alignment="center" valignment="top" width="0">
11129 <column alignment="center" valignment="top" width="0">
11130 <row>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Comando
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144
11145 \backslash
11146 ,
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155
11156 \backslash
11157 :
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166
11167 \backslash
11168 ;
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177
11178 \backslash
11179 quad
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188
11189 \backslash
11190 qquad
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199
11200 \backslash
11201 !
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 <row>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 Número de pulsaciones de 
11213 \family sans
11214 Espacio
11215 \family default
11216  tras insertar el espacio protegido
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 0
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 1
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 2
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 3
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 4
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 5
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 </row>
11276 <row>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 Resultado
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 \begin_inset Formula $A\, B$
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 \begin_inset Formula $A\: B$
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 \begin_inset Formula $A\; B$
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $A\quad B$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Formula $A\qquad B$
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 \begin_inset Formula $A\! B$
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 </row>
11359 </lyxtabular>
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \begin_layout Standard
11367 El último tamaño parece no generar espacio.
11368  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11369  negativo.
11370  Hay otros dos espacios negativos:
11371 \end_layout
11372
11373 \begin_layout Standard
11374 \align center
11375 \begin_inset Tabular
11376 <lyxtabular version="3" rows="3" columns="3">
11377 <features tabularvalignment="middle">
11378 <column alignment="center" valignment="middle" width="6.8cm">
11379 <column alignment="center" valignment="top" width="0pt">
11380 <column alignment="center" valignment="top" width="0pt">
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 Comando
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395
11396 \backslash
11397 negmedspace
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406
11407 \backslash
11408 negthickspace
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 </row>
11414 <row>
11415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 Número de pulsaciones de 
11420 \family sans
11421 Espacio
11422 \family default
11423  tras insertar el espacio protegido
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 6
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 7
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 <row>
11448 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 Resultado
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 \begin_inset Formula $A\negmedspace B$
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $A\negthickspace B$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 </lyxtabular>
11483
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \begin_layout Standard
11490 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11491  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11492  para operadores suma: 
11493 \end_layout
11494
11495 \begin_layout Standard
11496 \noindent
11497 \align center
11498 \begin_inset Tabular
11499 <lyxtabular version="3" rows="3" columns="2">
11500 <features tabularvalignment="middle">
11501 <column alignment="center" valignment="top" width="0">
11502 <column alignment="center" valignment="top" width="0">
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 Comando
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 Resultado
11518 \begin_inset Note Note
11519 status collapsed
11520
11521 \begin_layout Plain Layout
11522
11523 \series bold
11524
11525 \backslash
11526 raisebox
11527 \series default
11528  se usa sólo como espaciador
11529 \end_layout
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544
11545 \backslash
11546 sum
11547 \backslash
11548 sum
11549 \begin_inset ERT
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553
11554
11555 \backslash
11556 spce 
11557 \end_layout
11558
11559 \end_inset
11560
11561 f_kl
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 <row>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584
11585 \backslash
11586 sum
11587 \backslash
11588 negmedspace
11589 \backslash
11590 sum
11591 \begin_inset ERT
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595
11596
11597 \backslash
11598 spce 
11599 \end_layout
11600
11601 \end_inset
11602
11603 f_kl
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11613 \end_inset
11614
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 </lyxtabular>
11622
11623 \end_inset
11624
11625
11626 \end_layout
11627
11628 \begin_layout Standard
11629 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11630  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11631  El siguiente ejemplo lo ilustra:
11632 \end_layout
11633
11634 \begin_layout Standard
11635 \noindent
11636 \align center
11637 \begin_inset Tabular
11638 <lyxtabular version="3" rows="2" columns="2">
11639 <features tabularvalignment="middle">
11640 <column alignment="center" valignment="top" width="0">
11641 <column alignment="center" valignment="top" width="0">
11642 <row>
11643 <cell alignment="center" valignment="top" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 ecuación normal
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 \begin_inset Formula $A=B$
11657 \end_inset
11658
11659
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 <row>
11666 <cell alignment="center" valignment="top" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 \begin_inset Note Note
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674
11675 \series bold
11676
11677 \backslash
11678 raisebox
11679 \series default
11680  se usa sólo como espaciador
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \begin_inset Formula $\raisebox{5mm}{}$
11687 \end_inset
11688
11689 ecuación sin espacio
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 \begin_inset Formula $A{=}B$
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 </row>
11707 </lyxtabular>
11708
11709 \end_inset
11710
11711
11712 \end_layout
11713
11714 \begin_layout Standard
11715 El comando para la segunda ecuación es: 
11716 \series bold
11717 A
11718 \backslash
11719 {=
11720 \begin_inset Formula $\rightarrow$
11721 \end_inset
11722
11723 B
11724 \series default
11725  
11726 \begin_inset VSpace bigskip
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Para las unidades físicas hacen falta espacios, porque entre el valor y
11734  su unidad se pone un espacio más pequeño que el normal.
11735  Para unidades en el texto se inserta con el menú 
11736 \family sans
11737 Insertar\SpecialChar \menuseparator
11738 Formato\SpecialChar \menuseparator
11739 Espacio
11740 \begin_inset space ~
11741 \end_inset
11742
11743 delgado
11744 \family default
11745  (atajo 
11746 \family sans
11747 Ctrl+Mayúscula+Espacio
11748 \family default
11749 ).
11750 \end_layout
11751
11752 \begin_layout Standard
11753 Un ejemplo para visualizar la diferencia:
11754 \end_layout
11755
11756 \begin_layout Standard
11757 \begin_inset Tabular
11758 <lyxtabular version="3" rows="2" columns="2">
11759 <features tabularvalignment="middle">
11760 <column alignment="center" valignment="top" width="0">
11761 <column alignment="left" valignment="top" width="0">
11762 <row>
11763 <cell alignment="center" valignment="top" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 24 kW
11768 \begin_inset Formula $\cdot$
11769 \end_inset
11770
11771 h
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 espacio entre valor y unidad 
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 </row>
11786 <row>
11787 <cell alignment="center" valignment="top" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 24
11792 \begin_inset space \thinspace{}
11793 \end_inset
11794
11795 kW
11796 \begin_inset Formula $\cdot$
11797 \end_inset
11798
11799 h
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 espacio delgado entre valor y unidad
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 </lyxtabular>
11815
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Subsection
11822 Espacio variable
11823 \begin_inset ERT
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827
11828
11829 \backslash
11830 texorpdfstring{
11831 \end_layout
11832
11833 \end_inset
11834
11835
11836 \begin_inset Foot
11837 status collapsed
11838
11839 \begin_layout Plain Layout
11840 Para espacio vertical en ecuaciones véase 
11841 \begin_inset CommandInset ref
11842 LatexCommand ref
11843 reference "sub:Separación-de-líneas"
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \end_inset
11851
11852
11853 \begin_inset ERT
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857
11858 }{}
11859 \end_layout
11860
11861 \end_inset
11862
11863
11864 \begin_inset Note Note
11865 status collapsed
11866
11867 \begin_layout Plain Layout
11868
11869 \backslash
11870 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11871  PDF.
11872 \end_layout
11873
11874 \begin_layout Plain Layout
11875 Más sobre 
11876 \backslash
11877 texorpdfstring en la sección 
11878 \begin_inset CommandInset ref
11879 LatexCommand ref
11880 reference "sub:Ecuaciones-en-encabezados"
11881
11882 \end_inset
11883
11884 .
11885 \end_layout
11886
11887 \end_inset
11888
11889
11890 \begin_inset CommandInset label
11891 LatexCommand label
11892 name "sub:Espacio-variable"
11893
11894 \end_inset
11895
11896
11897 \begin_inset Index idx
11898 status collapsed
11899
11900 \begin_layout Plain Layout
11901 Espacio ! horizontal ! variable
11902 \end_layout
11903
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \begin_layout Standard
11910 En LyX se puede insertar espacio con una longitud definida con el comando
11911  
11912 \series bold
11913
11914 \backslash
11915 hspace
11916 \series default
11917
11918 \begin_inset Index idx
11919 status collapsed
11920
11921 \begin_layout Plain Layout
11922 Comandos ! H ! 
11923 \backslash
11924 hspace
11925 \end_layout
11926
11927 \end_inset
11928
11929 .
11930  Aparece un 
11931 \begin_inset Quotes fld
11932 \end_inset
11933
11934
11935 \color black
11936
11937 \begin_inset ERT
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941
11942
11943 \backslash
11944 spce 
11945 \end_layout
11946
11947 \end_inset
11948
11949
11950 \color inherit
11951
11952 \begin_inset Quotes frd
11953 \end_inset
11954
11955  largo.
11956  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11957 \begin_inset Quotes fld
11958 \end_inset
11959
11960
11961 \color black
11962
11963 \begin_inset ERT
11964 status collapsed
11965
11966 \begin_layout Plain Layout
11967
11968
11969 \backslash
11970 spce 
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \color inherit
11977
11978 \begin_inset Quotes frd
11979 \end_inset
11980
11981 .
11982  La longitud también puede ser negativa.
11983  Para insertar en una ecuación tanto espacio como esté disponible se usa
11984  el comando 
11985 \series bold
11986
11987 \backslash
11988 hfill
11989 \series default
11990
11991 \begin_inset Index idx
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995 Comandos ! H ! 
11996 \backslash
11997 hfill
11998 \end_layout
11999
12000 \end_inset
12001
12002 .
12003 \begin_inset VSpace -1mm
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \begin_layout Standard
12010 \noindent
12011 \align center
12012 \begin_inset Tabular
12013 <lyxtabular version="3" rows="4" columns="2">
12014 <features tabularvalignment="middle">
12015 <column alignment="center" valignment="top" width="0">
12016 <column alignment="center" valignment="top" width="0">
12017 <row>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 Comando (
12023 \backslash
12024 hspace longitud)
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033 Resultado
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 </row>
12039 <row>
12040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 A=B
12045 \backslash
12046 hspace
12047 \begin_inset ERT
12048 status collapsed
12049
12050 \begin_layout Plain Layout
12051
12052
12053 \backslash
12054 spce 
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \begin_inset Formula $\to$
12061 \end_inset
12062
12063 A
12064 \backslash
12065 not=C (3
12066 \begin_inset space \thinspace{}
12067 \end_inset
12068
12069 cm)
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12079 \end_inset
12080
12081
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 </row>
12087 <row>
12088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 A
12093 \backslash
12094 hspace
12095 \begin_inset ERT
12096 status collapsed
12097
12098 \begin_layout Plain Layout
12099
12100
12101 \backslash
12102 spce 
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \begin_inset Formula $\to$
12109 \end_inset
12110
12111 A
12112 \backslash
12113 not=A (-1
12114 \begin_inset space \thinspace{}
12115 \end_inset
12116
12117 mm)
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 </row>
12135 <row>
12136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 A=A
12141 \backslash
12142 hfill
12143 \begin_inset ERT
12144 status collapsed
12145
12146 \begin_layout Plain Layout
12147
12148
12149 \backslash
12150 spce 
12151 \end_layout
12152
12153 \end_inset
12154
12155 B=B
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 \begin_inset Formula $A=A\hfill B=B$
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 </lyxtabular>
12174
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 En el último ejemplo el espacio disponible viene dado por la entrada más
12182  larga de columna en el cuadro.
12183  En una ecuación en línea el espacio depende de la longitud de la línea
12184  en la que se inserta 
12185 \series bold
12186
12187 \backslash
12188 hfill
12189 \series default
12190 .
12191  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12192  
12193 \series bold
12194
12195 \backslash
12196 hfill
12197 \series default
12198  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12199 \series bold
12200 Sangrado
12201 \series default
12202 .
12203  (Los estilos de ecuaciones se explican en
12204 \begin_inset space ~
12205 \end_inset
12206
12207
12208 \begin_inset CommandInset ref
12209 LatexCommand ref
12210 reference "sec:Estilos-de-ecuación"
12211
12212 \end_inset
12213
12214 ).
12215 \end_layout
12216
12217 \begin_layout Standard
12218 Además de 
12219 \series bold
12220
12221 \backslash
12222 hfill
12223 \series default
12224  hay los comandos 
12225 \series bold
12226
12227 \backslash
12228 dotfill
12229 \series default
12230  y 
12231 \series bold
12232
12233 \backslash
12234 hrulefill
12235 \series default
12236  que llenan el espacio con un patrón, véase un ejemplo en
12237 \begin_inset space ~
12238 \end_inset
12239
12240
12241 \begin_inset CommandInset ref
12242 LatexCommand ref
12243 reference "sub:Puntos"
12244
12245 \end_inset
12246
12247 .
12248 \end_layout
12249
12250 \begin_layout Standard
12251 Para texto se puede insertar espacio variable con el menú 
12252 \family sans
12253 Insertar\SpecialChar \menuseparator
12254 Formato\SpecialChar \menuseparator
12255 Espacio
12256 \begin_inset space ~
12257 \end_inset
12258
12259 horizontal
12260 \family default
12261 :
12262 \end_layout
12263
12264 \begin_layout Standard
12265 En esta línea hay un espacio
12266 \begin_inset space \hspace{}
12267 \length 2cm
12268 \end_inset
12269
12270 de 2
12271 \begin_inset space \thinspace{}
12272 \end_inset
12273
12274 cm.
12275 \end_layout
12276
12277 \begin_layout Standard
12278 En esta línea hay un
12279 \begin_inset space \hfill{}
12280 \end_inset
12281
12282 espacio máximo.
12283 \end_layout
12284
12285 \begin_layout Subsection
12286 Espacio adicional en ecuaciones en línea
12287 \begin_inset Index idx
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291 Espacio ! adicional en línea
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \begin_layout Standard
12300 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12301  
12302 \series bold
12303
12304 \backslash
12305 mathsurround
12306 \series default
12307
12308 \begin_inset Index idx
12309 status collapsed
12310
12311 \begin_layout Plain Layout
12312 Comandos ! M ! 
12313 \backslash
12314 mathsurround
12315 \end_layout
12316
12317 \end_inset
12318
12319 .
12320  El valor de una longitud se establece con el comando 
12321 \series bold
12322
12323 \backslash
12324 setlength
12325 \series default
12326
12327 \begin_inset Index idx
12328 status collapsed
12329
12330 \begin_layout Plain Layout
12331 Comandos ! S ! 
12332 \backslash
12333 setlength
12334 \end_layout
12335
12336 \end_inset
12337
12338  según el siguiente esquema:
12339 \end_layout
12340
12341 \begin_layout Standard
12342
12343 \series bold
12344
12345 \backslash
12346 setlength{nombre de la longitud}{valor}
12347 \end_layout
12348
12349 \begin_layout Standard
12350 Para poner a 
12351 \series bold
12352
12353 \backslash
12354 mathsurround
12355 \series default
12356  un valor de 5
12357 \begin_inset space \thinspace{}
12358 \end_inset
12359
12360 mm, se inserta el comando
12361 \end_layout
12362
12363 \begin_layout Standard
12364
12365 \series bold
12366
12367 \backslash
12368 setlength{
12369 \backslash
12370 mathsurround}{5mm}
12371 \end_layout
12372
12373 \begin_layout Standard
12374 en modo TeX.
12375  Se establecerá un espacio de 5
12376 \begin_inset space \thinspace{}
12377 \end_inset
12378
12379 mm alrededor de todas las ecuaciones en línea:
12380 \begin_inset ERT
12381 status collapsed
12382
12383 \begin_layout Plain Layout
12384
12385
12386 \backslash
12387 setlength{
12388 \backslash
12389 mathsurround}{5mm}
12390 \end_layout
12391
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \begin_layout Standard
12398 En esta línea hay una ecuación 
12399 \begin_inset Formula $A=B$
12400 \end_inset
12401
12402  rodeada por espacios de 5
12403 \begin_inset space \thinspace{}
12404 \end_inset
12405
12406 mm.
12407 \begin_inset ERT
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411
12412
12413 \backslash
12414 setlength{
12415 \backslash
12416 mathsurround}{0mm}
12417 \end_layout
12418
12419 \end_inset
12420
12421
12422 \end_layout
12423
12424 \begin_layout Standard
12425 Para volver al espacio predeterminado, 
12426 \series bold
12427
12428 \backslash
12429 mathsurround
12430 \series default
12431  se restablece al valor 0
12432 \begin_inset space \thinspace{}
12433 \end_inset
12434
12435 pt.
12436 \end_layout
12437
12438 \begin_layout Section
12439 Marcos y bordes
12440 \begin_inset Index idx
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 Marcos
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \begin_layout Standard
12453 Los marcos para texto se describen en el capítulo 
12454 \emph on
12455 Marcos
12456 \emph default
12457  del manual 
12458 \emph on
12459 Objetos insertados
12460 \emph default
12461 .
12462 \end_layout
12463
12464 \begin_layout Subsection
12465 Marcos con bordes
12466 \begin_inset CommandInset label
12467 LatexCommand label
12468 name "sub:Marcos-con-bordes"
12469
12470 \end_inset
12471
12472
12473 \begin_inset Index idx
12474 status collapsed
12475
12476 \begin_layout Plain Layout
12477 Marcos ! con bordes
12478 \end_layout
12479
12480 \end_inset
12481
12482
12483 \end_layout
12484
12485 \begin_layout Standard
12486 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12487 \series bold
12488
12489 \backslash
12490 fbox
12491 \series default
12492
12493 \begin_inset Index idx
12494 status collapsed
12495
12496 \begin_layout Plain Layout
12497 Comandos ! F ! 
12498 \backslash
12499 fbox
12500 \end_layout
12501
12502 \end_inset
12503
12504  y 
12505 \series bold
12506
12507 \backslash
12508 boxed
12509 \series default
12510
12511 \begin_inset Index idx
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515 Comandos ! B ! 
12516 \backslash
12517 boxed
12518 \end_layout
12519
12520 \end_inset
12521
12522 .
12523 \end_layout
12524
12525 \begin_layout Standard
12526 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12527  azul en un marco donde se introducen partes de una ecuación.
12528  Para 
12529 \series bold
12530
12531 \backslash
12532 fbox
12533 \series default
12534  hay que generar una ecuación adicional con 
12535 \family sans
12536 Ctrl+M
12537 \family default
12538  dentro del recuadro, porque si no el contenido del mismo sería considerado
12539  texto matemático.
12540  Si se usa 
12541 \series bold
12542
12543 \backslash
12544 boxed
12545 \series default
12546  la nueva ecuación se genera automáticamente dentro del marco.
12547 \end_layout
12548
12549 \begin_layout Standard
12550 El comando 
12551 \series bold
12552
12553 \backslash
12554 fbox
12555 \series default
12556  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12557  ecuación tendría siempre el tamaño del texto.
12558  Por otra parte, 
12559 \series bold
12560
12561 \backslash
12562 fboxed
12563 \series default
12564  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12565  siempre el tamaño de una ecuación presentada.
12566 \end_layout
12567
12568 \begin_layout Standard
12569 El comando 
12570 \series bold
12571
12572 \backslash
12573 framebox
12574 \series default
12575
12576 \begin_inset Index idx
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580 Comandos ! F ! 
12581 \backslash
12582 framebox
12583 \end_layout
12584
12585 \end_inset
12586
12587  es una extensión de 
12588 \series bold
12589
12590 \backslash
12591 fbox
12592 \series default
12593 , que permite especificar además la anchura del marco y la alineación.
12594  
12595 \series bold
12596
12597 \backslash
12598 framebox
12599 \series default
12600  se usa con el siguiente esquema: 
12601 \end_layout
12602
12603 \begin_layout Standard
12604
12605 \series bold
12606
12607 \backslash
12608 framebox[anchura del marco][posición]{contenido del cuadro}
12609 \end_layout
12610
12611 \begin_layout Standard
12612 La posición puede ser 
12613 \emph on
12614 l
12615 \emph default
12616  o 
12617 \emph on
12618 r
12619 \emph default
12620
12621 \emph on
12622 l
12623 \emph default
12624  alinea la ecuación a la izquierda del marcro, 
12625 \emph on
12626 r
12627 \emph default
12628  la alinea a la derecha.
12629  Si no se da posición la ecuación será centrada.
12630 \begin_inset Newline newline
12631 \end_inset
12632
12633 Si no se pone anchura tampoco puede darse posición.
12634  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12635  con 
12636 \series bold
12637
12638 \backslash
12639 fbox
12640 \series default
12641 .
12642  
12643 \end_layout
12644
12645 \begin_layout Standard
12646 Cuando se inserta el comando 
12647 \series bold
12648
12649 \backslash
12650 framebox
12651 \series default
12652  aparece un recuadro con tres marcos azules.
12653  Los dos primeros marcos están encerrados entre corchetes e indican los
12654  dos argumentos opcionales.
12655  El tercer marco es para partes de la ecuación, como para 
12656 \series bold
12657
12658 \backslash
12659 fbox
12660 \series default
12661 .
12662 \end_layout
12663
12664 \begin_layout Standard
12665 \noindent
12666 \align center
12667 \begin_inset Tabular
12668 <lyxtabular version="3" rows="5" columns="2">
12669 <features tabularvalignment="middle">
12670 <column alignment="center" valignment="top" width="0">
12671 <column alignment="center" valignment="top" width="0">
12672 <row>
12673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 Comando
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 Resultado
12687 \begin_inset Note Note
12688 status collapsed
12689
12690 \begin_layout Plain Layout
12691
12692 \series bold
12693
12694 \backslash
12695 raisebox
12696 \series default
12697  se usa sólo como espaciador
12698 \end_layout
12699
12700 \end_inset
12701
12702
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 <row>
12709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713
12714 \backslash
12715 fbox
12716 \begin_inset ERT
12717 status collapsed
12718
12719 \begin_layout Plain Layout
12720
12721
12722 \backslash
12723 spce 
12724 \end_layout
12725
12726 \end_inset
12727
12728
12729 \family sans
12730 Ctrl+M
12731 \family default
12732  
12733 \backslash
12734 int
12735 \begin_inset ERT
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739
12740
12741 \backslash
12742 spce 
12743 \end_layout
12744
12745 \end_inset
12746
12747 A=B
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 <row>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770
12771 \backslash
12772 boxed
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 spce 
12781 \end_layout
12782
12783 \end_inset
12784
12785
12786 \backslash
12787 int
12788 \begin_inset ERT
12789 status collapsed
12790
12791 \begin_layout Plain Layout
12792
12793
12794 \backslash
12795 spce 
12796 \end_layout
12797
12798 \end_inset
12799
12800 A=B
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 </row>
12818 <row>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 A+
12824 \backslash
12825 fbox
12826 \begin_inset ERT
12827 status collapsed
12828
12829 \begin_layout Plain Layout
12830
12831
12832 \backslash
12833 spce 
12834 \end_layout
12835
12836 \end_inset
12837
12838 B
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12848 \end_inset
12849
12850
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row>
12857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861
12862 \backslash
12863 framebox
12864 \begin_inset ERT
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868
12869
12870 \backslash
12871 spce 
12872 \end_layout
12873
12874 \end_inset
12875
12876 20mm
12877 \begin_inset Formula $\to$
12878 \end_inset
12879
12880
12881 \begin_inset Formula $\to$
12882 \end_inset
12883
12884
12885 \family sans
12886 Ctrl+M
12887 \family default
12888  
12889 \backslash
12890 frac
12891 \begin_inset ERT
12892 status collapsed
12893
12894 \begin_layout Plain Layout
12895
12896
12897 \backslash
12898 spce 
12899 \end_layout
12900
12901 \end_inset
12902
12903 A
12904 \begin_inset Formula $\downarrow$
12905 \end_inset
12906
12907 B
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 \begin_inset Formula $\raisebox{6mm}{}$
12917 \end_inset
12918
12919
12920 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12921 \end_inset
12922
12923
12924 \begin_inset Formula $\raisebox{-4mm}{}$
12925 \end_inset
12926
12927
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 </row>
12933 </lyxtabular>
12934
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \begin_layout Standard
12941 El grosor del borde también se puede ajustar.
12942  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12943  la fórmula:
12944 \end_layout
12945
12946 \begin_layout Standard
12947
12948 \series bold
12949
12950 \backslash
12951 fboxrule
12952 \series default
12953  
12954 \series bold
12955
12956 \begin_inset Quotes fld
12957 \end_inset
12958
12959 grosor
12960 \begin_inset Quotes frd
12961 \end_inset
12962
12963
12964 \series default
12965  
12966 \series bold
12967
12968 \backslash
12969 fboxsep
12970 \series default
12971  
12972 \series bold
12973
12974 \begin_inset Quotes fld
12975 \end_inset
12976
12977 distancia
12978 \begin_inset Quotes frd
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Standard
12985 \begin_inset Quotes fld
12986 \end_inset
12987
12988 distancia
12989 \begin_inset Quotes frd
12990 \end_inset
12991
12992  especifica la distancia mínima entre el borde y el primer carácter en el
12993  cuadro.
12994  Un ejemplo de esto es la siguiente ecuación enmarcada:
12995 \begin_inset ERT
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999
13000
13001 \backslash
13002 fboxrule 2mm 
13003 \backslash
13004 fboxsep 3mm
13005 \end_layout
13006
13007 \end_inset
13008
13009
13010 \begin_inset Formula 
13011 \[
13012 \boxed{A+B=C}
13013 \]
13014
13015 \end_inset
13016
13017
13018 \end_layout
13019
13020 \begin_layout Standard
13021 Delante de esta ecuación se han insertado los comandos
13022 \end_layout
13023
13024 \begin_layout Standard
13025
13026 \series bold
13027
13028 \backslash
13029 fboxrule
13030 \series default
13031  
13032 \series bold
13033 2mm
13034 \series default
13035  
13036 \series bold
13037
13038 \backslash
13039 fboxsep
13040 \series default
13041  
13042 \series bold
13043 3mm
13044 \end_layout
13045
13046 \begin_layout Standard
13047 en modo TeX.
13048  Los valores dados se usan para todos los marcos siguientes.
13049 \end_layout
13050
13051 \begin_layout Standard
13052 Para volver al tamaño estándar del marco se inserta el comando
13053 \end_layout
13054
13055 \begin_layout Standard
13056
13057 \series bold
13058
13059 \backslash
13060 fboxrule
13061 \series default
13062  
13063 \series bold
13064 0.4pt
13065 \series default
13066  
13067 \series bold
13068
13069 \backslash
13070 fboxsep
13071 \series default
13072  
13073 \series bold
13074 3pt
13075 \series default
13076
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082
13083 \backslash
13084 fboxrule 0.4pt 
13085 \backslash
13086 fboxsep 3pt
13087 \end_layout
13088
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \begin_layout Standard
13095 en modo TeX antes de la ecuación siguiente.
13096 \end_layout
13097
13098 \begin_layout Subsection
13099 Marcos sin bordes
13100 \begin_inset CommandInset label
13101 LatexCommand label
13102 name "sub:Marcos-sin-bordes"
13103
13104 \end_inset
13105
13106
13107 \begin_inset Index idx
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111 Marcos ! sin borde
13112 \end_layout
13113
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \begin_layout Standard
13120 Para marcos sin borde hay los comandos: 
13121 \series bold
13122
13123 \backslash
13124 mbox
13125 \series default
13126
13127 \begin_inset Index idx
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 Comandos ! M ! 
13132 \backslash
13133 mbox
13134 \end_layout
13135
13136 \end_inset
13137
13138
13139 \series bold
13140
13141 \backslash
13142 makebox
13143 \series default
13144
13145 \begin_inset Index idx
13146 status collapsed
13147
13148 \begin_layout Plain Layout
13149 Comandos ! M ! 
13150 \backslash
13151 makebox
13152 \end_layout
13153
13154 \end_inset
13155
13156  y 
13157 \series bold
13158
13159 \backslash
13160 raisebox
13161 \series default
13162
13163 \begin_inset Index idx
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167 Comandos ! R ! 
13168 \backslash
13169 raisebox
13170 \end_layout
13171
13172 \end_inset
13173
13174 .
13175 \end_layout
13176
13177 \begin_layout Standard
13178 Con 
13179 \series bold
13180
13181 \backslash
13182 raisebox
13183 \series default
13184  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13185  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13186  
13187 \series bold
13188
13189 \backslash
13190 raisebox
13191 \series default
13192  se usa con el siguiente esquema: 
13193 \end_layout
13194
13195 \begin_layout Standard
13196
13197 \series bold
13198
13199 \backslash
13200 raisebox{altura}{contenido del marco}
13201 \end_layout
13202
13203 \begin_layout Standard
13204 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13205  extra, como con 
13206 \series bold
13207
13208 \backslash
13209 fbox
13210 \series default
13211 .
13212  
13213 \begin_inset Note Greyedout
13214 status open
13215
13216 \begin_layout Plain Layout
13217
13218 \series bold
13219 Nota
13220 \series default
13221 : Para
13222 \series bold
13223
13224 \backslash
13225 raisebox
13226 \series default
13227  se ha creado esta ecuación extra tecleando 
13228 \family sans
13229 Ctrl+M
13230 \family default
13231  dos veces en vez de una porque LyX aún no soporta 
13232 \series bold
13233
13234 \backslash
13235 raisebox
13236 \series default
13237  directamente.
13238 \end_layout
13239
13240 \end_inset
13241
13242
13243 \end_layout
13244
13245 \begin_layout Standard
13246 \align center
13247 \begin_inset Tabular
13248 <lyxtabular version="3" rows="4" columns="2">
13249 <features tabularvalignment="middle">
13250 <column alignment="center" valignment="top" width="0">
13251 <column alignment="center" valignment="top" width="0">
13252 <row>
13253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 Comando
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 Resultado
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 </row>
13272 <row>
13273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 H
13278 \backslash
13279 raisebox{2mm
13280 \begin_inset Formula $\to$
13281 \end_inset
13282
13283
13284 \backslash
13285 {al
13286 \begin_inset Formula $\to$
13287 \end_inset
13288
13289  lo
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13299 \end_inset
13300
13301
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 </row>
13307 <row>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 H
13313 \backslash
13314 raisebox{-2mm
13315 \begin_inset Formula $\to$
13316 \end_inset
13317
13318
13319 \backslash
13320 {al
13321 \begin_inset Formula $\to$
13322 \end_inset
13323
13324 lo
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 A=
13348 \backslash
13349 raisebox{-2mm
13350 \begin_inset Formula $\to$
13351 \end_inset
13352
13353
13354 \backslash
13355 {
13356 \family sans
13357 Ctrl+M Ctrl+M
13358 \family default
13359  
13360 \backslash
13361 sqrt
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 spce 
13370 \end_layout
13371
13372 \end_inset
13373
13374
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13384 \end_inset
13385
13386
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 </lyxtabular>
13393
13394 \end_inset
13395
13396
13397 \end_layout
13398
13399 \begin_layout Standard
13400 El comando 
13401 \series bold
13402
13403 \backslash
13404 mbox
13405 \series default
13406  es equivalente a 
13407 \series bold
13408
13409 \backslash
13410 fbox
13411 \series default
13412  y 
13413 \series bold
13414
13415 \backslash
13416 makebox
13417 \series default
13418  es equivalente a 
13419 \series bold
13420
13421 \backslash
13422 framebox
13423 \series default
13424 , con la diferencia de que no hay marco.
13425 \end_layout
13426
13427 \begin_layout Subsection
13428 Marcos coloreados
13429 \begin_inset CommandInset label
13430 LatexCommand label
13431 name "sub:Marcos-coloreados"
13432
13433 \end_inset
13434
13435
13436 \begin_inset Index idx
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440 Marcos ! coloreados
13441 \end_layout
13442
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \begin_layout Standard
13449 Para poder usar todos los comandos explicados en esta sección hay que cargar
13450  en el preámbulo LaTeX el paquete LaTeX 
13451 \series bold
13452 color
13453 \series default
13454
13455 \begin_inset Foot
13456 status collapsed
13457
13458 \begin_layout Plain Layout
13459 El paquete LaTeX 
13460 \series bold
13461 color
13462 \series default
13463  forma parte de toda distribución LaTeX estándar.
13464 \end_layout
13465
13466 \end_inset
13467
13468
13469 \begin_inset Index idx
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473 Paquetes ! color
13474 \end_layout
13475
13476 \end_inset
13477
13478 , con la línea
13479 \begin_inset Foot
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483 Cuando hay texto coloreado con un color predefinido en alguna parte del
13484  documento, LyX carga automáticamente el paquete LaTeX 
13485 \series bold
13486 color
13487 \series default
13488 .
13489  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13490  origina problemas.
13491 \end_layout
13492
13493 \end_inset
13494
13495
13496 \begin_inset Note Note
13497 status collapsed
13498
13499 \begin_layout Plain Layout
13500 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13501  en el preámbulo LaTeX.
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510
13511 \series bold
13512
13513 \backslash
13514 usepackage{color}
13515 \begin_inset VSpace medskip
13516 \end_inset
13517
13518
13519 \end_layout
13520
13521 \begin_layout Standard
13522 Para colorear marcos se usa el comando 
13523 \series bold
13524
13525 \backslash
13526 colorbox
13527 \series default
13528
13529 \begin_inset Index idx
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 Comandos ! C ! 
13534 \backslash
13535 colorbox
13536 \end_layout
13537
13538 \end_inset
13539
13540  con el siguiente esquema:
13541 \end_layout
13542
13543 \begin_layout Standard
13544
13545 \series bold
13546
13547 \backslash
13548 colorbox{color}{contenido del marco}
13549 \end_layout
13550
13551 \begin_layout Standard
13552 El contenido del marco puede ser otro marco, y también un 
13553 \backslash
13554
13555 \series bold
13556 colorbox
13557 \series default
13558  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13559  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13560  como con 
13561 \series bold
13562
13563 \backslash
13564 raisebox
13565 \series default
13566 .
13567 \begin_inset Foot
13568 status collapsed
13569
13570 \begin_layout Plain Layout
13571 Esto también se aplica para el comando 
13572 \series bold
13573
13574 \backslash
13575 fcolorbox
13576 \series default
13577 .
13578 \end_layout
13579
13580 \end_inset
13581
13582  
13583 \end_layout
13584
13585 \begin_layout Standard
13586 Se puede elegir uno de los siguientes colores predefinidos:
13587 \end_layout
13588
13589 \begin_layout Standard
13590
13591 \series bold
13592 black
13593 \series default
13594
13595 \series bold
13596 blue
13597 \series default
13598
13599 \series bold
13600 cyan
13601 \series default
13602
13603 \series bold
13604 green
13605 \series default
13606
13607 \series bold
13608 magenta
13609 \series default
13610
13611 \series bold
13612 red
13613 \series default
13614
13615 \series bold
13616 white
13617 \series default
13618
13619 \series bold
13620 yellow
13621 \end_layout
13622
13623 \begin_layout Standard
13624 \align center
13625 \begin_inset Tabular
13626 <lyxtabular version="3" rows="4" columns="2">
13627 <features tabularvalignment="middle">
13628 <column alignment="center" valignment="top" width="0">
13629 <column alignment="center" valignment="top" width="0">
13630 <row>
13631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 Comando
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 Resultado
13645 \begin_inset Note Note
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650 \series bold
13651
13652 \backslash
13653 raisebox
13654 \series default
13655  se usa sólo como espaciador
13656 \end_layout
13657
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671
13672 \backslash
13673 colorbox{yellow
13674 \begin_inset Formula $\to$
13675 \end_inset
13676
13677
13678 \backslash
13679 {A=B
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 </row>
13697 <row>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702
13703 \backslash
13704 colorbox{green
13705 \begin_inset Formula $\to$
13706 \end_inset
13707
13708
13709 \backslash
13710 {
13711 \backslash
13712 fbox
13713 \begin_inset ERT
13714 status collapsed
13715
13716 \begin_layout Plain Layout
13717
13718
13719 \backslash
13720 spce 
13721 \end_layout
13722
13723 \end_inset
13724
13725 A=B
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13735 \end_inset
13736
13737
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 </row>
13743 <row>
13744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748
13749 \backslash
13750 fbox
13751 \begin_inset ERT
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755
13756
13757 \backslash
13758 spce 
13759 \end_layout
13760
13761 \end_inset
13762
13763
13764 \backslash
13765 colorbox{green
13766 \begin_inset Formula $\to$
13767 \end_inset
13768
13769
13770 \backslash
13771 {
13772 \family sans
13773 Ctrl+M Ctrl+M
13774 \family default
13775  
13776 \backslash
13777 int
13778 \begin_inset ERT
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782
13783
13784 \backslash
13785 spce 
13786 \end_layout
13787
13788 \end_inset
13789
13790 C=D
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13800 \end_inset
13801
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 </row>
13808 </lyxtabular>
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Standard
13816
13817 \series bold
13818
13819 \backslash
13820 colorbox
13821 \series default
13822  sólo colorea el marco pero no los caracteres.
13823  Para colorear todos los caracteres se selecciona toda la ecuación y se
13824  elige un color en el diálogo 
13825 \family sans
13826 Estilo
13827 \begin_inset space ~
13828 \end_inset
13829
13830 del
13831 \begin_inset space ~
13832 \end_inset
13833
13834 texto
13835 \family default
13836 .
13837  El diálogo puede abrirse con el botón 
13838 \begin_inset Graphics
13839         filename ../../images/dialog-show_character.png
13840         scale 85
13841
13842 \end_inset
13843
13844  de la barra de herramientas o con el menú 
13845 \family sans
13846 Editar\SpecialChar \menuseparator
13847 Estilo
13848 \begin_inset space ~
13849 \end_inset
13850
13851 del
13852 \begin_inset space ~
13853 \end_inset
13854
13855 texto\SpecialChar \menuseparator
13856 Personalizado
13857 \family default
13858 .
13859  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13860  Si el número de la ecuación debe tener otro color que el de los caracteres
13861  de la ecuación, el color debe cambiarse dentro de la ecuación.
13862 \end_layout
13863
13864 \begin_layout Standard
13865 Un ejemplo:
13866 \color red
13867
13868 \begin_inset Formula 
13869 \begin{equation}
13870 {\color{red}\int A=B}\label{eq:rojo}
13871 \end{equation}
13872
13873 \end_inset
13874
13875
13876 \color green
13877
13878 \begin_inset Formula 
13879 \begin{equation}
13880 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
13881 \end{equation}
13882
13883 \end_inset
13884
13885
13886 \end_layout
13887
13888 \begin_layout Standard
13889 La ecuación 
13890 \begin_inset CommandInset ref
13891 LatexCommand eqref
13892 reference "eq:rojo"
13893
13894 \end_inset
13895
13896  está toda coloreada en rojo.
13897 \begin_inset Newline newline
13898 \end_inset
13899
13900 La ecuación 
13901 \begin_inset CommandInset ref
13902 LatexCommand eqref
13903 reference "eq:rojoverde"
13904
13905 \end_inset
13906
13907  se ha coloreado en primer lugar toda en verde para colorear el número de
13908  la ecuación.
13909  Posteriormente se han coloreado en rojo los caracteres.
13910 \family sans
13911
13912 \begin_inset VSpace bigskip
13913 \end_inset
13914
13915
13916 \end_layout
13917
13918 \begin_layout Standard
13919 Para colorear diferente el borde y el marcose usa el comando 
13920 \series bold
13921
13922 \backslash
13923 fcolorbox
13924 \series default
13925
13926 \begin_inset Index idx
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930 Comandos ! F ! 
13931 \backslash
13932 fcolorbox
13933 \end_layout
13934
13935 \end_inset
13936
13937  con el siguiente esquema:
13938 \end_layout
13939
13940 \begin_layout Standard
13941
13942 \series bold
13943
13944 \backslash
13945 fcolorbox{color del borde}{color}{contenido del marco}
13946 \end_layout
13947
13948 \begin_layout Standard
13949 Así pues 
13950 \series bold
13951
13952 \backslash
13953 fcolorbox
13954 \series default
13955  es una extensión del comando 
13956 \series bold
13957
13958 \backslash
13959 colorbox
13960 \series default
13961 .
13962  La anchura del borde se establece, como para 
13963 \series bold
13964
13965 \backslash
13966 framebox
13967 \series default
13968 , con 
13969 \series bold
13970
13971 \backslash
13972 fboxrule
13973 \series default
13974  y 
13975 \series bold
13976
13977 \backslash
13978 fboxsep
13979 \series default
13980 .
13981  Un ejemplo:
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986
13987
13988 \backslash
13989 fboxrule 1mm 
13990 \backslash
13991 fboxsep 1mm
13992 \end_layout
13993
13994 \end_inset
13995
13996
13997 \begin_inset Formula 
13998 \[
13999 \fcolorbox{cyan}{magenta}{A=B}
14000 \]
14001
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \begin_layout Standard
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013
14014 \backslash
14015 fboxrule 0.4pt 
14016 \backslash
14017 fboxsep 3pt
14018 \end_layout
14019
14020 \end_inset
14021
14022
14023 \end_layout
14024
14025 \begin_layout Standard
14026 Esta ecuación se ha compuesto con el comando
14027 \begin_inset Newline newline
14028 \end_inset
14029
14030
14031 \series bold
14032
14033 \backslash
14034 fcolorbox{cyan
14035 \begin_inset Formula $\to$
14036 \end_inset
14037
14038
14039 \backslash
14040 {magenta
14041 \begin_inset Formula $\to$
14042 \end_inset
14043
14044
14045 \backslash
14046 {A=B
14047 \end_layout
14048
14049 \begin_layout Standard
14050 \begin_inset VSpace bigskip
14051 \end_inset
14052
14053
14054 \end_layout
14055
14056 \begin_layout Standard
14057 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14058 \end_layout
14059
14060 \begin_layout Standard
14061 Por ejemplo, se puede definir el color 
14062 \begin_inset Quotes fld
14063 \end_inset
14064
14065
14066 \series bold
14067 verdeoscuro
14068 \series default
14069
14070 \begin_inset Quotes frd
14071 \end_inset
14072
14073  con la línea de preámbulo LaTeX:
14074 \end_layout
14075
14076 \begin_layout Standard
14077
14078 \series bold
14079
14080 \backslash
14081 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14082 \series default
14083
14084 \begin_inset Index idx
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088 Comandos ! D ! 
14089 \backslash
14090 definecolor
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Standard
14099
14100 \series bold
14101 cmyk
14102 \series default
14103  es el espacio de color referido a los colores 
14104 \series bold
14105 cyan
14106 \series default
14107
14108 \series bold
14109 magenta
14110 \series default
14111
14112 \series bold
14113 yellow
14114 \series default
14115  y 
14116 \series bold
14117 black
14118 \series default
14119 .
14120  Los cuatro números separados por coma son el factor de cuota para los colores
14121  correspondientes del espacio de color.
14122  Los factores pueden estar en el rango 0-1.
14123  En vez de 
14124 \series bold
14125 cmyk
14126 \series default
14127  se puede usar el espacio de color 
14128 \series bold
14129 rgb
14130 \series default
14131 , que se refiere a 
14132 \series bold
14133 red
14134 \series default
14135
14136 \series bold
14137 green
14138 \series default
14139  y 
14140 \series bold
14141 blue
14142 \series default
14143 , así pues en este caso hay tres factores de cuota para los correspondientes
14144  colores.
14145  Además hay el espacio de color 
14146 \series bold
14147 gray
14148 \series default
14149  con un factor de cuota para el valor gris.
14150 \end_layout
14151
14152 \begin_layout Standard
14153 Como ejemplo he aquí un marco con el nuevo color definido 
14154 \series bold
14155 verdeoscuro
14156 \series default
14157  y los caracteres en color amarillo:
14158 \color black
14159
14160 \begin_inset Formula 
14161 \begin{equation}
14162 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14163 \end{equation}
14164
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \begin_layout Standard
14171 Los colores personalizados también se pueden usar para texto con la ayuda
14172  del comando 
14173 \series bold
14174
14175 \backslash
14176 textcolor
14177 \series default
14178
14179 \begin_inset Index idx
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183 Texto ! coloreado
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \begin_layout Standard
14192 \begin_inset ERT
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196
14197
14198 \backslash
14199 textcolor{verdeoscuro}{
14200 \end_layout
14201
14202 \end_inset
14203
14204 Esta frase en 
14205 \begin_inset Quotes fld
14206 \end_inset
14207
14208 verdeoscuro
14209 \begin_inset Quotes frd
14210 \end_inset
14211
14212 .
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217
14218 }
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227
14228 \series bold
14229
14230 \backslash
14231 textcolor
14232 \series default
14233
14234 \begin_inset Index idx
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238 Comandos ! T ! 
14239 \backslash
14240 textcolor
14241 \end_layout
14242
14243 \end_inset
14244
14245  se usa con el esquema 
14246 \series bold
14247
14248 \backslash
14249 textcolor{color}{caracteres a colorear}
14250 \series default
14251 .
14252 \end_layout
14253
14254 \begin_layout Subsection
14255 Marcos de párrafo
14256 \begin_inset CommandInset label
14257 LatexCommand label
14258 name "sub:Marcos-de-párrafo"
14259
14260 \end_inset
14261
14262
14263 \begin_inset Index idx
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267 Marcos ! para párrafos
14268 \end_layout
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \begin_layout Standard
14276 Un marco que puede contener varias líneas y párrafos, denominado marco de
14277  párrafo (parbox), se puede generar con el menú 
14278 \family sans
14279 Insertar\SpecialChar \menuseparator
14280 Marco
14281 \family default
14282  o con el botón 
14283 \begin_inset Graphics
14284         filename ../../images/box-insert.png
14285         scale 85
14286
14287 \end_inset
14288
14289  de la barra de herramientas.
14290 \end_layout
14291
14292 \begin_layout Standard
14293 El siguiente ejemplo muestra un marco de párrafo en línea:
14294 \begin_inset VSpace medskip
14295 \end_inset
14296
14297 Esta línea contiene 
14298 \begin_inset Box Boxed
14299 position "c"
14300 hor_pos "c"
14301 has_inner_box 1
14302 inner_pos "c"
14303 use_parbox 1
14304 use_makebox 0
14305 width "5cm"
14306 special "none"
14307 height "1in"
14308 height_special "totalheight"
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312 Esto es un marco de párrafo.
14313  Tiene exactamente 5
14314 \begin_inset space \thinspace{}
14315 \end_inset
14316
14317 cm de largo y además puede contener ecuaciones: 
14318 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14319 \end_inset
14320
14321
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \begin_inset space ~
14328 \end_inset
14329
14330  un marco de párrafo.
14331 \begin_inset VSpace medskip
14332 \end_inset
14333
14334 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14335  Surge un diálogo con las propiedades del marco.
14336  En este caso: 
14337 \emph on
14338 Decoración
14339 \emph default
14340 : Marco rectangular, 
14341 \emph on
14342 marco interior
14343 \emph default
14344 : Párrafo, 
14345 \emph on
14346 Ancho
14347 \emph default
14348 : 5
14349 \begin_inset space \thinspace{}
14350 \end_inset
14351
14352 cm, 
14353 \emph on
14354 Alineación Vertical
14355 \emph default
14356  
14357 \emph on
14358 marco
14359 \emph default
14360 : Medio.
14361 \end_layout
14362
14363 \begin_layout Standard
14364 \begin_inset VSpace medskip
14365 \end_inset
14366
14367 En LaTeX, un marco de párrafo se inserta con el comando 
14368 \series bold
14369
14370 \backslash
14371 parbox
14372 \series default
14373
14374 \begin_inset Index idx
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378 Comandos ! P ! 
14379 \backslash
14380 parbox
14381 \end_layout
14382
14383 \end_inset
14384
14385  con el esquema siguiente:
14386 \end_layout
14387
14388 \begin_layout Standard
14389
14390 \series bold
14391
14392 \backslash
14393 parbox[posición]{anchura}{contenido}
14394 \end_layout
14395
14396 \begin_layout Standard
14397 Son posibles las posiciones 
14398 \emph on
14399 b
14400 \emph default
14401  y 
14402 \emph on
14403 t
14404 \emph default
14405
14406 \emph on
14407 b
14408 \emph default
14409  por 
14410 \begin_inset Quotes fld
14411 \end_inset
14412
14413 bottom
14414 \begin_inset Quotes frd
14415 \end_inset
14416
14417  (abajo), que alinea la última línea del marco con el texto de alrededor.
14418  Con 
14419 \emph on
14420 t
14421 \emph default
14422 , por 
14423 \begin_inset Quotes fld
14424 \end_inset
14425
14426 top
14427 \begin_inset Quotes frd
14428 \end_inset
14429
14430  (arriba), la alineación se hace con la primera línea.
14431  Si no se da posición, el marco se centrará verticalmente, véase la sección
14432  
14433 \emph on
14434 Marcos
14435 \emph default
14436  del manual 
14437 \emph on
14438 Objetos insertados
14439 \emph default
14440  para ejemplos.
14441 \end_layout
14442
14443 \begin_layout Standard
14444 \begin_inset VSpace bigskip
14445 \end_inset
14446
14447 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14448  ponerse en un marco de párrafo.
14449  Para ello se inserta el comando
14450 \begin_inset Newline newline
14451 \end_inset
14452
14453
14454 \series bold
14455
14456 \backslash
14457 fbox{
14458 \backslash
14459 parbox{
14460 \backslash
14461 linewidth-2
14462 \backslash
14463 fboxsep-2
14464 \backslash
14465 fboxrule}{
14466 \begin_inset Newline newline
14467 \end_inset
14468
14469
14470 \series default
14471 en modo TeX delante de la ecuación.
14472  Aquí 
14473 \series bold
14474
14475 \backslash
14476 linewidth
14477 \series default
14478
14479 \begin_inset Index idx
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Comandos ! L ! 
14484 \backslash
14485 linewidth
14486 \begin_inset ERT
14487 status open
14488
14489 \begin_layout Plain Layout
14490
14491
14492 \backslash
14493 vspace{5mm}
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \end_inset
14502
14503  es la anchura de línea establecida para el documento.
14504  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14505  anchura dos veces la separación del marco y el grosor.
14506  Como LyX no lo hace automáticamente debido a un fallo,
14507 \begin_inset Foot
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511 \begin_inset CommandInset href
14512 LatexCommand href
14513 name "LyX-bug #4483"
14514 target "http://www.lyx.org/trac/ticket/4483"
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \end_inset
14522
14523  hay que usar modo TeX.
14524  Para poder multiplicar y restar en los argumentos hay que cargar en el
14525  preámbulo LaTeX el paquete LaTeX 
14526 \series bold
14527 calc
14528 \series default
14529 ,
14530 \begin_inset Foot
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535 \series bold
14536 calc
14537 \series default
14538  es parte de toda instalación LaTeX estándar.
14539 \end_layout
14540
14541 \end_inset
14542
14543
14544 \begin_inset Index idx
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548 Paquetes ! calc
14549 \end_layout
14550
14551 \end_inset
14552
14553  con la línea
14554 \end_layout
14555
14556 \begin_layout Standard
14557
14558 \series bold
14559
14560 \backslash
14561 usepackage{calc}
14562 \end_layout
14563
14564 \begin_layout Standard
14565 Detrás de la ecuación se cierran ambos marcos con 
14566 \series bold
14567 }}
14568 \series default
14569  en modo TeX.
14570  Aquí hay un ejemplo:
14571 \begin_inset ERT
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575
14576
14577 \backslash
14578 fboxsep 5mm 
14579 \backslash
14580 fboxrule 5mm
14581 \end_layout
14582
14583 \end_inset
14584
14585
14586 \end_layout
14587
14588 \begin_layout Standard
14589 \begin_inset ERT
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593
14594
14595 \backslash
14596 fbox{
14597 \backslash
14598 parbox{
14599 \backslash
14600 linewidth-2
14601 \backslash
14602 fboxsep-2
14603 \backslash
14604 fboxrule}{
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \begin_inset Formula 
14611 \begin{equation}
14612 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14613 \end{equation}
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \begin_layout Standard
14621 \begin_inset ERT
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625
14626 }}
14627 \end_layout
14628
14629 \end_inset
14630
14631
14632 \begin_inset ERT
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636
14637
14638 \backslash
14639 fboxrule 0.4pt 
14640 \backslash
14641 fboxsep 3pt
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \begin_inset VSpace medskip
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \begin_layout Standard
14657 Como se ha usado el marco de párrafo como argumento de 
14658 \series bold
14659
14660 \backslash
14661 fbox
14662 \series default
14663 , en este caso no hay diferencia entre 
14664 \series bold
14665
14666 \backslash
14667 fbox
14668 \series default
14669  y 
14670 \series bold
14671
14672 \backslash
14673 boxed
14674 \series default
14675 .
14676  
14677 \end_layout
14678
14679 \begin_layout Standard
14680 \begin_inset VSpace bigskip
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \begin_layout Standard
14687 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14688  Para hacerlo, se usa 
14689 \series bold
14690
14691 \backslash
14692 parbox
14693 \series default
14694  en combinación con el comando 
14695 \series bold
14696
14697 \backslash
14698 tag
14699 \series default
14700 .
14701  (Véase más sobre 
14702 \series bold
14703
14704 \backslash
14705 tag
14706 \series default
14707  en 
14708 \begin_inset CommandInset ref
14709 LatexCommand ref
14710 reference "sub:Numeración-personalizada"
14711
14712 \end_inset
14713
14714 ).
14715 \end_layout
14716
14717 \begin_layout Standard
14718 Un ejemplo de ecuación comentada con 
14719 \series bold
14720
14721 \backslash
14722 parbox
14723 \series default
14724 :
14725 \end_layout
14726
14727 \begin_layout Standard
14728 \begin_inset ERT
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732
14733
14734 \backslash
14735 [5x-7b=3b
14736 \backslash
14737 tag*{
14738 \backslash
14739 parbox{5cm}{
14740 \end_layout
14741
14742 \end_inset
14743
14744 Esto es una descripción.
14745  Está claramente separada de la ecuación y es multilínea.
14746 \begin_inset ERT
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750
14751 }}
14752 \backslash
14753 ]
14754 \end_layout
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \begin_layout Standard
14762 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14763  no soporta el comando 
14764 \series bold
14765
14766 \backslash
14767 parbox
14768 \series default
14769  en ecuaciones.
14770  La ecuación se compone con la siguiente secuencia de comandos:
14771 \end_layout
14772
14773 \begin_layout Standard
14774 El comando 
14775 \series bold
14776
14777 \backslash
14778 [5x-7b=3b
14779 \backslash
14780 tag*
14781 \backslash
14782 {
14783 \backslash
14784 parbox{5cm}{
14785 \series default
14786  se inserta en modo TeX.
14787 \begin_inset Foot
14788 status collapsed
14789
14790 \begin_layout Plain Layout
14791 Si se usa el estilo de ecuación 
14792 \series bold
14793 Sangrado
14794 \series default
14795
14796 \series bold
14797
14798 \backslash
14799 tag*
14800 \backslash
14801
14802 \series default
14803  se puede reemplazar por 
14804 \series bold
14805
14806 \backslash
14807 hfill
14808 \series default
14809 .
14810  (Véanse los estilos de ecuación en 
14811 \begin_inset CommandInset ref
14812 LatexCommand ref
14813 reference "sec:Estilos-de-ecuación"
14814
14815 \end_inset
14816
14817 ).
14818 \end_layout
14819
14820 \end_inset
14821
14822  Después sigue la descripción en texto normal, y por último 
14823 \series bold
14824 }}
14825 \backslash
14826 ]
14827 \series default
14828  en modo TeX.
14829  Aquí los comandos 
14830 \series bold
14831
14832 \backslash
14833 [
14834 \series default
14835  y 
14836 \series bold
14837
14838 \backslash
14839 ]
14840 \series default
14841  crean una ecuación presentada.
14842 \end_layout
14843
14844 \begin_layout Standard
14845 Las ventajas de 
14846 \series bold
14847
14848 \backslash
14849 parbox
14850 \series default
14851  pueden verse en este ejemplo que se ha 
14852 \begin_inset Quotes fld
14853 \end_inset
14854
14855 comentado
14856 \begin_inset Quotes frd
14857 \end_inset
14858
14859  usando el modo texto matemático:
14860 \begin_inset Formula 
14861 \[
14862 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
14863 \]
14864
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \begin_layout Section
14871 Operadores
14872 \begin_inset Index idx
14873 status collapsed
14874
14875 \begin_layout Plain Layout
14876 Operadores
14877 \end_layout
14878
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \begin_layout Subsection
14885 Operadores grandes
14886 \begin_inset CommandInset label
14887 LatexCommand label
14888 name "sub:Operadores-grandes"
14889
14890 \end_inset
14891
14892
14893 \begin_inset Index idx
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897 Operadores ! grandes
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \begin_inset Index idx
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907 Sumatorios
14908 \end_layout
14909
14910 \end_inset
14911
14912
14913 \begin_inset Index idx
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917 Integrales
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \begin_layout Standard
14926 Para poder usar todos los comandos de integrales listados aquí, debe estar
14927  marcada la opción 
14928 \family sans
14929 Usar paquete esint automáticamente
14930 \family default
14931  en el apartado 
14932 \family sans
14933 Opciones de ecuación
14934 \family default
14935  de la configuración del documento.
14936  
14937 \end_layout
14938
14939 \begin_layout Standard
14940 \begin_inset space \hfill{}
14941 \end_inset
14942
14943
14944 \begin_inset Tabular
14945 <lyxtabular version="3" rows="11" columns="2">
14946 <features tabularvalignment="middle">
14947 <column alignment="center" valignment="top" width="0pt">
14948 <column alignment="center" valignment="top" width="0pt">
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 Comando
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 Resultado
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \backslash
14976 int
14977 \begin_inset Index idx
14978 status collapsed
14979
14980 \begin_layout Plain Layout
14981 Comandos ! I ! 
14982 \backslash
14983 int
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 \begin_inset Formula $\int$
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 <row>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011
15012 \backslash
15013 oint
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 \begin_inset Formula $\oint$
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 ointctrclockwise
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 \begin_inset Formula $\ointctrclockwise$
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \backslash
15063 ointclockwise
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset Formula $\ointclockwise$
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \backslash
15088 sqint
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 \begin_inset Formula $\sqint$
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 <row>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \backslash
15113 fint
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122  
15123 \begin_inset Formula $\fint$
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \backslash
15139 landupint
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148  
15149 \begin_inset Formula $\landupint$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 landdownint
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174  
15175 \begin_inset Formula $\landdownint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 bigcap
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 \begin_inset Formula $\bigcap$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 bigcup
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\bigcup$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 </lyxtabular>
15235
15236 \end_inset
15237
15238
15239 \begin_inset space \hfill{}
15240 \end_inset
15241
15242
15243 \begin_inset Tabular
15244 <lyxtabular version="3" rows="11" columns="2">
15245 <features tabularvalignment="middle">
15246 <column alignment="center" valignment="top" width="0pt">
15247 <column alignment="center" valignment="top" width="0pt">
15248 <row>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 Comando
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 Resultado
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 sum
15276 \begin_inset Index idx
15277 status collapsed
15278
15279 \begin_layout Plain Layout
15280 Comandos ! S ! 
15281 \backslash
15282 sum
15283 \end_layout
15284
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\sum$
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 <row>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310
15311 \backslash
15312 prod
15313 \begin_inset Index idx
15314 status collapsed
15315
15316 \begin_layout Plain Layout
15317 Comandos ! P ! 
15318 \backslash
15319 prod
15320 \end_layout
15321
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333 \begin_inset Formula $\prod$
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 <row>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \backslash
15349 coprod
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 \begin_inset Formula $\coprod$
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 bigodot
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 \begin_inset Formula $\bigodot$
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 </row>
15392 <row>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397
15398 \backslash
15399 bigotimes
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 \begin_inset Formula $\bigotimes$
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 </row>
15417 <row>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \backslash
15424 bigoplus
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 \begin_inset Formula $\bigoplus$
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \backslash
15449 bigwedge
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Formula $\bigwedge$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \backslash
15474 bigvee
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483 \begin_inset Formula $\bigvee$
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \backslash
15499 bigsqcup
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 \begin_inset Formula $\bigsqcup$
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 <row>
15518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \backslash
15524 biguplus
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533 \begin_inset Formula $\biguplus$
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 </lyxtabular>
15543
15544 \end_inset
15545
15546
15547 \begin_inset space \hfill{}
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \begin_layout Standard
15554 Todos los operadores grandes se pueden insertar con el botón 
15555 \begin_inset Graphics
15556         filename ../../images/math/intop.png
15557         scale 85
15558
15559 \end_inset
15560
15561  de la barra de ecuaciones.
15562 \end_layout
15563
15564 \begin_layout Standard
15565 Estos operadores son llamados grandes porque son mayores que los operadores
15566  binarios de aspecto semejante.
15567  Todos los operadores grandes pueden tener límites, como se describe en
15568  la subsección siguiente.
15569 \end_layout
15570
15571 \begin_layout Standard
15572 Para todos los operadores de integral hay una segunda versión disponible,
15573  terminando en 
15574 \series bold
15575 op
15576 \series default
15577
15578 \series bold
15579
15580 \backslash
15581 intop
15582 \series default
15583
15584 \series bold
15585
15586 \backslash
15587 ointop
15588 \series default
15589  etc.
15590  Estos operadores difieren de 
15591 \series bold
15592
15593 \backslash
15594 int
15595 \series default
15596 , etc., en el estilo en que se presentan los límites, véase
15597 \series bold
15598  
15599 \series default
15600
15601 \begin_inset CommandInset ref
15602 LatexCommand ref
15603 reference "sub:Límites-de-operadores"
15604
15605 \end_inset
15606
15607 .
15608 \end_layout
15609
15610 \begin_layout Subsubsection*
15611 Sugerencias para las integrales
15612 \end_layout
15613
15614 \begin_layout Standard
15615 La letra 
15616 \emph on
15617 d
15618 \emph default
15619  en una integral es un operador, por consiguiente debe escribirse en redonda.
15620  Esto se hace resaltando la 
15621 \emph on
15622 d
15623 \emph default
15624  y usando el atajo de teclado 
15625 \family sans
15626 Alt+C
15627 \begin_inset space ~
15628 \end_inset
15629
15630 R
15631 \family default
15632 .
15633 \begin_inset Foot
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637 véase estilos de letras en 
15638 \begin_inset CommandInset ref
15639 LatexCommand ref
15640 reference "sub:Estilos-de-tipografías"
15641
15642 \end_inset
15643
15644  
15645 \end_layout
15646
15647 \end_inset
15648
15649  Delante de la 
15650 \emph on
15651 d
15652 \emph default
15653  se inserta un espacio delgado, como es habitual en los operadores.
15654  Un ejemplo:
15655 \end_layout
15656
15657 \begin_layout Standard
15658 incorrecto: 
15659 \begin_inset Formula $\int A(x)dx$
15660 \end_inset
15661
15662
15663 \begin_inset Newline newline
15664 \end_inset
15665
15666
15667 \begin_inset Phantom HPhantom
15668 status open
15669
15670 \begin_layout Plain Layout
15671 in
15672 \end_layout
15673
15674 \end_inset
15675
15676 correcto: 
15677 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \begin_layout Standard
15684 Para integrales múltiples hay los siguientes comandos:
15685 \begin_inset VSpace medskip
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \begin_layout Standard
15692 \begin_inset space \hfill{}
15693 \end_inset
15694
15695
15696 \begin_inset Tabular
15697 <lyxtabular version="3" rows="4" columns="2">
15698 <features tabularvalignment="middle">
15699 <column alignment="center" valignment="top" width="0">
15700 <column alignment="center" valignment="top" width="0">
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 Comando
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 Resultado
15716 \begin_inset Note Note
15717 status collapsed
15718
15719 \begin_layout Plain Layout
15720
15721 \series bold
15722
15723 \backslash
15724 raisebox
15725 \series default
15726  se usa sólo como espaciador
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \backslash
15744 iint
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15754 \end_inset
15755
15756
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 </row>
15762 <row>
15763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \backslash
15769 oiint
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 </row>
15787 <row>
15788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \backslash
15794 sqiint
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 </lyxtabular>
15813
15814 \end_inset
15815
15816
15817 \begin_inset space \hfill{}
15818 \end_inset
15819
15820
15821 \begin_inset Tabular
15822 <lyxtabular version="3" rows="4" columns="2">
15823 <features tabularvalignment="middle">
15824 <column alignment="center" valignment="top" width="0">
15825 <column alignment="center" valignment="top" width="0">
15826 <row>
15827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 Comando
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 Resultado
15841 \begin_inset Note Note
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845
15846 \series bold
15847
15848 \backslash
15849 raisebox
15850 \series default
15851  se usa sólo como espaciador
15852 \end_layout
15853
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 </row>
15862 <row>
15863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \backslash
15869 iiint
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15879 \end_inset
15880
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 </row>
15887 <row>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892
15893 \backslash
15894 iiiint
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15904 \end_inset
15905
15906
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 <row>
15913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917
15918 \backslash
15919 dotsint
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15929 \end_inset
15930
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 </lyxtabular>
15938
15939 \end_inset
15940
15941
15942 \begin_inset space \hfill{}
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \begin_layout Subsection
15949 Límites de operadores
15950 \begin_inset CommandInset label
15951 LatexCommand label
15952 name "sub:Límites-de-operadores"
15953
15954 \end_inset
15955
15956
15957 \begin_inset Index idx
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961 Operadores ! límites de
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Standard
15970 Los límites se crean mediante superíndices y subíndices:
15971 \end_layout
15972
15973 \begin_layout Standard
15974 \noindent
15975 \align center
15976 \begin_inset Tabular
15977 <lyxtabular version="3" rows="2" columns="2">
15978 <features tabularvalignment="middle">
15979 <column alignment="center" valignment="top" width="0">
15980 <column alignment="center" valignment="top" width="0">
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 Comando
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 Resultado
15996 \begin_inset Note Note
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000
16001 \series bold
16002
16003 \backslash
16004 raisebox
16005 \series default
16006  se usa sólo como espaciador
16007 \end_layout
16008
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 </row>
16017 <row>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022
16023 \backslash
16024 prod^
16025 \backslash
16026 infty
16027 \begin_inset ERT
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031
16032
16033 \backslash
16034 spce 
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \begin_inset Formula $\to$
16041 \end_inset
16042
16043 _0
16044 \begin_inset Formula $\to$
16045 \end_inset
16046
16047 A(x)
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16057 \end_inset
16058
16059
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 </row>
16065 </lyxtabular>
16066
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \begin_layout Standard
16073 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16074  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16075 \end_layout
16076
16077 \begin_layout Standard
16078 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16079  directamente detrás del operador y se elige 
16080 \series bold
16081 Alineado
16082 \series default
16083  en el menú 
16084 \family sans
16085 Editar\SpecialChar \menuseparator
16086 Ecuación\SpecialChar \menuseparator
16087 Cambiar tipo de límites
16088 \family default
16089  (atajo 
16090 \family sans
16091 Alt+M
16092 \begin_inset space ~
16093 \end_inset
16094
16095 L
16096 \family default
16097 ).
16098  Un ejemplo:
16099 \end_layout
16100
16101 \begin_layout Standard
16102 El tipo de límites por omisión es:
16103 \begin_inset Formula 
16104 \[
16105 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16106 \]
16107
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \begin_layout Standard
16114 Así se ven si se cambia el tipo de límites a 
16115 \series bold
16116 Alineado
16117 \series default
16118 :
16119 \begin_inset Formula 
16120 \[
16121 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16122 \]
16123
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \begin_layout Standard
16130 En integrales, excepto las que terminan en 
16131 \series bold
16132 op
16133 \series default
16134  como 
16135 \series bold
16136
16137 \backslash
16138 intop
16139 \series default
16140
16141 \series bold
16142
16143 \backslash
16144 ointop
16145 \series default
16146 , etc., los límites se colocan por omisión junto al operador.
16147  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16148  operador.
16149  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16150 \series bold
16151 Presentado
16152 \series default
16153  para poner el límite debajo:
16154 \begin_inset Formula 
16155 \begin{equation}
16156 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16157 \end{equation}
16158
16159 \end_inset
16160
16161
16162 \begin_inset VSpace medskip
16163 \end_inset
16164
16165 Para especificar condiciones en los límites se usan los comandos 
16166 \series bold
16167
16168 \backslash
16169 subarray
16170 \series default
16171
16172 \begin_inset Index idx
16173 status collapsed
16174
16175 \begin_layout Plain Layout
16176 Comandos ! S ! 
16177 \backslash
16178 subarray
16179 \end_layout
16180
16181 \end_inset
16182
16183  y 
16184 \series bold
16185
16186 \backslash
16187 substack
16188 \series default
16189
16190 \begin_inset Index idx
16191 status collapsed
16192
16193 \begin_layout Plain Layout
16194 Comandos ! S ! 
16195 \backslash
16196 substack
16197 \end_layout
16198
16199 \end_inset
16200
16201 .
16202  Por ejemplo, para componer la expresión
16203 \begin_inset Formula 
16204 \begin{equation}
16205 \sum_{\begin{subarray}{c}
16206 0<k<1000\\
16207 \\
16208 k\,\in\,\mathbb{N}
16209 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16210 \end{equation}
16211
16212 \end_inset
16213
16214 se ha hecho lo siguiente: primero se escribe el comando 
16215 \series bold
16216
16217 \backslash
16218 sum^n
16219 \series default
16220
16221 \begin_inset ERT
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225
16226
16227 \backslash
16228 spce 
16229 \end_layout
16230
16231 \end_inset
16232
16233
16234 \series bold
16235 _
16236 \series default
16237 .
16238  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16239  se inserta el comando 
16240 \series bold
16241
16242 \backslash
16243 subarray
16244 \series default
16245
16246 \begin_inset ERT
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250
16251
16252 \backslash
16253 spce 
16254 \end_layout
16255
16256 \end_inset
16257
16258 .
16259  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16260  distintas.
16261  Cada línea nueva se crea con un salto de línea (
16262 \family sans
16263 Ctrl+Entrar
16264 \family default
16265 ).
16266  Si ahora se teclea en ella
16267 \begin_inset Newline newline
16268 \end_inset
16269
16270
16271 \series bold
16272 0<k<1000 Ctrl+Entrar
16273 \begin_inset Newline newline
16274 \end_inset
16275
16276
16277 \series default
16278 aparece debajo un nuevo marco para la línea nueva.
16279 \end_layout
16280
16281 \begin_layout Standard
16282 La alineación de las líneas puede cambiarse a la izquierda con la 
16283 \family sans
16284 barra de herramientas de cuadros
16285 \family default
16286  o con el menú 
16287 \family sans
16288 Editar\SpecialChar \menuseparator
16289 Filas y columnas
16290 \family default
16291 .
16292  Para obtener alineación derecha se inserta 
16293 \series bold
16294
16295 \backslash
16296 hfill
16297 \series default
16298
16299 \begin_inset ERT
16300 status collapsed
16301
16302 \begin_layout Plain Layout
16303
16304
16305 \backslash
16306 spce 
16307 \end_layout
16308
16309 \end_inset
16310
16311  al principio de la línea.
16312 \end_layout
16313
16314 \begin_layout Standard
16315 El comando 
16316 \series bold
16317
16318 \backslash
16319 substack
16320 \series default
16321  es equivalente a 
16322 \series bold
16323
16324 \backslash
16325 subarray
16326 \series default
16327  con la diferencia de que las líneas están siempre centradas.
16328 \begin_inset VSpace bigskip
16329 \end_inset
16330
16331
16332 \end_layout
16333
16334 \begin_layout Standard
16335 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16336  siguientes, como en la ecuación 
16337 \begin_inset CommandInset ref
16338 LatexCommand eqref
16339 reference "eq:substack"
16340
16341 \end_inset
16342
16343 , porque éstos se colocan junto a los límites.
16344 \end_layout
16345
16346 \begin_layout Standard
16347 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16348 \end_layout
16349
16350 \begin_layout Standard
16351
16352 \series bold
16353
16354 \backslash
16355 def
16356 \backslash
16357 clap#1{
16358 \backslash
16359 hbox to 0pt{
16360 \backslash
16361 hss #1
16362 \backslash
16363 hss}}
16364 \begin_inset Newline newline
16365 \end_inset
16366
16367
16368 \backslash
16369 def
16370 \backslash
16371 mathclap {
16372 \backslash
16373 mathpalette 
16374 \backslash
16375 mathclapinternal}
16376 \begin_inset Newline newline
16377 \end_inset
16378
16379
16380 \backslash
16381 def
16382 \backslash
16383 mathclapinternal #1#2{
16384 \backslash
16385 clap{$
16386 \backslash
16387 mathsurround =0pt #1{#2}$}}
16388 \end_layout
16389
16390 \begin_layout Standard
16391 En ella se define el comando 
16392 \series bold
16393
16394 \backslash
16395 mathclap
16396 \series default
16397
16398 \begin_inset Index idx
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402 Comandos ! M ! 
16403 \backslash
16404 mathclap
16405 \end_layout
16406
16407 \end_inset
16408
16409  que establece la anchura del límite en 0
16410 \begin_inset space \thinspace{}
16411 \end_inset
16412
16413 pt.
16414  El esquema del comando es:
16415 \end_layout
16416
16417 \begin_layout Standard
16418
16419 \series bold
16420
16421 \backslash
16422 mathclap{límite}
16423 \end_layout
16424
16425 \begin_layout Standard
16426 donde el límite puede consistir en varias condiciones.
16427 \end_layout
16428
16429 \begin_layout Standard
16430 Aplicado en la ecuación 
16431 \begin_inset CommandInset ref
16432 LatexCommand eqref
16433 reference "eq:substack"
16434
16435 \end_inset
16436
16437  se usa el comando
16438 \end_layout
16439
16440 \begin_layout Standard
16441
16442 \series bold
16443
16444 \backslash
16445 sum_
16446 \backslash
16447 mathclap{
16448 \backslash
16449 substack
16450 \begin_inset ERT
16451 status collapsed
16452
16453 \begin_layout Plain Layout
16454
16455
16456 \backslash
16457 spce 
16458 \end_layout
16459
16460 \end_inset
16461
16462 0<k<1000 Ctrl+Entrar
16463 \end_layout
16464
16465 \begin_layout Standard
16466 para componer el límite inferior.
16467  Ahora el sumando está junto al sumatorio:
16468 \begin_inset Formula 
16469 \[
16470 \sum_{\mathclap{\substack{0<k<1000\\
16471 \\
16472 k\,\in\,\mathbb{N}
16473 }
16474 }}^{n}k^{-2}
16475 \]
16476
16477 \end_inset
16478
16479
16480 \begin_inset VSpace bigskip
16481 \end_inset
16482
16483 Cómo utilizar un límite para varios operadores se describe en la 
16484 \begin_inset CommandInset ref
16485 LatexCommand ref
16486 reference "sub:Operadores-de-usuario"
16487
16488 \end_inset
16489
16490 .
16491 \end_layout
16492
16493 \begin_layout Subsection
16494 Decoración para operadores
16495 \begin_inset Index idx
16496 status collapsed
16497
16498 \begin_layout Plain Layout
16499 Operadores ! Decoración
16500 \end_layout
16501
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \begin_layout Standard
16508 Con los comandos 
16509 \series bold
16510
16511 \backslash
16512 overset
16513 \series default
16514
16515 \begin_inset Index idx
16516 status collapsed
16517
16518 \begin_layout Plain Layout
16519 Comandos ! O ! 
16520 \backslash
16521 overset
16522 \end_layout
16523
16524 \end_inset
16525
16526  y 
16527 \series bold
16528
16529 \backslash
16530 underset
16531 \series default
16532
16533 \begin_inset Index idx
16534 status collapsed
16535
16536 \begin_layout Plain Layout
16537 Comandos ! U ! 
16538 \backslash
16539 underset
16540 \end_layout
16541
16542 \end_inset
16543
16544  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
16545  Con el comando 
16546 \series bold
16547
16548 \backslash
16549 sideset
16550 \series default
16551
16552 \begin_inset Index idx
16553 status collapsed
16554
16555 \begin_layout Plain Layout
16556 Comandos ! S ! 
16557 \backslash
16558 sideset
16559 \end_layout
16560
16561 \end_inset
16562
16563  se pueden poner caracteres delante y detrás de un operador grandes.
16564  El esquema del comando es:
16565 \end_layout
16566
16567 \begin_layout Standard
16568
16569 \series bold
16570
16571 \backslash
16572 sideset{carácter
16573 \series default
16574  
16575 \series bold
16576 anterior}{carácter posterior}
16577 \end_layout
16578
16579 \begin_layout Standard
16580
16581 \series bold
16582
16583 \backslash
16584 sideset
16585 \series default
16586  siempre debe estar delante del operador.
16587  Se puede decorar con varios caracteres e incluso con otros operadores y
16588  símbolos.
16589  Para colocar con
16590 \series bold
16591  
16592 \backslash
16593 sideset
16594 \series default
16595  caracteres sólo detrás del operador grandes, por ejemplo, no se escribe
16596  nada en el primer par de llaves, pero sin quitarlas.
16597  
16598 \end_layout
16599
16600 \begin_layout Standard
16601 Por ejemplo, el comando 
16602 \series bold
16603
16604 \backslash
16605 sideset{
16606 \begin_inset Formula $\to$
16607 \end_inset
16608
16609
16610 \backslash
16611 {
16612 \series default
16613 '
16614 \series bold
16615
16616 \begin_inset Formula $\to$
16617 \end_inset
16618
16619
16620 \backslash
16621 sum_k=1
16622 \begin_inset ERT
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626
16627
16628 \backslash
16629 spce 
16630 \end_layout
16631
16632 \end_inset
16633
16634
16635 \series default
16636 ^
16637 \series bold
16638
16639 \begin_inset ERT
16640 status collapsed
16641
16642 \begin_layout Plain Layout
16643
16644
16645 \backslash
16646 spce 
16647 \end_layout
16648
16649 \end_inset
16650
16651 n
16652 \series default
16653  genera:
16654 \begin_inset Formula 
16655 \[
16656 \sideset{}{'}\sum_{k=1}^{n}
16657 \]
16658
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \begin_layout Standard
16665 \begin_inset Note Greyedout
16666 status open
16667
16668 \begin_layout Plain Layout
16669
16670 \series bold
16671 Nota: 
16672 \backslash
16673 sideset
16674 \series default
16675  
16676 \lang english
16677 can only be used
16678 \lang spanish
16679  para decorar operador grandes, operadores binarios 
16680 \lang english
16681 are not allowed
16682 \lang spanish
16683 .
16684 \end_layout
16685
16686 \end_inset
16687
16688
16689 \end_layout
16690
16691 \begin_layout Standard
16692 Con 
16693 \series bold
16694
16695 \backslash
16696 overset
16697 \series default
16698  y 
16699 \series bold
16700
16701 \backslash
16702 underset
16703 \series default
16704  también se pueden decorar símbolos y caracteres.
16705  Por ejemplo el comando 
16706 \series bold
16707
16708 \backslash
16709 overset
16710 \begin_inset ERT
16711 status collapsed
16712
16713 \begin_layout Plain Layout
16714
16715
16716 \backslash
16717 spce 
16718 \end_layout
16719
16720 \end_inset
16721
16722
16723 \backslash
16724 maltese
16725 \begin_inset ERT
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729
16730
16731 \backslash
16732 spce 
16733 \end_layout
16734
16735 \end_inset
16736
16737
16738 \series default
16739
16740 \begin_inset Formula $\uparrow$
16741 \end_inset
16742
16743
16744 \series bold
16745 a
16746 \series default
16747  genera:
16748 \begin_inset Formula 
16749 \[
16750 \overset{a}{\maltese}
16751 \]
16752
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \begin_layout Subsection
16759 Operadores binarios
16760 \begin_inset CommandInset label
16761 LatexCommand label
16762 name "sub:Operadores-binarios"
16763
16764 \end_inset
16765
16766
16767 \begin_inset Index idx
16768 status collapsed
16769
16770 \begin_layout Plain Layout
16771 Operadores ! binarios
16772 \end_layout
16773
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \begin_layout Standard
16780 Los operadores binarios se rodean por espacios si llevan un carácter delante
16781  o detrás.
16782 \begin_inset VSpace medskip
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \begin_layout Standard
16789 \begin_inset space \hfill{}
16790 \end_inset
16791
16792
16793 \begin_inset Tabular
16794 <lyxtabular version="3" rows="13" columns="2">
16795 <features tabularvalignment="middle">
16796 <column alignment="center" valignment="top" width="0pt">
16797 <column alignment="center" valignment="top" width="0pt">
16798 <row>
16799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 Comando
16804 \begin_inset Note Note
16805 status collapsed
16806
16807 \begin_layout Plain Layout
16808
16809 \series bold
16810
16811 \backslash
16812 raisebox
16813 \series default
16814  se usa sólo como espaciador
16815 \end_layout
16816
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 Operador
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 +
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 \begin_inset Formula $+$
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 -
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 \begin_inset Formula $-$
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 </row>
16880 <row>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \backslash
16887 pm
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 \begin_inset Formula $\pm$
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 <row>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910
16911 \backslash
16912 mp
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 \begin_inset Formula $\mp$
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \backslash
16937 cdot
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Formula $\cdot$
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \backslash
16962 times
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\times$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 div
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\div$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset ERT
17011 status collapsed
17012
17013 \begin_layout Plain Layout
17014
17015
17016 \backslash
17017 raisebox{-1.2mm}{
17018 \end_layout
17019
17020 \end_inset
17021
17022 *
17023 \begin_inset ERT
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027
17028 }
17029 \end_layout
17030
17031 \end_inset
17032
17033
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 \begin_inset Formula $*$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 </row>
17051 <row>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056
17057 \backslash
17058 star
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 \begin_inset Formula $\star$
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081
17082 \backslash
17083 circ
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 \begin_inset Formula $\circ$
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 </row>
17101 <row>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106
17107 \backslash
17108 diamond
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 \begin_inset Formula $\diamond$
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 </row>
17126 <row>
17127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131
17132 \backslash
17133 bullet
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $\bullet$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 </lyxtabular>
17152
17153 \end_inset
17154
17155
17156 \begin_inset space \hfill{}
17157 \end_inset
17158
17159
17160 \begin_inset Tabular
17161 <lyxtabular version="3" rows="13" columns="2">
17162 <features tabularvalignment="middle">
17163 <column alignment="center" valignment="top" width="0pt">
17164 <column alignment="center" valignment="top" width="0pt">
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 Comando
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 Operador
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 </row>
17185 <row>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190
17191 \backslash
17192 nabla
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 \begin_inset Formula $\nabla$
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 </row>
17210 <row>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215
17216 \backslash
17217 bigtriangledown
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226 \begin_inset Formula $\bigtriangledown$
17227 \end_inset
17228
17229
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 <row>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240
17241 \backslash
17242 bigtriangleup
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251 \begin_inset Formula $\bigtriangleup$
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 </row>
17260 <row>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265
17266 \backslash
17267 Box
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 \begin_inset Formula $\Box$
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 </row>
17285 <row>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290
17291 \backslash
17292 cap 
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 \begin_inset Formula $\cap$
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315
17316 \backslash
17317 cup
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 \begin_inset Formula $\cup$
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 </row>
17335 <row>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340
17341 \backslash
17342 dagger
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351 \begin_inset Formula $\dagger$
17352 \end_inset
17353
17354
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 </row>
17360 <row>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365
17366 \backslash
17367 ddagger
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\ddagger$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 <row>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390
17391 \backslash
17392 wr
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 \begin_inset Formula $\wr$
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \backslash
17417 bigcirc
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 \begin_inset Formula $\bigcirc$
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 </row>
17435 <row>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440
17441 \backslash
17442 wedge
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Formula $\wedge$
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 <row>
17461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465
17466 \backslash
17467 vee
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 \begin_inset Formula $\vee$
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 </lyxtabular>
17486
17487 \end_inset
17488
17489
17490 \begin_inset space \hfill{}
17491 \end_inset
17492
17493
17494 \begin_inset Tabular
17495 <lyxtabular version="3" rows="13" columns="2">
17496 <features tabularvalignment="middle">
17497 <column alignment="center" valignment="top" width="0pt">
17498 <column alignment="center" valignment="top" width="0pt">
17499 <row>
17500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 Comando
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 Operador
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 </row>
17519 <row>
17520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524
17525 \backslash
17526 oplus
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 \begin_inset Formula $\oplus$
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 <row>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549
17550 \backslash
17551 ominus
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 \begin_inset Formula $\ominus$
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 </row>
17569 <row>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \backslash
17576 otimes
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 \begin_inset Formula $\otimes$
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 <row>
17595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599
17600 \backslash
17601 oslash
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 \begin_inset Formula $\oslash$
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 </row>
17619 <row>
17620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624
17625 \backslash
17626 odot
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635 \begin_inset Formula $\odot$
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row>
17645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \backslash
17651 amalg
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660 \begin_inset Formula $\amalg$
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 </row>
17669 <row>
17670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674
17675 \backslash
17676 uplus
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 \begin_inset Formula $\uplus$
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 </row>
17694 <row>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699
17700 \backslash
17701 setminus
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Formula $\setminus$
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \backslash
17726 sqcap
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 \begin_inset Formula $\sqcap$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 </row>
17744 <row>
17745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749
17750 \backslash
17751 sqcup
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 \begin_inset Formula $\sqcup$
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 </row>
17769 <row>
17770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774
17775 \backslash
17776 triangleleft
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 \begin_inset Formula $\triangleleft$
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 <row>
17795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \backslash
17801 triangleright
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 \begin_inset Formula $\triangleright$
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 </row>
17819 </lyxtabular>
17820
17821 \end_inset
17822
17823
17824 \begin_inset space \hfill{}
17825 \end_inset
17826
17827
17828 \end_layout
17829
17830 \begin_layout Standard
17831 Todos los operadores binarios se pueden insertar también con el botón 
17832 \begin_inset Graphics
17833         filename ../../images/math/pm.png
17834         scale 85
17835
17836 \end_inset
17837
17838  de la barra de ecuaciones.
17839 \end_layout
17840
17841 \begin_layout Standard
17842 Para imprimir el operador Laplace se pueden usar 
17843 \series bold
17844
17845 \backslash
17846 Delta
17847 \series default
17848  o 
17849 \series bold
17850
17851 \backslash
17852 nabla
17853 \series default
17854 ^
17855 \series bold
17856 2
17857 \series default
17858  (
17859 \begin_inset Formula $\nabla^{2}$
17860 \end_inset
17861
17862 ) en vez de 
17863 \series bold
17864
17865 \backslash
17866 bigtriangleup
17867 \series default
17868 .
17869 \end_layout
17870
17871 \begin_layout Standard
17872 El carácter 
17873 \family sans
17874 Separador de menú
17875 \family default
17876  del menú 
17877 \family sans
17878 Insertar\SpecialChar \menuseparator
17879 Carácter especial
17880 \family default
17881  es el operador 
17882 \series bold
17883
17884 \backslash
17885 triangleright
17886 \series default
17887 .
17888 \end_layout
17889
17890 \begin_layout Subsection
17891 Operadores definidos por el usuario
17892 \begin_inset CommandInset label
17893 LatexCommand label
17894 name "sub:Operadores-de-usuario"
17895
17896 \end_inset
17897
17898
17899 \begin_inset Index idx
17900 status collapsed
17901
17902 \begin_layout Plain Layout
17903 Operadores ! personalizados
17904 \end_layout
17905
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \begin_layout Standard
17912 Con ayuda del comando 
17913 \series bold
17914
17915 \backslash
17916 DeclareMathOperator
17917 \series default
17918
17919 \begin_inset Index idx
17920 status collapsed
17921
17922 \begin_layout Plain Layout
17923 Comandos ! D ! 
17924 \backslash
17925 dbinom@
17926 \backslash
17927 DeclareMathOperator
17928 \end_layout
17929
17930 \end_inset
17931
17932  se pueden definir operadores personalizados en el preámbulo LaTeX.
17933  Su esquema es:
17934 \end_layout
17935
17936 \begin_layout Standard
17937
17938 \series bold
17939
17940 \backslash
17941 DeclareMathOperator{comando nuevo}{presentación}
17942 \end_layout
17943
17944 \begin_layout Standard
17945 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17946  en la salida.
17947  Para definir un operador grande hay que añadirle un * detrás.
17948  Todos los operadores grandes personalizados pueden tener límites como se
17949  describe en 
17950 \begin_inset CommandInset ref
17951 LatexCommand ref
17952 reference "sub:Límites-de-operadores"
17953
17954 \end_inset
17955
17956 .
17957 \end_layout
17958
17959 \begin_layout Standard
17960 Por ejemplo, la línea en el preámbulo LaTeX
17961 \end_layout
17962
17963 \begin_layout Standard
17964
17965 \series bold
17966
17967 \backslash
17968 DeclareMathOperator*{
17969 \backslash
17970 Lozenge}{
17971 \backslash
17972 blacklozenge}
17973 \end_layout
17974
17975 \begin_layout Standard
17976 define el comando 
17977 \series bold
17978
17979 \backslash
17980 Lozenge
17981 \series default
17982 , que inserta un operador grande que es el símbolo blacklozenge de la 
17983 \begin_inset CommandInset ref
17984 LatexCommand ref
17985 reference "sub:Símbolos-misceláneos"
17986
17987 \end_inset
17988
17989 .
17990 \begin_inset Formula 
17991 \[
17992 \Lozenge_{n=1}^{\infty}
17993 \]
17994
17995 \end_inset
17996
17997 El comando para esta expresión es: 
17998 \series bold
17999
18000 \backslash
18001 Lozenge^
18002 \backslash
18003 infty
18004 \begin_inset Formula $\rightarrow$
18005 \end_inset
18006
18007 _n=1
18008 \begin_inset VSpace bigskip
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Si los operadores personalizados no se van a usar varias veces en el documento,
18016  se pueden también definir con los comandos 
18017 \series bold
18018
18019 \backslash
18020 mathop
18021 \series default
18022
18023 \begin_inset Index idx
18024 status collapsed
18025
18026 \begin_layout Plain Layout
18027 Comandos ! M ! 
18028 \backslash
18029 mathop
18030 \end_layout
18031
18032 \end_inset
18033
18034  y 
18035 \series bold
18036
18037 \backslash
18038 mathbin
18039 \series default
18040
18041 \begin_inset Index idx
18042 status collapsed
18043
18044 \begin_layout Plain Layout
18045 Comandos ! M ! 
18046 \backslash
18047 mathbin
18048 \end_layout
18049
18050 \end_inset
18051
18052 , con el siguiente esquema:
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058
18059 \backslash
18060 mathop{presentación}
18061 \series default
18062  y 
18063 \series bold
18064
18065 \backslash
18066 mathbin{presentación}
18067 \end_layout
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072
18073 \backslash
18074 mathop
18075 \series default
18076  define operadores grandes, 
18077 \series bold
18078
18079 \backslash
18080 mathbin
18081 \series default
18082  operadores binarios.
18083 \end_layout
18084
18085 \begin_layout Standard
18086
18087 \series bold
18088
18089 \backslash
18090 mathop
18091 \series default
18092  se puede usar, p.e., para poner un límite a varios operadores:
18093 \begin_inset Formula 
18094 \[
18095 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18096 \]
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Standard
18104 El comando para la expresión anterior es:
18105 \begin_inset Newline newline
18106 \end_inset
18107
18108
18109 \series bold
18110
18111 \backslash
18112 mathop{
18113 \backslash
18114 sum
18115 \backslash
18116 negmedspace
18117 \backslash
18118 sum
18119 \series default
18120
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125
18126
18127 \backslash
18128 spce 
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \series bold
18135
18136 \begin_inset Formula $\to$
18137 \end_inset
18138
18139 ^N
18140 \series default
18141
18142 \begin_inset ERT
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146
18147
18148 \backslash
18149 spce 
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \series bold
18156 _i,j=1
18157 \end_layout
18158
18159 \begin_layout Standard
18160 \begin_inset Newpage newpage
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Section
18167 Tipografías
18168 \begin_inset Index idx
18169 status collapsed
18170
18171 \begin_layout Plain Layout
18172 Tipografías
18173 \end_layout
18174
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \begin_layout Subsection
18181 Estilos de tipografías
18182 \begin_inset CommandInset label
18183 LatexCommand label
18184 name "sub:Estilos-de-tipografías"
18185
18186 \end_inset
18187
18188
18189 \begin_inset Index idx
18190 status collapsed
18191
18192 \begin_layout Plain Layout
18193 Tipografías ! estilos de
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \begin_layout Standard
18202 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18203  estilos:
18204 \end_layout
18205
18206 \begin_layout Standard
18207 \begin_inset VSpace -2mm
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Standard
18214 \align center
18215 \begin_inset Tabular
18216 <lyxtabular version="3" rows="7" columns="3">
18217 <features tabularvalignment="middle">
18218 <column alignment="center" valignment="top" width="0">
18219 <column alignment="center" valignment="top" width="0">
18220 <column alignment="center" valignment="top" width="0">
18221 <row>
18222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 Comando
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 Resultado
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 atajo
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 <row>
18251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255
18256 \backslash
18257 mathbb
18258 \series bold
18259
18260 \begin_inset ERT
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 spce 
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \series default
18274 ABC
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 \begin_inset Formula $\mathbb{ABC}$
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \family sans
18297 Alt+C C
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 <row>
18304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308
18309 \backslash
18310 mathbf
18311 \series bold
18312
18313 \begin_inset ERT
18314 status collapsed
18315
18316 \begin_layout Plain Layout
18317
18318
18319 \backslash
18320 spce 
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \series default
18327 AbC
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 \begin_inset Formula $\mathbf{AbC}$
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \family sans
18350 Ctrl+B
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 </row>
18356 <row>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361
18362 \backslash
18363 boldsymbol
18364 \series bold
18365
18366 \begin_inset ERT
18367 status collapsed
18368
18369 \begin_layout Plain Layout
18370
18371
18372 \backslash
18373 spce 
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \series default
18380 AbC
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 \begin_inset Formula $\boldsymbol{AbC}$
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \family sans
18403 Ctrl+Alt+B , Alt+C B
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 </row>
18409 <row>
18410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414
18415 \backslash
18416 mathcal
18417 \series bold
18418
18419 \begin_inset ERT
18420 status collapsed
18421
18422 \begin_layout Plain Layout
18423
18424
18425 \backslash
18426 spce 
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \series default
18433 ABC
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 \begin_inset Formula $\mathcal{ABC}$
18443 \end_inset
18444
18445
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454
18455 \family sans
18456 Ctrl+E , Alt+C E
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 </row>
18462 <row>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \backslash
18469 mathfrak
18470 \series bold
18471
18472 \begin_inset ERT
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476
18477
18478 \backslash
18479 spce 
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \series default
18486 AbC
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 \begin_inset Formula $\mathfrak{AbC}$
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507 -
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 </row>
18513 <row>
18514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518
18519 \backslash
18520 mathscr
18521 \series bold
18522
18523 \begin_inset ERT
18524 status collapsed
18525
18526 \begin_layout Plain Layout
18527
18528
18529 \backslash
18530 spce 
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \series default
18537 AbC
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 \begin_inset Formula $\mathscr{AbC}$
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 -
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 </row>
18564 </lyxtabular>
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Standard
18572 \align center
18573 \begin_inset Tabular
18574 <lyxtabular version="3" rows="5" columns="3">
18575 <features tabularvalignment="middle">
18576 <column alignment="center" valignment="top" width="0">
18577 <column alignment="center" valignment="top" width="0">
18578 <column alignment="center" valignment="top" width="0">
18579 <row>
18580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 Comando
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 Resultado
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 atajo
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 <row>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \backslash
18615 mathit
18616 \series bold
18617
18618 \begin_inset ERT
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 spce 
18626 \end_layout
18627
18628 \end_inset
18629
18630
18631 \series default
18632 AbC
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641 \begin_inset Formula $\mathit{AbC}$
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 -
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 <row>
18660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \backslash
18666 mathrm
18667 \series bold
18668
18669 \begin_inset ERT
18670 status collapsed
18671
18672 \begin_layout Plain Layout
18673
18674
18675 \backslash
18676 spce 
18677 \end_layout
18678
18679 \end_inset
18680
18681
18682 \series default
18683 AbC
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692 \begin_inset Formula $\mathrm{AbC}$
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704
18705 \family sans
18706 Alt+C R
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 </row>
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \backslash
18719 mathsf
18720 \series bold
18721
18722 \begin_inset ERT
18723 status collapsed
18724
18725 \begin_layout Plain Layout
18726
18727
18728 \backslash
18729 spce 
18730 \end_layout
18731
18732 \end_inset
18733
18734
18735 \series default
18736 AbC
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 \begin_inset Formula $\mathsf{AbC}$
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \family sans
18759 Alt+C S
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \backslash
18772 mathtt
18773 \series bold
18774
18775 \begin_inset ERT
18776 status collapsed
18777
18778 \begin_layout Plain Layout
18779
18780
18781 \backslash
18782 spce 
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \series default
18789 AbC
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798 \begin_inset Formula $\mathtt{AbC}$
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \family sans
18812 Ctrl+Mayúsculas+P
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 </row>
18818 </lyxtabular>
18819
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \begin_layout Standard
18826 \begin_inset Note Greyedout
18827 status open
18828
18829 \begin_layout Plain Layout
18830
18831 \series bold
18832 Nota
18833 \series default
18834 : Los estilos 
18835 \series bold
18836
18837 \backslash
18838 mathbb
18839 \series default
18840  y 
18841 \series bold
18842
18843 \backslash
18844 mathcal
18845 \series default
18846  sólo se aplican a letras mayúsculas.
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \begin_layout Standard
18855 El estilo predeterminado es 
18856 \series bold
18857
18858 \backslash
18859 mathnormal
18860 \series default
18861 .
18862 \end_layout
18863
18864 \begin_layout Standard
18865 Los comandos de estilo funcionan también en estructuras matemáticas:
18866 \begin_inset Formula 
18867 \[
18868 \mathfrak{A=\frac{b}{C}}
18869 \]
18870
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \begin_layout Standard
18877 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18878  de ecuaciones sino en el estilo tipográfico de texto 
18879 \series bold
18880
18881 \backslash
18882 textrm
18883 \series default
18884 .
18885  Este estilo no se puede poner correctamente con el diálogo de estilo de
18886  texto por un fallo de LyX.
18887 \begin_inset Foot
18888 status open
18889
18890 \begin_layout Plain Layout
18891 \begin_inset CommandInset href
18892 LatexCommand href
18893 name "LyX-bug #4629"
18894 target "http://www.lyx.org/trac/ticket/4629"
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \begin_layout Standard
18907 En vez de comandos se puede usar el menú 
18908 \family sans
18909 Editar\SpecialChar \menuseparator
18910 Ecuación\SpecialChar \menuseparator
18911 Estilo del texto
18912 \family default
18913  o el botón 
18914 \begin_inset Graphics
18915         filename ../../images/math/font.png
18916         scale 85
18917
18918 \end_inset
18919
18920 .
18921 \end_layout
18922
18923 \begin_layout Subsection
18924 Ecuaciones en negrita
18925 \begin_inset CommandInset label
18926 LatexCommand label
18927 name "sub:Ecuaciones-en-negrita"
18928
18929 \end_inset
18930
18931
18932 \begin_inset Index idx
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936 Ecuación ! en negrita
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \begin_layout Standard
18945 Para poner en negrita una ecuación completa no se puede usar el comando
18946  
18947 \series bold
18948
18949 \backslash
18950 mathbf
18951 \series default
18952 , porque no funciona con minúsculas griegas.
18953  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18954 \begin_inset Formula 
18955 \[
18956 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18957 \]
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \begin_layout Standard
18965 Para presentar la ecuación correctamente se usa el comando 
18966 \series bold
18967 boldsymbol
18968 \series default
18969 :
18970 \begin_inset Formula 
18971 \[
18972 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18973 \]
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Standard
18981 También es posible poner la fórmula en un 
18982 \series bold
18983 entorno boldmath
18984 \series default
18985 , que se inserta con el comando 
18986 \series bold
18987
18988 \backslash
18989 boldmath
18990 \series default
18991
18992 \begin_inset Index idx
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996 Comandos ! B ! 
18997 \backslash
18998 boldmath
18999 \end_layout
19000
19001 \end_inset
19002
19003  en modo TeX.
19004  Para finalizar el entorno se usa el comando 
19005 \series bold
19006
19007 \backslash
19008 unboldmath
19009 \series default
19010
19011 \begin_inset Index idx
19012 status collapsed
19013
19014 \begin_layout Plain Layout
19015 Comandos ! U ! 
19016 \backslash
19017 unboldmath
19018 \end_layout
19019
19020 \end_inset
19021
19022  en modo TeX.
19023 \begin_inset ERT
19024 status collapsed
19025
19026 \begin_layout Plain Layout
19027
19028
19029 \backslash
19030 boldmath
19031 \end_layout
19032
19033 \end_inset
19034
19035
19036 \begin_inset Formula 
19037 \[
19038 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19039 \]
19040
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \begin_layout Standard
19047 \begin_inset ERT
19048 status collapsed
19049
19050 \begin_layout Plain Layout
19051
19052
19053 \backslash
19054 unboldmath
19055 \end_layout
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Subsection
19063 Ecuaciones coloreadas
19064 \begin_inset Index idx
19065 status collapsed
19066
19067 \begin_layout Plain Layout
19068 Ecuación ! coloreada
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Standard
19077 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19078  o una parte de una ecuación y usa el diálogo 
19079 \family sans
19080 Estilo del texto
19081 \family default
19082 .
19083  Aquí hay una ecuación en magenta:
19084 \begin_inset Formula 
19085 \[
19086 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19087 \]
19088
19089 \end_inset
19090
19091 También puedes definir tus propios colores como se describe en
19092 \begin_inset space ~
19093 \end_inset
19094
19095
19096 \begin_inset CommandInset ref
19097 LatexCommand ref
19098 reference "sub:Marcos-coloreados"
19099
19100 \end_inset
19101
19102 .
19103  Pueden usarse con el comando en código TeX 
19104 \series bold
19105
19106 \backslash
19107 textcolor
19108 \series default
19109
19110 \begin_inset Index idx
19111 status collapsed
19112
19113 \begin_layout Plain Layout
19114 Comandos ! T ! 
19115 \backslash
19116 textcolor
19117 \end_layout
19118
19119 \end_inset
19120
19121  según el esquema
19122 \end_layout
19123
19124 \begin_layout Standard
19125
19126 \series bold
19127
19128 \backslash
19129 textcolor{color}{caracteres o ecuación}
19130 \end_layout
19131
19132 \begin_layout Standard
19133 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19134 e en rojo:
19135 \end_layout
19136
19137 \begin_layout Standard
19138 \begin_inset ERT
19139 status collapsed
19140
19141 \begin_layout Plain Layout
19142
19143
19144 \backslash
19145 textcolor{verdeoscuro}{
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \begin_inset Formula 
19152 \[
19153 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19154 \]
19155
19156 \end_inset
19157
19158
19159 \begin_inset ERT
19160 status collapsed
19161
19162 \begin_layout Plain Layout
19163
19164 }
19165 \end_layout
19166
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \begin_layout Standard
19173 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19174  a ecuaciones completas.
19175 \begin_inset Foot
19176 status collapsed
19177
19178 \begin_layout Plain Layout
19179 \begin_inset CommandInset href
19180 LatexCommand href
19181 name "LyX-bug #5269"
19182 target "http://www.lyx.org/trac/ticket/5269"
19183
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Subsection
19195 Tamaños de tipografías
19196 \begin_inset CommandInset label
19197 LatexCommand label
19198 name "sub:Tamaños-de-tipografías"
19199
19200 \end_inset
19201
19202
19203 \begin_inset Index idx
19204 status collapsed
19205
19206 \begin_layout Plain Layout
19207 Tipografías ! tamaño
19208 \end_layout
19209
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \begin_layout Standard
19216 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19217  siguientes comandos de tamaño:
19218 \end_layout
19219
19220 \begin_layout Standard
19221
19222 \series bold
19223
19224 \backslash
19225 Huge
19226 \series default
19227
19228 \series bold
19229
19230 \backslash
19231 huge
19232 \series default
19233
19234 \series bold
19235
19236 \backslash
19237 LARGE
19238 \series default
19239
19240 \series bold
19241
19242 \backslash
19243 Large
19244 \series default
19245
19246 \series bold
19247
19248 \backslash
19249 large
19250 \series default
19251
19252 \series bold
19253
19254 \backslash
19255 normalsize
19256 \series default
19257
19258 \series bold
19259
19260 \backslash
19261 small
19262 \series default
19263 ,
19264 \begin_inset Newline newline
19265 \end_inset
19266
19267
19268 \series bold
19269
19270 \backslash
19271 footnotesize
19272 \series default
19273
19274 \series bold
19275
19276 \backslash
19277 scriptsize
19278 \series default
19279 , y 
19280 \series bold
19281
19282 \backslash
19283 tiny
19284 \end_layout
19285
19286 \begin_layout Standard
19287 El tamaño dado por los comandos depende del tamaño base de la tipografía
19288  en el documento, dado por el comando 
19289 \series bold
19290
19291 \backslash
19292 normalsize
19293 \series default
19294 .
19295  Los demás comandos producen tamaños menores o mayores que 
19296 \series bold
19297
19298 \backslash
19299 normalsize
19300 \series default
19301 .
19302  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19303  Si, por ejemplo, la tipografía del documento es de 12
19304 \begin_inset space \thinspace{}
19305 \end_inset
19306
19307 pt, el comando 
19308 \series bold
19309
19310 \backslash
19311 Huge
19312 \series default
19313  da el mismo tamaño que 
19314 \series bold
19315
19316 \backslash
19317 huge
19318 \series default
19319 .
19320 \end_layout
19321
19322 \begin_layout Standard
19323 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19324  a todas las ecuaciones y texto siguientes.
19325  Para volver al tamaño anterior hay que insertar el comando 
19326 \series bold
19327
19328 \backslash
19329 normalsize
19330 \series default
19331  en modo TeX detrás de la ecuación.
19332 \end_layout
19333
19334 \begin_layout Standard
19335 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19336  comandos de tamaño:
19337 \end_layout
19338
19339 \begin_layout Standard
19340 \noindent
19341 \align center
19342 \begin_inset Tabular
19343 <lyxtabular version="3" rows="5" columns="2">
19344 <features tabularvalignment="middle">
19345 <column alignment="center" valignment="top" width="0">
19346 <column alignment="center" valignment="top" width="0">
19347 <row>
19348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 Comando
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 Resultado
19362 \begin_inset Note Note
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366
19367 \series bold
19368
19369 \backslash
19370 raisebox
19371 \series default
19372  se usa sólo como espaciador
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \backslash
19390 displaystyle
19391 \begin_inset Index idx
19392 status collapsed
19393
19394 \begin_layout Plain Layout
19395 Comandos ! D ! 
19396 \backslash
19397 displaystyle
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 </row>
19420 <row>
19421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425
19426 \backslash
19427 textstyle
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 </row>
19445 <row>
19446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450
19451 \backslash
19452 scriptstyle
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19462 \end_inset
19463
19464
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 </row>
19470 <row>
19471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475
19476 \backslash
19477 scriptscriptstyle
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 </row>
19495 </lyxtabular>
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \begin_layout Standard
19503 Después de introducir estos comandos, aparece un marco azul en el que se
19504  insertan las partes de la fórmula.
19505 \end_layout
19506
19507 \begin_layout Standard
19508 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19509  para símbolos o letras en texto matemático.
19510  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19511  de texto anteriores.
19512  Todos los caracteres siguientes, hasta el final del texto matemático o
19513  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19514  Dos ejemplos:
19515 \begin_inset VSpace -2mm
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Standard
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526
19527
19528 \backslash
19529 huge
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \begin_inset Formula 
19536 \[
19537 A=\frac{B}{c}\cdot\maltese
19538 \]
19539
19540 \end_inset
19541
19542
19543 \begin_inset Formula 
19544 \[
19545 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19546 \]
19547
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \begin_layout Standard
19554 \begin_inset ERT
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558
19559
19560 \backslash
19561 normalsize
19562 \end_layout
19563
19564 \end_inset
19565
19566
19567 \begin_inset VSpace medskip
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \begin_layout Standard
19574 Antes de las ecuaciones se ha insertado el comando 
19575 \series bold
19576
19577 \backslash
19578 huge
19579 \series default
19580 .
19581  Para la segunda ecuación el comando es:
19582 \begin_inset Newline newline
19583 \end_inset
19584
19585
19586 \series bold
19587
19588 \backslash
19589 maltese
19590 \begin_inset ERT
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594
19595
19596 \backslash
19597 spce 
19598 \end_layout
19599
19600 \end_inset
19601
19602 A Alt+M M 
19603 \backslash
19604 Large
19605 \begin_inset ERT
19606 status collapsed
19607
19608 \begin_layout Plain Layout
19609
19610
19611 \backslash
19612 spce 
19613 \end_layout
19614
19615 \end_inset
19616
19617
19618 \backslash
19619 maltese
19620 \begin_inset ERT
19621 status collapsed
19622
19623 \begin_layout Plain Layout
19624
19625
19626 \backslash
19627 spce 
19628 \end_layout
19629
19630 \end_inset
19631
19632
19633 \backslash
19634 textit
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640
19641 \backslash
19642 spce 
19643 \end_layout
19644
19645 \end_inset
19646
19647 A
19648 \begin_inset Formula $\to$
19649 \end_inset
19650
19651
19652 \begin_inset Formula $\to$
19653 \end_inset
19654
19655
19656 \begin_inset Newline newline
19657 \end_inset
19658
19659
19660 \begin_inset space \hspace*{}
19661 \length 1cm
19662 \end_inset
19663
19664 Alt+M M 
19665 \backslash
19666 tiny
19667 \begin_inset ERT
19668 status collapsed
19669
19670 \begin_layout Plain Layout
19671
19672
19673 \backslash
19674 spce 
19675 \end_layout
19676
19677 \end_inset
19678
19679
19680 \backslash
19681 maltese
19682 \begin_inset ERT
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686
19687
19688 \backslash
19689 spce 
19690 \end_layout
19691
19692 \end_inset
19693
19694
19695 \backslash
19696 textit
19697 \begin_inset ERT
19698 status collapsed
19699
19700 \begin_layout Plain Layout
19701
19702
19703 \backslash
19704 spce 
19705 \end_layout
19706
19707 \end_inset
19708
19709 A
19710 \end_layout
19711
19712 \begin_layout Standard
19713 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19714  el tamaño por omisión.
19715 \end_layout
19716
19717 \begin_layout Section
19718 Letras griegas
19719 \begin_inset Index idx
19720 status collapsed
19721
19722 \begin_layout Plain Layout
19723 Letras griegas
19724 \end_layout
19725
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \begin_layout Standard
19732 Las letras griegas se pueden insertar además mediante el botón 
19733 \begin_inset Graphics
19734         filename ../../images/math/alpha.png
19735         scale 85
19736
19737 \end_inset
19738
19739  de la barra de ecuaciones.
19740  Las normas internacionales de tipografía proponen que las letras griegas
19741  en ecuaciones deben escribirse en cursiva/inclinada.
19742  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19743  en redonda.
19744  Para las normas en español, véase
19745 \begin_inset space ~
19746 \end_inset
19747
19748
19749 \begin_inset CommandInset citation
19750 LatexCommand cite
19751 key "Bezos"
19752
19753 \end_inset
19754
19755 .
19756 \end_layout
19757
19758 \begin_layout Subsection
19759 Minúsculas
19760 \begin_inset Index idx
19761 status collapsed
19762
19763 \begin_layout Plain Layout
19764 Letras griegas ! minúsculas
19765 \end_layout
19766
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \begin_layout Standard
19773 \begin_inset space \hfill{}
19774 \end_inset
19775
19776
19777 \begin_inset Tabular
19778 <lyxtabular version="3" rows="11" columns="2">
19779 <features tabularvalignment="middle">
19780 <column alignment="center" valignment="top" width="0pt">
19781 <column alignment="center" valignment="top" width="0pt">
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 Comando
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 Símbolo
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \backslash
19809 alpha
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 \begin_inset Formula $\alpha$
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \backslash
19834 beta
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 \begin_inset Formula $\beta$
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 gamma
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\gamma$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 delta
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\delta$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \backslash
19909 epsilon
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Formula $\epsilon$
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 <row>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932
19933 \backslash
19934 varepsilon
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943 \begin_inset Formula $\varepsilon$
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 <row>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957
19958 \backslash
19959 zeta
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 \begin_inset Formula $\zeta$
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 <row>
19978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982
19983 \backslash
19984 eta
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993 \begin_inset Formula $\eta$
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 </row>
20002 <row>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007
20008 \backslash
20009 theta
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018 \begin_inset Formula $\theta$
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 </row>
20027 <row>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032
20033 \backslash
20034 vartheta
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043 \begin_inset Formula $\vartheta$
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 </lyxtabular>
20053
20054 \end_inset
20055
20056
20057 \begin_inset space \hfill{}
20058 \end_inset
20059
20060
20061 \begin_inset Tabular
20062 <lyxtabular version="3" rows="12" columns="2">
20063 <features tabularvalignment="middle">
20064 <column alignment="center" valignment="top" width="0pt">
20065 <column alignment="center" valignment="top" width="0pt">
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 Comando
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 Símbolo
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \backslash
20093 iota
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\iota$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \backslash
20118 kappa
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\kappa$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \backslash
20143 varkappa
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\varkappa$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 lambda
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Formula $\lambda$
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \backslash
20193 mu
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Formula $\mu$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216
20217 \backslash
20218 nu
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $\nu$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \backslash
20243 xi
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Formula $\xi$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 o
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 \begin_inset Formula $o$
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 </row>
20284 <row>
20285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289
20290 \backslash
20291 pi
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300 \begin_inset Formula $\pi$
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 <row>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314
20315 \backslash
20316 varpi
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325 \begin_inset Formula $\varpi$
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 </row>
20334 <row>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339
20340 \backslash
20341 rho
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350 \begin_inset Formula $\rho$
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 </row>
20359 </lyxtabular>
20360
20361 \end_inset
20362
20363
20364 \begin_inset space \hfill{}
20365 \end_inset
20366
20367
20368 \begin_inset Tabular
20369 <lyxtabular version="3" rows="11" columns="2">
20370 <features tabularvalignment="middle">
20371 <column alignment="center" valignment="top" width="0pt">
20372 <column alignment="center" valignment="top" width="0pt">
20373 <row>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 Comando
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 Símbolo
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \backslash
20400 varrho
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Formula $\varrho$
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 <row>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \backslash
20425 sigma
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset Formula $\sigma$
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 </row>
20443 <row>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448
20449 \backslash
20450 varsigma
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Formula $\varsigma$
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \backslash
20475 tau
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 \begin_inset Formula $\tau$
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \backslash
20500 upsilon
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $\upsilon$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523
20524 \backslash
20525 phi
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Formula $\phi$
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 varphi
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Formula $\varphi$
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \backslash
20575 chi
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Formula $\chi$
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 <row>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598
20599 \backslash
20600 psi
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 \begin_inset Formula $\psi$
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \backslash
20625 omega
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634 \begin_inset Formula $\omega$
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 </lyxtabular>
20644
20645 \end_inset
20646
20647
20648 \begin_inset space \hfill{}
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \begin_layout Standard
20655 \begin_inset VSpace medskip
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \begin_layout Standard
20662 Cómo escribir letras griegas especiales en redonda se explica en 
20663 \begin_inset CommandInset ref
20664 LatexCommand ref
20665 reference "sub:Griegas-en-redonda"
20666
20667 \end_inset
20668
20669 .
20670 \end_layout
20671
20672 \begin_layout Subsection
20673 Mayúsculas
20674 \begin_inset Index idx
20675 status collapsed
20676
20677 \begin_layout Plain Layout
20678 Letras griegas ! mayúsculas
20679 \end_layout
20680
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \begin_layout Standard
20687 \begin_inset space \hfill{}
20688 \end_inset
20689
20690
20691 \begin_inset Tabular
20692 <lyxtabular version="3" rows="7" columns="2">
20693 <features tabularvalignment="middle">
20694 <column alignment="center" valignment="top" width="0pt">
20695 <column alignment="center" valignment="top" width="0pt">
20696 <row>
20697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 Comando
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 Símbolo
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 <row>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721
20722 \backslash
20723 Gamma
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 \begin_inset Formula $\Gamma$
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 </row>
20741 <row>
20742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746
20747 \backslash
20748 Delta
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Formula $\Delta$
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \backslash
20773 Theta
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $\Theta$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796
20797 \backslash
20798 Lambda
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 \begin_inset Formula $\Lambda$
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821
20822 \backslash
20823 Xi
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset Formula $\Xi$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \backslash
20848 Pi
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 \begin_inset Formula $\Pi$
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 </row>
20866 </lyxtabular>
20867
20868 \end_inset
20869
20870
20871 \begin_inset space \hfill{}
20872 \end_inset
20873
20874
20875 \begin_inset Tabular
20876 <lyxtabular version="3" rows="6" columns="2">
20877 <features tabularvalignment="middle">
20878 <column alignment="center" valignment="top" width="0pt">
20879 <column alignment="center" valignment="top" width="0pt">
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885 Comando
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894 Símbolo
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905
20906 \backslash
20907 Sigma
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\Sigma$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \backslash
20932 Upsilon
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Formula $\Upsilon$
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 </row>
20950 <row>
20951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955
20956 \backslash
20957 Phi
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 \begin_inset Formula $\Phi$
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 </row>
20975 <row>
20976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980
20981 \backslash
20982 Psi
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 \begin_inset Formula $\Psi$
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 </row>
21000 <row>
21001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005
21006 \backslash
21007 Omega
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 \begin_inset Formula $\Omega$
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 </row>
21025 </lyxtabular>
21026
21027 \end_inset
21028
21029
21030 \begin_inset space \hfill{}
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \begin_layout Standard
21037 \begin_inset VSpace medskip
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \begin_layout Standard
21044 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21045  cuando se desarrolló TeX.
21046  Para obtener mayúsculas en cursiva, inicia cada comando con 
21047 \series bold
21048 var
21049 \series default
21050 .
21051  Por ejemplo, el comando 
21052 \series bold
21053
21054 \backslash
21055 varGamma
21056 \series default
21057  genera 
21058 \begin_inset Formula $\varGamma$
21059 \end_inset
21060
21061 .
21062  Otra forma es cargar el paquete 
21063 \series bold
21064 fixmath
21065 \series default
21066
21067 \begin_inset Foot
21068 status collapsed
21069
21070 \begin_layout Plain Layout
21071
21072 \series bold
21073 fixmath
21074 \series default
21075  forma parte del paquete LaTeX 
21076 \series bold
21077 was
21078 \series default
21079
21080 \begin_inset Index idx
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084 Paquetes ! was
21085 \begin_inset ERT
21086 status collapsed
21087
21088 \begin_layout Plain Layout
21089
21090
21091 \backslash
21092 vspace{4mm}
21093 \end_layout
21094
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \end_inset
21101
21102 .
21103 \end_layout
21104
21105 \end_inset
21106
21107
21108 \begin_inset Index idx
21109 status collapsed
21110
21111 \begin_layout Plain Layout
21112 Paquetes ! fixmath
21113 \end_layout
21114
21115 \end_inset
21116
21117  con la línea siguiente en el preámbulo LaTeX
21118 \end_layout
21119
21120 \begin_layout Standard
21121
21122 \series bold
21123
21124 \backslash
21125 usepackage{fixmath}
21126 \end_layout
21127
21128 \begin_layout Standard
21129 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21130 ente en cursiva.
21131 \end_layout
21132
21133 \begin_layout Subsection
21134 Letras en negrita
21135 \begin_inset Index idx
21136 status collapsed
21137
21138 \begin_layout Plain Layout
21139 Letras griegas ! en negrita
21140 \end_layout
21141
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \begin_layout Standard
21148 Las letras griegas no admiten diferentes estilos de letra como las latinas.
21149  Sólo se pueden poner en negrita con el comando 
21150 \series bold
21151
21152 \backslash
21153 boldsymbol
21154 \series default
21155
21156 \begin_inset Index idx
21157 status collapsed
21158
21159 \begin_layout Plain Layout
21160 Comandos ! B ! 
21161 \backslash
21162 boldsymbol
21163 \end_layout
21164
21165 \end_inset
21166
21167 .
21168 \end_layout
21169
21170 \begin_layout Standard
21171 \align center
21172 \begin_inset Tabular
21173 <lyxtabular version="3" rows="3" columns="2">
21174 <features tabularvalignment="middle">
21175 <column alignment="center" valignment="top" width="0">
21176 <column alignment="center" valignment="top" width="0">
21177 <row>
21178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 Comando
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 Símbolo
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 Upsilon
21205 \backslash
21206 boldsymbol
21207 \backslash
21208 Upsilon
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231
21232 \backslash
21233 theta
21234 \backslash
21235 boldsymbol
21236 \backslash
21237 theta
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset Formula $\theta\boldsymbol{\theta}$
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 </lyxtabular>
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Section
21263 Símbolos
21264 \begin_inset ERT
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268
21269
21270 \backslash
21271 texorpdfstring{
21272 \end_layout
21273
21274 \end_inset
21275
21276
21277 \begin_inset Foot
21278 status collapsed
21279
21280 \begin_layout Plain Layout
21281 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21282  LaTeX en 
21283 \begin_inset CommandInset citation
21284 LatexCommand cite
21285 key "Symbols"
21286
21287 \end_inset
21288
21289 .
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \begin_inset ERT
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299
21300 }{}
21301 \end_layout
21302
21303 \end_inset
21304
21305
21306 \begin_inset Note Note
21307 status collapsed
21308
21309 \begin_layout Plain Layout
21310
21311 \backslash
21312 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21313  PDF.
21314 \end_layout
21315
21316 \begin_layout Plain Layout
21317 Más sobre 
21318 \backslash
21319 texorpdfstring en la sección 
21320 \begin_inset CommandInset ref
21321 LatexCommand ref
21322 reference "sub:Ecuaciones-en-encabezados"
21323
21324 \end_inset
21325
21326 .
21327 \end_layout
21328
21329 \end_inset
21330
21331
21332 \begin_inset Index idx
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336 Símbolos
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Standard
21345 Muchos de los símbolos listados en esta sección se pueden insertar además
21346  mediante los botones 
21347 \begin_inset Graphics
21348         filename ../../images/math/nabla.png
21349         scale 85
21350
21351 \end_inset
21352
21353  y 
21354 \begin_inset Graphics
21355         filename ../../images/math/digamma.png
21356         scale 85
21357
21358 \end_inset
21359
21360  de la barra de ecuaciones.
21361 \end_layout
21362
21363 \begin_layout Subsection
21364 Símbolos matemáticos
21365 \begin_inset CommandInset label
21366 LatexCommand label
21367 name "sub:Símbolos-matemáticos"
21368
21369 \end_inset
21370
21371
21372 \begin_inset Index idx
21373 status collapsed
21374
21375 \begin_layout Plain Layout
21376 Símbolos ! matemáticos
21377 \end_layout
21378
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \begin_layout Standard
21385 \begin_inset space \hfill{}
21386 \end_inset
21387
21388
21389 \begin_inset Tabular
21390 <lyxtabular version="3" rows="10" columns="2">
21391 <features tabularvalignment="middle">
21392 <column alignment="center" valignment="top" width="0pt">
21393 <column alignment="center" valignment="top" width="0pt">
21394 <row>
21395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399 Comando
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 Símbolo
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 </row>
21414 <row>
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419
21420 \backslash
21421 neg
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Formula $\neg$
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 </row>
21439 <row>
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444
21445 \backslash
21446 Im
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 \begin_inset Formula $\Im$
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 <row>
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469
21470 \backslash
21471 Re
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 \begin_inset Formula $\Re$
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 <row>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494
21495 \backslash
21496 aleph
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\aleph$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 <row>
21515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519
21520 \backslash
21521 partial
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 \begin_inset Formula $\partial$
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 </row>
21539 <row>
21540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \backslash
21546 infty
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Formula $\infty$
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 </row>
21564 <row>
21565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569
21570 \backslash
21571 wp
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Formula $\wp$
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 </row>
21589 <row>
21590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594
21595 \backslash
21596 imath
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $\imath$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 <row>
21615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \backslash
21621 jmath
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\jmath$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 </lyxtabular>
21640
21641 \end_inset
21642
21643
21644 \begin_inset space \hfill{}
21645 \end_inset
21646
21647
21648 \begin_inset Tabular
21649 <lyxtabular version="3" rows="10" columns="2">
21650 <features tabularvalignment="middle">
21651 <column alignment="center" valignment="top" width="0pt">
21652 <column alignment="center" valignment="top" width="0pt">
21653 <row>
21654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 Comando
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 Símbolo
21668 \begin_inset Note Note
21669 status collapsed
21670
21671 \begin_layout Plain Layout
21672
21673 \series bold
21674
21675 \backslash
21676 raisebox
21677 \series default
21678  se usa sólo como espaciador
21679 \end_layout
21680
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 forall
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\forall$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 exists
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\exists$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 nexists
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\nexists$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 emptyset
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\emptyset$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \backslash
21796 varnothing
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Formula $\varnothing$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \backslash
21821 dag
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 \begin_inset Formula $\dag$
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844
21845 \backslash
21846 ddag
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 \begin_inset Formula $\ddag$
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 <row>
21865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \backslash
21871 complement
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 \begin_inset ERT
21881 status collapsed
21882
21883 \begin_layout Plain Layout
21884
21885
21886 \backslash
21887 raisebox{-0.8mm}{
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \begin_inset Formula $\complement$
21894 \end_inset
21895
21896
21897 \begin_inset ERT
21898 status collapsed
21899
21900 \begin_layout Plain Layout
21901
21902 }
21903 \end_layout
21904
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918
21919 \backslash
21920 Bbbk
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 \begin_inset Formula $\Bbbk$
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 </lyxtabular>
21939
21940 \end_inset
21941
21942
21943 \begin_inset space \hfill{}
21944 \end_inset
21945
21946
21947 \begin_inset Tabular
21948 <lyxtabular version="3" rows="10" columns="2">
21949 <features tabularvalignment="middle">
21950 <column alignment="center" valignment="top" width="0pt">
21951 <column alignment="center" valignment="top" width="0pt">
21952 <row>
21953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 Comando
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 Símbolo
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 prime
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\prime$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 backprime
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\backprime$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 mho
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\mho$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \backslash
22054 triangle
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 \begin_inset Formula $\triangle$
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077
22078 \backslash
22079 angle
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088 \begin_inset Formula $\angle$
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 </row>
22097 <row>
22098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102
22103 \backslash
22104 measuredangle
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 \begin_inset Formula $\measuredangle$
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 <row>
22123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127
22128 \backslash
22129 sphericalangle
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 \begin_inset Formula $\sphericalangle$
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 </row>
22147 <row>
22148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152
22153 \backslash
22154 top
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 \begin_inset Formula $\top$
22164 \end_inset
22165
22166
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 </row>
22172 <row>
22173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \backslash
22179 bot
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188 \begin_inset Formula $\bot$
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 </row>
22197 </lyxtabular>
22198
22199 \end_inset
22200
22201
22202 \begin_inset space \hfill{}
22203 \end_inset
22204
22205
22206 \end_layout
22207
22208 \begin_layout Standard
22209 \noindent
22210 \align center
22211 \begin_inset Newpage newpage
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Subsection
22218 Símbolos misceláneos
22219 \begin_inset CommandInset label
22220 LatexCommand label
22221 name "sub:Símbolos-misceláneos"
22222
22223 \end_inset
22224
22225
22226 \begin_inset Index idx
22227 status collapsed
22228
22229 \begin_layout Plain Layout
22230 Símbolos ! misceláneos
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \noindent
22240 \align center
22241 \begin_inset Tabular
22242 <lyxtabular version="3" rows="10" columns="2">
22243 <features tabularvalignment="middle">
22244 <column alignment="center" valignment="top" width="0pt">
22245 <column alignment="center" valignment="top" width="0pt">
22246 <row>
22247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 Comando
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 Símbolo
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 </row>
22266 <row>
22267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271
22272 \backslash
22273 flat
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Formula $\flat$
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 </row>
22291 <row>
22292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296
22297 \backslash
22298 natural
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 \begin_inset Formula $\natural$
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 </row>
22316 <row>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321
22322 \backslash
22323 sharp
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 \begin_inset Formula $\sharp$
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \backslash
22348 surd
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Formula $\surd$
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 </row>
22366 <row>
22367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \backslash
22373 checkmark
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Formula $\checkmark$
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row>
22392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396
22397 \backslash
22398 yen
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Formula $\yen$
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \backslash
22423 pounds
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Formula $\pounds$
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 $
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 \begin_inset Formula $\$$
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 </row>
22464 <row>
22465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 §
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 \begin_inset Formula $§$
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 </row>
22487 </lyxtabular>
22488
22489 \end_inset
22490
22491
22492 \begin_inset Tabular
22493 <lyxtabular version="3" rows="10" columns="2">
22494 <features tabularvalignment="middle">
22495 <column alignment="center" valignment="top" width="0">
22496 <column alignment="center" valignment="top" width="0">
22497 <row>
22498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 Comando
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 Símbolo
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 </row>
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522
22523 \backslash
22524 hbar
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 \begin_inset Formula $\hbar$
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 </row>
22542 <row>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \backslash
22549 hslash
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 \begin_inset Formula $\hslash$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 </row>
22567 <row>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572
22573 \backslash
22574 clubsuit
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset Formula $\clubsuit$
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597
22598 \backslash
22599 spadesuit
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Formula $\spadesuit$
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 <row>
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622
22623 \backslash
22624 bigstar
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 \begin_inset Formula $\bigstar$
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 <row>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647
22648 \backslash
22649 blacklozenge
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Formula $\blacklozenge$
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 </row>
22667 <row>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \backslash
22674 blacktriangle
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Formula $\blacktriangle$
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \backslash
22699 blacktiangledown
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Formula $\blacktriangledown$
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \backslash
22724 bullet
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 \begin_inset Formula $\bullet$
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 </row>
22742 </lyxtabular>
22743
22744 \end_inset
22745
22746
22747 \begin_inset Tabular
22748 <lyxtabular version="3" rows="10" columns="2">
22749 <features tabularvalignment="middle">
22750 <column alignment="center" valignment="top" width="0pt">
22751 <column alignment="center" valignment="top" width="0pt">
22752 <row>
22753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757 Comando
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 Símbolo
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 </row>
22772 <row>
22773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777
22778 \backslash
22779 diamondsuit
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 \begin_inset Formula $\diamondsuit$
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 </row>
22797 <row>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802
22803 \backslash
22804 Diamond
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset Formula $\Diamond$
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 <row>
22823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \backslash
22829 heartsuit
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset Formula $\heartsuit$
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852
22853 \backslash
22854 P
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 \begin_inset Formula $\P$
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 <row>
22873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \backslash
22879 copyright
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 \begin_inset Formula $\copyright$
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 </row>
22897 <row>
22898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902
22903 \backslash
22904 circledR
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 \begin_inset Formula $\circledR$
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 </row>
22922 <row>
22923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927
22928 \backslash
22929 maltese
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 \begin_inset Formula $\maltese$
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 </row>
22947 <row>
22948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952
22953 \backslash
22954 diagup
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 \begin_inset Formula $\diagup$
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 </row>
22972 <row>
22973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977
22978 \backslash
22979 diagdown
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 \begin_inset Formula $\diagdown$
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 </row>
22997 </lyxtabular>
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \begin_layout Standard
23005 \begin_inset VSpace medskip
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \begin_layout Standard
23012 Hay más símbolos en 
23013 \begin_inset CommandInset ref
23014 LatexCommand ref
23015 reference "sub:Caracteres-especiales-misceláneos"
23016
23017 \end_inset
23018
23019 .
23020 \end_layout
23021
23022 \begin_layout Standard
23023 Algunos símbolos pueden presentarse en distintos tamaños, véase 
23024 \begin_inset CommandInset ref
23025 LatexCommand ref
23026 reference "sub:Tamaños-de-tipografías"
23027
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \begin_layout Subsection
23034 El símbolo del euro, €
23035 \begin_inset Index idx
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039 Símbolos ! euro
23040 \end_layout
23041
23042 \end_inset
23043
23044
23045 \begin_inset Index idx
23046 status collapsed
23047
23048 \begin_layout Plain Layout
23049
23050 \backslash
23051 @
23052 \begin_inset ERT
23053 status collapsed
23054
23055 \begin_layout Plain Layout
23056
23057
23058 \backslash
23059 officialeuro
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \begin_layout Standard
23073 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23074  LaTeX 
23075 \series bold
23076 eurosym
23077 \series default
23078
23079 \begin_inset Index idx
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083 Paquetes ! eurosym
23084 \end_layout
23085
23086 \end_inset
23087
23088 , y cargado en el preámbulo LaTeX con la línea
23089 \end_layout
23090
23091 \begin_layout Standard
23092
23093 \series bold
23094
23095 \backslash
23096 usepackage[gennarrow]{eurosym}
23097 \end_layout
23098
23099 \begin_layout Standard
23100 Actualmente también se puede insertar con el comando 
23101 \series bold
23102
23103 \backslash
23104 euro
23105 \series default
23106
23107 \begin_inset Index idx
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111 Comandos ! E ! 
23112 \backslash
23113 euro
23114 \end_layout
23115
23116 \end_inset
23117
23118 .
23119 \end_layout
23120
23121 \begin_layout Standard
23122 El símbolo del euro puede insertarse directamente con la tecla € en texto
23123  matemático sin tener 
23124 \series bold
23125 eurosym
23126 \series default
23127  instalado.
23128  Si 
23129 \series bold
23130 eurosym
23131 \series default
23132  está instalado, se puede insertar 
23133 \series bold
23134
23135 \backslash
23136 euro
23137 \series default
23138  en modo TeX.
23139  El símbolo oficial de la moneda se puede insertar con el comando 
23140 \series bold
23141
23142 \backslash
23143 officialeuro
23144 \series default
23145
23146 \begin_inset Index idx
23147 status collapsed
23148
23149 \begin_layout Plain Layout
23150 Comandos ! O ! 
23151 \backslash
23152 officialeuro
23153 \end_layout
23154
23155 \end_inset
23156
23157 , que sólo está disponible en modo TeX.
23158 \end_layout
23159
23160 \begin_layout Standard
23161 \begin_inset ERT
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165
23166
23167 \backslash
23168 ifeurosym
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \begin_inset Note Note
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
23179  
23180 \series bold
23181 eurosym
23182 \series default
23183 .
23184 \end_layout
23185
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \begin_layout Standard
23192 Un vistazo a los diferentes símbolos del euro.
23193 \end_layout
23194
23195 \begin_layout Standard
23196 \noindent
23197 \align center
23198 \begin_inset Tabular
23199 <lyxtabular version="3" rows="4" columns="3">
23200 <features tabularvalignment="middle">
23201 <column alignment="center" valignment="top" width="0">
23202 <column alignment="center" valignment="top" width="0">
23203 <column alignment="center" valignment="top" width="0">
23204 <row>
23205 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 Comando
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 Símbolo
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 <row>
23234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 ecuación
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \backslash
23249 euro
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 \begin_inset Formula $\euro$
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 texto matemático
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 \begin_inset Formula $\mbox{€}$
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 </row>
23299 <row>
23300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23301 \begin_inset Text
23302
23303 \begin_layout Plain Layout
23304 modo TeX
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313
23314 \backslash
23315 officialeuro
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 \begin_inset ERT
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328
23329
23330 \backslash
23331 officialeuro
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 </lyxtabular>
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Standard
23350 \begin_inset ERT
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354
23355
23356 \backslash
23357 else
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \begin_inset Note Note
23364 status collapsed
23365
23366 \begin_layout Plain Layout
23367 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23368 \series bold
23369 eurosym
23370 \series default
23371 :
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \begin_layout Standard
23380 Para ver la salida completa de esta subsección debe estar instalado el paquete
23381  LaTeX 
23382 \series bold
23383 eurosym
23384 \series default
23385 .
23386 \end_layout
23387
23388 \begin_layout Standard
23389 \begin_inset ERT
23390 status collapsed
23391
23392 \begin_layout Plain Layout
23393
23394
23395 \backslash
23396 fi
23397 \end_layout
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Section
23405 Relaciones
23406 \begin_inset CommandInset label
23407 LatexCommand label
23408 name "sec:Relaciones"
23409
23410 \end_inset
23411
23412
23413 \begin_inset Index idx
23414 status collapsed
23415
23416 \begin_layout Plain Layout
23417 Relaciones
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \begin_inset Index idx
23424 status collapsed
23425
23426 \begin_layout Plain Layout
23427 Comparaciones|see
23428 \begin_inset ERT
23429 status collapsed
23430
23431 \begin_layout Plain Layout
23432
23433 {
23434 \end_layout
23435
23436 \end_inset
23437
23438 Relaciones
23439 \begin_inset ERT
23440 status collapsed
23441
23442 \begin_layout Plain Layout
23443
23444 }
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \begin_layout Standard
23458 Todas las relaciones se pueden insertar también con el botón 
23459 \begin_inset Graphics
23460         filename ../../images/math/leq.png
23461         scale 85
23462
23463 \end_inset
23464
23465  de la barra de ecuaciones.
23466 \end_layout
23467
23468 \begin_layout Standard
23469 \begin_inset space \hfill{}
23470 \end_inset
23471
23472
23473 \begin_inset Tabular
23474 <lyxtabular version="3" rows="17" columns="2">
23475 <features tabularvalignment="middle">
23476 <column alignment="center" valignment="top" width="0pt">
23477 <column alignment="center" valignment="top" width="0pt">
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483 Comando
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 Relación
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 <
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $<$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 le
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\le$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 ll
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\ll$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 prec
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\prec$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 preceq
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\preceq$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 subset
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\subset$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 subseteq
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\subseteq$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 sqsubseteq
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\sqsubseteq$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 in
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\in$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 vdash
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\vdash$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 smile
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\smile$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 lhd
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\lhd$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 unlhd
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\unlhd$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 <row>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826
23827 \backslash
23828 gtrless
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $\gtrless$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \backslash
23853 mid
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Formula $\mid$
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 <row>
23872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \backslash
23878 nmid
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 \begin_inset Formula $\nmid$
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 </lyxtabular>
23897
23898 \end_inset
23899
23900
23901 \begin_inset space \hfill{}
23902 \end_inset
23903
23904
23905 \begin_inset Tabular
23906 <lyxtabular version="3" rows="17" columns="2">
23907 <features tabularvalignment="middle">
23908 <column alignment="center" valignment="top" width="0pt">
23909 <column alignment="center" valignment="top" width="0pt">
23910 <row>
23911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915 Comando
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924 Relación
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 <row>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 =
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 \begin_inset Formula $=$
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 <row>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \backslash
23960 not=
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 \begin_inset Formula $\not=$
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 </row>
23978 <row>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \backslash
23985 equiv
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 \begin_inset Formula $\equiv$
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 </row>
24003 <row>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008
24009 \backslash
24010 sim
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 \begin_inset Formula $\sim$
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 </row>
24028 <row>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033
24034 \backslash
24035 simeq
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 \begin_inset Formula $\simeq$
24045 \end_inset
24046
24047
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 </row>
24053 <row>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058
24059 \backslash
24060 approx
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 \begin_inset Formula $\approx$
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \backslash
24085 cong
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 \begin_inset Formula $\cong$
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 bowtie
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 \begin_inset Formula $\bowtie$
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 notin
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 \begin_inset Formula $\notin$
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 perp
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 \begin_inset Formula $\perp$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 <row>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 propto
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Formula $\propto$
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 asymp
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $\asymp$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 <row>
24229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \backslash
24235 doteq
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Formula $\doteq$
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 <row>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258
24259 \backslash
24260 circeq
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 \begin_inset Formula $\circeq$
24270 \end_inset
24271
24272
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 </row>
24278 <row>
24279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283
24284 \backslash
24285 models
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294 \begin_inset Formula $\models$
24295 \end_inset
24296
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 </row>
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 widehat=
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 \begin_inset Formula $\widehat{=}$
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 </row>
24328 </lyxtabular>
24329
24330 \end_inset
24331
24332
24333 \begin_inset space \hfill{}
24334 \end_inset
24335
24336
24337 \begin_inset Tabular
24338 <lyxtabular version="3" rows="17" columns="2">
24339 <features tabularvalignment="middle">
24340 <column alignment="center" valignment="top" width="0pt">
24341 <column alignment="center" valignment="top" width="0pt">
24342 <row>
24343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347 Comando
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356 Relación
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 </row>
24362 <row>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 >
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 \begin_inset Formula $>$
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 </row>
24385 <row>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \backslash
24392 ge
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401 \begin_inset Formula $\ge$
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 </row>
24410 <row>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 gg
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426 \begin_inset Formula $\gg$
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 </row>
24435 <row>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 succ
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 \begin_inset Formula $\succ$
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 </row>
24460 <row>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 succeq
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476 \begin_inset Formula $\succeq$
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 </row>
24485 <row>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 supset
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 \begin_inset Formula $\supset$
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 </row>
24510 <row>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 supseteq
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526 \begin_inset Formula $\supseteq$
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 </row>
24535 <row>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 sqsupseteq
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551 \begin_inset Formula $\sqsupseteq$
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row>
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565
24566 \backslash
24567 ni
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576 \begin_inset Formula $\ni$
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 </row>
24585 <row>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590
24591 \backslash
24592 dashv
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 \begin_inset Formula $\dashv$
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 </row>
24610 <row>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615
24616 \backslash
24617 frown
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 \begin_inset Formula $\frown$
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 </row>
24635 <row>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \backslash
24642 rhd
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 \begin_inset Formula $\rhd$
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 </row>
24660 <row>
24661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 unrhd
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 \begin_inset Formula $\unrhd$
24677 \end_inset
24678
24679
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 <row>
24686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 lessgtr
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701 \begin_inset Formula $\lessgtr$
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 </row>
24710 <row>
24711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715
24716 \backslash
24717 parallel
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726 \begin_inset Formula $\parallel$
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 </row>
24735 <row>
24736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \backslash
24742 nparallel
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 \begin_inset Formula $\nparallel$
24752 \end_inset
24753
24754
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 </row>
24760 </lyxtabular>
24761
24762 \end_inset
24763
24764
24765 \begin_inset space \hfill{}
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Standard
24772 \begin_inset VSpace medskip
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Standard
24779 Los caracteres 
24780 \series bold
24781
24782 \backslash
24783 lhd
24784 \series default
24785  y 
24786 \series bold
24787
24788 \backslash
24789 rhd
24790 \series default
24791  son mayores que los operadores de aspecto similar 
24792 \series bold
24793
24794 \backslash
24795 triangleleft
24796 \series default
24797  y 
24798 \series bold
24799
24800 \backslash
24801 triangleright
24802 \series default
24803 , respectivamente.
24804 \end_layout
24805
24806 \begin_layout Standard
24807 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24808 \end_layout
24809
24810 \begin_layout Standard
24811 Se pueden componer relaciones con etiquetas con el comando 
24812 \series bold
24813
24814 \backslash
24815 stackrel
24816 \series default
24817
24818 \begin_inset Index idx
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822 Comandos ! S ! 
24823 \backslash
24824 stackrel
24825 \end_layout
24826
24827 \end_inset
24828
24829 :
24830 \end_layout
24831
24832 \begin_layout Standard
24833 \align center
24834 \begin_inset Tabular
24835 <lyxtabular version="3" rows="2" columns="2">
24836 <features tabularvalignment="middle">
24837 <column alignment="center" valignment="top" width="0">
24838 <column alignment="center" valignment="top" width="0">
24839 <row>
24840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 Comando
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 Resultado
24854 \begin_inset Note Note
24855 status collapsed
24856
24857 \begin_layout Plain Layout
24858
24859 \series bold
24860
24861 \backslash
24862 raisebox
24863 \series default
24864  se usa sólo como espaciador
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 </row>
24875 <row>
24876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880 A(r)
24881 \backslash
24882 stackrel
24883 \begin_inset ERT
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887
24888
24889 \backslash
24890 spce 
24891 \end_layout
24892
24893 \end_inset
24894
24895 r
24896 \backslash
24897 to
24898 \backslash
24899 infty
24900 \begin_inset ERT
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904
24905
24906 \backslash
24907 spce 
24908 \end_layout
24909
24910 \end_inset
24911
24912
24913 \begin_inset Formula $\downarrow$
24914 \end_inset
24915
24916
24917 \backslash
24918 approx
24919 \begin_inset ERT
24920 status collapsed
24921
24922 \begin_layout Plain Layout
24923
24924
24925 \backslash
24926 spce 
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \begin_inset ERT
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936
24937
24938 \backslash
24939 spce 
24940 \end_layout
24941
24942 \end_inset
24943
24944 B
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24954 \end_inset
24955
24956
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 </row>
24962 </lyxtabular>
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Section
24970 Funciones
24971 \end_layout
24972
24973 \begin_layout Subsection
24974 Funciones predefinidas
24975 \begin_inset CommandInset label
24976 LatexCommand label
24977 name "sub:Funciones-predefinidas"
24978
24979 \end_inset
24980
24981
24982 \begin_inset Index idx
24983 status collapsed
24984
24985 \begin_layout Plain Layout
24986 Funciones ! predefinidas
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \begin_inset Index idx
24993 status collapsed
24994
24995 \begin_layout Plain Layout
24996 Funciones ! en español
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Standard
25005 En general las variables se escriben en 
25006 \emph on
25007 cursiva
25008 \emph default
25009  en expresiones matemáticas, pero no los nombres de las funciones, porque
25010  
25011 \begin_inset Formula $sen$
25012 \end_inset
25013
25014  podría confundirse con 
25015 \begin_inset Formula $s\cdot e\cdot n$
25016 \end_inset
25017
25018 .
25019  Por eso hay funciones predefinidas, que además se separan un poco del factor
25020  precedente.
25021  Se insertan como comandos con una barra inversa delante de su nombre.
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \align center
25026 \begin_inset Tabular
25027 <lyxtabular version="3" rows="2" columns="4">
25028 <features tabularvalignment="middle">
25029 <column alignment="center" valignment="top" width="0pt">
25030 <column alignment="center" valignment="top" width="0pt">
25031 <column alignment="center" valignment="top" width="0pt">
25032 <column alignment="center" valignment="top" width="0pt">
25033 <row>
25034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038 Comando
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 Resultado
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 Comando
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 Resultado
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 </row>
25071 <row>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 Asen(x)+B
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085 \begin_inset Formula $Asen(x)+B$
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097 A
25098 \backslash
25099 sen(x)+B
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 \begin_inset Formula $A\sen(x)+B$
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 </lyxtabular>
25118
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \begin_layout Standard
25125 Las funciones siguientes están predefinidas:
25126 \begin_inset Foot
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130 Se han añadido los comandos equivalentes proporcionados por el estilo 
25131 \series bold
25132 spanish
25133 \series default
25134  de 
25135 \series bold
25136 babel
25137 \series default
25138 .
25139  (Estos no están disponibles en el panel de funciones).
25140  Además, en su caso, las funciones serán acentuadas automáticamente en la
25141  salida, p.
25142 \begin_inset space \thinspace{}
25143 \end_inset
25144
25145 e.
25146  
25147 \begin_inset Quotes fld
25148 \end_inset
25149
25150 lím
25151 \begin_inset Quotes frd
25152 \end_inset
25153
25154  o 
25155 \begin_inset Quotes fld
25156 \end_inset
25157
25158 máx
25159 \begin_inset Quotes frd
25160 \end_inset
25161
25162 .
25163  Más información en 
25164 \begin_inset CommandInset citation
25165 LatexCommand cite
25166 key "spanish"
25167
25168 \end_inset
25169
25170 .
25171  (
25172 \emph on
25173 N.
25174 \begin_inset space \thinspace{}
25175 \end_inset
25176
25177 del t.
25178 \emph default
25179 )
25180 \end_layout
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 \begin_inset VSpace -2mm
25189 \end_inset
25190
25191
25192 \end_layout
25193
25194 \begin_layout Standard
25195 \align center
25196 \begin_inset Tabular
25197 <lyxtabular version="3" rows="9" columns="7">
25198 <features tabularvalignment="middle">
25199 <column alignment="center" valignment="top" width="0pt">
25200 <column alignment="center" valignment="top" width="0pt">
25201 <column alignment="center" valignment="top" width="0pt">
25202 <column alignment="center" valignment="top" width="0pt">
25203 <column alignment="center" valignment="top" width="0pt">
25204 <column alignment="center" valignment="top" width="0pt">
25205 <column alignment="center" valignment="top" width="0pt">
25206 <row>
25207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211 Comando
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 español
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229 Comando
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238 español
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247 Comando
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 español
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265 Comando
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 sin
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 sen
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 sinh
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 senh
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320
25321 \backslash
25322 arcsin
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331
25332 \backslash
25333 arcsen
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342
25343 \backslash
25344 sup
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 cos
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375
25376 \backslash
25377 cosh
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 arccos
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Plain Layout
25415
25416 \backslash
25417 inf
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 tan
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 tg
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450
25451 \backslash
25452 tanh
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461
25462 \backslash
25463 tgh
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472
25473 \backslash
25474 arctan
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483
25484 \backslash
25485 arctg
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496 lim
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 </row>
25502 <row>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507
25508 \backslash
25509 cot
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518
25519 \backslash
25520 cotg
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529
25530 \backslash
25531 coth
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549
25550 \backslash
25551 arg
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569
25570 \backslash
25571 liminf
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 </row>
25577 <row>
25578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582
25583 \backslash
25584 sec
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 min
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622
25623 \backslash
25624 deg
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642
25643 \backslash
25644 limsup
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 <row>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655
25656 \backslash
25657 csc
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666
25667 \backslash
25668 cosec
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677
25678 \backslash
25679 max
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697
25698 \backslash
25699 det
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708
25709 \end_layout
25710
25711 \end_inset
25712 </cell>
25713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717
25718 \backslash
25719 Pr
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 </row>
25725 <row>
25726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Plain Layout
25730
25731 \backslash
25732 ln
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750
25751 \backslash
25752 exp
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770
25771 \backslash
25772 dim
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790
25791 \backslash
25792 hom
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 </row>
25798 <row>
25799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25800 \begin_inset Text
25801
25802 \begin_layout Plain Layout
25803
25804 \backslash
25805 lg
25806 \end_layout
25807
25808 \end_inset
25809 </cell>
25810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823
25824 \backslash
25825 log
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843
25844 \backslash
25845 ker
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863
25864 \backslash
25865 gcd
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 </lyxtabular>
25872
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \begin_layout Standard
25879 También se pueden insertar con el botón 
25880 \begin_inset Graphics
25881         filename ../../images/math/functions.png
25882         scale 85
25883
25884 \end_inset
25885
25886  de la barra de ecuaciones.
25887 \end_layout
25888
25889 \begin_layout Subsection
25890 Funciones definidas por el usuario
25891 \begin_inset Index idx
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895 Funciones ! personalizadas
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Standard
25904 Para usar una función no predefinida, como por ejemplo la función signo,
25905  sgn(x), hay dos posibilidades:
25906 \end_layout
25907
25908 \begin_layout Itemize
25909 Define la función añadiendo al preámbulo LaTeX la línea
25910 \begin_inset Foot
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914 Más sobre 
25915 \series bold
25916
25917 \backslash
25918 DeclareMathOperator
25919 \series default
25920  en 
25921 \begin_inset CommandInset ref
25922 LatexCommand ref
25923 reference "sub:Operadores-de-usuario"
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \begin_inset Newline newline
25934 \end_inset
25935
25936
25937 \begin_inset VSpace -3mm
25938 \end_inset
25939
25940
25941 \begin_inset Newline newline
25942 \end_inset
25943
25944
25945 \series bold
25946
25947 \backslash
25948 DeclareMathOperator{
25949 \backslash
25950 sgn}{sgn}
25951 \series default
25952
25953 \begin_inset Index idx
25954 status collapsed
25955
25956 \begin_layout Plain Layout
25957 Comandos ! D ! 
25958 \backslash
25959 dbinom@
25960 \backslash
25961 DeclareMathOperator
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \begin_inset Newline newline
25968 \end_inset
25969
25970
25971 \begin_inset VSpace -2mm
25972 \end_inset
25973
25974
25975 \begin_inset Newline newline
25976 \end_inset
25977
25978 Ahora la función recién definida se puede obtener con el comando 
25979 \series bold
25980
25981 \backslash
25982 sgn
25983 \series default
25984 .
25985 \end_layout
25986
25987 \begin_layout Itemize
25988 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25989  en nuestro ejemplo las letras 
25990 \emph on
25991 sgn
25992 \emph default
25993 , y cámbialo a texto matemático.
25994  Entre el factor precedente y la función se inserta un espacio.
25995 \end_layout
25996
25997 \begin_layout Standard
25998 El resultado con ambos métodos es el mismo que con una función predefinida:
25999 \begin_inset Foot
26000 status collapsed
26001
26002 \begin_layout Plain Layout
26003 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
26004  negro.
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Standard
26013 \align center
26014 \begin_inset Tabular
26015 <lyxtabular version="3" rows="3" columns="2">
26016 <features tabularvalignment="middle">
26017 <column alignment="center" valignment="top" width="0pt">
26018 <column alignment="center" valignment="top" width="0pt">
26019 <row>
26020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024 Comando
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26030 \begin_inset Text
26031
26032 \begin_layout Plain Layout
26033 Resultado
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 </row>
26039 <row>
26040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044 A
26045 \backslash
26046 sgn(x)+B
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 \begin_inset Formula $A\sgn(x)+B$
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 </row>
26064 <row>
26065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26066 \begin_inset Text
26067
26068 \begin_layout Plain Layout
26069 A
26070 \backslash
26071 ,
26072 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26073 \end_inset
26074
26075 (x)+B
26076 \end_layout
26077
26078 \end_inset
26079 </cell>
26080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 </lyxtabular>
26094
26095 \end_inset
26096
26097
26098 \end_layout
26099
26100 \begin_layout Standard
26101 El primer método es preferible si la función se va a usar varias veces.
26102 \end_layout
26103
26104 \begin_layout Standard
26105 \noindent
26106 \align center
26107 \begin_inset Newpage newpage
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \begin_layout Subsection
26114 Límites
26115 \begin_inset Index idx
26116 status collapsed
26117
26118 \begin_layout Plain Layout
26119 Limites@Límites
26120 \end_layout
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \begin_layout Standard
26128 Para límites, además de 
26129 \series bold
26130
26131 \backslash
26132 lim
26133 \series default
26134
26135 \begin_inset Index idx
26136 status collapsed
26137
26138 \begin_layout Plain Layout
26139 Comandos ! L ! 
26140 \backslash
26141 lim
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \series bold
26148
26149 \backslash
26150 liminf
26151 \series default
26152  y 
26153 \series bold
26154
26155 \backslash
26156 limsup
26157 \series default
26158  están definidas las siguientes funciones:
26159 \series bold
26160  
26161 \end_layout
26162
26163 \begin_layout Standard
26164 \noindent
26165 \align center
26166 \begin_inset Tabular
26167 <lyxtabular version="3" rows="5" columns="2">
26168 <features tabularvalignment="middle">
26169 <column alignment="center" valignment="top" width="0">
26170 <column alignment="center" valignment="top" width="0">
26171 <row>
26172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Plain Layout
26176 Comando
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 Resultado
26186 \begin_inset Note Note
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190
26191 \series bold
26192
26193 \backslash
26194 raisebox
26195 \series default
26196  se usa sólo como espaciador
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 varliminf
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\varliminf$
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 varlimsup
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\varlimsup$
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 <row>
26258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262
26263 \backslash
26264 varprojlim
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 \begin_inset Formula $\varprojlim$
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 </row>
26282 <row>
26283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287
26288 \backslash
26289 varinjlim
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298 \begin_inset Formula $\varinjlim$
26299 \end_inset
26300
26301
26302 \begin_inset Formula $\raisebox{-2.5mm}{}$
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 </row>
26311 </lyxtabular>
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \begin_layout Standard
26319 \begin_inset VSpace medskip
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \begin_layout Standard
26326 El límite se crea insertando un subíndice.
26327  Se imprime a la derecha junto a la función en una fórmula en línea:
26328 \end_layout
26329
26330 \begin_layout Standard
26331 \noindent
26332 \align center
26333 \begin_inset Tabular
26334 <lyxtabular version="3" rows="2" columns="2">
26335 <features tabularvalignment="middle">
26336 <column alignment="center" valignment="top" width="0pt">
26337 <column alignment="center" valignment="top" width="0pt">
26338 <row>
26339 <cell alignment="center" valignment="top" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 Comando
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 \begin_inset space \hspace{}
26353 \length 1cm
26354 \end_inset
26355
26356 Resultado
26357 \begin_inset Note Note
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361
26362 \series bold
26363
26364 \backslash
26365 raisebox
26366 \series default
26367  se usa sólo como espaciador
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 </row>
26378 <row>
26379 <cell alignment="center" valignment="top" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383
26384 \backslash
26385 lim_x
26386 \backslash
26387 to
26388 \begin_inset ERT
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392
26393
26394 \backslash
26395 spce 
26396 \end_layout
26397
26398 \end_inset
26399
26400 A
26401 \begin_inset ERT
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405
26406
26407 \backslash
26408 spce 
26409 \end_layout
26410
26411 \end_inset
26412
26413 x=B
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26423 \end_inset
26424
26425
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 </row>
26431 </lyxtabular>
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 En una ecuación presentada el límite se imprime debajo, como es habitual:
26440 \begin_inset Formula 
26441 \[
26442 \lim\limits _{x\rightarrow A}=B
26443 \]
26444
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Subsection
26451 Función módulo
26452 \begin_inset Index idx
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456 Funciones ! módulo
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \begin_layout Standard
26465 La función módulo es especial, porque existe en cuatro variantes.
26466 \end_layout
26467
26468 \begin_layout Standard
26469 En una ecuación presentada:
26470 \begin_inset Formula 
26471 \begin{align*}
26472 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26473 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26474 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26475 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26476 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26477 \end{align*}
26478
26479 \end_inset
26480
26481 En una ecuación en línea se pone menos espacio delante del nombre de la
26482  función para todas las variantes.
26483  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
26484  siguente.
26485  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
26486 \begin_inset Formula 
26487 \begin{align*}
26488 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
26489 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26490 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26491 \end{align*}
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Section
26499 Caracteres especiales
26500 \begin_inset Index idx
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504 Caracteres especiales
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \begin_layout Subsection
26513 Caracteres especiales en texto matemático
26514 \end_layout
26515
26516 \begin_layout Standard
26517 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26518  TeX:
26519 \end_layout
26520
26521 \begin_layout Standard
26522 \begin_inset space \hfill{}
26523 \end_inset
26524
26525
26526 \begin_inset Tabular
26527 <lyxtabular version="3" rows="8" columns="2">
26528 <features tabularvalignment="middle">
26529 <column alignment="block" valignment="top" width="0">
26530 <column alignment="block" valignment="top" width="0">
26531 <row>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 Comando
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545 Resultado
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 </row>
26551 <row>
26552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556
26557 \backslash
26558 oe
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 \begin_inset Formula $\textrm{œ}$
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 </row>
26576 <row>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581
26582 \backslash
26583 OE
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592 \begin_inset Formula $\textrm{Œ}$
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 </row>
26601 <row>
26602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606
26607 \backslash
26608 ae
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 \begin_inset Formula $\textrm{æ}$
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 </row>
26626 <row>
26627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631
26632 \backslash
26633 AE
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 \begin_inset Formula $\textrm{Æ}$
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656
26657 \backslash
26658 aa
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 \begin_inset Formula $\textrm{\aa}$
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 </row>
26676 <row>
26677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683 AA
26684 \begin_inset Index idx
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689 \backslash
26690 @
26691 \begin_inset ERT
26692 status collapsed
26693
26694 \begin_layout Plain Layout
26695
26696
26697 \backslash
26698 textrm{
26699 \backslash
26700 AA}
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719 \begin_inset Formula $\textrm{Å}$
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \end_inset
26726 </cell>
26727 </row>
26728 <row>
26729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733
26734 \backslash
26735 i
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26741 \begin_inset Text
26742
26743 \begin_layout Plain Layout
26744 \begin_inset Formula $\textrm{ı}$
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 </row>
26753 </lyxtabular>
26754
26755 \end_inset
26756
26757
26758 \begin_inset space \hfill{}
26759 \end_inset
26760
26761
26762 \begin_inset Tabular
26763 <lyxtabular version="3" rows="8" columns="2">
26764 <features tabularvalignment="middle">
26765 <column alignment="block" valignment="top" width="0">
26766 <column alignment="center" valignment="top" width="0">
26767 <row>
26768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Plain Layout
26772 Comando
26773 \begin_inset Note Note
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777
26778 \series bold
26779
26780 \backslash
26781 raisebox
26782 \series default
26783  se usa sólo como espaciador
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797 Resultado
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 </row>
26803 <row>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808
26809 \backslash
26810 o
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26816 \begin_inset Text
26817
26818 \begin_layout Plain Layout
26819 \begin_inset Formula $\textrm{ø}$
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 </row>
26828 <row>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833
26834 \backslash
26835 O
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset Formula $\textrm{Ø}$
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 </row>
26853 <row>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858
26859 \backslash
26860 l
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26866 \begin_inset Text
26867
26868 \begin_layout Plain Layout
26869 \begin_inset Formula $\textrm{ł}$
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 </row>
26878 <row>
26879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883
26884 \backslash
26885 L
26886 \end_layout
26887
26888 \end_inset
26889 </cell>
26890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894 \begin_inset Formula $\textrm{Ł}$
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 </row>
26903 <row>
26904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 !
26909 \begin_inset space \hspace{}
26910 \length 0mm
26911 \end_inset
26912
26913 `
26914 \begin_inset ERT
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918
26919
26920 \backslash
26921 spce 
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26932 \begin_inset Text
26933
26934 \begin_layout Plain Layout
26935 \begin_inset Formula $\textrm{!`}$
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 </row>
26944 <row>
26945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 ?
26950 \begin_inset space \hspace{}
26951 \length 0mm
26952 \end_inset
26953
26954 `
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 spce 
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 \begin_inset Formula $\textrm{?`}$
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 </row>
26985 <row>
26986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990
26991 \backslash
26992 j
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001 \begin_inset Formula $\textrm{ȷ}$
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 </lyxtabular>
27011
27012 \end_inset
27013
27014
27015 \begin_inset space \hfill{}
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \begin_layout Standard
27022 Los caracteres 
27023 \begin_inset Formula $\textrm{\textrm{Å}}$
27024 \end_inset
27025
27026  y 
27027 \begin_inset Formula $\textrm{\textrm{Ø}}$
27028 \end_inset
27029
27030  también se pueden insertar mediante el botón 
27031 \begin_inset Graphics
27032         filename ../../images/math/digamma.png
27033         scale 85
27034
27035 \end_inset
27036
27037  de la barra de ecuaciones.
27038 \end_layout
27039
27040 \begin_layout Standard
27041 Los comandos 
27042 \series bold
27043 !
27044 \begin_inset space \hspace{}
27045 \length 0mm
27046 \end_inset
27047
27048 `
27049 \series default
27050  y 
27051 \series bold
27052 ?
27053 \begin_inset space \hspace{}
27054 \length 0mm
27055 \end_inset
27056
27057 `
27058 \series default
27059  son una excepción porque se pueden insertar directamente a texto en LyX.
27060  
27061 \end_layout
27062
27063 \begin_layout Subsection
27064 Acentos en texto
27065 \begin_inset CommandInset label
27066 LatexCommand label
27067 name "sub:Acentos-en-texto"
27068
27069 \end_inset
27070
27071
27072 \begin_inset Index idx
27073 status collapsed
27074
27075 \begin_layout Plain Layout
27076 Acentos ! en texto
27077 \end_layout
27078
27079 \end_inset
27080
27081
27082 \end_layout
27083
27084 \begin_layout Standard
27085 Con los siguientes comandos se pueden acentuar todas las letras.
27086  Los comandos deben ponerse en modo TeX.
27087 \end_layout
27088
27089 \begin_layout Standard
27090 \begin_inset space \hfill{}
27091 \end_inset
27092
27093
27094 \begin_inset Tabular
27095 <lyxtabular version="3" rows="8" columns="2">
27096 <features tabularvalignment="middle">
27097 <column alignment="block" valignment="top" width="0">
27098 <column alignment="block" valignment="top" width="0">
27099 <row>
27100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104 Comando
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113 Resultado
27114 \end_layout
27115
27116 \end_inset
27117 </cell>
27118 </row>
27119 <row>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124
27125 \backslash
27126
27127 \begin_inset Quotes grd
27128 \end_inset
27129
27130 e
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139 \begin_inset ERT
27140 status collapsed
27141
27142 \begin_layout Plain Layout
27143
27144
27145 \backslash
27146 "e
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 </row>
27157 <row>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162
27163 \backslash
27164 `e
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Plain Layout
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177
27178
27179 \backslash
27180 `e
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 </row>
27191 <row>
27192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196
27197 \backslash
27198 ^
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 spce 
27207 \end_layout
27208
27209 \end_inset
27210
27211 e
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27217 \begin_inset Text
27218
27219 \begin_layout Plain Layout
27220 \begin_inset ERT
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224
27225
27226 \backslash
27227 ^e
27228 \end_layout
27229
27230 \end_inset
27231
27232
27233 \end_layout
27234
27235 \end_inset
27236 </cell>
27237 </row>
27238 <row>
27239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Plain Layout
27243
27244 \backslash
27245 =e
27246 \end_layout
27247
27248 \end_inset
27249 </cell>
27250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27251 \begin_inset Text
27252
27253 \begin_layout Plain Layout
27254 \begin_inset ERT
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 =e
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \end_inset
27270 </cell>
27271 </row>
27272 <row>
27273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Plain Layout
27277
27278 \backslash
27279 u
27280 \begin_inset ERT
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284
27285
27286 \backslash
27287 spce 
27288 \end_layout
27289
27290 \end_inset
27291
27292 e
27293 \end_layout
27294
27295 \end_inset
27296 </cell>
27297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27298 \begin_inset Text
27299
27300 \begin_layout Plain Layout
27301 \begin_inset ERT
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305
27306
27307 \backslash
27308 u e
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \end_inset
27317 </cell>
27318 </row>
27319 <row>
27320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27321 \begin_inset Text
27322
27323 \begin_layout Plain Layout
27324
27325 \backslash
27326 b
27327 \begin_inset ERT
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331
27332
27333 \backslash
27334 spce 
27335 \end_layout
27336
27337 \end_inset
27338
27339 e
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27345 \begin_inset Text
27346
27347 \begin_layout Plain Layout
27348 \begin_inset ERT
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352
27353
27354 \backslash
27355 b e
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \end_inset
27364 </cell>
27365 </row>
27366 <row>
27367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371
27372 \backslash
27373 t
27374 \begin_inset ERT
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378
27379
27380 \backslash
27381 spce 
27382 \end_layout
27383
27384 \end_inset
27385
27386 ee
27387 \end_layout
27388
27389 \end_inset
27390 </cell>
27391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27392 \begin_inset Text
27393
27394 \begin_layout Plain Layout
27395 \begin_inset ERT
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399
27400
27401 \backslash
27402 t ee
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 </row>
27413 </lyxtabular>
27414
27415 \end_inset
27416
27417
27418 \begin_inset space \hfill{}
27419 \end_inset
27420
27421
27422 \begin_inset Tabular
27423 <lyxtabular version="3" rows="8" columns="2">
27424 <features tabularvalignment="middle">
27425 <column alignment="block" valignment="top" width="0">
27426 <column alignment="center" valignment="top" width="0">
27427 <row>
27428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27429 \begin_inset Text
27430
27431 \begin_layout Plain Layout
27432 Comando
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Plain Layout
27441 Resultado
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 </row>
27447 <row>
27448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27449 \begin_inset Text
27450
27451 \begin_layout Plain Layout
27452
27453 \backslash
27454 H
27455 \begin_inset ERT
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459
27460
27461 \backslash
27462 spce 
27463 \end_layout
27464
27465 \end_inset
27466
27467 e
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476 \begin_inset ERT
27477 status collapsed
27478
27479 \begin_layout Plain Layout
27480
27481
27482 \backslash
27483 H e
27484 \end_layout
27485
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \end_inset
27492 </cell>
27493 </row>
27494 <row>
27495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27496 \begin_inset Text
27497
27498 \begin_layout Plain Layout
27499
27500 \backslash
27501 'e
27502 \end_layout
27503
27504 \end_inset
27505 </cell>
27506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27507 \begin_inset Text
27508
27509 \begin_layout Plain Layout
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 'e
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 </row>
27528 <row>
27529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533
27534 \backslash
27535 ~e
27536 \begin_inset Index idx
27537 status collapsed
27538
27539 \begin_layout Plain Layout
27540 Tilde
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \end_inset
27549 </cell>
27550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27551 \begin_inset Text
27552
27553 \begin_layout Plain Layout
27554 \begin_inset ERT
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558
27559
27560 \backslash
27561 ~e
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \end_inset
27570 </cell>
27571 </row>
27572 <row>
27573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27574 \begin_inset Text
27575
27576 \begin_layout Plain Layout
27577
27578 \backslash
27579 .e
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 \begin_inset ERT
27589 status collapsed
27590
27591 \begin_layout Plain Layout
27592
27593
27594 \backslash
27595 .e
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \end_inset
27604 </cell>
27605 </row>
27606 <row>
27607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27608 \begin_inset Text
27609
27610 \begin_layout Plain Layout
27611
27612 \backslash
27613 v
27614 \begin_inset ERT
27615 status collapsed
27616
27617 \begin_layout Plain Layout
27618
27619
27620 \backslash
27621 spce 
27622 \end_layout
27623
27624 \end_inset
27625
27626 e
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27632 \begin_inset Text
27633
27634 \begin_layout Plain Layout
27635 \begin_inset ERT
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639
27640
27641 \backslash
27642 v e
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 </row>
27653 <row>
27654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Plain Layout
27658
27659 \backslash
27660 d
27661 \begin_inset ERT
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665
27666
27667 \backslash
27668 spce 
27669 \end_layout
27670
27671 \end_inset
27672
27673 e
27674 \end_layout
27675
27676 \end_inset
27677 </cell>
27678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27679 \begin_inset Text
27680
27681 \begin_layout Plain Layout
27682 \begin_inset ERT
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686
27687
27688 \backslash
27689 d e
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 </row>
27700 <row>
27701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27702 \begin_inset Text
27703
27704 \begin_layout Plain Layout
27705
27706 \backslash
27707 c
27708 \begin_inset ERT
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712
27713
27714 \backslash
27715 spce 
27716 \end_layout
27717
27718 \end_inset
27719
27720 e
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729 \begin_inset ERT
27730 status collapsed
27731
27732 \begin_layout Plain Layout
27733
27734
27735 \backslash
27736 c e
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \end_inset
27745 </cell>
27746 </row>
27747 </lyxtabular>
27748
27749 \end_inset
27750
27751
27752 \begin_inset space \hfill{}
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \begin_layout Standard
27759 \begin_inset VSpace medskip
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 Con el comando 
27767 \series bold
27768
27769 \backslash
27770 t
27771 \series default
27772  también se pueden acentuar dos caracteres distintos.
27773  El comando 
27774 \series bold
27775
27776 \backslash
27777 t
27778 \begin_inset ERT
27779 status collapsed
27780
27781 \begin_layout Plain Layout
27782
27783
27784 \backslash
27785 spce 
27786 \end_layout
27787
27788 \end_inset
27789
27790 sz
27791 \series default
27792  genera 
27793 \begin_inset ERT
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798
27799 \backslash
27800 t sz
27801 \end_layout
27802
27803 \end_inset
27804
27805
27806 \end_layout
27807
27808 \begin_layout Standard
27809 Los acentos 
27810 \series bold
27811 `
27812 \series default
27813  , 
27814 \series bold
27815 '
27816 \series default
27817  y 
27818 \series bold
27819 ^
27820 \series default
27821  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27822  TeX.
27823  Lo mismo se aplica a la tilde
27824 \begin_inset Foot
27825 status collapsed
27826
27827 \begin_layout Plain Layout
27828 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27829 \end_layout
27830
27831 \end_inset
27832
27833  con 
27834 \emph on
27835 a
27836 \emph default
27837
27838 \emph on
27839 o
27840 \emph default
27841  y 
27842 \emph on
27843 n.
27844 \end_layout
27845
27846 \begin_layout Standard
27847 Los comandos 
27848 \series bold
27849
27850 \backslash
27851 b
27852 \series default
27853  , 
27854 \series bold
27855
27856 \backslash
27857 c
27858 \series default
27859  , 
27860 \series bold
27861
27862 \backslash
27863 d
27864 \series default
27865  , 
27866 \series bold
27867
27868 \backslash
27869 H
27870 \series default
27871  , 
27872 \series bold
27873
27874 \backslash
27875 t
27876 \series default
27877  , 
27878 \series bold
27879
27880 \backslash
27881 u
27882 \series default
27883  , 
27884 \series bold
27885
27886 \backslash
27887 v
27888 \series default
27889 , y acentos insertados directamente con el teclado también están disponibles
27890  en texto matemático.
27891  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27892  
27893 \begin_inset CommandInset ref
27894 LatexCommand ref
27895 reference "sub:Acentos-para-un"
27896
27897 \end_inset
27898
27899 .
27900 \end_layout
27901
27902 \begin_layout Standard
27903 \begin_inset VSpace bigskip
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \begin_layout Standard
27910 Además, con el comando 
27911 \series bold
27912
27913 \backslash
27914 textcircled
27915 \series default
27916
27917 \begin_inset Index idx
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921 Comandos ! T ! 
27922 \backslash
27923 textcircled
27924 \end_layout
27925
27926 \end_inset
27927
27928  se pueden insertar en un círculo todos los números y letras, de forma parecida
27929  al símbolo copyright.
27930 \end_layout
27931
27932 \begin_layout Standard
27933 \noindent
27934 \align center
27935 \begin_inset Tabular
27936 <lyxtabular version="3" rows="3" columns="2">
27937 <features tabularvalignment="middle">
27938 <column alignment="center" valignment="top" width="0">
27939 <column alignment="center" valignment="top" width="0">
27940 <row>
27941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 Comando
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954 Resultado
27955 \begin_inset Note Note
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959
27960 \series bold
27961
27962 \backslash
27963 raisebox
27964 \series default
27965  se usa sólo como espaciador
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 </row>
27976 <row>
27977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981
27982 \backslash
27983 textcircled{w}
27984 \end_layout
27985
27986 \end_inset
27987 </cell>
27988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Plain Layout
27992 \begin_inset ERT
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996
27997
27998 \backslash
27999 textcircled{w}
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \end_inset
28008 </cell>
28009 </row>
28010 <row>
28011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28012 \begin_inset Text
28013
28014 \begin_layout Plain Layout
28015
28016 \backslash
28017 Large 
28018 \backslash
28019 textcircled{
28020 \backslash
28021 normalsize
28022 \backslash
28023 protect
28024 \backslash
28025 raisebox{-1.5pt}{W}}
28026 \end_layout
28027
28028 \end_inset
28029 </cell>
28030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28031 \begin_inset Text
28032
28033 \begin_layout Plain Layout
28034 \begin_inset Formula $\raisebox{4.5mm}{}$
28035 \end_inset
28036
28037
28038 \begin_inset ERT
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042
28043
28044 \backslash
28045 Large 
28046 \backslash
28047 textcircled{
28048 \backslash
28049 normalsize
28050 \backslash
28051 protect
28052 \backslash
28053 raisebox{-1.5pt}W}
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \begin_inset Formula $\raisebox{-2mm}{}$
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \end_inset
28066 </cell>
28067 </row>
28068 </lyxtabular>
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Standard
28076 Hay que tener cuidado que el carácter se ajuste al círculo.
28077  Por eso 
28078 \series bold
28079
28080 \backslash
28081 Large
28082 \begin_inset Foot
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086 véase 
28087 \begin_inset CommandInset ref
28088 LatexCommand ref
28089 reference "sub:Tamaños-de-tipografías"
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \series default
28100  especifica el tamaño del círculo.
28101  Con ayuda de 
28102 \series bold
28103
28104 \backslash
28105 raisebox
28106 \begin_inset Foot
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 véase 
28111 \begin_inset CommandInset ref
28112 LatexCommand ref
28113 reference "sub:Marcos-sin-bordes"
28114
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \series default
28124  se puede centrar el carácter.
28125 \end_layout
28126
28127 \begin_layout Subsection
28128 Números en estilo antiguo
28129 \begin_inset Index idx
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133 Numeros@Números ! en estilo antiguo
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Standard
28142 Los números en estilo antiguo o elzevirianos se componen con el comando
28143  
28144 \series bold
28145
28146 \backslash
28147 oldstylenums
28148 \series default
28149
28150 \begin_inset Index idx
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154 Comandos ! O ! 
28155 \backslash
28156 oldstylenums
28157 \end_layout
28158
28159 \end_inset
28160
28161 .
28162  El comando se puede usar en ecuaciones y en modo TeX.
28163  Su esquema es:
28164 \end_layout
28165
28166 \begin_layout Standard
28167
28168 \series bold
28169
28170 \backslash
28171 oldstylenums{número}
28172 \end_layout
28173
28174 \begin_layout Standard
28175 El comando 
28176 \series bold
28177
28178 \backslash
28179 oldstylenums{0123456789}
28180 \series default
28181  genera: 
28182 \begin_inset Formula $\oldstylenums{0123456789}$
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \begin_layout Subsection
28189 Caracteres especiales misceláneos
28190 \begin_inset CommandInset label
28191 LatexCommand label
28192 name "sub:Caracteres-especiales-misceláneos"
28193
28194 \end_inset
28195
28196
28197 \begin_inset Index idx
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 Caracteres especiales ! misceláneos
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Standard
28210 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28211  comandos:
28212 \end_layout
28213
28214 \begin_layout Standard
28215 \noindent
28216 \align center
28217 \begin_inset Tabular
28218 <lyxtabular version="3" rows="4" columns="2">
28219 <features tabularvalignment="middle">
28220 <column alignment="center" valignment="top" width="0">
28221 <column alignment="center" valignment="top" width="0">
28222 <row>
28223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28224 \begin_inset Text
28225
28226 \begin_layout Plain Layout
28227 Comando
28228 \end_layout
28229
28230 \end_inset
28231 </cell>
28232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28233 \begin_inset Text
28234
28235 \begin_layout Plain Layout
28236 Resultado
28237 \end_layout
28238
28239 \end_inset
28240 </cell>
28241 </row>
28242 <row>
28243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28244 \begin_inset Text
28245
28246 \begin_layout Plain Layout
28247
28248 \backslash
28249 ^
28250 \begin_inset ERT
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254
28255
28256 \backslash
28257 spce 
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266 </cell>
28267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28268 \begin_inset Text
28269
28270 \begin_layout Plain Layout
28271 \begin_inset Formula $\mathcircumflex$
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \end_inset
28278 </cell>
28279 </row>
28280 <row>
28281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28282 \begin_inset Text
28283
28284 \begin_layout Plain Layout
28285
28286 \backslash
28287 _
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296 \begin_inset Formula $\_$
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \end_inset
28303 </cell>
28304 </row>
28305 <row>
28306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28307 \begin_inset Text
28308
28309 \begin_layout Plain Layout
28310 ^
28311 \begin_inset ERT
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315
28316
28317 \backslash
28318 spce 
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \backslash
28325 circ
28326 \begin_inset Index idx
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330
28331 \backslash
28332
28333 \end_layout
28334
28335 \end_inset
28336
28337
28338 \end_layout
28339
28340 \end_inset
28341 </cell>
28342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28343 \begin_inset Text
28344
28345 \begin_layout Plain Layout
28346 \begin_inset Formula $^{\circ}$
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \end_inset
28353 </cell>
28354 </row>
28355 </lyxtabular>
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \begin_layout Standard
28363 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28364  LaTeX contiene la línea:
28365 \begin_inset Foot
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369 Más sobre este asunto en 
28370 \begin_inset CommandInset ref
28371 LatexCommand ref
28372 reference "sub:Caracteres-de-texto"
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \end_inset
28380
28381  
28382 \end_layout
28383
28384 \begin_layout Standard
28385
28386 \series bold
28387
28388 \backslash
28389 DeclareInputtext{176}{
28390 \backslash
28391 ifmmode^
28392 \backslash
28393 circ
28394 \backslash
28395 else
28396 \backslash
28397 textdegree
28398 \backslash
28399 fi}
28400 \end_layout
28401
28402 \begin_layout Standard
28403 \noindent
28404 \align center
28405 \begin_inset Newpage newpage
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Section
28412 Estilos de ecuación
28413 \begin_inset CommandInset label
28414 LatexCommand label
28415 name "sec:Estilos-de-ecuación"
28416
28417 \end_inset
28418
28419
28420 \begin_inset Index idx
28421 status collapsed
28422
28423 \begin_layout Plain Layout
28424 Ecuación ! estilos de
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \begin_layout Itemize
28433 Hay dos estilos diferentes de alineación:
28434 \end_layout
28435
28436 \begin_deeper
28437 \begin_layout Description
28438 Centrado es el estándar predefinido
28439 \end_layout
28440
28441 \begin_layout Description
28442 Sangrado para este estilo debe insertarse la opción de clase 
28443 \series bold
28444 fleqn
28445 \series default
28446  en el menú 
28447 \family sans
28448 Documento\SpecialChar \menuseparator
28449 Configuración
28450 \family default
28451  bajo 
28452 \family sans
28453 Clase de documento
28454 \end_layout
28455
28456 \begin_layout Standard
28457 Cuando se usa 
28458 \series bold
28459 Sangrado
28460 \series default
28461 , éste se puede ajustar con la longitud 
28462 \series bold
28463
28464 \backslash
28465 mathindent
28466 \series default
28467
28468 \begin_inset Index idx
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 Comandos ! M ! 
28473 \backslash
28474 mathindent
28475 \end_layout
28476
28477 \end_inset
28478
28479 .
28480  Para 15
28481 \begin_inset space \thinspace{}
28482 \end_inset
28483
28484 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
28485 \end_layout
28486
28487 \begin_layout Standard
28488
28489 \series bold
28490
28491 \backslash
28492 setlength{
28493 \backslash
28494 mathindent}{15mm}
28495 \end_layout
28496
28497 \begin_layout Standard
28498 Si no se especifica longitud se usa el valor predeterminado de 30
28499 \begin_inset space \thinspace{}
28500 \end_inset
28501
28502 pt.
28503 \end_layout
28504
28505 \end_deeper
28506 \begin_layout Itemize
28507 Y dos estilos diferentes de numeración:
28508 \end_layout
28509
28510 \begin_deeper
28511 \begin_layout Description
28512 Derecha es el estándar predefinido
28513 \end_layout
28514
28515 \begin_layout Description
28516 Izquierda para este estilo debe insertarse la opción de clase 
28517 \series bold
28518 leqno
28519 \series default
28520  en el menú 
28521 \family sans
28522 Documento\SpecialChar \menuseparator
28523 Configuración
28524 \family default
28525  bajo 
28526 \family sans
28527 Clase de documento
28528 \end_layout
28529
28530 \end_deeper
28531 \begin_layout Standard
28532
28533 \series bold
28534 fleqn
28535 \series default
28536  y 
28537 \series bold
28538 leqno
28539 \series default
28540  también se pueden usar juntos.
28541  En ese caso se insertan ambas opciones, separadas por una coma.
28542 \end_layout
28543
28544 \begin_layout Standard
28545 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28546  documento.
28547  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28548  estilo 
28549 \series bold
28550 Centrado
28551 \series default
28552  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28553 \begin_inset CommandInset ref
28554 LatexCommand ref
28555 reference "sub:Entorno-flalign"
28556
28557 \end_inset
28558
28559 .
28560 \end_layout
28561
28562 \begin_layout Section
28563 Ecuaciones multilínea
28564 \begin_inset CommandInset label
28565 LatexCommand label
28566 name "sec:Ecuaciones-multilínea"
28567
28568 \end_inset
28569
28570
28571 \begin_inset Index idx
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575 Ecuación ! multilínea
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \end_layout
28582
28583 \begin_layout Subsection
28584 General
28585 \end_layout
28586
28587 \begin_layout Standard
28588 En LyX se generan nuevas líneas en una ecuación con 
28589 \family sans
28590 \series bold
28591 Ctrl+Entrar
28592 \family default
28593 \series default
28594 .
28595  Esto crea un 
28596 \series bold
28597 entorno eqnarray
28598 \series default
28599 , que se describe en
28600 \begin_inset space ~
28601 \end_inset
28602
28603
28604 \begin_inset CommandInset ref
28605 LatexCommand ref
28606 reference "sub:Entorno-eqnarray"
28607
28608 \end_inset
28609
28610  o, si se ha marcado la opción 
28611 \family sans
28612 Usar
28613 \begin_inset space ~
28614 \end_inset
28615
28616 el
28617 \begin_inset space ~
28618 \end_inset
28619
28620 paquete
28621 \begin_inset space ~
28622 \end_inset
28623
28624 de
28625 \begin_inset space ~
28626 \end_inset
28627
28628 ecuaciones
28629 \begin_inset space ~
28630 \end_inset
28631
28632 AMS
28633 \family default
28634  en la configuración del documento
28635 \family sans
28636 , un 
28637 \series bold
28638 entorno
28639 \family default
28640 \series default
28641  
28642 \series bold
28643 align
28644 \series default
28645 , que se describe en
28646 \begin_inset space ~
28647 \end_inset
28648
28649
28650 \begin_inset CommandInset ref
28651 LatexCommand ref
28652 reference "sub:Entorno-align-estándar"
28653
28654 \end_inset
28655
28656 .
28657  Se recomienda el entorno align porque proporciona una salida tipográficamente
28658  correcta en cualquier caso.
28659 \end_layout
28660
28661 \begin_layout Standard
28662 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28663  el menú 
28664 \family sans
28665 Insertar\SpecialChar \menuseparator
28666 Ecuación
28667 \family default
28668 .
28669  En las siguientes secciones se describen estos entornos.
28670 \end_layout
28671
28672 \begin_layout Standard
28673 En todos los entornos de ecuación multilínea la combinación 
28674 \family sans
28675 Ctrl+Entrar
28676 \family default
28677  genera una línea nueva.
28678  Para añadir o quitar líneas se pueden usar los botones 
28679 \begin_inset Graphics
28680         filename ../../images/tabular-feature_append-row.png
28681         scale 85
28682
28683 \end_inset
28684
28685  o 
28686 \begin_inset Graphics
28687         filename ../../images/tabular-feature_delete-row.png
28688         scale 85
28689
28690 \end_inset
28691
28692 de la barra de herramientas, respectivamente, o el menú 
28693 \family sans
28694 Editar\SpecialChar \menuseparator
28695 Filas y columnas
28696 \family default
28697 .
28698 \end_layout
28699
28700 \begin_layout Subsubsection
28701 Separación de líneas
28702 \begin_inset CommandInset label
28703 LatexCommand label
28704 name "sub:Separación-de-líneas"
28705
28706 \end_inset
28707
28708
28709 \begin_inset Index idx
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713 Ecuación ! multilínea ! separación de filas
28714 \end_layout
28715
28716 \end_inset
28717
28718
28719 \end_layout
28720
28721 \begin_layout Standard
28722 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28723 \begin_inset Formula 
28724 \begin{eqnarray*}
28725 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}\\
28726 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
28727 \end{eqnarray*}
28728
28729 \end_inset
28730
28731 En LaTeX un espacio adicional para una línea se especifica como argumento
28732  opcional del comando de nueva línea.
28733  Esto aún no es posible en LYX,
28734 \begin_inset Foot
28735 status collapsed
28736
28737 \begin_layout Plain Layout
28738 véase 
28739 \begin_inset CommandInset href
28740 LatexCommand href
28741 name "LyX-bug #1505"
28742 target "http://www.lyx.org/trac/ticket/1505"
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \end_inset
28750
28751  por lo que toda la ecuación debe insertarse en modo TeX.
28752  Para añadir espacio en nuestro ejemplo se inserta el comando 
28753 \series bold
28754
28755 \backslash
28756
28757 \backslash
28758 [3mm]
28759 \series default
28760  al final de la primera línea.
28761  Así: 
28762 \begin_inset ERT
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766
28767
28768 \backslash
28769 begin{eqnarray*}
28770 \end_layout
28771
28772 \begin_layout Plain Layout
28773
28774 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28775  = & 
28776 \backslash
28777 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28778 \backslash
28779
28780 \backslash
28781 [3mm]
28782 \end_layout
28783
28784 \begin_layout Plain Layout
28785
28786 4x^{2}
28787 \backslash
28788 left(B^{2}+x_{0}^{2}
28789 \backslash
28790 right)+4x_{0}x
28791 \backslash
28792 left(D-B^{2}
28793 \backslash
28794 right)+B^{2}
28795 \backslash
28796 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28797 \backslash
28798 right) & = & 0
28799 \end_layout
28800
28801 \begin_layout Plain Layout
28802
28803
28804 \backslash
28805 end{eqnarray*}
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \begin_inset VSpace bigskip
28812 \end_inset
28813
28814
28815 \end_layout
28816
28817 \begin_layout Standard
28818 Para obtener separación en todas las líneas hay que cambiar la longitud
28819  
28820 \series bold
28821
28822 \backslash
28823 jot
28824 \series default
28825
28826 \begin_inset Index idx
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830 Comandos ! J ! 
28831 \backslash
28832 jot
28833 \end_layout
28834
28835 \end_inset
28836
28837 .
28838  La definición es: 
28839 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28840 \end_inset
28841
28842 .
28843  El valor predeterminado para 
28844 \series bold
28845
28846 \backslash
28847 jot
28848 \series default
28849  es 3
28850 \begin_inset space \thinspace{}
28851 \end_inset
28852
28853 pt.
28854  Para establecer una separación adicional de 3
28855 \begin_inset space \thinspace{}
28856 \end_inset
28857
28858 mm como en el ejemplo anterior, se inserta el comando
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 setlength{
28867 \backslash
28868 jot}{3mm+3pt}
28869 \end_layout
28870
28871 \begin_layout Standard
28872 en modo TeX antes de la ecuación.
28873  Es necesario cargar el paquete 
28874 \series bold
28875 calc
28876 \series default
28877
28878 \begin_inset Foot
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882
28883 \series bold
28884 calc
28885 \series default
28886  forma parte de toda instalación LaTeX estándar.
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \begin_inset Index idx
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896 Paquetes ! calc
28897 \end_layout
28898
28899 \end_inset
28900
28901  en el preámbulo con la línea
28902 \end_layout
28903
28904 \begin_layout Standard
28905
28906 \series bold
28907
28908 \backslash
28909 usepackage{calc}
28910 \end_layout
28911
28912 \begin_layout Standard
28913 Se obtiene:
28914 \begin_inset ERT
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918
28919
28920 \backslash
28921 setlength{
28922 \backslash
28923 jot}{3mm+3pt}
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \begin_inset Formula 
28930 \begin{eqnarray*}
28931 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}\\
28932 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
28933 \end{eqnarray*}
28934
28935 \end_inset
28936
28937
28938 \begin_inset ERT
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942
28943
28944 \backslash
28945 setlength{
28946 \backslash
28947 jot}{3pt}
28948 \end_layout
28949
28950 \end_inset
28951
28952  Para volver a la distancia predeterminada, 
28953 \series bold
28954
28955 \backslash
28956 jot
28957 \series default
28958  se establece en 3
28959 \begin_inset space \thinspace{}
28960 \end_inset
28961
28962 pt.
28963 \end_layout
28964
28965 \begin_layout Subsubsection
28966 Separación de columnas
28967 \begin_inset CommandInset label
28968 LatexCommand label
28969 name "sub:Separación-de-columnas"
28970
28971 \end_inset
28972
28973
28974 \begin_inset Index idx
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978 Ecuación ! multilínea !separación de columnas
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Standard
28987 Una ecuación multilínea forma una matriz.
28988  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28989  columnas.
28990  Cambiando la separación de columnas en este entorno se puede cambiar el
28991  espacio junto al signo de relación.
28992 \end_layout
28993
28994 \begin_layout Standard
28995 La separación de columnas se especifica con la longitud
28996 \series bold
28997  
28998 \backslash
28999 arraycolsep
29000 \series default
29001
29002 \begin_inset Index idx
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Comandos ! A ! 
29007 \backslash
29008 arraycolsep
29009 \end_layout
29010
29011 \end_inset
29012
29013  según:
29014 \begin_inset Newline newline
29015 \end_inset
29016
29017 separación de columnas = 2
29018 \begin_inset space \thinspace{}
29019 \end_inset
29020
29021
29022 \series bold
29023
29024 \backslash
29025 arraycolsep
29026 \series default
29027
29028 \begin_inset Newline newline
29029 \end_inset
29030
29031 Así, el comando en modo TeX
29032 \end_layout
29033
29034 \begin_layout Standard
29035
29036 \series bold
29037
29038 \backslash
29039 setlength{
29040 \backslash
29041 arraycolsep}{1cm}
29042 \end_layout
29043
29044 \begin_layout Standard
29045 establece para todas las ecuaciones siguientes una separación de columnas
29046  de 2
29047 \begin_inset space \thinspace{}
29048 \end_inset
29049
29050 cm.
29051  Para volver al valor predefinido, 
29052 \series bold
29053
29054 \backslash
29055 arraycolsep
29056 \series default
29057  se pone en 5
29058 \begin_inset space \thinspace{}
29059 \end_inset
29060
29061 pt.
29062 \end_layout
29063
29064 \begin_layout Standard
29065 Una ecuación con separación de 2
29066 \begin_inset space \thinspace{}
29067 \end_inset
29068
29069 cm entre columnas:
29070 \begin_inset ERT
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074
29075
29076 \backslash
29077 setlength{
29078 \backslash
29079 arraycolsep}{1cm}
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \begin_inset Formula 
29086 \begin{eqnarray*}
29087 A & = & B\\
29088 C & \ne & A
29089 \end{eqnarray*}
29090
29091 \end_inset
29092
29093 Una ecuación con la separación predefinida para matrices, 10
29094 \begin_inset space \thinspace{}
29095 \end_inset
29096
29097 pt:
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103
29104 \backslash
29105 setlength{
29106 \backslash
29107 arraycolsep}{5pt}
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \begin_inset Formula 
29114 \begin{eqnarray*}
29115 A & = & B\\
29116 C & \ne & A
29117 \end{eqnarray*}
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Subsubsection
29125 Ecuaciones largas
29126 \begin_inset Index idx
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 Ecuación ! larga
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Standard
29139 Se pueden componer ecuaciones largas mediante estos métodos:
29140 \end_layout
29141
29142 \begin_layout Itemize
29143 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29144  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29145 \begin_inset Formula 
29146 \begin{eqnarray}
29147 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 \\
29148  &  & -\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}
29149 \end{eqnarray}
29150
29151 \end_inset
29152
29153 El signo menos al principio de la segunda línea normalmente no aparece como
29154  operador porque es el primer carácter de la línea.
29155  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29156  Para evitarlo se ha insertado 3
29157 \begin_inset space \thinspace{}
29158 \end_inset
29159
29160 pt de espacio detrás del menos con el comando 
29161 \series bold
29162
29163 \backslash
29164 hspace
29165 \series default
29166 .
29167 \begin_inset Foot
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171 véase más sobre 
29172 \series bold
29173
29174 \backslash
29175 hspace
29176 \series default
29177  en 
29178 \begin_inset CommandInset ref
29179 LatexCommand ref
29180 reference "sub:Espacio-variable"
29181
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \begin_inset Index idx
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194 Comandos ! H ! 
29195 \backslash
29196 hspace
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \begin_layout Itemize
29205 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29206 \series bold
29207
29208 \backslash
29209 lefteqn
29210 \series default
29211
29212 \begin_inset Index idx
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 Comandos ! L ! 
29217 \backslash
29218 lefteqn
29219 \end_layout
29220
29221 \end_inset
29222
29223 .
29224  Se inserta en la primer columna de la primera línea y hace que todas las
29225  inserciones posteriores sobreescriban las columnas siguientes:
29226 \begin_inset Formula 
29227 \begin{eqnarray}
29228 \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 \\
29229  &  & -\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 \\
29230  &  & =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}
29231 \end{eqnarray}
29232
29233 \end_inset
29234
29235 Tras la inserción de 
29236 \series bold
29237
29238 \backslash
29239 lefteqn
29240 \series default
29241  el cursor está en un marco púrpura un poco a la izquierda del azul.
29242  La ecuación se inserta en éste.
29243 \begin_inset Newline newline
29244 \end_inset
29245
29246 El contenido de las restantes líneas se inserta en la segunda columna o
29247  en otra.
29248  A mayor número de columna donde se inserte, mayor sangrado.
29249 \begin_inset VSpace medskip
29250 \end_inset
29251
29252
29253 \begin_inset Newline newline
29254 \end_inset
29255
29256
29257 \begin_inset Note Greyedout
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261 Ten en cuenta lo siguiente si usas 
29262 \series bold
29263
29264 \backslash
29265 lefteqn
29266 \series default
29267 :
29268 \end_layout
29269
29270 \begin_layout Itemize
29271 La ecuación no usa la anchura total de la página.
29272  Cuando se añade, p.
29273 \begin_inset space \thinspace{}
29274 \end_inset
29275
29276 e., el término 
29277 \begin_inset Formula $-B^{2}$
29278 \end_inset
29279
29280  en la primera línea del ejemplo, debería estar fuera del margen.
29281  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29282  principio de la primera línea.
29283 \end_layout
29284
29285 \begin_layout Itemize
29286 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29287  primera línea.
29288 \begin_inset Foot
29289 status collapsed
29290
29291 \begin_layout Plain Layout
29292 \begin_inset CommandInset href
29293 LatexCommand href
29294 name "LyX-bug #1429"
29295 target "http://www.lyx.org/trac/ticket/1429"
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \end_inset
29303
29304  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29305  teclas de flecha.
29306 \end_layout
29307
29308 \end_inset
29309
29310  
29311 \end_layout
29312
29313 \begin_layout Itemize
29314 Se describen otros métodos para escribir fórmulas largas en 
29315 \begin_inset CommandInset ref
29316 LatexCommand ref
29317 reference "sub:Entorno-multilínea"
29318
29319 \end_inset
29320
29321  y 
29322 \begin_inset CommandInset ref
29323 LatexCommand ref
29324 reference "sub:Partes-multilínea"
29325
29326 \end_inset
29327
29328 .
29329 \end_layout
29330
29331 \begin_layout Subsubsection
29332 Delimitadores multilínea
29333 \begin_inset CommandInset label
29334 LatexCommand label
29335 name "sub:Delimitadores-multilínea"
29336
29337 \end_inset
29338
29339
29340 \begin_inset Index idx
29341 status collapsed
29342
29343 \begin_layout Plain Layout
29344 Delimitadores ! para varias líneas
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Para poner delimitadores que cubran varias líneas hay un problema:
29354 \begin_inset Formula 
29355 \begin{eqnarray*}
29356 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29357  &  & \left.\cdots+B-D\right]
29358 \end{eqnarray*}
29359
29360 \end_inset
29361
29362 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29363 res con tamaño variable no abarcan líneas múltiples.
29364 \end_layout
29365
29366 \begin_layout Standard
29367 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29368  primera línea se finaliza con 
29369 \series bold
29370
29371 \backslash
29372 right.
29373 \series default
29374
29375 \begin_inset Index idx
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 Comandos ! R ! 
29380 \backslash
29381 right
29382 \end_layout
29383
29384 \end_inset
29385
29386  y la segunda con 
29387 \series bold
29388
29389 \backslash
29390 left.
29391 \series default
29392 .
29393 \begin_inset Foot
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 Más sobre 
29398 \series bold
29399
29400 \backslash
29401 left.
29402
29403 \series default
29404  y 
29405 \series bold
29406
29407 \backslash
29408 right.
29409
29410 \series default
29411  en 
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "sub:Tamaño-automático-de"
29415
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \begin_inset Index idx
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428 Comandos ! L ! 
29429 \backslash
29430 left
29431 \end_layout
29432
29433 \end_inset
29434
29435  Después de 
29436 \series bold
29437
29438 \backslash
29439 left.
29440
29441 \series default
29442  se inserta el comando 
29443 \series bold
29444
29445 \backslash
29446 vphantom
29447 \series default
29448
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454
29455 \backslash
29456 spce 
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \series bold
29463
29464 \backslash
29465 prod
29466 \series default
29467 ^
29468 \begin_inset ERT
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472
29473
29474 \backslash
29475 spce 
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \series bold
29482
29483 \backslash
29484 infty
29485 \series default
29486
29487 \begin_inset ERT
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491
29492
29493 \backslash
29494 spce 
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \series bold
29501
29502 \begin_inset Formula $\downarrow$
29503 \end_inset
29504
29505 _R=1}
29506 \series default
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 Comandos ! V ! 
29513 \backslash
29514 vphantom
29515 \end_layout
29516
29517 \end_inset
29518
29519 , porque el operador de multiplicación con sus límites es el símbolo mayor
29520  en la primera línea y ese debería ser el tamaño para el delimitador en
29521  la segunda línea.
29522 \end_layout
29523
29524 \begin_layout Standard
29525 El resultado es: 
29526 \begin_inset Formula 
29527 \begin{eqnarray*}
29528 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29529  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29530 \end{eqnarray*}
29531
29532 \end_inset
29533
29534
29535 \end_layout
29536
29537 \begin_layout Subsection
29538 Entornos align
29539 \end_layout
29540
29541 \begin_layout Standard
29542 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29543  Son especialmente apropiados para poner ecuaciones adosadas.
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Los entornos align constan de columnas.
29548  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29549  En un entorno align se puede numerar cada línea.
29550 \end_layout
29551
29552 \begin_layout Standard
29553 Los entornos align se crean con el menú 
29554 \family sans
29555 Insertar\SpecialChar \menuseparator
29556 Ecuación
29557 \family default
29558 .
29559  Una ecuación existente se puede convertir a align con el menú 
29560 \family sans
29561 Editar\SpecialChar \menuseparator
29562 Ecuación\SpecialChar \menuseparator
29563 Cambiar tipo de ecuación
29564 \family default
29565 .
29566 \end_layout
29567
29568 \begin_layout Standard
29569 Para añadir o quitar columnas se pueden usar los botones 
29570 \begin_inset Graphics
29571         filename ../../images/tabular-feature_append-row.png
29572         scale 85
29573
29574 \end_inset
29575
29576  o 
29577 \begin_inset Graphics
29578         filename ../../images/tabular-feature_delete-row.png
29579         scale 85
29580
29581 \end_inset
29582
29583  de la barra de ecuaciones o el menú 
29584 \family sans
29585 Editar\SpecialChar \menuseparator
29586 Filas y columnas
29587 \family default
29588 .
29589 \end_layout
29590
29591 \begin_layout Subsubsection
29592 Entorno align estándar
29593 \begin_inset CommandInset label
29594 LatexCommand label
29595 name "sub:Entorno-align-estándar"
29596
29597 \end_inset
29598
29599
29600 \begin_inset Index idx
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 Ecuación ! multilínea ! entorno align
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \end_layout
29611
29612 \begin_layout Standard
29613 Este entorno align se crea pulsando 
29614 \family sans
29615 Ctrl+Entrar
29616 \family default
29617  en una ecuación o con el menú 
29618 \family sans
29619 Insertar\SpecialChar \menuseparator
29620 Ecuación\SpecialChar \menuseparator
29621 Entorno AMS align
29622 \family default
29623 .
29624 \end_layout
29625
29626 \begin_layout Standard
29627 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29628  align de cuatro columnas:
29629 \begin_inset Formula 
29630 \begin{align*}
29631 A & =\sen(B) & C & =D\\
29632 C & \neq A & B & \neq D
29633 \end{align*}
29634
29635 \end_inset
29636
29637 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29638  un 
29639 \series bold
29640
29641 \backslash
29642 hfill
29643 \series default
29644
29645 \begin_inset Foot
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649 Más sobre 
29650 \series bold
29651
29652 \backslash
29653 hfill
29654 \series default
29655  en 
29656 \begin_inset CommandInset ref
29657 LatexCommand ref
29658 reference "sub:Espacio-variable"
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \end_inset
29666
29667  antes de la primera y detrás de cada columna par.
29668  Si se pone en estilo 
29669 \series bold
29670 Sangrado
29671 \series default
29672 ,
29673 \begin_inset Foot
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677 véase estilos de ecuación en 
29678 \begin_inset CommandInset ref
29679 LatexCommand ref
29680 reference "sec:Estilos-de-ecuación"
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \end_inset
29688
29689  la ecuación queda sin el 
29690 \series bold
29691
29692 \backslash
29693 hfill
29694 \series default
29695  ante la primera columna.
29696 \end_layout
29697
29698 \begin_layout Subsubsection
29699 Entorno alignat
29700 \begin_inset Index idx
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 Ecuación ! multilínea ! entorno alignat
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \end_layout
29711
29712 \begin_layout Standard
29713 El entorno alignat no tiene separación predefinida de columnas.
29714  Se puede insertar manualmente con los espacios descritos en 
29715 \begin_inset CommandInset ref
29716 LatexCommand ref
29717 reference "sec:Espacio"
29718
29719 \end_inset
29720
29721 .
29722 \end_layout
29723
29724 \begin_layout Standard
29725 El ejemplo anterior en el entorno alignat, con un espacio de 1
29726 \begin_inset space \thinspace{}
29727 \end_inset
29728
29729 cm al comienzo da la segunda ecuación:
29730 \begin_inset Formula 
29731 \begin{alignat*}{2}
29732 A & =\sen(B)\hspace{1cm} & C & =D\\
29733 C & \neq A & B & \neq D
29734 \end{alignat*}
29735
29736 \end_inset
29737
29738 Como cada columna puede tener un espacio diferente, este entorno es especialment
29739 e apropiado para poner tres o más ecuaciones adosadas.
29740 \end_layout
29741
29742 \begin_layout Subsubsection
29743 Entorno flalign
29744 \begin_inset CommandInset label
29745 LatexCommand label
29746 name "sub:Entorno-flalign"
29747
29748 \end_inset
29749
29750
29751 \begin_inset Index idx
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755 Ecuación ! multilínea ! entorno flalign
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 En este entorno las dos primeras columnas están siempre tan a la izquierda
29765  como sea posible y las dos últimas a la derecha.
29766  Ejemplo:
29767 \begin_inset Formula 
29768 \begin{flalign*}
29769 A & =1 & B & =2 & C & =3\\
29770 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29771 \end{flalign*}
29772
29773 \end_inset
29774
29775 En un entorno flalign con un número impar de columnas, en la última de las
29776  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29777  alineadas a la izquierda, aunque se use el estilo 
29778 \series bold
29779 Centrado
29780 \series default
29781 .
29782  Un ejemplo de fórmula sangrada 
29783 \begin_inset CommandInset ref
29784 LatexCommand eqref
29785 reference "eq:IntVol"
29786
29787 \end_inset
29788
29789 :
29790 \begin_inset Formula 
29791 \begin{flalign}
29792 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29793 \end{flalign}
29794
29795 \end_inset
29796
29797 Las dos primeras columnas contienen la fórmula.
29798  Para sangrarla como con el estilo 
29799 \series bold
29800 Sangrado
29801 \series default
29802 , se añade un espacio de 30
29803 \begin_inset space \thinspace{}
29804 \end_inset
29805
29806 pt al comienzo de la primera columna.
29807  
29808 \end_layout
29809
29810 \begin_layout Subsection
29811 Entorno eqnarray
29812 \begin_inset CommandInset label
29813 LatexCommand label
29814 name "sub:Entorno-eqnarray"
29815
29816 \end_inset
29817
29818
29819 \begin_inset Index idx
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 Ecuación ! multilínea ! entorno eqnarray
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \begin_inset Index idx
29830 status collapsed
29831
29832 \begin_layout Plain Layout
29833 Ecuación ! multilínea ! entorno eqnarray
29834 \end_layout
29835
29836 \end_inset
29837
29838
29839 \end_layout
29840
29841 \begin_layout Standard
29842 Al introducir este entorno aparecen tres marcos azules.
29843  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29844  El contenido del marco central está centrado y algo más pequeño, porque
29845  está diseñado para insertar sólo caracteres de relación.
29846 \begin_inset Formula 
29847 \begin{eqnarray*}
29848 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29849 AB & AB & AB\\
29850 A & = & A
29851 \end{eqnarray*}
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Subsection
29859 Entorno gather
29860 \begin_inset Index idx
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864 Ecuación ! multilínea ! entorno gather
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Este entorno consta de una sola columna centrada.
29874  Se puede numerar cada línea.
29875 \begin_inset Formula 
29876 \begin{gather}
29877 A=1\\
29878 X=\mbox{-}1
29879 \end{gather}
29880
29881 \end_inset
29882
29883
29884 \end_layout
29885
29886 \begin_layout Subsection
29887 Entorno multilínea
29888 \begin_inset CommandInset label
29889 LatexCommand label
29890 name "sub:Entorno-multilínea"
29891
29892 \end_inset
29893
29894
29895 \begin_inset Index idx
29896 status collapsed
29897
29898 \begin_layout Plain Layout
29899 Ecuación ! multilínea ! entorno multilínea
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \end_layout
29906
29907 \begin_layout Standard
29908 El entorno multilínea, como gather, consta de una sola columna.
29909  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29910  Las demás están centradas.
29911  Por tanto este entorno es apropiado para ecuaciones largas.
29912  Como ejemplo, la ecuación
29913 \begin_inset space ~
29914 \end_inset
29915
29916
29917 \begin_inset CommandInset ref
29918 LatexCommand eqref
29919 reference "eq:lefteqn"
29920
29921 \end_inset
29922
29923  en entorno multilínea:
29924 \begin_inset Formula 
29925 \begin{multline}
29926 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}\\
29927 -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}\\
29928 =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}}
29929 \end{multline}
29930
29931 \end_inset
29932
29933 En la salida sólo aparece numerada la última (primera) línea si la numeración
29934  del documento es a la derecha (izquierda).
29935 \begin_inset Foot
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 véanse los estilos de numeración en 
29940 \begin_inset CommandInset ref
29941 LatexCommand ref
29942 reference "sec:Estilos-de-ecuación"
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Con los comandos 
29956 \series bold
29957
29958 \backslash
29959 shoveright
29960 \series default
29961
29962 \begin_inset Index idx
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966 Comandos ! S ! 
29967 \backslash
29968 shoveright
29969 \end_layout
29970
29971 \end_inset
29972
29973  y 
29974 \series bold
29975
29976 \backslash
29977 shoveleft
29978 \series default
29979
29980 \begin_inset Index idx
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984 Comandos ! S ! 
29985 \backslash
29986 shoveleft
29987 \end_layout
29988
29989 \end_inset
29990
29991 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29992 ente.
29993  Los comandos se usan como sigue:
29994 \end_layout
29995
29996 \begin_layout Standard
29997
29998 \series bold
29999
30000 \backslash
30001 shoveright{contenido de la línea}
30002 \series default
30003  y 
30004 \series bold
30005
30006 \backslash
30007 shoveleft{contenido de la línea}
30008 \end_layout
30009
30010 \begin_layout Standard
30011 \begin_inset VSpace medskip
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Standard
30018 La longitud 
30019 \series bold
30020
30021 \backslash
30022 multlinegap
30023 \series default
30024
30025 \begin_inset Index idx
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029 Comandos ! M ! 
30030 \backslash
30031 multlinegap
30032 \end_layout
30033
30034 \end_inset
30035
30036  especifica la distancia de la primera línea desde el margen izquierdo de
30037  la página.
30038  Esta longitud es 0
30039 \begin_inset space \thinspace{}
30040 \end_inset
30041
30042 pt por omisión.
30043 \end_layout
30044
30045 \begin_layout Standard
30046 Como ejemplo la ecuación anterior con el comando
30047 \end_layout
30048
30049 \begin_layout Standard
30050
30051 \series bold
30052
30053 \backslash
30054 setlength{
30055 \backslash
30056 multlinegap}{2cm}
30057 \end_layout
30058
30059 \begin_layout Standard
30060 insertado previamente en modo TeX:
30061 \begin_inset ERT
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065
30066
30067 \backslash
30068 setlength{
30069 \backslash
30070 multlinegap}{2cm}
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \begin_inset Formula 
30077 \begin{multline}
30078 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}\\
30079 \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}}\\
30080 =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}}
30081 \end{multline}
30082
30083 \end_inset
30084
30085
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 setlength{
30094 \backslash
30095 multlinegap}{0pt}
30096 \end_layout
30097
30098 \end_inset
30099
30100 La segunda línea se ha alineado a la izquierda con 
30101 \series bold
30102
30103 \backslash
30104 shoveleft
30105 \series default
30106 .
30107 \end_layout
30108
30109 \begin_layout Subsection
30110 Ecuación con partes multilínea
30111 \begin_inset CommandInset label
30112 LatexCommand label
30113 name "sub:Partes-multilínea"
30114
30115 \end_inset
30116
30117
30118 \begin_inset Index idx
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122 Ecuación ! multilínea ! solo parte
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \end_layout
30129
30130 \begin_layout Standard
30131 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
30132  siguientes entornos: 
30133 \series bold
30134 aligned
30135 \series default
30136
30137 \series bold
30138 alignedat
30139 \series default
30140
30141 \series bold
30142 gathered
30143 \series default
30144  o 
30145 \series bold
30146 split
30147 \series default
30148 .
30149  Se pueden elegir en el menú 
30150 \family sans
30151 Insertar\SpecialChar \menuseparator
30152 Ecuación
30153 \family default
30154  o usando los comandos aquí descritos.
30155 \end_layout
30156
30157 \begin_layout Standard
30158 Los tres primeros tienen las mismas propiedades que los correspondientes
30159  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30160  Un ejemplo:
30161 \begin_inset Formula 
30162 \[
30163 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30164 \Delta E\Delta t & \ge\frac{\hbar}{2}
30165 \end{aligned}
30166 \right\} \mbox{Relaciones de incertidumbre}
30167 \]
30168
30169 \end_inset
30170
30171 Para componer esta expresión se inserta una ecuación presentada y en ella
30172  se introduce el comando 
30173 \series bold
30174
30175 \backslash
30176 aligned
30177 \series default
30178
30179 \begin_inset Index idx
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 Comandos ! A ! 
30184 \backslash
30185 aligned
30186 \end_layout
30187
30188 \end_inset
30189
30190 .
30191  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30192  añadir filas y columnas.
30193  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30194  como la llave.
30195 \end_layout
30196
30197 \begin_layout Standard
30198 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30199  se alinean horizontalmente.
30200  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30201  de ecuación se centra verticalmente con las líneas.
30202  Como ejemplo, la ecuación 
30203 \begin_inset CommandInset ref
30204 LatexCommand eqref
30205 reference "eq:cortolargo"
30206
30207 \end_inset
30208
30209  en entorno aligned: 
30210 \begin_inset Formula 
30211 \begin{equation}
30212 \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}|}\\
30213  & -\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}|}
30214 \end{aligned}
30215 \end{equation}
30216
30217 \end_inset
30218
30219 Para usar los entornos 
30220 \series bold
30221 alignedat
30222 \series default
30223
30224 \series bold
30225 gathered
30226 \series default
30227 , o 
30228 \series bold
30229 split
30230 \series default
30231 , se insertan respectivamente los comandos
30232 \series bold
30233  
30234 \backslash
30235 alignedat
30236 \series default
30237 ,
30238 \begin_inset Index idx
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Comandos ! A ! 
30243 \backslash
30244 alignedat
30245 \end_layout
30246
30247 \end_inset
30248
30249  
30250 \series bold
30251
30252 \backslash
30253 gathered
30254 \series default
30255
30256 \begin_inset Index idx
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 Comandos ! G ! 
30261 \backslash
30262 gathered
30263 \end_layout
30264
30265 \end_inset
30266
30267 , o 
30268 \series bold
30269
30270 \backslash
30271 split
30272 \series default
30273
30274 \begin_inset Index idx
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278 Comandos ! S ! 
30279 \backslash
30280 split
30281 \end_layout
30282
30283 \end_inset
30284
30285 .
30286  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30287  tener dos columnas.
30288 \end_layout
30289
30290 \begin_layout Subsection
30291 Texto en ecuaciones multilínea
30292 \begin_inset CommandInset label
30293 LatexCommand label
30294 name "sub:Texto-en-multilínea"
30295
30296 \end_inset
30297
30298
30299 \begin_inset Index idx
30300 status collapsed
30301
30302 \begin_layout Plain Layout
30303 Texto ! en ecuaciones
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \begin_inset Index idx
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313 Ecuación ! multilínea ! texto en
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322 En los entornos align, multilínea y gather, se puede insertar texto que
30323  se mostrará en una línea separada y que no afecta la alineación de columna.
30324  Para esto se usa el comando 
30325 \series bold
30326
30327 \backslash
30328 intertext
30329 \series default
30330
30331 \begin_inset Index idx
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335 Comandos ! I ! 
30336 \backslash
30337 intertext
30338 \end_layout
30339
30340 \end_inset
30341
30342  con el siguiente esquema:
30343 \end_layout
30344
30345 \begin_layout Standard
30346
30347 \series bold
30348
30349 \backslash
30350 intertext{texto}
30351 \end_layout
30352
30353 \begin_layout Standard
30354 El texto no debería ocupar más de una línea porque no se puede partir con
30355  guión.
30356  Como LyX aún no soporta 
30357 \series bold
30358
30359 \backslash
30360 intertext
30361 \series default
30362  directamente, el texto se escribe como texto matemático.
30363  
30364 \series bold
30365
30366 \backslash
30367 intertext
30368 \series default
30369  debe por tanto estar al comienzo de una línea y en la salida se presenta
30370  sobre esta línea.
30371  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30372 \begin_inset Formula 
30373 \begin{align}
30374 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30375 \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
30376 \end{align}
30377
30378 \end_inset
30379
30380
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \noindent
30385 \align center
30386 \begin_inset Newpage newpage
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Section
30393 Numeración de ecuaciones
30394 \begin_inset Index idx
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398 Ecuación ! numeración|see
30399 \begin_inset ERT
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403
30404 {
30405 \end_layout
30406
30407 \end_inset
30408
30409 Numeración de ecuaciones
30410 \begin_inset ERT
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414
30415 }
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \end_inset
30424
30425
30426 \begin_inset Index idx
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430 Numeración de ecuaciones
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \begin_layout Subsection
30439 General
30440 \end_layout
30441
30442 \begin_layout Standard
30443 Las ecuaciones numeradas se insertan con el menú 
30444 \family sans
30445 Insertar\SpecialChar \menuseparator
30446 Ecuación
30447 \family default
30448  
30449 \family sans
30450 \SpecialChar \menuseparator
30451 Numerada
30452 \family default
30453  (atajo 
30454 \family sans
30455 Ctrl+Alt
30456 \begin_inset space ~
30457 \end_inset
30458
30459 N
30460 \family default
30461 ).
30462  Ecuaciones existentes se pueden numerar con el menú 
30463 \family sans
30464 Editar\SpecialChar \menuseparator
30465 Ecuación\SpecialChar \menuseparator
30466 Numerar la ecuación
30467 \family default
30468  (atajo
30469 \family sans
30470  Alt+M
30471 \begin_inset space ~
30472 \end_inset
30473
30474 N
30475 \family default
30476 ).
30477  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30478  En la salida se muestra el número real.
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30483  líneas.
30484  No obstante, la numeración se puede controlar en cada línea con el menú
30485  
30486 \family sans
30487 Editar\SpecialChar \menuseparator
30488 Ecuación\SpecialChar \menuseparator
30489 Numerar la línea
30490 \family default
30491  (atajo
30492 \family sans
30493  Alt+M
30494 \begin_inset space ~
30495 \end_inset
30496
30497 Mayúsculas+N
30498 \family default
30499 ).
30500 \end_layout
30501
30502 \begin_layout Standard
30503 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30504  distintos, véase 
30505 \begin_inset CommandInset ref
30506 LatexCommand ref
30507 reference "sec:Estilos-de-ecuación"
30508
30509 \end_inset
30510
30511 .
30512 \end_layout
30513
30514 \begin_layout Subsection
30515 Referencias cruzadas
30516 \begin_inset Index idx
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520 Ecuación ! referencias cruzadas a
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Standard
30529 Todas las ecuaciones con etiqueta se pueden referir.
30530  La etiqueta se añade con el menú 
30531 \family sans
30532 Insertar\SpecialChar \menuseparator
30533 Etiqueta
30534 \family default
30535  o con el botón 
30536 \begin_inset Graphics
30537         filename ../../images/label-insert.png
30538         scale 85
30539
30540 \end_inset
30541
30542  de la barra de herramientas.
30543  El cursor debe estar dentro de una ecuación en modo presentación.
30544  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
30545  
30546 \family sans
30547 Etiqueta de ecuación
30548 \family default
30549 .
30550  Surge un diálogo con el prefijo 
30551 \series bold
30552 eq:
30553 \series default
30554 , detrás del cual se escribe el texto de la etiqueta.
30555  El prefijo significa 
30556 \begin_inset Quotes fld
30557 \end_inset
30558
30559 equation
30560 \begin_inset Quotes frd
30561 \end_inset
30562
30563  y hace más fácil encontrar etiquetas en documentos extensos porque así
30564  se distingue p.
30565 \begin_inset space \thinspace{}
30566 \end_inset
30567
30568 ej.
30569 \begin_inset space ~
30570 \end_inset
30571
30572 de las etiquetas de sección.
30573  Para cambiar una etiqueta se usa de nuevo el menú 
30574 \family sans
30575 Insertar\SpecialChar \menuseparator
30576 Etiqueta 
30577 \family default
30578 o la opción 
30579 \family sans
30580 Etiqueta de ecuación
30581 \family default
30582  al hacer clic derecha sobre una fórmula.
30583 \end_layout
30584
30585 \begin_layout Standard
30586 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30587  ecuación.
30588  Una ecuación con etiqueta se numera siempre.
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Las referencias cruzadas se insertan mediante el menú 
30593 \family sans
30594 Insertar\SpecialChar \menuseparator
30595 Referencia cruzada
30596 \family default
30597  o con el botón 
30598 \begin_inset Graphics
30599         filename ../../images/dialog-show-new-inset_ref.png
30600         scale 85
30601
30602 \end_inset
30603
30604 .
30605  Una referencia a una ecuación aparece en la salida con su número.
30606  Si en el diálogo de referencia cruzada se elige el formato 
30607 \series bold
30608 (<referencia>)
30609 \series default
30610 , la referencia se muestra en la salida entre paréntesis.
30611  
30612 \begin_inset Newline newline
30613 \end_inset
30614
30615 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30616  a la ecuación de referencia.
30617 \end_layout
30618
30619 \begin_layout Standard
30620 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30621  siguientes:
30622 \begin_inset Note Note
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626 Observa los distintos tipos de referencias cruzadas.
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 Las ecuaciones 
30636 \begin_inset CommandInset ref
30637 LatexCommand eqref
30638 reference "eq:tag"
30639
30640 \end_inset
30641
30642  y 
30643 \begin_inset CommandInset ref
30644 LatexCommand eqref
30645 reference "eq:c"
30646
30647 \end_inset
30648
30649  son equivalentes.
30650  En (
30651 \begin_inset CommandInset ref
30652 LatexCommand ref
30653 reference "eq:Lat"
30654
30655 \end_inset
30656
30657 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30658 \begin_inset CommandInset ref
30659 LatexCommand ref
30660 reference "eq:Rom"
30661
30662 \end_inset
30663
30664 ).
30665 \begin_inset VSpace medskip
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \begin_layout Standard
30672 Si el argumento de 
30673 \series bold
30674
30675 \backslash
30676 tag
30677 \begin_inset Foot
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682 \series bold
30683
30684 \backslash
30685 tag
30686 \series default
30687  se describe en 
30688 \begin_inset CommandInset ref
30689 LatexCommand ref
30690 reference "sub:Numeración-personalizada"
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \series default
30701  contiene un marco, como se describe en la 
30702 \begin_inset CommandInset ref
30703 LatexCommand ref
30704 reference "sub:Marcos-de-párrafo"
30705
30706 \end_inset
30707
30708 , no se puede referir la ecuación.
30709 \end_layout
30710
30711 \begin_layout Subsection
30712 Subnumeración
30713 \begin_inset Index idx
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Numeración de ecuaciones ! subnumeración
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 Con ayuda de los comandos 
30727 \series bold
30728
30729 \backslash
30730 begin{subequations}
30731 \series default
30732  y 
30733 \series bold
30734
30735 \backslash
30736 end{subequations}
30737 \series default
30738  en modo TeX se pueden subnumerar ecuaciones.
30739 \end_layout
30740
30741 \begin_layout Standard
30742 Ejemplo:
30743 \begin_inset Formula 
30744 \begin{equation}
30745 A=C-B\label{eq:a}
30746 \end{equation}
30747
30748 \end_inset
30749
30750
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756
30757 \backslash
30758 addtocounter{equation}{-1}
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \begin_inset ERT
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768
30769
30770 \backslash
30771 begin{subequations}
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \begin_inset VSpace -5mm
30778 \end_inset
30779
30780
30781 \begin_inset Formula 
30782 \begin{equation}
30783 B=C-A\label{eq:b}
30784 \end{equation}
30785
30786 \end_inset
30787
30788
30789 \begin_inset Formula 
30790 \begin{equation}
30791 C=A+B\label{eq:c}
30792 \end{equation}
30793
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \begin_layout Standard
30800 \begin_inset ERT
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804
30805
30806 \backslash
30807 end{subequations}
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \end_layout
30814
30815 \begin_layout Standard
30816 Para este ejemplo se ha hecho lo siguiente:
30817 \end_layout
30818
30819 \begin_layout Enumerate
30820 se inserta la primera ecuación
30821 \end_layout
30822
30823 \begin_layout Enumerate
30824 después de ella se inserta
30825 \series bold
30826
30827 \begin_inset Newline newline
30828 \end_inset
30829
30830
30831 \backslash
30832 addtocounter{equation}{-1} 
30833 \backslash
30834 begin{subequations}
30835 \begin_inset Index idx
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 Comandos ! A ! 
30840 \backslash
30841 addtocounter
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Enumerate
30850 se inserta la segunda ecuación
30851 \end_layout
30852
30853 \begin_layout Enumerate
30854 se inserta la tercera ecuación
30855 \end_layout
30856
30857 \begin_layout Enumerate
30858 se inserta 
30859 \series bold
30860
30861 \backslash
30862 end{subequations}
30863 \series default
30864  tras la tercera ecuación
30865 \end_layout
30866
30867 \begin_layout Standard
30868 Toda ecuación entre los comandos 
30869 \series bold
30870
30871 \backslash
30872 begin
30873 \series default
30874  y 
30875 \series bold
30876
30877 \backslash
30878 end
30879 \series default
30880  se subnumera con a, b, c\SpecialChar \ldots{}
30881  En ecuaciones multilínea se subnumerará cada línea.
30882  Todas las ecuaciones subnumeradas son tratadas como 
30883 \emph on
30884 una
30885 \emph default
30886  ecuación numerada.
30887  Pero como cada ecuación numerada aumenta el contador 
30888 \series bold
30889 equation
30890 \series default
30891  en uno, hay que disminuir el comando 
30892 \series bold
30893
30894 \backslash
30895 addtocounter
30896 \series default
30897 .
30898  De lo contrario, las ecuaciones 
30899 \begin_inset CommandInset ref
30900 LatexCommand eqref
30901 reference "eq:a"
30902
30903 \end_inset
30904
30905
30906 \begin_inset CommandInset ref
30907 LatexCommand eqref
30908 reference "eq:b"
30909
30910 \end_inset
30911
30912
30913 \begin_inset CommandInset ref
30914 LatexCommand eqref
30915 reference "eq:c"
30916
30917 \end_inset
30918
30919  se numerarían 
30920 \begin_inset CommandInset ref
30921 LatexCommand eqref
30922 reference "eq:a"
30923
30924 \end_inset
30925
30926
30927 \begin_inset CommandInset ref
30928 LatexCommand eqref
30929 reference "eq:d"
30930
30931 \end_inset
30932
30933
30934 \begin_inset CommandInset ref
30935 LatexCommand eqref
30936 reference "eq:f"
30937
30938 \end_inset
30939
30940 .
30941 \end_layout
30942
30943 \begin_layout Standard
30944 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30945  ecuaciones.
30946  Para evitarlo se inserta ese espacio vertical de -5
30947 \begin_inset space \thinspace{}
30948 \end_inset
30949
30950 mm detrás del comando 
30951 \series bold
30952
30953 \backslash
30954 begin{subequations}
30955 \series default
30956 .
30957
30958 \series bold
30959  
30960 \series default
30961 Si se usa el estilo 
30962 \series bold
30963 Sangrado
30964 \series default
30965
30966 \begin_inset Foot
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 véase estilos de ecuación en 
30971 \begin_inset CommandInset ref
30972 LatexCommand ref
30973 reference "sec:Estilos-de-ecuación"
30974
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \end_inset
30981
30982 , entonces se inserta -7
30983 \begin_inset space \thinspace{}
30984 \end_inset
30985
30986 mm.
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30991  de la segunda línea:
30992 \begin_inset ERT
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996
30997
30998 \backslash
30999 begin{subequations}
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \begin_inset Formula 
31006 \begin{eqnarray}
31007 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
31008  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
31009  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
31010 \end{eqnarray}
31011
31012 \end_inset
31013
31014
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 end{subequations}
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \end_layout
31029
31030 \begin_layout Subsection
31031 Numeración definida por el usuario
31032 \begin_inset CommandInset label
31033 LatexCommand label
31034 name "sub:Numeración-personalizada"
31035
31036 \end_inset
31037
31038
31039 \begin_inset Index idx
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 Numeración de ecuaciones ! personalizada
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Standard
31052 Con la numeración estándar el número se coloca entre paréntesis.
31053  Para reemplazar los paréntesis con barras verticales, p.
31054 \begin_inset space \thinspace{}
31055 \end_inset
31056
31057 e., se añade al preámbulo LaTeX la línea: 
31058 \end_layout
31059
31060 \begin_layout Standard
31061
31062 \series bold
31063
31064 \backslash
31065 def
31066 \backslash
31067 tagform@#1{
31068 \backslash
31069 maketag@@@{|#1|}}
31070 \series default
31071
31072 \begin_inset Note Note
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31077  Para activarlo, quita el % del principio.
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Standard
31086 Para usar otros caracteres, se reemplazan las barras al lado de 
31087 \series bold
31088 #1
31089 \series default
31090  por ellos.
31091  Para obtener sólo el número de ecuación se omiten las barras verticales.
31092 \begin_inset VSpace bigskip
31093 \end_inset
31094
31095
31096 \end_layout
31097
31098 \begin_layout Standard
31099 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31100  consecutivo, se usa el comando 
31101 \series bold
31102
31103 \backslash
31104 tag
31105 \begin_inset Index idx
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109 Comandos ! T ! 
31110 \backslash
31111 tag
31112 \end_layout
31113
31114 \end_inset
31115
31116
31117 \series default
31118 :
31119 \begin_inset Formula 
31120 \begin{equation}
31121 A+B=C\tag{algo}\label{eq:tag}
31122 \end{equation}
31123
31124 \end_inset
31125
31126 En este ejemplo se ha insertado el comando
31127 \series bold
31128  
31129 \backslash
31130 tag
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136
31137 \backslash
31138 spce 
31139 \end_layout
31140
31141 \end_inset
31142
31143 algo
31144 \series default
31145  en la ecuación.
31146 \end_layout
31147
31148 \begin_layout Standard
31149 Si se usa en su lugar el comando con asterisco 
31150 \series bold
31151
31152 \backslash
31153 tag*
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159
31160 \backslash
31161 spce 
31162 \end_layout
31163
31164 \end_inset
31165
31166 algo
31167 \series default
31168  no se imprimen los paréntesis:
31169 \begin_inset Formula 
31170 \[
31171 A+B=C\tag*{algo}
31172 \]
31173
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset VSpace bigskip
31181 \end_inset
31182
31183
31184 \end_layout
31185
31186 \begin_layout Standard
31187 Para reiniciar la numeración en nuevas partes o secciones del documento
31188  se usan los siguientes comandos:
31189 \end_layout
31190
31191 \begin_layout Standard
31192
31193 \series bold
31194
31195 \backslash
31196 @addtoreset{equation}{part}
31197 \series default
31198
31199 \begin_inset Index idx
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203 Comandos ! 
31204 \begin_inset ERT
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208
31209 "
31210 \end_layout
31211
31212 \end_inset
31213
31214 @
31215 \begin_inset ERT
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219
31220 "
31221 \end_layout
31222
31223 \end_inset
31224
31225  ! 
31226 \backslash
31227
31228 \begin_inset ERT
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232
31233 "
31234 \end_layout
31235
31236 \end_inset
31237
31238 @
31239 \begin_inset ERT
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243
31244 "
31245 \end_layout
31246
31247 \end_inset
31248
31249 addtoreset
31250 \end_layout
31251
31252 \end_inset
31253
31254
31255 \begin_inset Newline newline
31256 \end_inset
31257
31258
31259 \series bold
31260
31261 \backslash
31262 @addtoreset{equation}{section}
31263 \end_layout
31264
31265 \begin_layout Standard
31266 Pata poder usar estos comandos en modo TeX, el carácter 
31267 \begin_inset Quotes fld
31268 \end_inset
31269
31270 @
31271 \begin_inset Quotes frd
31272 \end_inset
31273
31274  debe 
31275 \begin_inset Quotes fld
31276 \end_inset
31277
31278 activarse
31279 \begin_inset Quotes frd
31280 \end_inset
31281
31282  para LaTeX con el comando 
31283 \series bold
31284
31285 \backslash
31286 makeatletter
31287 \series default
31288 .
31289  El comando 
31290 \series bold
31291
31292 \backslash
31293 makeatother
31294 \series default
31295  deshace esto.
31296  Así pues, la secuencia de comandos en modo TeX es:
31297 \end_layout
31298
31299 \begin_layout Standard
31300
31301 \series bold
31302
31303 \backslash
31304 makeatletter
31305 \begin_inset Newline newline
31306 \end_inset
31307
31308
31309 \backslash
31310 @addtoreset{equation}{section}
31311 \begin_inset Newline newline
31312 \end_inset
31313
31314
31315 \backslash
31316 makeatother
31317 \end_layout
31318
31319 \begin_layout Standard
31320 En el preámbulo LaTeX se pueden omitir 
31321 \series bold
31322
31323 \backslash
31324 makeatletter
31325 \series default
31326  y 
31327 \series bold
31328
31329 \backslash
31330 makeatother
31331 \series default
31332  pues son automáticamente insertados por LyX.
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Para el comando 
31337 \series bold
31338
31339 \backslash
31340 @addtoreset
31341 \series default
31342 ,
31343 \series bold
31344  
31345 \series default
31346 hay que cargar en el preámbulo LaTeX el archivo 
31347 \series bold
31348 remreset.sty
31349 \series default
31350
31351 \begin_inset Foot
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356 \series bold
31357 remreset
31358 \series default
31359  es parte del paquete LaTeX 
31360 \series bold
31361 carlisle
31362 \series default
31363
31364 \begin_inset Index idx
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368 Paquetes ! carlisle
31369 \end_layout
31370
31371 \end_inset
31372
31373 , incluido en las instalaciones estándar de LaTeX.
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \begin_inset Index idx
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383 Paquetes ! remreset
31384 \end_layout
31385
31386 \end_inset
31387
31388  con la línea
31389 \end_layout
31390
31391 \begin_layout Standard
31392
31393 \series bold
31394
31395 \backslash
31396 usepackage{remreset}
31397 \end_layout
31398
31399 \begin_layout Standard
31400 Entonces se puede usar el comando 
31401 \series bold
31402
31403 \backslash
31404 @removefromreset
31405 \series default
31406
31407 \begin_inset Index idx
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411 Comandos ! 
31412 \begin_inset ERT
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416
31417 "
31418 \end_layout
31419
31420 \end_inset
31421
31422 @
31423 \begin_inset ERT
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427
31428 "
31429 \end_layout
31430
31431 \end_inset
31432
31433  ! 
31434 \backslash
31435
31436 \begin_inset ERT
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440
31441 "
31442 \end_layout
31443
31444 \end_inset
31445
31446 @
31447 \begin_inset ERT
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451
31452 "
31453 \end_layout
31454
31455 \end_inset
31456
31457 removefromreset
31458 \end_layout
31459
31460 \end_inset
31461
31462  con el mismo esquema que 
31463 \series bold
31464
31465 \backslash
31466 @addtoreset
31467 \series default
31468 .
31469 \begin_inset VSpace bigskip
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \begin_layout Standard
31476 A veces las ecuaciones deberían numerarse de la siguiente manera:
31477 \end_layout
31478
31479 \begin_layout Standard
31480
31481 \family typewriter
31482 (número de sección.número de ecuación)
31483 \end_layout
31484
31485 \begin_layout Standard
31486 El número de ecuación empezaría con 
31487 \begin_inset Quotes fld
31488 \end_inset
31489
31490 1
31491 \begin_inset Quotes frd
31492 \end_inset
31493
31494  en cada sección.
31495 \end_layout
31496
31497 \begin_layout Standard
31498 Para este caso hay el comando 
31499 \series bold
31500
31501 \backslash
31502 numberwithin
31503 \series default
31504
31505 \begin_inset Index idx
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509 Comandos ! N ! 
31510 \backslash
31511 numberwithin
31512 \end_layout
31513
31514 \end_inset
31515
31516 , que se usa con el esquema:
31517 \end_layout
31518
31519 \begin_layout Standard
31520
31521 \series bold
31522
31523 \backslash
31524 numberwithin{counter}{sectioning}
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset Quotes fld
31529 \end_inset
31530
31531 counter
31532 \begin_inset Quotes frd
31533 \end_inset
31534
31535  indica qué clase de numeración es afectada, 
31536 \begin_inset Quotes fld
31537 \end_inset
31538
31539 sectioning
31540 \begin_inset Quotes frd
31541 \end_inset
31542
31543  indica qué número va delante del punto.
31544  
31545 \end_layout
31546
31547 \begin_layout Standard
31548 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31549  en el preámbulo LaTeX:
31550 \end_layout
31551
31552 \begin_layout Standard
31553
31554 \series bold
31555
31556 \backslash
31557 numberwithin{equation}{section}
31558 \end_layout
31559
31560 \begin_layout Standard
31561 Este es el resultado::
31562 \begin_inset ERT
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566
31567
31568 \backslash
31569 numberwithin{equation}{section}
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \begin_inset Formula 
31576 \begin{equation}
31577 A+B=C
31578 \end{equation}
31579
31580 \end_inset
31581
31582
31583 \end_layout
31584
31585 \begin_layout Standard
31586 Para numerar cuadros de modo que, p.
31587 \begin_inset space \thinspace{}
31588 \end_inset
31589
31590 ej., 
31591 \begin_inset Quotes fld
31592 \end_inset
31593
31594 sectioning
31595 \begin_inset Quotes frd
31596 \end_inset
31597
31598  sea el número de la parte se usa
31599 \begin_inset Newline newline
31600 \end_inset
31601
31602
31603 \series bold
31604
31605 \backslash
31606 numberwithin{table}{part}
31607 \end_layout
31608
31609 \begin_layout Standard
31610 Para volver a la numeración estándar o evitar esta clase numeración cuando
31611  es definida por la clase de documento, se inserta el siguiente comando
31612  en código TeX o en el preámbulo LaTeX:
31613 \end_layout
31614
31615 \begin_layout Standard
31616
31617 \series bold
31618
31619 \backslash
31620 renewcommand{
31621 \backslash
31622 theequation}{
31623 \backslash
31624 arabic{equation}}
31625 \begin_inset Index idx
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629 Comandos ! A ! 
31630 \backslash
31631 arabic
31632 \end_layout
31633
31634 \end_inset
31635
31636
31637 \series default
31638
31639 \begin_inset ERT
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643
31644
31645 \backslash
31646 renewcommand{
31647 \backslash
31648 theequation}{
31649 \backslash
31650 arabic{equation}}
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \series bold
31657
31658 \begin_inset Newline newline
31659 \end_inset
31660
31661
31662 \series default
31663 o
31664 \series bold
31665
31666 \begin_inset Newline newline
31667 \end_inset
31668
31669
31670 \backslash
31671 renewcommand{
31672 \backslash
31673 thetable}{
31674 \backslash
31675 arabic{table}}
31676 \end_layout
31677
31678 \begin_layout Standard
31679
31680 \series bold
31681
31682 \backslash
31683 numberwithin
31684 \series default
31685  usa internamente el comando 
31686 \series bold
31687
31688 \backslash
31689 @addtoreset
31690 \series default
31691 , descrito arriba, que también debe ser restaurado.
31692 \begin_inset ERT
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696
31697
31698 \backslash
31699 makeatletter
31700 \end_layout
31701
31702 \begin_layout Plain Layout
31703
31704
31705 \backslash
31706 @removefromreset{equation}{section}
31707 \end_layout
31708
31709 \begin_layout Plain Layout
31710
31711
31712 \backslash
31713 makeatother
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Subsection
31722 Numeración con números romanos y letras
31723 \begin_inset Index idx
31724 status collapsed
31725
31726 \begin_layout Plain Layout
31727 Numeración de ecuaciones ! con números romanos
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \begin_inset Index idx
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Numeración de ecuaciones ! con letras
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31747  Por ejemplo, para numerar con romanos en minúscula,
31748 \begin_inset Foot
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752 Como en español no se usan romanos en minúscula, el estilo 
31753 \series bold
31754 spanish
31755 \series default
31756  del sistema 
31757 \series bold
31758 babel
31759 \series default
31760  redefine 
31761 \series bold
31762
31763 \backslash
31764 roman
31765 \series default
31766  para que los dé en versalitas.
31767  Véase 
31768 \begin_inset CommandInset citation
31769 LatexCommand cite
31770 key "spanish"
31771
31772 \end_inset
31773
31774  (
31775 \emph on
31776 N.
31777 \begin_inset space \thinspace{}
31778 \end_inset
31779
31780 del t
31781 \emph default
31782 ).
31783 \end_layout
31784
31785 \end_inset
31786
31787  se inserta el comando
31788 \end_layout
31789
31790 \begin_layout Standard
31791
31792 \series bold
31793
31794 \backslash
31795 renewcommand{
31796 \backslash
31797 theequation}{
31798 \backslash
31799 roman{equation}}
31800 \end_layout
31801
31802 \begin_layout Standard
31803 antes de la ecuación en modo TeX.
31804  
31805 \series bold
31806
31807 \backslash
31808 renewcommand
31809 \series default
31810
31811 \begin_inset Index idx
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815 Comandos ! R ! 
31816 \backslash
31817 renewcommand
31818 \end_layout
31819
31820 \end_inset
31821
31822  redefine el comando predefinido 
31823 \series bold
31824
31825 \backslash
31826 theequation
31827 \series default
31828  como 
31829 \series bold
31830
31831 \backslash
31832 roman{equation}
31833 \series default
31834 .
31835 \begin_inset Foot
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839 El comando 
31840 \series bold
31841
31842 \backslash
31843 renewcommand
31844 \series default
31845  tiene el mismo esquema que el comando 
31846 \series bold
31847
31848 \backslash
31849 newcommand
31850 \series default
31851 , descrito en 
31852 \begin_inset CommandInset ref
31853 LatexCommand ref
31854 reference "sub:El-comando-newcommand"
31855
31856 \end_inset
31857
31858 .
31859 \end_layout
31860
31861 \end_inset
31862
31863  
31864 \series bold
31865 equation
31866 \series default
31867  es el contador de ecuaciones.
31868  Si se usa el comando 
31869 \series bold
31870
31871 \backslash
31872 the
31873 \series default
31874  como prefijo de un contador, el valor del contador sale en números arábigos.
31875  Si una ecuación es numerada, LaTeX pone internamente el comando 
31876 \series bold
31877
31878 \backslash
31879 theequation
31880 \series default
31881  detrás de la ecuación.
31882  
31883 \series bold
31884
31885 \backslash
31886 roman{equation}
31887 \series default
31888
31889 \begin_inset Index idx
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893 Comandos ! R ! 
31894 \backslash
31895 roman
31896 \end_layout
31897
31898 \end_inset
31899
31900  pone el contador en romanos en minúscula.
31901 \end_layout
31902
31903 \begin_layout Standard
31904 Todas las ecuaciones siguientes a 
31905 \series bold
31906
31907 \backslash
31908 renew
31909 \series default
31910 c
31911 \series bold
31912 ommand
31913 \series default
31914  se numerarán en romanos.
31915  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31916  cambiando 
31917 \series bold
31918
31919 \backslash
31920 roman
31921 \series default
31922  por 
31923 \series bold
31924
31925 \backslash
31926 Roman
31927 \series default
31928
31929 \begin_inset Index idx
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933 Comandos ! R ! 
31934 \backslash
31935 roman@
31936 \backslash
31937 Roman
31938 \end_layout
31939
31940 \end_inset
31941
31942 .
31943  Para 
31944 \begin_inset Quotes fld
31945 \end_inset
31946
31947 numerar
31948 \begin_inset Quotes frd
31949 \end_inset
31950
31951  con minúsculas latinas hay el comando 
31952 \series bold
31953
31954 \backslash
31955 alph
31956 \series default
31957
31958 \begin_inset Index idx
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962 Comandos ! A ! 
31963 \backslash
31964 alph
31965 \end_layout
31966
31967 \end_inset
31968
31969 , y para mayúsculas el comando 
31970 \series bold
31971
31972 \backslash
31973 Alph
31974 \series default
31975
31976 \begin_inset Index idx
31977 status collapsed
31978
31979 \begin_layout Plain Layout
31980 Comandos ! A ! 
31981 \backslash
31982 alph@
31983 \backslash
31984 Alph
31985 \end_layout
31986
31987 \end_inset
31988
31989 .
31990 \end_layout
31991
31992 \begin_layout Standard
31993 \begin_inset Note Greyedout
31994 status open
31995
31996 \begin_layout Plain Layout
31997
31998 \series bold
31999 \color none
32000 Nota:
32001 \series default
32002  Con letras latinas sólo se puede numerar hasta un máximo de 26
32003 \begin_inset space ~
32004 \end_inset
32005
32006 ecuaciones.
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \end_layout
32013
32014 \begin_layout Standard
32015 \begin_inset ERT
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019
32020
32021 \backslash
32022 renewcommand{
32023 \backslash
32024 theequation}{
32025 \backslash
32026 roman{equation}}
32027 \end_layout
32028
32029 \end_inset
32030
32031
32032 \begin_inset Formula 
32033 \begin{equation}
32034 A=\textrm{romanos en minúscula}
32035 \end{equation}
32036
32037 \end_inset
32038
32039
32040 \begin_inset ERT
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044
32045
32046 \backslash
32047 renewcommand{
32048 \backslash
32049 theequation}{
32050 \backslash
32051 Roman{equation}}
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \begin_inset Formula 
32058 \begin{equation}
32059 B=\textrm{romanos en mayúscula}\label{eq:Rom}
32060 \end{equation}
32061
32062 \end_inset
32063
32064
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070
32071 \backslash
32072 renewcommand{
32073 \backslash
32074 theequation}{
32075 \backslash
32076 alph{equation}}
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \begin_inset Formula 
32083 \begin{equation}
32084 C=\textrm{latinas en minúscula}
32085 \end{equation}
32086
32087 \end_inset
32088
32089
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095
32096 \backslash
32097 renewcommand{
32098 \backslash
32099 theequation}{
32100 \backslash
32101 Alph{equation}}
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \begin_inset Formula 
32108 \begin{equation}
32109 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32110 \end{equation}
32111
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \begin_layout Standard
32118 Para volver a la numeración por omisión se inserta el comando:
32119 \end_layout
32120
32121 \begin_layout Standard
32122
32123 \series bold
32124
32125 \backslash
32126 renewcommand{
32127 \backslash
32128 theequation}{
32129 \backslash
32130 arabic{equation}}
32131 \begin_inset Index idx
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135 Comandos ! A ! 
32136 \backslash
32137 arabic
32138 \end_layout
32139
32140 \end_inset
32141
32142
32143 \end_layout
32144
32145 \begin_layout Standard
32146 \begin_inset ERT
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150
32151
32152 \backslash
32153 renewcommand{
32154 \backslash
32155 theequation}{
32156 \backslash
32157 arabic{equation}}
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \begin_inset Formula 
32164 \begin{equation}
32165 E=\mbox{arábigos}
32166 \end{equation}
32167
32168 \end_inset
32169
32170
32171 \end_layout
32172
32173 \begin_layout Standard
32174 \begin_inset VSpace medskip
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \begin_layout Standard
32181 Como ves, las ecuaciones se numeran consecutivamente independientemente
32182  del estilo de numeración.
32183  Cuando la numeración haya de empezar con 
32184 \begin_inset Quotes fld
32185 \end_inset
32186
32187 1
32188 \begin_inset Quotes frd
32189 \end_inset
32190
32191  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32192  Una descripción sobre esto se encuentra en el archivo 
32193 \begin_inset CommandInset href
32194 LatexCommand href
32195 name "Formula-numbering.lyx"
32196 target "run:Formula-numbering.lyx"
32197
32198 \end_inset
32199
32200 .
32201 \end_layout
32202
32203 \begin_layout Section
32204 Símbolos y ecuaciones químicas
32205 \begin_inset CommandInset label
32206 LatexCommand label
32207 name "sub:Símbolos-y-ecuaciones-químicas"
32208
32209 \end_inset
32210
32211
32212 \begin_inset Index idx
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216 Química ! símbolos
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \begin_inset Index idx
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 Química ! caracteres
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \begin_inset Index idx
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236 Ecuación ! química|see
32237 \begin_inset ERT
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242 {
32243 \end_layout
32244
32245 \end_inset
32246
32247 Química
32248 \begin_inset ERT
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252
32253 }
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \begin_inset Index idx
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268 Química ! iones
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \begin_inset Index idx
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278 Iones|see
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283
32284 {
32285 \end_layout
32286
32287 \end_inset
32288
32289 Química
32290 \begin_inset ERT
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294
32295 }
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \begin_inset Index idx
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310 Química ! reacción
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 Un ejemplo de texto de química:
32320 \end_layout
32321
32322 \begin_layout Quote
32323 El ion 
32324 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32325 \end_inset
32326
32327  reacciona con dos iones 
32328 \begin_inset Formula $\mathrm{Na^{+}}$
32329 \end_inset
32330
32331  para dar sulfato de sodio 
32332 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32333 \end_inset
32334
32335 .
32336  La ecuación química es:
32337 \begin_inset Formula 
32338 \begin{equation}
32339 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32340 \end{equation}
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Standard
32348 Esta ecuación química puede componerse directamente en modo ecuación.
32349  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32350  y con el atajo 
32351 \family sans
32352 Alt+C
32353 \begin_inset space ~
32354 \end_inset
32355
32356 R
32357 \family default
32358  se cambia en redonda.
32359 \begin_inset Foot
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 véase estilos de tipografías en 
32364 \begin_inset CommandInset ref
32365 LatexCommand ref
32366 reference "sub:Estilos-de-tipografías"
32367
32368 \end_inset
32369
32370 .
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \begin_layout Standard
32379 Para escribir ecuaciones químicas es más conveniente usar el comando 
32380 \series bold
32381
32382 \backslash
32383 ce
32384 \series default
32385
32386 \begin_inset Index idx
32387 status collapsed
32388
32389 \begin_layout Plain Layout
32390 Comandos ! C ! 
32391 \backslash
32392 ce
32393 \end_layout
32394
32395 \end_inset
32396
32397 , que está disponible si está instalado el paquete LaTeX 
32398 \series bold
32399 mhchem
32400 \series default
32401
32402 \begin_inset Index idx
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406 Paquetes ! mhchem
32407 \end_layout
32408
32409 \end_inset
32410
32411 .
32412  Al insertar 
32413 \series bold
32414
32415 \backslash
32416 ce
32417 \series default
32418  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32419  ecuaciones químicas de una forma intuitiva.
32420 \end_layout
32421
32422 \begin_layout Standard
32423 \align center
32424 \begin_inset Tabular
32425 <lyxtabular version="3" rows="9" columns="2">
32426 <features tabularvalignment="middle">
32427 <column alignment="center" valignment="top" width="0">
32428 <column alignment="center" valignment="top" width="0">
32429 <row>
32430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 Comando
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32440 \begin_inset Text
32441
32442 \begin_layout Plain Layout
32443 Resultado
32444 \begin_inset Note Note
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448
32449 \series bold
32450
32451 \backslash
32452 raisebox
32453 \series default
32454  se usa sólo como espaciador
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \end_inset
32463 </cell>
32464 </row>
32465 <row>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470
32471 \backslash
32472 ce
32473 \begin_inset ERT
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477
32478
32479 \backslash
32480 spce 
32481 \end_layout
32482
32483 \end_inset
32484
32485 H2CO3
32486 \end_layout
32487
32488 \end_inset
32489 </cell>
32490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32491 \begin_inset Text
32492
32493 \begin_layout Plain Layout
32494 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \end_inset
32501 </cell>
32502 </row>
32503 <row>
32504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32505 \begin_inset Text
32506
32507 \begin_layout Plain Layout
32508
32509 \backslash
32510 ce
32511 \begin_inset ERT
32512 status collapsed
32513
32514 \begin_layout Plain Layout
32515
32516
32517 \backslash
32518 spce 
32519 \end_layout
32520
32521 \end_inset
32522
32523 SO4^2-
32524 \end_layout
32525
32526 \end_inset
32527 </cell>
32528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \end_inset
32539 </cell>
32540 </row>
32541 <row>
32542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32543 \begin_inset Text
32544
32545 \begin_layout Plain Layout
32546
32547 \backslash
32548 ce
32549 \begin_inset ERT
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553
32554
32555 \backslash
32556 spce 
32557 \end_layout
32558
32559 \end_inset
32560
32561 (NH4)2S
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 </row>
32579 <row>
32580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32581 \begin_inset Text
32582
32583 \begin_layout Plain Layout
32584
32585 \backslash
32586 ce
32587 \begin_inset ERT
32588 status collapsed
32589
32590 \begin_layout Plain Layout
32591
32592
32593 \backslash
32594 spce 
32595 \end_layout
32596
32597 \end_inset
32598
32599 KCr(SO4)2.12H2O
32600 \end_layout
32601
32602 \end_inset
32603 </cell>
32604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32605 \begin_inset Text
32606
32607 \begin_layout Plain Layout
32608 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \end_inset
32615 </cell>
32616 </row>
32617 <row>
32618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Plain Layout
32622
32623 \backslash
32624 ce
32625 \begin_inset ERT
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629
32630
32631 \backslash
32632 spce 
32633 \end_layout
32634
32635 \end_inset
32636
32637 A-B
32638 \backslash
32639 dbond
32640 \begin_inset ERT
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644
32645
32646 \backslash
32647 spce 
32648 \end_layout
32649
32650 \end_inset
32651
32652 C
32653 \backslash
32654 tbond
32655 \begin_inset ERT
32656 status collapsed
32657
32658 \begin_layout Plain Layout
32659
32660
32661 \backslash
32662 spce 
32663 \end_layout
32664
32665 \end_inset
32666
32667 D
32668 \end_layout
32669
32670 \end_inset
32671 </cell>
32672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 </row>
32685 <row>
32686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32687 \begin_inset Text
32688
32689 \begin_layout Plain Layout
32690
32691 \backslash
32692 ce
32693 \begin_inset ERT
32694 status collapsed
32695
32696 \begin_layout Plain Layout
32697
32698
32699 \backslash
32700 spce 
32701 \end_layout
32702
32703 \end_inset
32704
32705 ^227
32706 \begin_inset Formula $\downarrow$
32707 \end_inset
32708
32709 _90
32710 \begin_inset Formula $\to$
32711 \end_inset
32712
32713 Th+
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32719 \begin_inset Text
32720
32721 \begin_layout Plain Layout
32722 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32723 \end_inset
32724
32725
32726 \end_layout
32727
32728 \end_inset
32729 </cell>
32730 </row>
32731 <row>
32732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32733 \begin_inset Text
32734
32735 \begin_layout Plain Layout
32736
32737 \backslash
32738 ce
32739 \begin_inset ERT
32740 status collapsed
32741
32742 \begin_layout Plain Layout
32743
32744
32745 \backslash
32746 spce 
32747 \end_layout
32748
32749 \end_inset
32750
32751 CO2
32752 \begin_inset ERT
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756
32757
32758 \backslash
32759 spce 
32760 \end_layout
32761
32762 \end_inset
32763
32764 +
32765 \begin_inset ERT
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769
32770
32771 \backslash
32772 spce 
32773 \end_layout
32774
32775 \end_inset
32776
32777 C
32778 \begin_inset ERT
32779 status collapsed
32780
32781 \begin_layout Plain Layout
32782
32783
32784 \backslash
32785 spce 
32786 \end_layout
32787
32788 \end_inset
32789
32790 <=>
32791 \begin_inset ERT
32792 status collapsed
32793
32794 \begin_layout Plain Layout
32795
32796
32797 \backslash
32798 spce 
32799 \end_layout
32800
32801 \end_inset
32802
32803 2CO
32804 \end_layout
32805
32806 \end_inset
32807 </cell>
32808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32813 \end_inset
32814
32815
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 </row>
32821 <row>
32822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32823 \begin_inset Text
32824
32825 \begin_layout Plain Layout
32826
32827 \backslash
32828 ce
32829 \begin_inset ERT
32830 status collapsed
32831
32832 \begin_layout Plain Layout
32833
32834
32835 \backslash
32836 spce 
32837 \end_layout
32838
32839 \end_inset
32840
32841 CO2
32842 \begin_inset ERT
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846
32847
32848 \backslash
32849 spce 
32850 \end_layout
32851
32852 \end_inset
32853
32854 +
32855 \begin_inset ERT
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859
32860
32861 \backslash
32862 spce 
32863 \end_layout
32864
32865 \end_inset
32866
32867 C
32868 \begin_inset ERT
32869 status collapsed
32870
32871 \begin_layout Plain Layout
32872
32873
32874 \backslash
32875 spce 
32876 \end_layout
32877
32878 \end_inset
32879
32880 ->[
32881 \backslash
32882 alpha][
32883 \backslash
32884 beta]
32885 \begin_inset ERT
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889
32890
32891 \backslash
32892 spce 
32893 \end_layout
32894
32895 \end_inset
32896
32897 2CO}
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \end_inset
32913 </cell>
32914 </row>
32915 </lyxtabular>
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Standard
32923 \begin_inset Note Greyedout
32924 status open
32925
32926 \begin_layout Plain Layout
32927
32928 \series bold
32929 \color none
32930 Nota:
32931 \series default
32932  Insertar modo matemático en un marco 
32933 \series bold
32934
32935 \backslash
32936 ce
32937 \series default
32938  provocará errores de LaTeX.
32939  En estos casos hay que usar código TeX, como en 
32940 \series bold
32941
32942 \backslash
32943 ce{$
32944 \backslash
32945 mu
32946 \backslash
32947 hyphen$Cl}
32948 \series default
32949
32950 \begin_inset ERT
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954
32955
32956 \backslash
32957 ce{$
32958 \backslash
32959 mu
32960 \backslash
32961 hyphen$Cl}
32962 \end_layout
32963
32964 \end_inset
32965
32966  
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \begin_layout Standard
32975
32976 \lang english
32977 \begin_inset Note Greyedout
32978 status open
32979
32980 \begin_layout Plain Layout
32981
32982 \series bold
32983 \color none
32984 \lang english
32985 Note:
32986 \series default
32987  It is not possible in LyX to use the character ^ to get an up-arrow as
32988  described in the 
32989 \series bold
32990 mhchem
32991 \series default
32992  manual.
32993  One instead uses a negative thin space followed by the command 
32994 \series bold
32995
32996 \backslash
32997 uparrow
32998 \series default
32999
33000 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \end_inset
33007
33008
33009 \end_layout
33010
33011 \begin_layout Standard
33012 El comando 
33013 \series bold
33014
33015 \backslash
33016 ce
33017 \series default
33018  para la 
33019 \begin_inset CommandInset ref
33020 LatexCommand ref
33021 reference "eq:reaccion-quimica"
33022
33023 \end_inset
33024
33025  es
33026 \begin_inset Newline newline
33027 \end_inset
33028
33029
33030 \series bold
33031  
33032 \backslash
33033 ce
33034 \begin_inset ERT
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038
33039
33040 \backslash
33041 spce 
33042 \end_layout
33043
33044 \end_inset
33045
33046 2Na+
33047 \begin_inset ERT
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051
33052
33053 \backslash
33054 spce 
33055 \end_layout
33056
33057 \end_inset
33058
33059 +
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 spce 
33068 \end_layout
33069
33070 \end_inset
33071
33072 SO4^2-
33073 \begin_inset ERT
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077
33078
33079 \backslash
33080 spce 
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \begin_inset ERT
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090
33091
33092 \backslash
33093 spce 
33094 \end_layout
33095
33096 \end_inset
33097
33098 ->
33099 \begin_inset ERT
33100 status collapsed
33101
33102 \begin_layout Plain Layout
33103
33104
33105 \backslash
33106 spce 
33107 \end_layout
33108
33109 \end_inset
33110
33111 Na2SO4
33112 \end_layout
33113
33114 \begin_layout Standard
33115 Para componer ecuaciones químicas multilínea primero se crea una ecuación
33116  multilínea, tal como se describe en la 
33117 \begin_inset CommandInset ref
33118 LatexCommand ref
33119 reference "sec:Ecuaciones-multilínea"
33120
33121 \end_inset
33122
33123 .
33124  Después se utiliza el comando 
33125 \series bold
33126
33127 \backslash
33128 ce
33129 \series default
33130  en cada cuadrito azul de la ecuación.
33131  La 
33132 \begin_inset CommandInset ref
33133 LatexCommand ref
33134 reference "eq:TEOS-reac-1"
33135
33136 \end_inset
33137
33138  y la 
33139 \begin_inset CommandInset ref
33140 LatexCommand ref
33141 reference "eq:TEOS-reac-2"
33142
33143 \end_inset
33144
33145  son ejemplos de una reacción química en dos fases en la que cada ecuación
33146  tiene su propio número.
33147 \begin_inset Formula 
33148 \begin{eqnarray}
33149 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33150 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33151 \end{eqnarray}
33152
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \begin_layout Standard
33159 Además de 
33160 \series bold
33161
33162 \backslash
33163 ce
33164 \series default
33165  el paquete 
33166 \series bold
33167 mhchem
33168 \series default
33169  suministra el comando 
33170 \series bold
33171
33172 \backslash
33173 cf
33174 \series default
33175
33176 \begin_inset Index idx
33177 status collapsed
33178
33179 \begin_layout Plain Layout
33180 Comandos ! C ! 
33181 \backslash
33182 cf
33183 \end_layout
33184
33185 \end_inset
33186
33187  que ha de utilizarse en casos especiales.
33188  Para más información sobre 
33189 \series bold
33190
33191 \backslash
33192 cf
33193 \series default
33194  y más ejemplos echa un vistazo a la documentación de 
33195 \series bold
33196 mhchem
33197 \series default
33198
33199 \begin_inset CommandInset citation
33200 LatexCommand cite
33201 key "mhchem"
33202
33203 \end_inset
33204
33205 .
33206 \end_layout
33207
33208 \begin_layout Section
33209 Diagramas
33210 \end_layout
33211
33212 \begin_layout Standard
33213 Lyx soporta dos tipos de diagramas conmutativos: 
33214 \series bold
33215 amscd
33216 \series default
33217  y 
33218 \series bold
33219 xymatrix
33220 \series default
33221 , que se explican a continuación.
33222 \end_layout
33223
33224 \begin_layout Subsection
33225 Diagramas amscd
33226 \begin_inset Index idx
33227 status collapsed
33228
33229 \begin_layout Plain Layout
33230 Diagramas ! amscd
33231 \end_layout
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Standard
33239 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33240  verticales y horizontales:
33241 \begin_inset Formula 
33242 \[
33243 \begin{CD}A@)))B@)))C\\
33244 @AAA@.@VVV\\
33245 F@(((E@(((D
33246 \end{CD}
33247 \]
33248
33249 \end_inset
33250
33251 Para obtener el diagrama se inserta en la ecuación el comando 
33252 \series bold
33253
33254 \backslash
33255 CD
33256 \begin_inset Index idx
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260 Comandos ! C ! 
33261 \backslash
33262 CD
33263 \end_layout
33264
33265 \end_inset
33266
33267
33268 \series default
33269 .
33270  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33271  continuación comandos.
33272  Con 
33273 \family sans
33274 Ctrl+Entrar
33275 \family default
33276  se inicia una nueva línea.
33277  En las líneas impares se insertan relaciones horizontales, en las pares
33278  verticales.
33279 \end_layout
33280
33281 \begin_layout Standard
33282 Para componer las relaciones hay los siguientes comandos:
33283 \begin_inset Foot
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287 \begin_inset CommandInset label
33288 LatexCommand label
33289 name "fn:sinónimos"
33290
33291 \end_inset
33292
33293 Los comandos con 
33294 \family sans
33295 '
33296 \series bold
33297 >
33298 \series default
33299 '
33300 \family default
33301  o 
33302 \family sans
33303 '
33304 \series bold
33305 <
33306 \series default
33307 '
33308 \family default
33309  pueden generar errores con el estilo 
33310 \series bold
33311 spanish
33312 \series default
33313  de 
33314 \series bold
33315 babel
33316 \series default
33317 .
33318  Para evitarlo se pueden sustituir por sus sinónimos 
33319 \family sans
33320 '
33321 \series bold
33322 )
33323 \series default
33324 '
33325 \family default
33326  y 
33327 \family sans
33328 '
33329 \series bold
33330 (
33331 \series default
33332 '
33333 \family default
33334  respectivamente.
33335  Véase 
33336 \begin_inset CommandInset citation
33337 LatexCommand cite
33338 key "spanish"
33339
33340 \end_inset
33341
33342 .
33343  (
33344 \emph on
33345 N.
33346 \begin_inset space \thinspace{}
33347 \end_inset
33348
33349 del t.
33350 \emph default
33351 )
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Itemize
33360
33361 \series bold
33362 @<<<
33363 \series default
33364  genera una flecha hacia la izquierda, 
33365 \series bold
33366 @>>>
33367 \series default
33368  una hacia la derecha, y 
33369 \series bold
33370 @=
33371 \series default
33372  un signo igual largo
33373 \end_layout
33374
33375 \begin_layout Itemize
33376
33377 \series bold
33378 @AAA
33379 \series default
33380  genera una flecha hacia arriba, 
33381 \series bold
33382 @VVV
33383 \series default
33384  una hacia abajo, y 
33385 \series bold
33386 @|
33387 \series default
33388  un signo igual vertical
33389 \end_layout
33390
33391 \begin_layout Itemize
33392
33393 \series bold
33394 @.
33395
33396 \series default
33397  genera una ubicación vacía para relaciones inexistentes
33398 \end_layout
33399
33400 \begin_layout Standard
33401 Todas las flechas pueden etiquetarse como sigue:
33402 \end_layout
33403
33404 \begin_layout Itemize
33405 Si se inserta texto entre el primero y el segundo 
33406 \series bold
33407 <
33408 \series default
33409  o 
33410 \series bold
33411 >
33412 \series default
33413 , respectivamente, se muestra sobre la flecha.
33414  Si se inserta entre el segundo y el tercero, bajo la flecha.
33415 \end_layout
33416
33417 \begin_layout Itemize
33418 Para flechas verticales, si se inserta texto entre la primera y la segunda
33419  
33420 \series bold
33421 A
33422 \series default
33423  o 
33424 \series bold
33425 V
33426 \series default
33427 , respectivamente, se muestra al lado izquierdo de la flecha.
33428  Si se inserta entre la segunda y la tercera, al lado derecho.
33429  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33430 \end_layout
33431
33432 \begin_layout Standard
33433 Como ejemplo un diagrama con todas las relaciones posibles:
33434 \begin_inset Formula 
33435 \[
33436 \begin{CD}A@)j))B@))k)C@=F\\
33437 @AmAA@.@VV{V}V@|\\
33438 D@((j\,(E@)k))F@=C
33439 \end{CD}
33440 \]
33441
33442 \end_inset
33443
33444 El comando para este diagrama es:
33445 \begin_inset Newline newline
33446 \end_inset
33447
33448
33449 \series bold
33450
33451 \backslash
33452 CD
33453 \begin_inset ERT
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457
33458
33459 \backslash
33460 spce 
33461 \end_layout
33462
33463 \end_inset
33464
33465 A@>j>>B@>>k>C@=F Ctrl+Entrar
33466 \begin_inset Newline newline
33467 \end_inset
33468
33469
33470 \begin_inset Phantom HPhantom
33471 status open
33472
33473 \begin_layout Plain Layout
33474
33475 \series bold
33476
33477 \backslash
33478 CD
33479 \begin_inset ERT
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483
33484
33485 \backslash
33486 spce 
33487 \end_layout
33488
33489 \end_inset
33490
33491
33492 \end_layout
33493
33494 \end_inset
33495
33496 @AmAA@.@VV
33497 \backslash
33498 {V
33499 \series default
33500
33501 \begin_inset Formula $\to$
33502 \end_inset
33503
33504
33505 \series bold
33506 V@| Ctrl+Entrar
33507 \begin_inset Newline newline
33508 \end_inset
33509
33510
33511 \begin_inset Phantom HPhantom
33512 status open
33513
33514 \begin_layout Plain Layout
33515
33516 \series bold
33517
33518 \backslash
33519 CD
33520 \begin_inset ERT
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524
33525
33526 \backslash
33527 spce 
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \end_inset
33536
33537 D@<<j<E@>k>>F@=C
33538 \end_layout
33539
33540 \begin_layout Subsection
33541 Diagramas xymatrix
33542 \begin_inset Index idx
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546 Diagramas ! xymatrix
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \begin_layout Standard
33555 Para usar matrices xy debe estar instalado el paquete LaTeX 
33556 \series bold
33557 xypic
33558 \series default
33559 .
33560  Una matriz xy se crea insertando el comando 
33561 \series bold
33562
33563 \backslash
33564 xymatrix
33565 \series default
33566  en una ecuación.
33567  Después podrás añadir nuevas columnas y filas como en matrices normales,
33568  véase
33569 \begin_inset space ~
33570 \end_inset
33571
33572
33573 \begin_inset CommandInset ref
33574 LatexCommand ref
33575 reference "sec:Matrices"
33576
33577 \end_inset
33578
33579 .
33580 \end_layout
33581
33582 \begin_layout Standard
33583 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33584  y curvadas, y mucho más.
33585  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33586  se explican en el 
33587 \emph on
33588 Manual de XY-pic
33589 \emph default
33590  que se encuentra en el menú 
33591 \family sans
33592 Ayuda\SpecialChar \menuseparator
33593 Manuales
33594 \begin_inset space ~
33595 \end_inset
33596
33597 específicos
33598 \family default
33599 .
33600 \end_layout
33601
33602 \begin_layout Subsection
33603 Diagramas 
33604 \noun on
33605 Feynman
33606 \noun default
33607
33608 \begin_inset Index idx
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612 Diagramas ! Feynman
33613 \end_layout
33614
33615 \end_inset
33616
33617
33618 \end_layout
33619
33620 \begin_layout Standard
33621 Para usar diagramas 
33622 \noun on
33623 Feynman
33624 \noun default
33625  debe estar instalado el paquete LaTeX 
33626 \series bold
33627 feyn
33628 \series default
33629 .
33630  Un diagrama 
33631 \noun on
33632 Feynman
33633 \noun default
33634  se crea insertando el comando 
33635 \series bold
33636
33637 \backslash
33638 Diagram
33639 \series default
33640  en una ecuación.
33641  Después podrás añadir nuevas columnas y filas como en matrices normales,
33642  véase
33643 \begin_inset space ~
33644 \end_inset
33645
33646
33647 \begin_inset CommandInset ref
33648 LatexCommand ref
33649 reference "sec:Matrices"
33650
33651 \end_inset
33652
33653 .
33654 \end_layout
33655
33656 \begin_layout Standard
33657 En el 
33658 \emph on
33659 Manual de diagramas Feynman
33660 \emph default
33661 , disponible en 
33662 \family sans
33663 Ayuda\SpecialChar \menuseparator
33664 Manuales
33665 \begin_inset space ~
33666 \end_inset
33667
33668 específicos
33669 \family default
33670 , hay ejemplos de diagramas de este tipo.
33671 \end_layout
33672
33673 \begin_layout Section
33674 Comandos definidos por el usuario
33675 \begin_inset Index idx
33676 status collapsed
33677
33678 \begin_layout Plain Layout
33679 Comandos de usuario
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Standard
33688 \begin_inset Note Greyedout
33689 status open
33690
33691 \begin_layout Plain Layout
33692
33693 \series bold
33694 Nota:
33695 \series default
33696  Los nombres de los comandos definidos por el usuario y macros solo pueden
33697  contener letras latinas.
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Subsection
33706 El comando 
33707 \backslash
33708 newcommand
33709 \begin_inset CommandInset label
33710 LatexCommand label
33711 name "sub:El-comando-newcommand"
33712
33713 \end_inset
33714
33715
33716 \begin_inset Index idx
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720 Comandos de usuario ! 
33721 \backslash
33722 newcommand
33723 \end_layout
33724
33725 \end_inset
33726
33727
33728 \begin_inset Index idx
33729 status collapsed
33730
33731 \begin_layout Plain Layout
33732 Comandos ! N ! 
33733 \backslash
33734 newcommand
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33744  Pero es posible definir nuevos comandos más cortos con el comando 
33745 \series bold
33746
33747 \backslash
33748 newcommand
33749 \series default
33750 .
33751  
33752 \end_layout
33753
33754 \begin_layout Standard
33755 El esquema del comando 
33756 \series bold
33757
33758 \backslash
33759 newcommand
33760 \series default
33761  es:
33762 \end_layout
33763
33764 \begin_layout Standard
33765
33766 \series bold
33767
33768 \backslash
33769 newcommand{nombre nuevo de comando}[número de argumentos]
33770 \begin_inset Newline newline
33771 \end_inset
33772
33773
33774 \begin_inset Phantom HPhantom
33775 status open
33776
33777 \begin_layout Plain Layout
33778
33779 \series bold
33780
33781 \backslash
33782 newcommand
33783 \end_layout
33784
33785 \end_inset
33786
33787 [valor opcional]{definición de comando}
33788 \end_layout
33789
33790 \begin_layout Standard
33791 \begin_inset Note Greyedout
33792 status open
33793
33794 \begin_layout Plain Layout
33795
33796 \series bold
33797 Nota:
33798 \series default
33799  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33800  documento o en paquetes LaTeX que uses.
33801  Por ejemplo, si defines el comando 
33802 \series bold
33803
33804 \backslash
33805 le
33806 \series default
33807  para 
33808 \series bold
33809
33810 \backslash
33811 Leftarrow,
33812 \series default
33813  se producirán errores porque 
33814 \series bold
33815
33816 \backslash
33817 le
33818 \series default
33819  ya existe para 
33820 \begin_inset Quotes fld
33821 \end_inset
33822
33823
33824 \begin_inset Formula $\le$
33825 \end_inset
33826
33827
33828 \begin_inset Quotes frd
33829 \end_inset
33830
33831 .
33832
33833 \series bold
33834  
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Standard
33843 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33844  argumentos debería tener el nuevo comando.
33845  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33846  Cuando se hace esto, el 
33847 \emph on
33848 primer
33849 \emph default
33850  argumento del nuevo comando es automáticamente opcional.
33851 \end_layout
33852
33853 \begin_layout Standard
33854 \noindent
33855 \align center
33856 \begin_inset Newpage newpage
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \begin_layout Standard
33863 Veamos unos ejemplos:
33864 \end_layout
33865
33866 \begin_layout Itemize
33867 Para definir el comando 
33868 \series bold
33869
33870 \backslash
33871 gr
33872 \series default
33873  para 
33874 \series bold
33875
33876 \backslash
33877 Longrightarrow
33878 \series default
33879 , la línea de preámbulo LaTeX es:
33880 \begin_inset VSpace medskip
33881 \end_inset
33882
33883
33884 \begin_inset Newline newline
33885 \end_inset
33886
33887
33888 \series bold
33889
33890 \backslash
33891 newcommand{
33892 \backslash
33893 gr}{
33894 \backslash
33895 Longrightarrow}
33896 \end_layout
33897
33898 \begin_layout Itemize
33899 Para definir el comando 
33900 \series bold
33901
33902 \backslash
33903 us
33904 \series default
33905  para 
33906 \series bold
33907
33908 \backslash
33909 underline
33910 \series default
33911 , el argumento (que sería subrayado) debe tenerse en cuenta.
33912  Para esto la línea de preámbulo es:
33913 \begin_inset VSpace medskip
33914 \end_inset
33915
33916
33917 \begin_inset Newline newline
33918 \end_inset
33919
33920
33921 \series bold
33922
33923 \backslash
33924 newcommand{
33925 \backslash
33926 us}[1]{
33927 \backslash
33928 underline{#1}}
33929 \series default
33930
33931 \begin_inset VSpace medskip
33932 \end_inset
33933
33934
33935 \begin_inset Newline newline
33936 \end_inset
33937
33938 El carácter 
33939 \series bold
33940 #
33941 \series default
33942  actúa como colocador del argumento, el 
33943 \series bold
33944 1
33945 \series default
33946  indica que es el colocador para el primer argumento.
33947 \end_layout
33948
33949 \begin_layout Itemize
33950 Para 
33951 \series bold
33952
33953 \backslash
33954 framebox
33955 \series default
33956  se puede definir, por ejemplo, el comando 
33957 \series bold
33958
33959 \backslash
33960 fb
33961 \series default
33962 :
33963 \begin_inset VSpace medskip
33964 \end_inset
33965
33966
33967 \begin_inset Newline newline
33968 \end_inset
33969
33970
33971 \series bold
33972
33973 \backslash
33974 newcommand{
33975 \backslash
33976 fb}[3]{
33977 \backslash
33978 framebox#1#2{$#3$}}
33979 \series default
33980
33981 \begin_inset VSpace medskip
33982 \end_inset
33983
33984
33985 \begin_inset Newline newline
33986 \end_inset
33987
33988 Los dos signos dólar generan la ecuación extra necesaria para 
33989 \series bold
33990
33991 \backslash
33992 framebox
33993 \series default
33994 , véase 
33995 \begin_inset CommandInset ref
33996 LatexCommand ref
33997 reference "sub:Marcos-con-bordes"
33998
33999 \end_inset
34000
34001 .
34002 \end_layout
34003
34004 \begin_layout Itemize
34005 Para crear un nuevo comando para 
34006 \series bold
34007
34008 \backslash
34009 fcolorbox
34010 \series default
34011  donde no es necesario especificar el color para el marco, el argumento
34012  para el color se define opcional:
34013 \begin_inset VSpace medskip
34014 \end_inset
34015
34016
34017 \begin_inset Newline newline
34018 \end_inset
34019
34020
34021 \series bold
34022
34023 \backslash
34024 newcommand{
34025 \backslash
34026 cb}[3][white]{
34027 \backslash
34028 fcolorbox{#2}{#1}{$#3$}}
34029 \series default
34030
34031 \begin_inset VSpace medskip
34032 \end_inset
34033
34034
34035 \begin_inset Newline newline
34036 \end_inset
34037
34038 Si el color no es especificado al usar 
34039 \series bold
34040
34041 \backslash
34042 cb
34043 \series default
34044 , se elige el color 
34045 \series bold
34046 white
34047 \series default
34048  predefinido.
34049 \end_layout
34050
34051 \begin_layout Standard
34052 Un ensayo con los nuevos comandos definidos:
34053 \end_layout
34054
34055 \begin_layout Standard
34056 \noindent
34057 \align center
34058 \begin_inset Tabular
34059 <lyxtabular version="3" rows="6" columns="2">
34060 <features tabularvalignment="middle">
34061 <column alignment="center" valignment="top" width="0">
34062 <column alignment="center" valignment="top" width="0">
34063 <row>
34064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068 Comando
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077 Resultado
34078 \begin_inset Note Note
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082
34083 \series bold
34084
34085 \backslash
34086 raisebox
34087 \series default
34088  se usa sólo como espaciador
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \end_inset
34097 </cell>
34098 </row>
34099 <row>
34100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34101 \begin_inset Text
34102
34103 \begin_layout Plain Layout
34104 A
34105 \backslash
34106 gr
34107 \begin_inset ERT
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111
34112
34113 \backslash
34114 spce 
34115 \end_layout
34116
34117 \end_inset
34118
34119 B
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Plain Layout
34128 \begin_inset Formula $A\gr B$
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \end_inset
34135 </cell>
34136 </row>
34137 <row>
34138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142
34143 \backslash
34144 us{ABcd
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \end_inset
34160 </cell>
34161 </row>
34162 <row>
34163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167
34168 \backslash
34169 fb{[2cm]
34170 \begin_inset Formula $\to$
34171 \end_inset
34172
34173
34174 \backslash
34175 {
34176 \begin_inset Formula $\to$
34177 \end_inset
34178
34179
34180 \backslash
34181 {
34182 \backslash
34183 int
34184 \begin_inset ERT
34185 status collapsed
34186
34187 \begin_layout Plain Layout
34188
34189
34190 \backslash
34191 spce 
34192 \end_layout
34193
34194 \end_inset
34195
34196 A=B
34197 \end_layout
34198
34199 \end_inset
34200 </cell>
34201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34202 \begin_inset Text
34203
34204 \begin_layout Plain Layout
34205 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 </row>
34214 <row>
34215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34216 \begin_inset Text
34217
34218 \begin_layout Plain Layout
34219
34220 \backslash
34221 cb{red
34222 \begin_inset Formula $\to$
34223 \end_inset
34224
34225
34226 \backslash
34227 {
34228 \backslash
34229 int
34230 \begin_inset ERT
34231 status collapsed
34232
34233 \begin_layout Plain Layout
34234
34235
34236 \backslash
34237 spce 
34238 \end_layout
34239
34240 \end_inset
34241
34242 A=B
34243 \end_layout
34244
34245 \end_inset
34246 </cell>
34247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34248 \begin_inset Text
34249
34250 \begin_layout Plain Layout
34251 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \end_inset
34258 </cell>
34259 </row>
34260 <row>
34261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34262 \begin_inset Text
34263
34264 \begin_layout Plain Layout
34265
34266 \backslash
34267 cb[green]
34268 \backslash
34269 {red
34270 \begin_inset Formula $\to$
34271 \end_inset
34272
34273
34274 \backslash
34275 {
34276 \backslash
34277 int
34278 \begin_inset ERT
34279 status collapsed
34280
34281 \begin_layout Plain Layout
34282
34283
34284 \backslash
34285 spce 
34286 \end_layout
34287
34288 \end_inset
34289
34290 A=B
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34296 \begin_inset Text
34297
34298 \begin_layout Plain Layout
34299 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 </row>
34308 </lyxtabular>
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Subsection
34316 Macros de ecuaciones
34317 \begin_inset Index idx
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 Comandos de usuario ! Macros de ecuaciones
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \begin_inset Index idx
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 Macros
34332 \end_layout
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Standard
34340 Los comandos definidos por el usuario son especialmente convenientes para
34341  expresiones complejas.
34342  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34343  el mismo tipo de solución se repite varias veces.
34344  La forma general de una ecuación de segundo grado es:
34345 \begin_inset Formula 
34346 \[
34347 0=\lambda^{2}+p\lambda+q
34348 \]
34349
34350 \end_inset
34351
34352 La forma general de la solución es:
34353 \begin_inset Formula 
34354 \[
34355 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34356 \]
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \begin_layout Standard
34364 Para definir un comando para la ecuación de la solución, en donde solo hay
34365  que especificar los tres parámetros 
34366 \begin_inset Formula $\lambda$
34367 \end_inset
34368
34369
34370 \begin_inset Formula $p$
34371 \end_inset
34372
34373 , y 
34374 \begin_inset Formula $q$
34375 \end_inset
34376
34377 , y el índice de 
34378 \begin_inset Formula $\lambda$
34379 \end_inset
34380
34381  puede darse opcionalmente, la línea de preámbulo LaTeX es
34382 \begin_inset Newline newline
34383 \end_inset
34384
34385
34386 \series bold
34387
34388 \backslash
34389 newcommand{
34390 \backslash
34391 qG}[4][1,
34392 \backslash
34393 ,2]{#2_{#1}=-
34394 \backslash
34395 frac{#3}{2}
34396 \backslash
34397 pm
34398 \begin_inset Newline newline
34399 \end_inset
34400
34401
34402 \begin_inset Phantom HPhantom
34403 status open
34404
34405 \begin_layout Plain Layout
34406
34407 \series bold
34408
34409 \backslash
34410 newcommand
34411 \end_layout
34412
34413 \end_inset
34414
34415
34416 \backslash
34417 sqrt{
34418 \backslash
34419 frac{#3^{2}}{4}-#4}}
34420 \end_layout
34421
34422 \begin_layout Standard
34423 Para generar la solución se inserta el comando
34424 \begin_inset Newline newline
34425 \end_inset
34426
34427
34428 \series bold
34429
34430 \backslash
34431 qG{
34432 \backslash
34433 lambda
34434 \begin_inset Formula $\to$
34435 \end_inset
34436
34437
34438 \backslash
34439 {p
34440 \begin_inset Formula $\to$
34441 \end_inset
34442
34443
34444 \backslash
34445 {q
34446 \series default
34447  en una ecuación
34448 \series bold
34449 .
34450 \end_layout
34451
34452 \begin_layout Standard
34453 La definición del nuevo comando no es intuitiva porque hay que conocer los
34454  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
34455  se inserta en LaTeX como
34456 \series bold
34457  
34458 \backslash
34459 frac{numerador}{denominador}
34460 \series default
34461 .
34462  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34463  ver en LyX lo que el nuevo comando está haciendo.
34464  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34465  ecuación en vez del comando
34466 \series bold
34467  
34468 \backslash
34469 newcommand
34470 \series default
34471 .
34472 \end_layout
34473
34474 \begin_layout Standard
34475 Una macro de ecuación se crea con el menú 
34476 \family sans
34477 Insertar\SpecialChar \menuseparator
34478 Ecuación\SpecialChar \menuseparator
34479 Macro
34480 \family default
34481  o con el botón 
34482 \begin_inset Graphics
34483         filename ../../images/math-macro_newmacroname_newcommand.png
34484         scale 85
34485
34486 \end_inset
34487
34488  de la barra de herramientas.
34489  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34490  como el siguiente donde se define la macro:
34491 \begin_inset Newline newline
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \begin_layout Standard
34498 \begin_inset space \hspace*{\fill}
34499 \end_inset
34500
34501
34502 \begin_inset Graphics
34503         filename ../clipart/macrobox.png
34504
34505 \end_inset
34506
34507
34508 \begin_inset space \hspace*{\fill}
34509 \end_inset
34510
34511
34512 \begin_inset Newline newline
34513 \end_inset
34514
34515
34516 \begin_inset FormulaMacro
34517 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34518 \end_inset
34519
34520
34521 \backslash
34522 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34523  En el primer marco azul se inserta la ecuación buscada.
34524  Con el comando 
34525 \series bold
34526
34527 \backslash
34528 #númerodeargumento
34529 \series default
34530 , , o con el botón 
34531 \begin_inset Graphics
34532         filename ../../images/math-macro-add-param.png
34533         scale 85
34534
34535 \end_inset
34536
34537  de la barra de herramientas de macros se inserta un colocador de argumento,
34538  p.
34539 \begin_inset space \thinspace{}
34540 \end_inset
34541
34542 e
34543 \begin_inset space \space{}
34544 \end_inset
34545
34546
34547 \series bold
34548
34549 \backslash
34550 #1
34551 \series default
34552 .
34553  Los colocadores de argumento se muestran en rojo.
34554  Se pueden poner 9
34555 \begin_inset space ~
34556 \end_inset
34557
34558 argumentos como máximo.
34559  Con el botón 
34560 \begin_inset Graphics
34561         filename ../../images/math-macro-add-optional-param.png
34562         scale 85
34563
34564 \end_inset
34565
34566  se crean argumentos opcionales.
34567  El primer argumento no opcional puede transformarse en opcional con el
34568  botón 
34569 \begin_inset Graphics
34570         filename ../../images/math-macro-make-optional.png
34571         scale 85
34572
34573 \end_inset
34574
34575 .
34576  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34577  Normalmente quieres verlo tal como está definido, así que el recuadro se
34578  deja vacío.
34579  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34580  en dicho recuadro puedes insertar, por ejemplo
34581 \begin_inset Newline newline
34582 \end_inset
34583
34584
34585 \series bold
34586 qG: 
34587 \backslash
34588 #1
34589 \series default
34590  
34591 \series bold
34592 ,
34593 \series default
34594  
34595 \series bold
34596
34597 \backslash
34598 #2
34599 \series default
34600  
34601 \series bold
34602 ,
34603 \series default
34604  
34605 \series bold
34606
34607 \backslash
34608 #3, 
34609 \backslash
34610 #4
34611 \begin_inset Newline newline
34612 \end_inset
34613
34614
34615 \series default
34616 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34617  en LyX, lo que conlleva una visualización mejor.
34618  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34619 \begin_inset Newline newline
34620 \end_inset
34621
34622 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34623  macros individuales situando el cursor en la macro y usando el menú 
34624 \family sans
34625 Ver\SpecialChar \menuseparator
34626 (Des)plegar macro de ecuación.
34627 \end_layout
34628
34629 \begin_layout Standard
34630 Para usar una macro, se inserta el nombre de la misma como comando en una
34631  ecuación, en nuestro caso 
34632 \series bold
34633
34634 \backslash
34635 qG
34636 \series default
34637 .
34638  Nuestra macro se muestra en LyX así:
34639 \begin_inset Newline newline
34640 \end_inset
34641
34642
34643 \begin_inset space \hspace*{\fill}
34644 \end_inset
34645
34646
34647 \begin_inset Graphics
34648         filename ../clipart/macrouse.png
34649
34650 \end_inset
34651
34652
34653 \begin_inset space \hspace*{\fill}
34654 \end_inset
34655
34656
34657 \begin_inset Newline newline
34658 \end_inset
34659
34660 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34661 \begin_inset Formula $x$
34662 \end_inset
34663
34664
34665 \begin_inset Formula $\ln(x)$
34666 \end_inset
34667
34668 , y 
34669 \begin_inset Formula $B$
34670 \end_inset
34671
34672 :
34673 \end_layout
34674
34675 \begin_layout Standard
34676 \begin_inset Formula 
34677 \[
34678 \qG x{\ln(x)}B
34679 \]
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Standard
34687 LyX ofrece en el menú 
34688 \family sans
34689 Herramientas
34690 \family default
34691 \SpecialChar \menuseparator
34692
34693 \family sans
34694 Preferencias\SpecialChar \menuseparator
34695 Edición\SpecialChar \menuseparator
34696 Control
34697 \family default
34698  diferentes estilos para editar macros.
34699  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34700  cursor en una macro para ver la diferencia.
34701 \end_layout
34702
34703 \begin_layout Standard
34704 Una macro de ecuación se transforma internamente en un comando 
34705 \series bold
34706
34707 \backslash
34708 newcommand
34709 \series default
34710  cuando se exporta el documento.
34711  El comando creado 
34712 \series bold
34713
34714 \backslash
34715 newcommand
34716 \series default
34717  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34718  usar en ecuaciones que estén en recuadros de definición de macros en el
34719  documento.
34720  
34721 \end_layout
34722
34723 \begin_layout Standard
34724 Las macros de ecuación también pueden crearse directamente a partir de un
34725  comando
34726 \series bold
34727  
34728 \backslash
34729 newcommand
34730 \series default
34731 .
34732  Por ejemplo, escribiendo el comando
34733 \begin_inset Newline newline
34734 \end_inset
34735
34736
34737 \series bold
34738
34739 \backslash
34740 newcommand{
34741 \backslash
34742 larrow}[2]{
34743 \backslash
34744 xleftarrow[#2]{#1}}
34745 \begin_inset Newline newline
34746 \end_inset
34747
34748
34749 \series default
34750 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34751  el atajo 
34752 \family sans
34753 Ctrl+M
34754 \family default
34755 , el comando se transformará en una macro de ecuación.
34756  Al emplear este método debes tener cuidado en escribir correctamente el
34757  comando 
34758 \series bold
34759
34760 \backslash
34761 newcommand
34762 \series default
34763 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34764  
34765 \end_layout
34766
34767 \begin_layout Standard
34768 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34769  en definiciones de macros se manejan incorrectamente.
34770  Por eso el ejemplo 
34771 \series bold
34772
34773 \backslash
34774 fb
34775 \series default
34776  de 
34777 \begin_inset CommandInset ref
34778 LatexCommand ref
34779 reference "sub:El-comando-newcommand"
34780
34781 \end_inset
34782
34783  no puede crearse como macro.
34784 \end_layout
34785
34786 \begin_layout Standard
34787 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34788  la barra de herramientas de macros:
34789 \end_layout
34790
34791 \begin_layout Standard
34792 \begin_inset VSpace defskip
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \begin_layout Standard
34799 \begin_inset Graphics
34800         filename ../clipart/MacroToolbar.png
34801
34802 \end_inset
34803
34804
34805 \begin_inset Index idx
34806 status collapsed
34807
34808 \begin_layout Plain Layout
34809 Macros ! Barra de herramientas
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \end_layout
34816
34817 \begin_layout Standard
34818 \begin_inset VSpace defskip
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Standard
34825 La barra de herramientas de macros contiene los siguientes botones:
34826 \end_layout
34827
34828 \begin_layout Standard
34829 \begin_inset VSpace defskip
34830 \end_inset
34831
34832
34833 \end_layout
34834
34835 \begin_layout Standard
34836 \begin_inset Tabular
34837 <lyxtabular version="3" rows="9" columns="2">
34838 <features islongtable="true" longtabularalignment="center">
34839 <column alignment="left" valignment="top" width="0">
34840 <column alignment="left" valignment="top" width="85col%">
34841 <row interlinespace="2.5mm">
34842 <cell alignment="center" valignment="top" usebox="none">
34843 \begin_inset Text
34844
34845 \begin_layout Plain Layout
34846 \begin_inset Graphics
34847         filename ../../images/math-macro-remove-param.png
34848         rotateOrigin center
34849
34850 \end_inset
34851
34852
34853 \end_layout
34854
34855 \end_inset
34856 </cell>
34857 <cell alignment="center" valignment="top" usebox="none">
34858 \begin_inset Text
34859
34860 \begin_layout Plain Layout
34861
34862 \family sans
34863 Editar\SpecialChar \menuseparator
34864 Ecuación\SpecialChar \menuseparator
34865 Definición de macro\SpecialChar \menuseparator
34866 Quitar último argumento
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 </row>
34872 <row interlinespace="2.5mm">
34873 <cell alignment="center" valignment="top" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Plain Layout
34877 \begin_inset Graphics
34878         filename ../../images/math-macro-add-param.png
34879         rotateOrigin center
34880
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \end_inset
34887 </cell>
34888 <cell alignment="center" valignment="top" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892
34893 \family sans
34894 Editar\SpecialChar \menuseparator
34895 Ecuación\SpecialChar \menuseparator
34896 Definición de macro\SpecialChar \menuseparator
34897 Añadir argumento
34898 \end_layout
34899
34900 \end_inset
34901 </cell>
34902 </row>
34903 <row interlinespace="2.5mm">
34904 <cell alignment="center" valignment="top" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908 \begin_inset Graphics
34909         filename ../../images/math-macro-make-optional.png
34910         rotateOrigin center
34911
34912 \end_inset
34913
34914
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923
34924 \family sans
34925 Editar\SpecialChar \menuseparator
34926 Ecuación\SpecialChar \menuseparator
34927 Definición de macro\SpecialChar \menuseparator
34928 Hacer opcional el primer
34929 \begin_inset Newline newline
34930 \end_inset
34931
34932
34933 \begin_inset Phantom HPhantom
34934 status open
34935
34936 \begin_layout Plain Layout
34937
34938 \family sans
34939 Editar\SpecialChar \menuseparator
34940 Ecuación\SpecialChar \menuseparator
34941 Definición de macro\SpecialChar \menuseparator
34942
34943 \end_layout
34944
34945 \end_inset
34946
34947 argumento no opcional
34948 \end_layout
34949
34950 \end_inset
34951 </cell>
34952 </row>
34953 <row interlinespace="2.5mm">
34954 <cell alignment="center" valignment="top" usebox="none">
34955 \begin_inset Text
34956
34957 \begin_layout Plain Layout
34958 \begin_inset Graphics
34959         filename ../../images/math-macro-make-nonoptional.png
34960         rotateOrigin center
34961
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 <cell alignment="center" valignment="top" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973
34974 \family sans
34975 Editar\SpecialChar \menuseparator
34976 Ecuación\SpecialChar \menuseparator
34977 Definición de macro\SpecialChar \menuseparator
34978 Hacer no opcional el primer
34979 \begin_inset Newline newline
34980 \end_inset
34981
34982
34983 \begin_inset Phantom HPhantom
34984 status open
34985
34986 \begin_layout Plain Layout
34987
34988 \family sans
34989 Editar\SpecialChar \menuseparator
34990 Ecuación\SpecialChar \menuseparator
34991 Definición de macro\SpecialChar \menuseparator
34992
34993 \end_layout
34994
34995 \end_inset
34996
34997 argumento opcional
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 </row>
35003 <row interlinespace="2.5mm">
35004 <cell alignment="center" valignment="top" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008 \begin_inset Graphics
35009         filename ../../images/math-macro-remove-optional-param.png
35010         rotateOrigin center
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \end_inset
35018 </cell>
35019 <cell alignment="center" valignment="top" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023
35024 \family sans
35025 Editar\SpecialChar \menuseparator
35026 Ecuación\SpecialChar \menuseparator
35027 Definición de macro\SpecialChar \menuseparator
35028 Quitar argumento opcional
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 </row>
35034 <row interlinespace="2.5mm">
35035 <cell alignment="center" valignment="top" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039 \begin_inset Graphics
35040         filename ../../images/math-macro-add-optional-param.png
35041         rotateOrigin center
35042
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 <cell alignment="center" valignment="top" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054
35055 \family sans
35056 Editar\SpecialChar \menuseparator
35057 Ecuación\SpecialChar \menuseparator
35058 Definición de macro\SpecialChar \menuseparator
35059 Insertar argumento opcional
35060 \end_layout
35061
35062 \end_inset
35063 </cell>
35064 </row>
35065 <row interlinespace="2.5mm">
35066 <cell alignment="center" valignment="top" usebox="none">
35067 \begin_inset Text
35068
35069 \begin_layout Plain Layout
35070 \begin_inset Graphics
35071         filename ../../images/math-macro-remove-greedy-param.png
35072         rotateOrigin center
35073
35074 \end_inset
35075
35076
35077 \end_layout
35078
35079 \end_inset
35080 </cell>
35081 <cell alignment="center" valignment="top" usebox="none">
35082 \begin_inset Text
35083
35084 \begin_layout Plain Layout
35085
35086 \family sans
35087 Editar\SpecialChar \menuseparator
35088 Ecuación\SpecialChar \menuseparator
35089 Definición de macro\SpecialChar \menuseparator
35090 Quitar último argumento
35091 \begin_inset Newline newline
35092 \end_inset
35093
35094
35095 \begin_inset Phantom HPhantom
35096 status open
35097
35098 \begin_layout Plain Layout
35099
35100 \family sans
35101 Editar\SpecialChar \menuseparator
35102 Ecuación\SpecialChar \menuseparator
35103 Definición de macro\SpecialChar \menuseparator
35104
35105 \end_layout
35106
35107 \end_inset
35108
35109 yendo hacia la derecha
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 </row>
35115 <row interlinespace="2.5mm">
35116 <cell alignment="center" valignment="top" usebox="none">
35117 \begin_inset Text
35118
35119 \begin_layout Plain Layout
35120 \begin_inset Graphics
35121         filename ../../images/math-macro-append-greedy-param.png
35122         rotateOrigin center
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \end_inset
35130 </cell>
35131 <cell alignment="center" valignment="top" usebox="none">
35132 \begin_inset Text
35133
35134 \begin_layout Plain Layout
35135
35136 \family sans
35137 Editar\SpecialChar \menuseparator
35138 Ecuación\SpecialChar \menuseparator
35139 Definición de macro\SpecialChar \menuseparator
35140 Añadir argumento comiendo
35141 \begin_inset Newline newline
35142 \end_inset
35143
35144
35145 \begin_inset Phantom HPhantom
35146 status open
35147
35148 \begin_layout Plain Layout
35149
35150 \family sans
35151 Editar\SpecialChar \menuseparator
35152 Ecuación\SpecialChar \menuseparator
35153 Definición de macro\SpecialChar \menuseparator
35154
35155 \end_layout
35156
35157 \end_inset
35158
35159 desde la derecha
35160 \end_layout
35161
35162 \end_inset
35163 </cell>
35164 </row>
35165 <row interlinespace="2.5mm">
35166 <cell alignment="center" valignment="top" usebox="none">
35167 \begin_inset Text
35168
35169 \begin_layout Plain Layout
35170 \begin_inset Graphics
35171         filename ../../images/math-macro-add-greedy-optional-param.png
35172         rotateOrigin center
35173
35174 \end_inset
35175
35176
35177 \end_layout
35178
35179 \end_inset
35180 </cell>
35181 <cell alignment="center" valignment="top" usebox="none">
35182 \begin_inset Text
35183
35184 \begin_layout Plain Layout
35185
35186 \family sans
35187 Editar\SpecialChar \menuseparator
35188 Ecuación\SpecialChar \menuseparator
35189 Definición de macro\SpecialChar \menuseparator
35190 Añadir argumento opcional
35191 \begin_inset Newline newline
35192 \end_inset
35193
35194
35195 \begin_inset Phantom HPhantom
35196 status open
35197
35198 \begin_layout Plain Layout
35199
35200 \family sans
35201 Editar\SpecialChar \menuseparator
35202 Ecuación\SpecialChar \menuseparator
35203 Definición de macro\SpecialChar \menuseparator
35204
35205 \end_layout
35206
35207 \end_inset
35208
35209 comiendo desde la derecha
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 </row>
35215 </lyxtabular>
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Section
35223 Sistema algebraico computacional
35224 \end_layout
35225
35226 \begin_layout Standard
35227 LyX permite el intercambio entre expresiones matemáticas escritas con su
35228  editor de ecuaciones y aplicaciones externas o guiones definidos por el
35229  usuario.
35230  Las aplicaciones soportadas actualmente son 
35231 \family sans
35232 Maple
35233 \family default
35234
35235 \family sans
35236 Mathematica
35237 \family default
35238
35239 \family sans
35240 Maxima
35241 \family default
35242  y 
35243 \family sans
35244 Octave
35245 \family default
35246 .
35247  Hay que advertir que el conjunto de estructuras matemáticas soportadas
35248  se limita a casos muy simples.
35249 \end_layout
35250
35251 \begin_layout Subsection
35252 Utilización
35253 \end_layout
35254
35255 \begin_layout Standard
35256 Escribe alguna expresión en una ecuación, despliega el menú 
35257 \family sans
35258 Editar\SpecialChar \menuseparator
35259 Ecuación\SpecialChar \menuseparator
35260 Usar programa de álgebra
35261 \family default
35262  y elige la aplicación que esté instalada en tu ordenador.
35263  Después de eso el resultado de la computación debería mostrarse a la derecha
35264  de la expresión junto con el operador "=".
35265 \end_layout
35266
35267 \begin_layout Standard
35268 A continuación hay unos ejemplos sencillos (con resultados de 
35269 \family sans
35270 Maxima
35271 \family default
35272 ) que muestran qué tipos de computación se pueden realizar:
35273 \end_layout
35274
35275 \begin_layout Itemize
35276 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
35277 \end_inset
35278
35279
35280 \end_layout
35281
35282 \begin_layout Itemize
35283 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \begin_layout Itemize
35290 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
35291 \end_inset
35292
35293
35294 \end_layout
35295
35296 \begin_layout Itemize
35297 \begin_inset Formula $\det\left[\begin{array}{ccc}
35298 1 & 6 & 7\\
35299 2 & 5 & 8\\
35300 3 & 4 & 17
35301 \end{array}\right]=-56$
35302 \end_inset
35303
35304
35305 \end_layout
35306
35307 \begin_layout Itemize
35308 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \begin_layout Subsection
35315 Atajos de teclado
35316 \end_layout
35317
35318 \begin_layout Standard
35319 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
35320  Se puede vincular fácilmente una combinación de teclas a la función 
35321 \family sans
35322 math-extern
35323 \family default
35324  de Lyx (véase el manual 
35325 \emph on
35326 Funciones de LyX
35327 \emph default
35328 ).
35329  Por ejemplo, para vincular la tecla 
35330 \family sans
35331 Entrar
35332 \family default
35333  en el editor de ecuaciones a 
35334 \family sans
35335 Maxima
35336 \family default
35337  se podría usar este comando para definir el atajo de teclado:
35338 \end_layout
35339
35340 \begin_layout Standard
35341
35342 \series bold
35343 command-alternatives break-paragraph;math-extern maxima
35344 \end_layout
35345
35346 \begin_layout Section
35347 Consejos prácticos
35348 \begin_inset Index idx
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352 Consejos prácticos
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \end_layout
35359
35360 \begin_layout Subsection
35361 Números negativos
35362 \begin_inset Index idx
35363 status collapsed
35364
35365 \begin_layout Plain Layout
35366 Numeros@Números ! negativos
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \begin_layout Standard
35375 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35376  menos delante del número tiene la misma longitud que el operador signo
35377  menos.
35378  Si se escribe el número negativo en texto normal el signo menos aparece
35379  correctamente.
35380 \end_layout
35381
35382 \begin_layout Standard
35383 Así pues, el problema desaparece si se convierte el signo menos a texto
35384  matemático.
35385 \end_layout
35386
35387 \begin_layout Standard
35388 Un ejemplo para visualizar el problema:
35389 \end_layout
35390
35391 \begin_layout Standard
35392 \noindent
35393 \align center
35394 \begin_inset Tabular
35395 <lyxtabular version="3" rows="3" columns="2">
35396 <features tabularvalignment="middle">
35397 <column alignment="center" valignment="top" width="0">
35398 <column alignment="center" valignment="top" width="0">
35399 <row>
35400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35401 \begin_inset Text
35402
35403 \begin_layout Plain Layout
35404 texto normal:
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413 x = -2
35414 \end_layout
35415
35416 \end_inset
35417 </cell>
35418 </row>
35419 <row>
35420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35421 \begin_inset Text
35422
35423 \begin_layout Plain Layout
35424 ecuación:
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35430 \begin_inset Text
35431
35432 \begin_layout Plain Layout
35433 \begin_inset Formula $x=-2$
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \end_inset
35440 </cell>
35441 </row>
35442 <row>
35443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35444 \begin_inset Text
35445
35446 \begin_layout Plain Layout
35447 solución:
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456 \begin_inset Formula $x=\mbox{-}2$
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \end_inset
35463 </cell>
35464 </row>
35465 </lyxtabular>
35466
35467 \end_inset
35468
35469
35470 \end_layout
35471
35472 \begin_layout Subsection
35473 Coma como separador decimal
35474 \begin_inset Index idx
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 Coma decimal
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35488  de grupos numéricos.
35489  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35490 \end_layout
35491
35492 \begin_layout Standard
35493 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35494  
35495 \family sans
35496 Ctrl+M
35497 \family default
35498 ).
35499 \end_layout
35500
35501 \begin_layout Standard
35502 Para usar las comas en todas las fórmulas del documento como separador decimal,
35503  se carga el archivo 
35504 \series bold
35505 icomma.sty
35506 \series default
35507
35508 \begin_inset Foot
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512
35513 \series bold
35514 icomma
35515 \series default
35516  forma parte del paquete LaTeX 
35517 \series bold
35518 was
35519 \series default
35520
35521 \begin_inset Index idx
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 Paquetes ! was
35526 \begin_inset ERT
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530
35531
35532 \backslash
35533 vspace{4mm}
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \end_inset
35542
35543 .
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \begin_inset Index idx
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553 Paquetes ! icomma
35554 \end_layout
35555
35556 \end_inset
35557
35558  en el preámbulo LaTeX con la línea: 
35559 \end_layout
35560
35561 \begin_layout Standard
35562
35563 \series bold
35564
35565 \backslash
35566 usepackage{icomma}
35567 \end_layout
35568
35569 \begin_layout Subsection
35570 Vectores cuánticos y notación bra-ket
35571 \begin_inset CommandInset label
35572 LatexCommand label
35573 name "sub:Vectores-cuánticos"
35574
35575 \end_inset
35576
35577
35578 \begin_inset Index idx
35579 status open
35580
35581 \begin_layout Plain Layout
35582 Vectores cuánticos
35583 \end_layout
35584
35585 \end_inset
35586
35587
35588 \begin_inset Index idx
35589 status open
35590
35591 \begin_layout Plain Layout
35592 Notación bra-ket
35593 \end_layout
35594
35595 \end_inset
35596
35597
35598 \end_layout
35599
35600 \begin_layout Standard
35601 El paquete LaTeX 
35602 \series bold
35603 braket
35604 \series default
35605
35606 \begin_inset Index idx
35607 status collapsed
35608
35609 \begin_layout Plain Layout
35610 Paquetes ! braket
35611 \end_layout
35612
35613 \end_inset
35614
35615  suministra comandos para escribir paréntesis angulares que se usan en mecánica
35616  cuántica: la notación 
35617 \begin_inset Quotes fld
35618 \end_inset
35619
35620 bra-ket
35621 \begin_inset Quotes frd
35622 \end_inset
35623
35624 ; se carga con la línea de preámbulo LaTeX:
35625 \end_layout
35626
35627 \begin_layout Standard
35628
35629 \series bold
35630
35631 \backslash
35632 usepackage{braket}
35633 \end_layout
35634
35635 \begin_layout Standard
35636 \begin_inset ERT
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640
35641
35642 \backslash
35643 ifbraket 
35644 \end_layout
35645
35646 \end_inset
35647
35648
35649 \begin_inset Note Note
35650 status open
35651
35652 \begin_layout Plain Layout
35653 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35654 \series bold
35655 braket
35656 \series default
35657  está instalado.
35658 \end_layout
35659
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \begin_layout Standard
35666 Están definidos los siguientes comandos:
35667 \end_layout
35668
35669 \begin_layout Standard
35670 \noindent
35671 \align center
35672 \begin_inset Tabular
35673 <lyxtabular version="3" rows="4" columns="2">
35674 <features tabularvalignment="middle">
35675 <column alignment="center" valignment="top" width="0">
35676 <column alignment="center" valignment="top" width="0">
35677 <row>
35678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35679 \begin_inset Text
35680
35681 \begin_layout Plain Layout
35682 Comando
35683 \end_layout
35684
35685 \end_inset
35686 </cell>
35687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35688 \begin_inset Text
35689
35690 \begin_layout Plain Layout
35691 Resultado
35692 \end_layout
35693
35694 \end_inset
35695 </cell>
35696 </row>
35697 <row>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702
35703 \backslash
35704 Bra{
35705 \backslash
35706 psi
35707 \end_layout
35708
35709 \end_inset
35710 </cell>
35711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35712 \begin_inset Text
35713
35714 \begin_layout Plain Layout
35715 \begin_inset Formula $\Bra{\psi}$
35716 \end_inset
35717
35718
35719 \end_layout
35720
35721 \end_inset
35722 </cell>
35723 </row>
35724 <row>
35725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35726 \begin_inset Text
35727
35728 \begin_layout Plain Layout
35729
35730 \backslash
35731 Ket{
35732 \backslash
35733 psi
35734 \end_layout
35735
35736 \end_inset
35737 </cell>
35738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35739 \begin_inset Text
35740
35741 \begin_layout Plain Layout
35742 \begin_inset Formula $\Ket{\psi}$
35743 \end_inset
35744
35745
35746 \end_layout
35747
35748 \end_inset
35749 </cell>
35750 </row>
35751 <row>
35752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35753 \begin_inset Text
35754
35755 \begin_layout Plain Layout
35756
35757 \backslash
35758 Braket{
35759 \backslash
35760 psi|
35761 \backslash
35762 phi
35763 \end_layout
35764
35765 \end_inset
35766 </cell>
35767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35768 \begin_inset Text
35769
35770 \begin_layout Plain Layout
35771 \begin_inset Formula $\Braket{\psi|\phi}$
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \end_inset
35778 </cell>
35779 </row>
35780 </lyxtabular>
35781
35782 \end_inset
35783
35784
35785 \end_layout
35786
35787 \begin_layout Standard
35788 El comando 
35789 \series bold
35790
35791 \backslash
35792 Braket
35793 \series default
35794  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35795  circundantes:
35796 \begin_inset Formula 
35797 \[
35798 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35799 \]
35800
35801 \end_inset
35802
35803
35804 \begin_inset ERT
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808
35809
35810 \backslash
35811 else
35812 \end_layout
35813
35814 \end_inset
35815
35816
35817 \begin_inset Note Note
35818 status open
35819
35820 \begin_layout Plain Layout
35821 Lo que sigue se verá en la salida si el paquete LaTeX 
35822 \series bold
35823 braket
35824 \series default
35825  no está instalado:
35826 \end_layout
35827
35828 \end_inset
35829
35830
35831 \end_layout
35832
35833 \begin_layout Standard
35834 Debes instalar el paquete LaTeX 
35835 \series bold
35836 braket
35837 \series default
35838  para ver en la salida el resto de esta subsección.
35839 \end_layout
35840
35841 \begin_layout Standard
35842 \begin_inset ERT
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846
35847
35848 \backslash
35849 fi
35850 \end_layout
35851
35852 \end_inset
35853
35854
35855 \end_layout
35856
35857 \begin_layout Standard
35858 El efecto de 
35859 \series bold
35860
35861 \backslash
35862 Braket
35863 \series default
35864  también se puede conseguir con el comando 
35865 \series bold
35866
35867 \backslash
35868 middle
35869 \series default
35870 , que se describe en 
35871 \begin_inset CommandInset ref
35872 LatexCommand ref
35873 reference "sub:Tamaño-automático-de"
35874
35875 \end_inset
35876
35877 .
35878 \end_layout
35879
35880 \begin_layout Subsection
35881 Fracciones definidas por el usuario
35882 \begin_inset CommandInset label
35883 LatexCommand label
35884 name "sub:Fracciones-personalizadas"
35885
35886 \end_inset
35887
35888
35889 \begin_inset Index idx
35890 status collapsed
35891
35892 \begin_layout Plain Layout
35893 Fracciones ! personalizadas
35894 \end_layout
35895
35896 \end_inset
35897
35898
35899 \end_layout
35900
35901 \begin_layout Standard
35902 Para definir comandos personalizados para fracciones, se usa el comando
35903  
35904 \series bold
35905
35906 \backslash
35907 genfrac
35908 \series default
35909
35910 \begin_inset Index idx
35911 status collapsed
35912
35913 \begin_layout Plain Layout
35914 Comandos ! G ! 
35915 \backslash
35916 genfrac
35917 \end_layout
35918
35919 \end_inset
35920
35921  con el siguiente esquema:
35922 \end_layout
35923
35924 \begin_layout Standard
35925
35926 \series bold
35927
35928 \backslash
35929 genfrac{delimitador izquierdo}{delimitador derecho}
35930 \begin_inset Newline newline
35931 \end_inset
35932
35933
35934 \begin_inset Phantom HPhantom
35935 status open
35936
35937 \begin_layout Plain Layout
35938
35939 \series bold
35940
35941 \backslash
35942 genfrac
35943 \end_layout
35944
35945 \end_inset
35946
35947 {grosor raya de fracción}{estilo}{numerador}{denominador}
35948 \end_layout
35949
35950 \begin_layout Standard
35951 El estilo es un número en el rango 0
35952 \begin_inset space \thinspace{}
35953 \end_inset
35954
35955 -
35956 \begin_inset space \thinspace{}
35957 \end_inset
35958
35959 3.
35960 \end_layout
35961
35962 \begin_layout Standard
35963 \align center
35964 \begin_inset Tabular
35965 <lyxtabular version="3" rows="5" columns="2">
35966 <features tabularvalignment="middle">
35967 <column alignment="center" valignment="top" width="0">
35968 <column alignment="center" valignment="top" width="0">
35969 <row>
35970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35971 \begin_inset Text
35972
35973 \begin_layout Plain Layout
35974 Número
35975 \end_layout
35976
35977 \end_inset
35978 </cell>
35979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35980 \begin_inset Text
35981
35982 \begin_layout Plain Layout
35983 Estilo (tamaño)
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 </row>
35989 <row>
35990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35991 \begin_inset Text
35992
35993 \begin_layout Plain Layout
35994 0
35995 \end_layout
35996
35997 \end_inset
35998 </cell>
35999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36000 \begin_inset Text
36001
36002 \begin_layout Plain Layout
36003 ecuación presentada
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 </row>
36009 <row>
36010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014 1
36015 \end_layout
36016
36017 \end_inset
36018 </cell>
36019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36020 \begin_inset Text
36021
36022 \begin_layout Plain Layout
36023 ecuación en línea
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 </row>
36029 <row>
36030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36031 \begin_inset Text
36032
36033 \begin_layout Plain Layout
36034 2
36035 \end_layout
36036
36037 \end_inset
36038 </cell>
36039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36040 \begin_inset Text
36041
36042 \begin_layout Plain Layout
36043 pequeño
36044 \end_layout
36045
36046 \end_inset
36047 </cell>
36048 </row>
36049 <row>
36050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36051 \begin_inset Text
36052
36053 \begin_layout Plain Layout
36054 3
36055 \end_layout
36056
36057 \end_inset
36058 </cell>
36059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36060 \begin_inset Text
36061
36062 \begin_layout Plain Layout
36063 muy pequeño
36064 \end_layout
36065
36066 \end_inset
36067 </cell>
36068 </row>
36069 </lyxtabular>
36070
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Standard
36077 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
36078  
36079 \series bold
36080
36081 \backslash
36082 frac
36083 \series default
36084 .
36085 \end_layout
36086
36087 \begin_layout Standard
36088 Si no se pone grosor de la raya de fracción se usará el valor predefinido
36089  de 0.4
36090 \begin_inset space \thinspace{}
36091 \end_inset
36092
36093 pt.
36094 \end_layout
36095
36096 \begin_layout Standard
36097 Por ejemplo, los comandos 
36098 \series bold
36099
36100 \backslash
36101 dfrac
36102 \series default
36103  y 
36104 \series bold
36105
36106 \backslash
36107 tbinom
36108 \series default
36109  de la 
36110 \begin_inset CommandInset ref
36111 LatexCommand ref
36112 reference "sub:Fracciones"
36113
36114 \end_inset
36115
36116  se definen con los comandos:
36117 \end_layout
36118
36119 \begin_layout Standard
36120
36121 \series bold
36122
36123 \backslash
36124 newcommand{
36125 \backslash
36126 dfrac}[2]{
36127 \backslash
36128 genfrac{}{}{}{0}{#1}{#2}}
36129 \end_layout
36130
36131 \begin_layout Standard
36132 y
36133 \end_layout
36134
36135 \begin_layout Standard
36136
36137 \series bold
36138
36139 \backslash
36140 newcommand{
36141 \backslash
36142 tbinom}[2]{
36143 \backslash
36144 genfrac{(}{)}{0pt}{1}{#1}{#2}}
36145 \end_layout
36146
36147 \begin_layout Standard
36148 \begin_inset VSpace medskip
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \begin_layout Standard
36155 Para definir una fracción en la que el grosor de la raya se pueda definir
36156  como argumento opcional, se inserta la siguiente línea en el preámbulo
36157  LaTeX:
36158 \end_layout
36159
36160 \begin_layout Standard
36161
36162 \series bold
36163
36164 \backslash
36165 newcommand{
36166 \backslash
36167 fracS}[3][]{
36168 \backslash
36169 genfrac{}{}{#1}{}{#2}{#3}}
36170 \end_layout
36171
36172 \begin_layout Standard
36173 Un ensayo:
36174 \begin_inset Formula 
36175 \begin{align*}
36176 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
36177 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
36178 \end{align*}
36179
36180 \end_inset
36181
36182 Como se puede ver, la distancia del numerador y el denominador a la raya
36183  de fracción se redondea a unas tres veces el grosor de la raya.
36184 \end_layout
36185
36186 \begin_layout Subsection
36187 Ecuaciones canceladas
36188 \begin_inset Index idx
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192 Ecuación ! cancelada
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
36202  
36203 \series bold
36204 cancel
36205 \series default
36206
36207 \begin_inset Index idx
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211 Paquetes ! cancel
36212 \end_layout
36213
36214 \end_inset
36215
36216  con la línea de preámbulo LaTeX
36217 \end_layout
36218
36219 \begin_layout Standard
36220
36221 \series bold
36222
36223 \backslash
36224 usepackage{cancel}
36225 \end_layout
36226
36227 \begin_layout Standard
36228 \begin_inset ERT
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232
36233
36234 \backslash
36235 ifcancel 
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \begin_inset Note Note
36242 status open
36243
36244 \begin_layout Plain Layout
36245 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
36246 \series bold
36247 cancel
36248 \series default
36249  está instalado.
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Standard
36258 Hay cuatro formas de cancelar ecuaciones:
36259 \end_layout
36260
36261 \begin_layout Standard
36262 \align center
36263 \begin_inset Tabular
36264 <lyxtabular version="3" rows="5" columns="2">
36265 <features tabularvalignment="middle">
36266 <column alignment="center" valignment="top" width="0">
36267 <column alignment="center" valignment="top" width="0">
36268 <row>
36269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36270 \begin_inset Text
36271
36272 \begin_layout Plain Layout
36273 Comando
36274 \end_layout
36275
36276 \end_inset
36277 </cell>
36278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282 Resultado
36283 \begin_inset Note Note
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287 El
36288 \series bold
36289  
36290 \series default
36291 espacio y 
36292 \series bold
36293
36294 \backslash
36295 raisebox
36296 \series default
36297  se usa sólo como espaciador
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \end_inset
36306 </cell>
36307 </row>
36308 <row>
36309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36310 \begin_inset Text
36311
36312 \begin_layout Plain Layout
36313
36314 \backslash
36315 cancel{
36316 \backslash
36317 int
36318 \begin_inset ERT
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322
36323
36324 \backslash
36325 spce 
36326 \end_layout
36327
36328 \end_inset
36329
36330 A=B
36331 \end_layout
36332
36333 \end_inset
36334 </cell>
36335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36336 \begin_inset Text
36337
36338 \begin_layout Plain Layout
36339 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36340 \end_inset
36341
36342
36343 \end_layout
36344
36345 \end_inset
36346 </cell>
36347 </row>
36348 <row>
36349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36350 \begin_inset Text
36351
36352 \begin_layout Plain Layout
36353
36354 \backslash
36355 bcancel{
36356 \backslash
36357 int
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 spce 
36366 \end_layout
36367
36368 \end_inset
36369
36370 A=B
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36380 \end_inset
36381
36382
36383 \end_layout
36384
36385 \end_inset
36386 </cell>
36387 </row>
36388 <row>
36389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36390 \begin_inset Text
36391
36392 \begin_layout Plain Layout
36393
36394 \backslash
36395 xcancel{
36396 \backslash
36397 int
36398 \begin_inset ERT
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402
36403
36404 \backslash
36405 spce 
36406 \end_layout
36407
36408 \end_inset
36409
36410 A=B
36411 \end_layout
36412
36413 \end_inset
36414 </cell>
36415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36416 \begin_inset Text
36417
36418 \begin_layout Plain Layout
36419 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 </row>
36428 <row>
36429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36430 \begin_inset Text
36431
36432 \begin_layout Plain Layout
36433
36434 \backslash
36435 cancelto{1
36436 \begin_inset Formula $\to$
36437 \end_inset
36438
36439
36440 \backslash
36441 {
36442 \backslash
36443 int
36444 \begin_inset ERT
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448
36449
36450 \backslash
36451 spce 
36452 \end_layout
36453
36454 \end_inset
36455
36456 A=B
36457 \end_layout
36458
36459 \end_inset
36460 </cell>
36461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36462 \begin_inset Text
36463
36464 \begin_layout Plain Layout
36465 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 </row>
36474 </lyxtabular>
36475
36476 \end_inset
36477
36478
36479 \end_layout
36480
36481 \begin_layout Standard
36482
36483 \series bold
36484
36485 \backslash
36486 cancelto
36487 \series default
36488  es especialmente apropiado para visualizar la simplificación de fracciones
36489  en una ecuación:
36490 \begin_inset Formula 
36491 \[
36492 \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}}}
36493 \]
36494
36495 \end_inset
36496
36497
36498 \end_layout
36499
36500 \begin_layout Standard
36501 Para cambiar el tamaño del valor subscrito por 
36502 \series bold
36503
36504 \backslash
36505 cancelto
36506 \series default
36507  se puede cargar el paquete 
36508 \series bold
36509 cancel
36510 \series default
36511  con la opción 
36512 \series bold
36513 samesize
36514 \series default
36515 , que da el mismo tamaño que para el valor cancelado, o con la opción 
36516 \series bold
36517 Smaller
36518 \series default
36519 , que da un tamaño un poco más pequeño que el que se obtiene sin usar ninguna
36520  opción.
36521  En este documento, 
36522 \series bold
36523 cancel
36524 \series default
36525  se ha cargado con la línea 
36526 \end_layout
36527
36528 \begin_layout Standard
36529
36530 \series bold
36531
36532 \backslash
36533 usepackage[samesize]{cancel}
36534 \end_layout
36535
36536 \begin_layout Standard
36537 Para colorear la raya de cancelación añade el siguiente comando en código
36538  TeX:
36539 \end_layout
36540
36541 \begin_layout Standard
36542
36543 \series bold
36544
36545 \backslash
36546 renewcommand{
36547 \backslash
36548 CancelColor}{
36549 \backslash
36550 color{red}}
36551 \end_layout
36552
36553 \begin_layout Standard
36554 donde 
36555 \series bold
36556 red
36557 \series default
36558  puede reemplazarse por el color deseado.
36559 \end_layout
36560
36561 \begin_layout Standard
36562 \begin_inset ERT
36563 status collapsed
36564
36565 \begin_layout Plain Layout
36566
36567
36568 \backslash
36569 renewcommand{
36570 \backslash
36571 CancelColor}{
36572 \backslash
36573 color{red}}
36574 \end_layout
36575
36576 \end_inset
36577
36578
36579 \end_layout
36580
36581 \begin_layout Standard
36582 \begin_inset Formula 
36583 \[
36584 \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}}}
36585 \]
36586
36587 \end_inset
36588
36589
36590 \end_layout
36591
36592 \begin_layout Standard
36593 \begin_inset ERT
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597
36598
36599 \backslash
36600 renewcommand{
36601 \backslash
36602 CancelColor}{
36603 \backslash
36604 color{black}}
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \begin_inset Note Note
36611 status open
36612
36613 \begin_layout Plain Layout
36614 restablece el color
36615 \end_layout
36616
36617 \end_inset
36618
36619
36620 \end_layout
36621
36622 \begin_layout Standard
36623 Para otras posibilidades de personalización, véase la documentación del
36624  paquete
36625 \series bold
36626  cancel
36627 \series default
36628
36629 \begin_inset CommandInset citation
36630 LatexCommand cite
36631 key "cancel"
36632
36633 \end_inset
36634
36635 .
36636 \end_layout
36637
36638 \begin_layout Standard
36639 \begin_inset ERT
36640 status collapsed
36641
36642 \begin_layout Plain Layout
36643
36644
36645 \backslash
36646 else
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \begin_inset Note Note
36653 status open
36654
36655 \begin_layout Plain Layout
36656 Lo que sigue se verá en la salida si el paquete LaTeX 
36657 \series bold
36658 cancel
36659 \series default
36660  no está instalado:
36661 \end_layout
36662
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \begin_layout Standard
36669 Debes instalar el paquete LaTeX 
36670 \series bold
36671 cancel
36672 \series default
36673  para ver en la salida el resto de esta subsección.
36674 \end_layout
36675
36676 \begin_layout Standard
36677 \begin_inset ERT
36678 status collapsed
36679
36680 \begin_layout Plain Layout
36681
36682
36683 \backslash
36684 fi
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \begin_layout Subsection
36693 Ecuaciones en encabezados de sección
36694 \begin_inset CommandInset label
36695 LatexCommand label
36696 name "sub:Ecuaciones-en-encabezados"
36697
36698 \end_inset
36699
36700
36701 \begin_inset Index idx
36702 status collapsed
36703
36704 \begin_layout Plain Layout
36705 Ecuación ! en encabezados de sección
36706 \end_layout
36707
36708 \end_inset
36709
36710
36711 \end_layout
36712
36713 \begin_layout Standard
36714 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36715  en cuenta lo siguiente:
36716 \end_layout
36717
36718 \begin_layout Standard
36719 \begin_inset Note Greyedout
36720 status open
36721
36722 \begin_layout Plain Layout
36723 Si el soporte para 
36724 \series bold
36725 hyperref
36726 \series default
36727
36728 \begin_inset Index idx
36729 status collapsed
36730
36731 \begin_layout Plain Layout
36732 Paquetes ! hyperref
36733 \end_layout
36734
36735 \end_inset
36736
36737  está activado en la configuración del documento, 
36738 \family sans
36739 Propiedades
36740 \begin_inset space ~
36741 \end_inset
36742
36743
36744 \family default
36745 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36746  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36747  texto del marcador, porque se infringen las convenciones PDF.
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \begin_layout Standard
36756 Estos problemas se pueden solucionar insertando al final del encabezado
36757  un título breve con el menú 
36758 \family sans
36759 Insertar\SpecialChar \menuseparator
36760 Título
36761 \begin_inset space ~
36762 \end_inset
36763
36764 breve
36765 \family default
36766 .
36767  Los títulos breves se usan como alternativa para encabezados de sección
36768  con más de una línea para mantener el buen aspecto del índice.
36769  En éste sólo aparece el título breve y por tanto también en los marcadores.
36770 \end_layout
36771
36772 \begin_layout Standard
36773 Si hay que poner ecuaciones en el índice y se usa 
36774 \series bold
36775 hyperref
36776 \series default
36777 , se puede insertar el siguiente comando en modo TeX:
36778 \end_layout
36779
36780 \begin_layout Standard
36781
36782 \series bold
36783
36784 \backslash
36785 texorpdfstring{parte}{alternativa}
36786 \begin_inset Index idx
36787 status collapsed
36788
36789 \begin_layout Plain Layout
36790 Comandos ! T ! 
36791 \backslash
36792 texorpdfstring
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Standard
36801 parte se refiere a la parte del encabezado que no debería aparecer en el
36802  marcador PDF.
36803  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
36804  La alternativa se usa para el marcador en vez de la parte.
36805 \end_layout
36806
36807 \begin_layout Standard
36808 Aquí hay dos ejemplos de encabezados con ecuación:
36809 \end_layout
36810
36811 \begin_layout Standard
36812 \begin_inset VSpace -3mm
36813 \end_inset
36814
36815
36816 \end_layout
36817
36818 \begin_layout Standard
36819 \begin_inset ERT
36820 status collapsed
36821
36822 \begin_layout Plain Layout
36823
36824
36825 \backslash
36826 boldmath 
36827 \end_layout
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \begin_layout Subsubsection
36835 Encabezado sin ecuación en el índice 
36836 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36837 \end_inset
36838
36839
36840 \begin_inset Argument
36841 status collapsed
36842
36843 \begin_layout Plain Layout
36844 Encabezado sin ecuación en el índice
36845 \end_layout
36846
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \begin_layout Subsubsection
36853 Encabezado con ecuación en el índice
36854 \begin_inset ERT
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858
36859
36860 \backslash
36861 texorpdfstring{
36862 \end_layout
36863
36864 \end_inset
36865
36866  
36867 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36868 \end_inset
36869
36870
36871 \begin_inset ERT
36872 status collapsed
36873
36874 \begin_layout Plain Layout
36875
36876 }{}
36877 \end_layout
36878
36879 \end_inset
36880
36881
36882 \end_layout
36883
36884 \begin_layout Standard
36885 \begin_inset ERT
36886 status collapsed
36887
36888 \begin_layout Plain Layout
36889
36890
36891 \backslash
36892 unboldmath 
36893 \end_layout
36894
36895 \end_inset
36896
36897 En el primer encabezado se ha puesto un título breve, en el segundo un 
36898 \series bold
36899
36900 \backslash
36901 texorpdfstring
36902 \series default
36903 .
36904 \end_layout
36905
36906 \begin_layout Standard
36907 Para obtener el mismo formato que en los demás encabezados se han puesto
36908  ambos en un entorno 
36909 \series bold
36910 boldmath
36911 \series default
36912 .
36913 \begin_inset Foot
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 véase 
36918 \begin_inset CommandInset ref
36919 LatexCommand ref
36920 reference "sub:Ecuaciones-en-negrita"
36921
36922 \end_inset
36923
36924
36925 \end_layout
36926
36927 \end_inset
36928
36929
36930 \end_layout
36931
36932 \begin_layout Subsection
36933 Ecuaciones en texto multicolumna
36934 \begin_inset Index idx
36935 status collapsed
36936
36937 \begin_layout Plain Layout
36938 Ecuación ! en texto multicolumna
36939 \end_layout
36940
36941 \end_inset
36942
36943
36944 \end_layout
36945
36946 \begin_layout Standard
36947 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36948  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36949  de la página.
36950  Esto se hace usando el paquete LaTeX 
36951 \series bold
36952 multicol
36953 \series default
36954 ,
36955 \begin_inset Foot
36956 status collapsed
36957
36958 \begin_layout Plain Layout
36959
36960 \series bold
36961 multicol
36962 \series default
36963  forma parte de las distribuciones LaTeX estándar.
36964 \end_layout
36965
36966 \end_inset
36967
36968
36969 \begin_inset Index idx
36970 status collapsed
36971
36972 \begin_layout Plain Layout
36973 Paquetes ! multicol
36974 \end_layout
36975
36976 \end_inset
36977
36978  que se carga en el preámbulo LaTeX con la línea
36979 \end_layout
36980
36981 \begin_layout Standard
36982
36983 \series bold
36984
36985 \backslash
36986 usepackage{multicol}
36987 \end_layout
36988
36989 \begin_layout Standard
36990 \begin_inset Note Greyedout
36991 status open
36992
36993 \begin_layout Plain Layout
36994 Ten en cuenta que la opción 
36995 \family sans
36996 Documento
36997 \begin_inset space ~
36998 \end_inset
36999
37000 con
37001 \begin_inset space ~
37002 \end_inset
37003
37004 dos
37005 \begin_inset space ~
37006 \end_inset
37007
37008 caras
37009 \family default
37010 , bajo 
37011 \family sans
37012 Diseño
37013 \begin_inset space ~
37014 \end_inset
37015
37016 de
37017 \begin_inset space ~
37018 \end_inset
37019
37020 página 
37021 \family default
37022 en el menú 
37023 \family sans
37024 Documento\SpecialChar \menuseparator
37025 Configuración
37026 \family default
37027  
37028 \emph on
37029 debe
37030 \emph default
37031  estar desmarcada.
37032 \end_layout
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Standard
37040 Antes del texto multicolumna se inserta en modo TeX el comando
37041 \end_layout
37042
37043 \begin_layout Standard
37044
37045 \series bold
37046
37047 \backslash
37048 begin{multicols}{número de columnas}
37049 \end_layout
37050
37051 \begin_layout Standard
37052 El número de columnas está en el rango 2-10.
37053  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
37054  TeX el comando
37055 \end_layout
37056
37057 \begin_layout Standard
37058
37059 \series bold
37060
37061 \backslash
37062 end{multicols}
37063 \end_layout
37064
37065 \begin_layout Standard
37066 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
37067  Para quitarlo se inserta un espacio vertical de -6
37068 \begin_inset space \thinspace{}
37069 \end_inset
37070
37071 mm antes de la ecuación.
37072  Si se usa el estilo 
37073 \series bold
37074 Sangrado
37075 \series default
37076 ,
37077 \begin_inset Foot
37078 status collapsed
37079
37080 \begin_layout Plain Layout
37081 véase estilos de ecuación en 
37082 \begin_inset CommandInset ref
37083 LatexCommand ref
37084 reference "sec:Estilos-de-ecuación"
37085
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \end_inset
37092
37093  se inserta un espacio de -9
37094 \begin_inset space \thinspace{}
37095 \end_inset
37096
37097 mm.
37098 \end_layout
37099
37100 \begin_layout Standard
37101 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
37102 \end_layout
37103
37104 \begin_layout Standard
37105
37106 \lang german
37107 \begin_inset ERT
37108 status collapsed
37109
37110 \begin_layout Plain Layout
37111
37112
37113 \backslash
37114 begin{multicols}{2}
37115 \end_layout
37116
37117 \end_inset
37118
37119 Das Spektrum wird fouriertransformiert.
37120  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
37121 , Lösungsmittel) zu trennen.
37122  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
37123  nun das Aussehen des Ausgangssignals.
37124  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
37125  über alle Phasen integrieren muss.
37126  Sei nun 
37127 \begin_inset Formula $S$
37128 \end_inset
37129
37130  unser normiertes Ausgangssignal und 
37131 \begin_inset Formula $P$
37132 \end_inset
37133
37134  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
37135 \begin_inset ERT
37136 status collapsed
37137
37138 \begin_layout Plain Layout
37139
37140
37141 \backslash
37142 end{multicols}
37143 \end_layout
37144
37145 \end_inset
37146
37147
37148 \begin_inset VSpace -6mm
37149 \end_inset
37150
37151
37152 \begin_inset Formula 
37153 \begin{equation}
37154 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
37155 \end{equation}
37156
37157 \end_inset
37158
37159
37160 \begin_inset ERT
37161 status collapsed
37162
37163 \begin_layout Plain Layout
37164
37165
37166 \backslash
37167 begin{multicols}{2}
37168 \end_layout
37169
37170 \end_inset
37171
37172 wobei 
37173 \begin_inset Formula $S_{0}$
37174 \end_inset
37175
37176  das Signal ohne Gradient ist und die Normierungsbedingung 
37177 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
37178 \end_inset
37179
37180  gilt.
37181  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
37182  Direkt nach dem 
37183 \begin_inset Formula $\nicefrac{\pi}{2}$
37184 \end_inset
37185
37186
37187 \begin_inset space \thinspace{}
37188 \end_inset
37189
37190 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
37191  das Signal zusätzlich abschwächt.
37192  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
37193  
37194 \begin_inset Formula $T_{2}$
37195 \end_inset
37196
37197 -Zeit.
37198 \end_layout
37199
37200 \begin_layout Standard
37201
37202 \lang german
37203 \begin_inset ERT
37204 status collapsed
37205
37206 \begin_layout Plain Layout
37207
37208
37209 \backslash
37210 end{multicols}
37211 \end_layout
37212
37213 \end_inset
37214
37215
37216 \end_layout
37217
37218 \begin_layout Subsection
37219 Ecuaciones con descripción de variables
37220 \begin_inset Index idx
37221 status collapsed
37222
37223 \begin_layout Plain Layout
37224 Ecuación ! con descripción de variables
37225 \end_layout
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \begin_layout Standard
37233 Para describir variables en una ecuación, como en la fórmula 
37234 \begin_inset CommandInset ref
37235 LatexCommand eqref
37236 reference "eq:within"
37237
37238 \end_inset
37239
37240 , se inserta una matriz 2×
37241 \begin_inset Formula $n$
37242 \end_inset
37243
37244  con columnas alineadas a la izquierda para las 
37245 \emph on
37246
37247 \begin_inset Formula $n$
37248 \end_inset
37249
37250
37251 \emph default
37252  variables usadas.
37253 \begin_inset Foot
37254 status collapsed
37255
37256 \begin_layout Plain Layout
37257 véase matrices en 
37258 \begin_inset CommandInset ref
37259 LatexCommand ref
37260 reference "sec:Matrices"
37261
37262 \end_inset
37263
37264
37265 \end_layout
37266
37267 \end_inset
37268
37269  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
37270  el comando 
37271 \series bold
37272
37273 \backslash
37274 footnotesize
37275 \series default
37276  antes de la matriz.
37277 \begin_inset Foot
37278 status collapsed
37279
37280 \begin_layout Plain Layout
37281 véase tamaños de tipografías en 
37282 \begin_inset CommandInset ref
37283 LatexCommand ref
37284 reference "sub:Tamaños-de-tipografías"
37285
37286 \end_inset
37287
37288 .
37289 \end_layout
37290
37291 \end_inset
37292
37293
37294 \end_layout
37295
37296 \begin_layout Standard
37297 Si se usa el estilo 
37298 \series bold
37299 Sangrado
37300 \series default
37301 ,
37302 \begin_inset Foot
37303 status collapsed
37304
37305 \begin_layout Plain Layout
37306 véase estilos de ecuación en 
37307 \begin_inset CommandInset ref
37308 LatexCommand ref
37309 reference "sec:Estilos-de-ecuación"
37310
37311 \end_inset
37312
37313
37314 \end_layout
37315
37316 \end_inset
37317
37318  se inserta un 
37319 \series bold
37320
37321 \backslash
37322 hfill
37323 \series default
37324
37325 \begin_inset Foot
37326 status collapsed
37327
37328 \begin_layout Plain Layout
37329
37330 \series bold
37331
37332 \backslash
37333 hfill
37334 \series default
37335  sólo funciona en ecuaciones en estilo 
37336 \series bold
37337 Sangrado
37338 \series default
37339 , véase 
37340 \begin_inset CommandInset ref
37341 LatexCommand ref
37342 reference "sub:Espacio-variable"
37343
37344 \end_inset
37345
37346
37347 \end_layout
37348
37349 \end_inset
37350
37351  delante y detrás de la matriz para que tenga la misma separación con la
37352  ecuación y con el margen.
37353 \end_layout
37354
37355 \begin_layout Standard
37356 Si se usa el estilo 
37357 \series bold
37358 Centrado
37359 \series default
37360  se emplea el método descrito en la 
37361 \begin_inset CommandInset ref
37362 LatexCommand ref
37363 reference "sub:Entorno-flalign"
37364
37365 \end_inset
37366
37367  para sangrar la ecuación.
37368  La ecuación 
37369 \begin_inset CommandInset ref
37370 LatexCommand eqref
37371 reference "eq:within"
37372
37373 \end_inset
37374
37375  consta de cinco columnas ya que las dos primeras contienen la fórmula,
37376  la tercera la matriz y la última una llave TeX vacía.
37377 \begin_inset Formula 
37378 \begin{flalign}
37379 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
37380 \rho & \mbox{densidad}\\
37381 V & \mbox{volumen}\\
37382 g & \mbox{aceleración gravitatoria}
37383 \end{array} &  & {}\label{eq:within}
37384 \end{flalign}
37385
37386 \end_inset
37387
37388
37389 \end_layout
37390
37391 \begin_layout Subsection
37392 Letras griegas minúsculas en redonda
37393 \begin_inset CommandInset label
37394 LatexCommand label
37395 name "sub:Griegas-en-redonda"
37396
37397 \end_inset
37398
37399
37400 \begin_inset Index idx
37401 status collapsed
37402
37403 \begin_layout Plain Layout
37404 Letras griegas ! en redonda
37405 \end_layout
37406
37407 \end_inset
37408
37409
37410 \end_layout
37411
37412 \begin_layout Standard
37413 La mayoría de las tipografías sólo suministran letras griegas minúsculas
37414  en cursiva.
37415  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37416  falta letras griegas en redonda.
37417  El archivo 
37418 \series bold
37419 upgreek.sty
37420 \series default
37421
37422 \begin_inset Foot
37423 status collapsed
37424
37425 \begin_layout Plain Layout
37426
37427 \series bold
37428 upgreek
37429 \series default
37430  forma parte del paquete LaTeX 
37431 \series bold
37432 was
37433 \series default
37434
37435 \begin_inset Index idx
37436 status collapsed
37437
37438 \begin_layout Plain Layout
37439 Paquetes ! was
37440 \begin_inset ERT
37441 status collapsed
37442
37443 \begin_layout Plain Layout
37444
37445
37446 \backslash
37447 vspace{4mm}
37448 \end_layout
37449
37450 \end_inset
37451
37452
37453 \end_layout
37454
37455 \end_inset
37456
37457 .
37458 \end_layout
37459
37460 \end_inset
37461
37462
37463 \begin_inset Index idx
37464 status collapsed
37465
37466 \begin_layout Plain Layout
37467 Paquetes ! upgreek
37468 \end_layout
37469
37470 \end_inset
37471
37472 , que se carga en el preámbulo LaTeX con la línea
37473 \end_layout
37474
37475 \begin_layout Standard
37476
37477 \series bold
37478
37479 \backslash
37480 usepackage{upgreek}
37481 \end_layout
37482
37483 \begin_layout Standard
37484 las suministra.
37485  
37486 \begin_inset ERT
37487 status collapsed
37488
37489 \begin_layout Plain Layout
37490
37491
37492 \backslash
37493 ifupgreek 
37494 \end_layout
37495
37496 \end_inset
37497
37498
37499 \begin_inset Note Note
37500 status open
37501
37502 \begin_layout Plain Layout
37503 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
37504 \series bold
37505 upgreek
37506 \series default
37507 :
37508 \end_layout
37509
37510 \end_inset
37511
37512  Se imprimen con el comando de la letra correspondiente precedido de 
37513 \series bold
37514 up
37515 \series default
37516 .
37517  Por ejemplo, el comando 
37518 \series bold
37519
37520 \backslash
37521 uptau
37522 \series default
37523  genera: 
37524 \begin_inset Formula $\uptau$
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \begin_layout Standard
37531 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37532 \begin_inset Formula 
37533 \[
37534 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37535 \]
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37544  en cursiva.
37545  Por tanto no deberían emplearse para unidades como 
37546 \begin_inset Quotes fld
37547 \end_inset
37548
37549 µm
37550 \begin_inset Quotes frd
37551 \end_inset
37552
37553 .
37554 \end_layout
37555
37556 \begin_layout Standard
37557 \begin_inset ERT
37558 status collapsed
37559
37560 \begin_layout Plain Layout
37561
37562
37563 \backslash
37564 else 
37565 \end_layout
37566
37567 \end_inset
37568
37569
37570 \begin_inset Note Note
37571 status open
37572
37573 \begin_layout Plain Layout
37574 Lo siguiente se mostrará si el paquete LaTeX 
37575 \series bold
37576 upgreek
37577 \series default
37578  no está instalado:
37579 \end_layout
37580
37581 \end_inset
37582
37583
37584 \end_layout
37585
37586 \begin_layout Standard
37587 Debes instalar el paquete LaTeX 
37588 \series bold
37589 upgreek
37590 \series default
37591  para ver en la salida el resto de esta subsección.
37592  
37593 \end_layout
37594
37595 \begin_layout Standard
37596 \begin_inset ERT
37597 status collapsed
37598
37599 \begin_layout Plain Layout
37600
37601
37602 \backslash
37603 fi
37604 \end_layout
37605
37606 \end_inset
37607
37608
37609 \end_layout
37610
37611 \begin_layout Standard
37612 \begin_inset Newpage newpage
37613 \end_inset
37614
37615
37616 \end_layout
37617
37618 \begin_layout Subsection
37619 Caracteres de texto en ecuaciones
37620 \begin_inset CommandInset label
37621 LatexCommand label
37622 name "sub:Caracteres-de-texto"
37623
37624 \end_inset
37625
37626
37627 \begin_inset Index idx
37628 status collapsed
37629
37630 \begin_layout Plain Layout
37631 Texto ! en ecuaciones
37632 \end_layout
37633
37634 \end_inset
37635
37636
37637 \end_layout
37638
37639 \begin_layout Standard
37640 En algunos casos podrías querer insertar caracteres de texto directamente
37641  en ecuaciones.
37642  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37643 \begin_inset Formula $\cdot$
37644 \end_inset
37645
37646  en expresiones como 
37647 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37648 \end_inset
37649
37650 , habría que insertar el comando 
37651 \series bold
37652
37653 \backslash
37654 cdot
37655 \series default
37656
37657 \begin_inset Foot
37658 status collapsed
37659
37660 \begin_layout Plain Layout
37661 véase 
37662 \begin_inset CommandInset ref
37663 LatexCommand ref
37664 reference "sub:Operadores-binarios"
37665
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \end_inset
37672
37673  continuamente, porque este carácter está definido en todas las codificaciones
37674  como carácter de texto.
37675  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37676 \end_layout
37677
37678 \begin_layout Standard
37679
37680 \series bold
37681
37682 \backslash
37683 Declare Inputtext{183}{
37684 \backslash
37685 ifmmode
37686 \backslash
37687 cdot
37688 \backslash
37689 else
37690 \backslash
37691 textperiodcentered
37692 \backslash
37693 f\SpecialChar \textcompwordmark{}
37694 i}
37695 \end_layout
37696
37697 \begin_layout Standard
37698 La codificación de caracteres (menú 
37699 \family sans
37700 Documento\SpecialChar \menuseparator
37701 Configuración\SpecialChar \menuseparator
37702 Idioma
37703 \family default
37704 ) especifica el carácter que se muestra al pulsar una tecla.
37705  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37706  
37707 \series bold
37708
37709 \backslash
37710 textperiodcentered
37711 \series default
37712 .
37713  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37714  de LaTeX.
37715  Con la codificación cambiada se escoge automáticamente el comando correcto,
37716  dependiendo de si el carácter se ha insertado en una ecuación o no.
37717 \end_layout
37718
37719 \begin_layout Standard
37720 La codificación de diversos caracteres se guarda en archivos de definición.
37721  Por ejemplo la codificación 
37722 \series bold
37723 latin9
37724 \series default
37725  se define en el archivo 
37726 \series bold
37727 latin9.def
37728 \series default
37729  que está en el directorio de LaTeX.
37730  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37731  archivo de definición, de lo contrario nuestros documentos no podrían ser
37732  editados en otros ordenadores.
37733 \begin_inset VSpace medskip
37734 \end_inset
37735
37736
37737 \end_layout
37738
37739 \begin_layout Standard
37740 Además del punto centrado, en este documento se ha definido el símbolo grado
37741  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37742  directamente en una fórmula:
37743 \end_layout
37744
37745 \begin_layout Standard
37746
37747 \series bold
37748
37749 \backslash
37750 DeclareInputtext{176}{
37751 \backslash
37752 ifmmode^
37753 \backslash
37754 circ
37755 \backslash
37756 else
37757 \backslash
37758 textdegree
37759 \backslash
37760 f\SpecialChar \textcompwordmark{}
37761 i}
37762 \begin_inset Newpage newpage
37763 \end_inset
37764
37765
37766 \end_layout
37767
37768 \begin_layout Section
37769 \start_of_appendix
37770 Notas sobre tipografía
37771 \begin_inset Index idx
37772 status collapsed
37773
37774 \begin_layout Plain Layout
37775 Tipografía, normas
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \end_layout
37782
37783 \begin_layout Standard
37784 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37785 \begin_inset Foot
37786 status collapsed
37787
37788 \begin_layout Plain Layout
37789 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
37790  
37791 \begin_inset Quotes fld
37792 \end_inset
37793
37794 Duden
37795 \begin_inset Quotes frd
37796 \end_inset
37797
37798  
37799 \begin_inset CommandInset citation
37800 LatexCommand cite
37801 key "Duden"
37802
37803 \end_inset
37804
37805 , que incluye algunas de las normas ISO.
37806  
37807 \begin_inset Newline newline
37808 \end_inset
37809
37810 (
37811 \emph on
37812 N.
37813 \begin_inset space \thinspace{}
37814 \end_inset
37815
37816 del t.
37817 \emph default
37818 : Para documentación en español sobre el tema, véase 
37819 \begin_inset CommandInset citation
37820 LatexCommand cite
37821 key "Bezos"
37822
37823 \end_inset
37824
37825 .)
37826 \end_layout
37827
37828 \end_inset
37829
37830
37831 \end_layout
37832
37833 \begin_layout Itemize
37834 Las unidades físicas se escriben 
37835 \emph on
37836 siempre 
37837 \emph default
37838 en redonda
37839 \begin_inset Foot
37840 status collapsed
37841
37842 \begin_layout Plain Layout
37843 véase estilos de tipografías en 
37844 \begin_inset CommandInset ref
37845 LatexCommand ref
37846 reference "sub:Estilos-de-tipografías"
37847
37848 \end_inset
37849
37850
37851 \end_layout
37852
37853 \end_inset
37854
37855 , aunque aparezcan en un texto en cursiva: 30
37856 \begin_inset space \thinspace{}
37857 \end_inset
37858
37859 km/h
37860 \begin_inset Newline newline
37861 \end_inset
37862
37863 Entre el valor y la unidad hay un espacio delgado, véase 
37864 \begin_inset CommandInset ref
37865 LatexCommand ref
37866 reference "sub:Espacio-predefinido"
37867
37868 \end_inset
37869
37870 .
37871 \begin_inset Newline newline
37872 \end_inset
37873
37874 Esta norma la cumple automáticamente el comando 
37875 \series bold
37876
37877 \backslash
37878 unittwo
37879 \series default
37880 .
37881  Si se introduce en una fórmula aparecen dos marcos.
37882  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37883  como antes, 
37884 \begin_inset Formula $\unit[30]{km/h}$
37885 \end_inset
37886
37887
37888 \begin_inset space \thinspace{}
37889 \end_inset
37890
37891 .
37892  Ten en cuenta que 
37893 \series bold
37894
37895 \backslash
37896 unittwo
37897 \series default
37898  no es un auténtico comando LaTeX, sino el comando 
37899 \series bold
37900
37901 \backslash
37902 unit[value]{unit}
37903 \series default
37904 , por tanto no lo puedes usar en código TeX.
37905 \end_layout
37906
37907 \begin_layout Itemize
37908 Los signos por ciento y por mil se escriben como las unidades físicas:
37909 \begin_inset Newline newline
37910 \end_inset
37911
37912 1,2
37913 \begin_inset space \thinspace{}
37914 \end_inset
37915
37916 ‰ de alcohol en sangre.
37917 \end_layout
37918
37919 \begin_layout Itemize
37920 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37921  otra unidad: 15
37922 \begin_inset space \thinspace{}
37923 \end_inset
37924
37925 °C
37926 \end_layout
37927
37928 \begin_layout Itemize
37929 En números con más de cuatro dígitos se inserta un espacio delgado para
37930  separarlos en grupos de tres cifras: 18
37931 \begin_inset space \thinspace{}
37932 \end_inset
37933
37934 473
37935 \begin_inset space \thinspace{}
37936 \end_inset
37937
37938 588
37939 \end_layout
37940
37941 \begin_layout Itemize
37942 Para dimensiones como 120×90×40
37943 \begin_inset space \thinspace{}
37944 \end_inset
37945
37946 cm se usa el aspa de multiplicar 
37947 \begin_inset Quotes fld
37948 \end_inset
37949
37950 ×
37951 \begin_inset Quotes frd
37952 \end_inset
37953
37954 .
37955  Está disponible en el menú 
37956 \family sans
37957 Insertar\SpecialChar \menuseparator
37958 Carácter especial
37959 \family default
37960 \SpecialChar \menuseparator
37961
37962 \family sans
37963 Símbolos
37964 \family default
37965  o bien mediante el comando 
37966 \series bold
37967
37968 \backslash
37969 times
37970 \series default
37971 .
37972  Se puede insertar directamente con cierta combinación de teclas.
37973 \end_layout
37974
37975 \begin_layout Itemize
37976 Las funciones con nombres que constan de varias letras se escriben en redonda
37977  para evitar confusiones, véase 
37978 \begin_inset CommandInset ref
37979 LatexCommand ref
37980 reference "sub:Funciones-predefinidas"
37981
37982 \end_inset
37983
37984 .
37985 \end_layout
37986
37987 \begin_layout Itemize
37988 Los índices que constan de varias letras se escriben en redonda: 
37989 \begin_inset Formula $E_{\mathrm{cin}}$
37990 \end_inset
37991
37992
37993 \begin_inset Newline newline
37994 \end_inset
37995
37996 Los componentes de una matriz se escriben en cursiva: 
37997 \begin_inset Formula $\hat{H}_{kl}$
37998 \end_inset
37999
38000
38001 \end_layout
38002
38003 \begin_layout Itemize
38004 El operador de diferenciación/integración 'd', el número de Euler 'e' y
38005  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
38006 s con otras variables.
38007 \end_layout
38008
38009 \begin_layout Itemize
38010 El carácter que indica una transformación 
38011 \noun on
38012 Fourier
38013 \noun default
38014  se inserta con el comando 
38015 \series bold
38016
38017 \backslash
38018 mathscr
38019 \begin_inset ERT
38020 status collapsed
38021
38022 \begin_layout Plain Layout
38023
38024
38025 \backslash
38026 spce 
38027 \end_layout
38028
38029 \end_inset
38030
38031 F
38032 \series default
38033  o mediante el menú
38034 \family sans
38035  Insertar\SpecialChar \menuseparator
38036 Carácter especial
38037 \family default
38038 \SpecialChar \menuseparator
38039
38040 \family sans
38041 Símbolos\SpecialChar \menuseparator
38042 Símbolos de letra
38043 \family default
38044
38045 \begin_inset Formula $\mathscr{F}$
38046 \end_inset
38047
38048
38049 \end_layout
38050
38051 \begin_layout Standard
38052 \begin_inset Newpage newpage
38053 \end_inset
38054
38055
38056 \end_layout
38057
38058 \begin_layout Section
38059 Sinónimos
38060 \begin_inset Index idx
38061 status collapsed
38062
38063 \begin_layout Plain Layout
38064 Sinónimos
38065 \end_layout
38066
38067 \end_inset
38068
38069
38070 \end_layout
38071
38072 \begin_layout Standard
38073 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
38074  como los que se recogen en esta lista:
38075 \begin_inset Foot
38076 status collapsed
38077
38078 \begin_layout Plain Layout
38079 véase también 
38080 \begin_inset CommandInset ref
38081 LatexCommand ref
38082 reference "fn:sinónimos"
38083
38084 \end_inset
38085
38086 .
38087 \end_layout
38088
38089 \end_inset
38090
38091
38092 \end_layout
38093
38094 \begin_layout Standard
38095 \begin_inset VSpace bigskip
38096 \end_inset
38097
38098
38099 \begin_inset space \hfill{}
38100 \end_inset
38101
38102
38103 \begin_inset Tabular
38104 <lyxtabular version="3" rows="12" columns="2">
38105 <features tabularvalignment="middle">
38106 <column alignment="center" valignment="top" width="0pt">
38107 <column alignment="center" valignment="top" width="0pt">
38108 <row>
38109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38110 \begin_inset Text
38111
38112 \begin_layout Plain Layout
38113 Comando
38114 \end_layout
38115
38116 \end_inset
38117 </cell>
38118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38119 \begin_inset Text
38120
38121 \begin_layout Plain Layout
38122 equivalente a
38123 \begin_inset Note Note
38124 status collapsed
38125
38126 \begin_layout Plain Layout
38127
38128 \series bold
38129
38130 \backslash
38131 raisebox
38132 \series default
38133  se usa sólo como espaciador
38134 \end_layout
38135
38136 \end_inset
38137
38138
38139 \end_layout
38140
38141 \end_inset
38142 </cell>
38143 </row>
38144 <row>
38145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38146 \begin_inset Text
38147
38148 \begin_layout Plain Layout
38149
38150 \backslash
38151 ast
38152 \end_layout
38153
38154 \end_inset
38155 </cell>
38156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38157 \begin_inset Text
38158
38159 \begin_layout Plain Layout
38160 \begin_inset ERT
38161 status collapsed
38162
38163 \begin_layout Plain Layout
38164
38165
38166 \backslash
38167 raisebox{-1.2mm}{
38168 \end_layout
38169
38170 \end_inset
38171
38172 *
38173 \begin_inset ERT
38174 status collapsed
38175
38176 \begin_layout Plain Layout
38177
38178 }
38179 \end_layout
38180
38181 \end_inset
38182
38183
38184 \end_layout
38185
38186 \end_inset
38187 </cell>
38188 </row>
38189 <row>
38190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38191 \begin_inset Text
38192
38193 \begin_layout Plain Layout
38194
38195 \backslash
38196 choose
38197 \end_layout
38198
38199 \end_inset
38200 </cell>
38201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38202 \begin_inset Text
38203
38204 \begin_layout Plain Layout
38205
38206 \backslash
38207 binom
38208 \end_layout
38209
38210 \end_inset
38211 </cell>
38212 </row>
38213 <row>
38214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38215 \begin_inset Text
38216
38217 \begin_layout Plain Layout
38218
38219 \backslash
38220 geq
38221 \end_layout
38222
38223 \end_inset
38224 </cell>
38225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38226 \begin_inset Text
38227
38228 \begin_layout Plain Layout
38229
38230 \backslash
38231 ge
38232 \end_layout
38233
38234 \end_inset
38235 </cell>
38236 </row>
38237 <row>
38238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38239 \begin_inset Text
38240
38241 \begin_layout Plain Layout
38242
38243 \backslash
38244 lbrace
38245 \end_layout
38246
38247 \end_inset
38248 </cell>
38249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253 {
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 </row>
38259 <row>
38260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38261 \begin_inset Text
38262
38263 \begin_layout Plain Layout
38264
38265 \backslash
38266 lbracket
38267 \end_layout
38268
38269 \end_inset
38270 </cell>
38271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38272 \begin_inset Text
38273
38274 \begin_layout Plain Layout
38275 [
38276 \end_layout
38277
38278 \end_inset
38279 </cell>
38280 </row>
38281 <row>
38282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38283 \begin_inset Text
38284
38285 \begin_layout Plain Layout
38286
38287 \backslash
38288 leftarrow
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297
38298 \backslash
38299 gets
38300 \end_layout
38301
38302 \end_inset
38303 </cell>
38304 </row>
38305 <row>
38306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38307 \begin_inset Text
38308
38309 \begin_layout Plain Layout
38310
38311 \backslash
38312 leq
38313 \end_layout
38314
38315 \end_inset
38316 </cell>
38317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38318 \begin_inset Text
38319
38320 \begin_layout Plain Layout
38321
38322 \backslash
38323 le
38324 \end_layout
38325
38326 \end_inset
38327 </cell>
38328 </row>
38329 <row>
38330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38331 \begin_inset Text
38332
38333 \begin_layout Plain Layout
38334
38335 \backslash
38336 lor
38337 \end_layout
38338
38339 \end_inset
38340 </cell>
38341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38342 \begin_inset Text
38343
38344 \begin_layout Plain Layout
38345
38346 \backslash
38347 vee
38348 \end_layout
38349
38350 \end_inset
38351 </cell>
38352 </row>
38353 <row>
38354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38355 \begin_inset Text
38356
38357 \begin_layout Plain Layout
38358
38359 \backslash
38360 neq
38361 \end_layout
38362
38363 \end_inset
38364 </cell>
38365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38366 \begin_inset Text
38367
38368 \begin_layout Plain Layout
38369
38370 \backslash
38371 not=
38372 \end_layout
38373
38374 \end_inset
38375 </cell>
38376 </row>
38377 <row>
38378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38379 \begin_inset Text
38380
38381 \begin_layout Plain Layout
38382
38383 \backslash
38384 slash
38385 \end_layout
38386
38387 \end_inset
38388 </cell>
38389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38390 \begin_inset Text
38391
38392 \begin_layout Plain Layout
38393 /
38394 \end_layout
38395
38396 \end_inset
38397 </cell>
38398 </row>
38399 <row>
38400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38401 \begin_inset Text
38402
38403 \begin_layout Plain Layout
38404
38405 \backslash
38406 vert
38407 \end_layout
38408
38409 \end_inset
38410 </cell>
38411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38412 \begin_inset Text
38413
38414 \begin_layout Plain Layout
38415 |
38416 \end_layout
38417
38418 \end_inset
38419 </cell>
38420 </row>
38421 </lyxtabular>
38422
38423 \end_inset
38424
38425
38426 \begin_inset space \hfill{}
38427 \end_inset
38428
38429
38430 \begin_inset Tabular
38431 <lyxtabular version="3" rows="12" columns="2">
38432 <features tabularvalignment="middle">
38433 <column alignment="center" valignment="top" width="0pt">
38434 <column alignment="center" valignment="top" width="0pt">
38435 <row>
38436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38437 \begin_inset Text
38438
38439 \begin_layout Plain Layout
38440 Comando
38441 \end_layout
38442
38443 \end_inset
38444 </cell>
38445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38446 \begin_inset Text
38447
38448 \begin_layout Plain Layout
38449 equivalente a
38450 \end_layout
38451
38452 \end_inset
38453 </cell>
38454 </row>
38455 <row>
38456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38457 \begin_inset Text
38458
38459 \begin_layout Plain Layout
38460
38461 \backslash
38462 backslash
38463 \end_layout
38464
38465 \end_inset
38466 </cell>
38467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38468 \begin_inset Text
38469
38470 \begin_layout Plain Layout
38471
38472 \backslash
38473
38474 \backslash
38475
38476 \end_layout
38477
38478 \end_inset
38479 </cell>
38480 </row>
38481 <row>
38482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38483 \begin_inset Text
38484
38485 \begin_layout Plain Layout
38486
38487 \backslash
38488 dasharrow
38489 \end_layout
38490
38491 \end_inset
38492 </cell>
38493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38494 \begin_inset Text
38495
38496 \begin_layout Plain Layout
38497
38498 \backslash
38499 dashrightarrow
38500 \end_layout
38501
38502 \end_inset
38503 </cell>
38504 </row>
38505 <row>
38506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38507 \begin_inset Text
38508
38509 \begin_layout Plain Layout
38510
38511 \backslash
38512 land
38513 \end_layout
38514
38515 \end_inset
38516 </cell>
38517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38518 \begin_inset Text
38519
38520 \begin_layout Plain Layout
38521
38522 \backslash
38523 wedge
38524 \end_layout
38525
38526 \end_inset
38527 </cell>
38528 </row>
38529 <row>
38530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38531 \begin_inset Text
38532
38533 \begin_layout Plain Layout
38534
38535 \backslash
38536 rbrace
38537 \end_layout
38538
38539 \end_inset
38540 </cell>
38541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38542 \begin_inset Text
38543
38544 \begin_layout Plain Layout
38545 }
38546 \end_layout
38547
38548 \end_inset
38549 </cell>
38550 </row>
38551 <row>
38552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38553 \begin_inset Text
38554
38555 \begin_layout Plain Layout
38556
38557 \backslash
38558 rbracket
38559 \end_layout
38560
38561 \end_inset
38562 </cell>
38563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38564 \begin_inset Text
38565
38566 \begin_layout Plain Layout
38567 ]
38568 \end_layout
38569
38570 \end_inset
38571 </cell>
38572 </row>
38573 <row>
38574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38575 \begin_inset Text
38576
38577 \begin_layout Plain Layout
38578
38579 \backslash
38580 rightarrow
38581 \end_layout
38582
38583 \end_inset
38584 </cell>
38585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38586 \begin_inset Text
38587
38588 \begin_layout Plain Layout
38589
38590 \backslash
38591 to
38592 \end_layout
38593
38594 \end_inset
38595 </cell>
38596 </row>
38597 <row>
38598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38599 \begin_inset Text
38600
38601 \begin_layout Plain Layout
38602
38603 \backslash
38604 lnot
38605 \end_layout
38606
38607 \end_inset
38608 </cell>
38609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38610 \begin_inset Text
38611
38612 \begin_layout Plain Layout
38613
38614 \backslash
38615 neg
38616 \end_layout
38617
38618 \end_inset
38619 </cell>
38620 </row>
38621 <row>
38622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38623 \begin_inset Text
38624
38625 \begin_layout Plain Layout
38626
38627 \backslash
38628 ne
38629 \end_layout
38630
38631 \end_inset
38632 </cell>
38633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38634 \begin_inset Text
38635
38636 \begin_layout Plain Layout
38637
38638 \backslash
38639 not=
38640 \end_layout
38641
38642 \end_inset
38643 </cell>
38644 </row>
38645 <row>
38646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38647 \begin_inset Text
38648
38649 \begin_layout Plain Layout
38650
38651 \backslash
38652 owns
38653 \end_layout
38654
38655 \end_inset
38656 </cell>
38657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38658 \begin_inset Text
38659
38660 \begin_layout Plain Layout
38661
38662 \backslash
38663 ni
38664 \end_layout
38665
38666 \end_inset
38667 </cell>
38668 </row>
38669 <row>
38670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38671 \begin_inset Text
38672
38673 \begin_layout Plain Layout
38674
38675 \backslash
38676 square
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38682 \begin_inset Text
38683
38684 \begin_layout Plain Layout
38685
38686 \backslash
38687 Box
38688 \end_layout
38689
38690 \end_inset
38691 </cell>
38692 </row>
38693 <row>
38694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38695 \begin_inset Text
38696
38697 \begin_layout Plain Layout
38698
38699 \backslash
38700 Vert
38701 \end_layout
38702
38703 \end_inset
38704 </cell>
38705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38706 \begin_inset Text
38707
38708 \begin_layout Plain Layout
38709
38710 \backslash
38711 |
38712 \end_layout
38713
38714 \end_inset
38715 </cell>
38716 </row>
38717 </lyxtabular>
38718
38719 \end_inset
38720
38721
38722 \begin_inset space \hfill{}
38723 \end_inset
38724
38725
38726 \end_layout
38727
38728 \begin_layout Standard
38729 \begin_inset Newpage newpage
38730 \end_inset
38731
38732
38733 \end_layout
38734
38735 \begin_layout Bibliography
38736 \begin_inset CommandInset bibitem
38737 LatexCommand bibitem
38738 key "TLC2"
38739
38740 \end_inset
38741
38742
38743 \shape smallcaps
38744 Mittelbach, F.
38745  ; Goossens, M.
38746 \shape default
38747
38748 \shape italic
38749 The LaTeX Companion
38750 \shape default
38751 .
38752  Addison Wesley, 2004
38753 \end_layout
38754
38755 \begin_layout Bibliography
38756 \begin_inset CommandInset bibitem
38757 LatexCommand bibitem
38758 key "Mathmode"
38759
38760 \end_inset
38761
38762
38763 \begin_inset CommandInset href
38764 LatexCommand href
38765 name "Descripción"
38766 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38767
38768 \end_inset
38769
38770  de habilidades matemáticas de LaTeX
38771 \end_layout
38772
38773 \begin_layout Bibliography
38774 \begin_inset CommandInset bibitem
38775 LatexCommand bibitem
38776 key "AMS"
38777
38778 \end_inset
38779
38780
38781 \begin_inset CommandInset href
38782 LatexCommand href
38783 name "Descripción"
38784 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38785
38786 \end_inset
38787
38788  de 
38789 \begin_inset ERT
38790 status collapsed
38791
38792 \begin_layout Plain Layout
38793
38794
38795 \backslash
38796 AmS
38797 \end_layout
38798
38799 \end_inset
38800
38801 -LaTeX
38802 \end_layout
38803
38804 \begin_layout Bibliography
38805 \begin_inset CommandInset bibitem
38806 LatexCommand bibitem
38807 key "Symbols"
38808
38809 \end_inset
38810
38811
38812 \begin_inset CommandInset href
38813 LatexCommand href
38814 name "Lista"
38815 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38816
38817 \end_inset
38818
38819  de todos los símbolos disponibles con paquetes LaTeX
38820 \end_layout
38821
38822 \begin_layout Bibliography
38823 \begin_inset CommandInset bibitem
38824 LatexCommand bibitem
38825 key "cancel"
38826
38827 \end_inset
38828
38829
38830 \begin_inset CommandInset href
38831 LatexCommand href
38832 name "Documentación"
38833 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38834
38835 \end_inset
38836
38837  del paquete LaTeX 
38838 \series bold
38839 cancel
38840 \series default
38841
38842 \begin_inset Index idx
38843 status collapsed
38844
38845 \begin_layout Plain Layout
38846 Paquetes ! cancel
38847 \end_layout
38848
38849 \end_inset
38850
38851
38852 \end_layout
38853
38854 \begin_layout Bibliography
38855 \begin_inset CommandInset bibitem
38856 LatexCommand bibitem
38857 key "hyperref"
38858
38859 \end_inset
38860
38861
38862 \begin_inset CommandInset href
38863 LatexCommand href
38864 name "Documentación"
38865 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38866
38867 \end_inset
38868
38869  del paquete LaTeX 
38870 \series bold
38871 hyperref
38872 \series default
38873
38874 \begin_inset Index idx
38875 status collapsed
38876
38877 \begin_layout Plain Layout
38878 Paquetes ! hyperref
38879 \end_layout
38880
38881 \end_inset
38882
38883
38884 \end_layout
38885
38886 \begin_layout Bibliography
38887 \begin_inset CommandInset bibitem
38888 LatexCommand bibitem
38889 key "mhchem"
38890
38891 \end_inset
38892
38893
38894 \begin_inset CommandInset href
38895 LatexCommand href
38896 name "Documentación"
38897 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38898
38899 \end_inset
38900
38901  del paquete LaTeX 
38902 \series bold
38903 mhchem
38904 \series default
38905
38906 \begin_inset Index idx
38907 status collapsed
38908
38909 \begin_layout Plain Layout
38910 Paquetes ! mhchem
38911 \end_layout
38912
38913 \end_inset
38914
38915
38916 \end_layout
38917
38918 \begin_layout Bibliography
38919 \begin_inset CommandInset bibitem
38920 LatexCommand bibitem
38921 key "Mathclap"
38922
38923 \end_inset
38924
38925
38926 \begin_inset CommandInset href
38927 LatexCommand href
38928 name "Descripción"
38929 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38930
38931 \end_inset
38932
38933  del comando 
38934 \series bold
38935
38936 \backslash
38937 mathclap
38938 \series default
38939 , descrito en 
38940 \begin_inset CommandInset ref
38941 LatexCommand ref
38942 reference "sub:Límites-de-operadores"
38943
38944 \end_inset
38945
38946
38947 \begin_inset Index idx
38948 status collapsed
38949
38950 \begin_layout Plain Layout
38951 Comandos ! M ! 
38952 \backslash
38953 mathclap
38954 \end_layout
38955
38956 \end_inset
38957
38958
38959 \end_layout
38960
38961 \begin_layout Bibliography
38962 \begin_inset CommandInset bibitem
38963 LatexCommand bibitem
38964 key "Duden"
38965
38966 \end_inset
38967
38968
38969 \emph on
38970 Duden Band 1
38971 \emph default
38972 .
38973  22.
38974  Auflage, Duden 2001
38975 \end_layout
38976
38977 \begin_layout Bibliography
38978 \begin_inset CommandInset bibitem
38979 LatexCommand bibitem
38980 key "spanish"
38981
38982 \end_inset
38983
38984
38985 \begin_inset CommandInset href
38986 LatexCommand href
38987 name "Página web"
38988 target "http://www.tex-tipografia.com/spanish.html"
38989
38990 \end_inset
38991
38992  del estilo 
38993 \series bold
38994 spanish
38995 \family sans
38996 \series default
38997  
38998 \family default
38999 incluido en el paquete 
39000 \series bold
39001 babel
39002 \end_layout
39003
39004 \begin_layout Bibliography
39005 \begin_inset CommandInset bibitem
39006 LatexCommand bibitem
39007 key "Bezos"
39008
39009 \end_inset
39010
39011
39012 \begin_inset CommandInset href
39013 LatexCommand href
39014 name "Documento"
39015 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
39016
39017 \end_inset
39018
39019  sobre ortotipografía y notaciones matemáticas en español
39020 \end_layout
39021
39022 \begin_layout Standard
39023 \begin_inset CommandInset index_print
39024 LatexCommand printindex
39025 type "idx"
39026
39027 \end_inset
39028
39029
39030 \end_layout
39031
39032 \end_body
39033 \end_document