]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
acf6003698eb4b7e6102c27bfe60356bc2fe5ce9
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasspanish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137 \end_preamble
138 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
139 \use_default_options false
140 \maintain_unincluded_children false
141 \language spanish
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman default
146 \font_sans default
147 \font_typewriter default
148 \font_math auto
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100
154 \font_tt_scale 100
155 \graphics default
156 \default_output_format default
157 \output_sync 0
158 \bibtex_command default
159 \index_command default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "Manual detallado de Matemáticas en LyX"
164 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
177 \papersize a4paper
178 \use_geometry false
179 \use_package amsmath 2
180 \use_package amssymb 2
181 \use_package cancel 0
182 \use_package esint 1
183 \use_package mathdots 1
184 \use_package mathtools 1
185 \use_package mhchem 1
186 \use_package stackrel 0
187 \use_package stmaryrd 0
188 \use_package undertilde 0
189 \cite_engine basic
190 \cite_engine_type default
191 \biblio_style plain
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \justification true
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Índice
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language french
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 Manual detallado de
225 \begin_inset Newline newline
226 \end_inset
227
228 Matemáticas en LyX
229 \end_layout
230
231 \begin_layout Author
232 por el Equipo LyX
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
238  lista de correo de documentación de LyX
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 autor: Uwe Stöhr, traducción: Ignacio García
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271 Versión 2.1.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
289  paquetes LaTeX 
290 \series bold
291 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
292 \series default
293  y 
294 \series bold
295 was
296 \series default
297 .
298  Si
299 \series bold
300  
301 \series default
302 no están instalados también puedes exportar el documento pero las secciones
303  en que se requieren dichos paquetes no aparecerán en la salida.
304  
305 \series bold
306 mhchem
307 \series default
308  es una excepción: si no está instalado no se puede exportar este archivo.
309 \end_layout
310
311 \begin_layout Plain Layout
312 La última versión PDF de este documento está disponible en:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \begin_inset Newpage newpage
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Section
331 Introducción
332 \end_layout
333
334 \begin_layout Standard
335 Este documento explica las características matemáticas de LyX y además es
336  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
337  Las explicaciones están diseñadas para el uso de comandos.
338  Por consiguiente es preciso que hayas leído la sección 
339 \emph on
340 Ecuaciones matemáticas
341 \emph default
342  de la 
343 \emph on
344 Guía del usuario
345 \emph default
346 .
347 \end_layout
348
349 \begin_layout Standard
350 La mayoría de caracteres y muchas estructuras explicadas en este manual
351  también son accesibles mediante el menú 
352 \family sans
353 Insertar\SpecialChar \menuseparator
354 Ecuación
355 \family default
356  o la barra de herramientas
357 \family sans
358  Ecuaciones
359 \family default
360 .
361  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
362  mucho más rápido usar comandos que la barra de herramientas.
363  Por tanto este manual está enfocado al uso de comandos, aunque también
364  se mencionan los botones correspondientes de las barras de herramientas
365  cuando están disponibles.
366 \end_layout
367
368 \begin_layout Standard
369 Si no se especifica lo contrario los comandos sólo están disponibles dentro
370  de las fórmulas.
371  Para poder usar todos los comandos explicados en este documento, debe usarse
372  la opción 
373 \family sans
374 Usar el paquete de ecuaciones AMS
375 \family default
376  en la configuración del documento (menú 
377 \family sans
378 Documento\SpecialChar \menuseparator
379 Configuración\SpecialChar \menuseparator
380 Opciones de ecuación
381 \family default
382 )
383 \begin_inset Foot
384 status collapsed
385
386 \begin_layout Plain Layout
387 La opción 
388 \family sans
389 Usar el paquete de ecuaciones AMS automáticamente
390 \family default
391  sólo usa ecuaciones 
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397
398 \backslash
399 AmS 
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset space ~
406 \end_inset
407
408  si las estructuras matemáticas son soportadas por LyX.
409 \end_layout
410
411 \end_inset
412
413 .
414 \end_layout
415
416 \begin_layout Standard
417 Este documento no recoge todos los comandos de ecuaciones 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS 
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435 En el archivo 
436 \family sans
437
438 \begin_inset CommandInset href
439 LatexCommand href
440 name "amsguide.ps"
441 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
442
443 \end_inset
444
445
446 \family default
447 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
448  lista con todos los comandos de ecuaciones 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS 
457 \end_layout
458
459 \end_inset
460
461 .
462 \end_layout
463
464 \end_inset
465
466  por razones de claridad.
467 \end_layout
468
469 \begin_layout Section
470 Instrucciones generales
471 \end_layout
472
473 \begin_layout Standard
474 Para crear una ecuación en línea
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Ecuación ! en línea
480 \end_layout
481
482 \end_inset
483
484  insertada en una línea de texto, teclea una de las combinaciones 
485 \family sans
486 Ctrl+M, Alt+C M, Alt+M M
487 \family default
488  o pulsa el botón 
489 \begin_inset Info
490 type  "icon"
491 arg   "math-mode"
492 \end_inset
493
494  de la barra de herramientas.
495 \begin_inset Newline newline
496 \end_inset
497
498 Para crear una ecuación en estilo presentación
499 \begin_inset Index idx
500 status collapsed
501
502 \begin_layout Plain Layout
503 Ecuación ! presentada
504 \end_layout
505
506 \end_inset
507
508 , que se verá más grande y en su propio párrafo, teclea
509 \family sans
510  
511 \family default
512 una de estas combinaciones: 
513 \family sans
514 Ctrl+Mayúsculas+M, Alt+M D.
515 \end_layout
516
517 \begin_layout Standard
518 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
519  dentro de la ecuación y teclea
520 \family sans
521  Ctrl+M, Alt+C M, Alt+M M 
522 \family default
523 o usa el menú 
524 \family sans
525 Editar\SpecialChar \menuseparator
526 Ecuación\SpecialChar \menuseparator
527 Cambiar tipo de ecuación
528 \family default
529 .
530  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
531 \end_layout
532
533 \begin_layout Standard
534 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
535  presentada, escribe el comando 
536 \series bold
537
538 \backslash
539 displaystyle
540 \series default
541
542 \begin_inset Index idx
543 status collapsed
544
545 \begin_layout Plain Layout
546 Comandos ! D ! 
547 \backslash
548 displaystyle
549 \end_layout
550
551 \end_inset
552
553  en la ecuación y pulsa espacio.
554  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
555  de la ecuación.
556 \end_layout
557
558 \begin_layout Standard
559 En los cuadros sólo se permiten ecuaciones en línea.
560 \end_layout
561
562 \begin_layout Standard
563 Las barras 
564 \family sans
565 Ecuaciones
566 \family default
567  y 
568 \family sans
569 Paneles de ecuaciones 
570 \family default
571 se pueden visualizar mediante el menú 
572 \family sans
573 Ver\SpecialChar \menuseparator
574 Barras de herramientas
575 \family default
576 .
577  Si ahí pulsas en 
578 \begin_inset Quotes fld
579 \end_inset
580
581 Ecuaciones
582 \begin_inset Quotes frd
583 \end_inset
584
585  y/o en 
586 \begin_inset Quotes fld
587 \end_inset
588
589 Paneles de ecuaciones
590 \begin_inset Quotes frd
591 \end_inset
592
593 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
594  estado se visualiza en el menú de las barras de herramientas con una marca.
595  Si en este estado pulsas de nuevo sobre 
596 \begin_inset Quotes fld
597 \end_inset
598
599 Ecuaciones
600 \begin_inset Quotes frd
601 \end_inset
602
603  y/o 
604 \begin_inset Quotes fld
605 \end_inset
606
607 Paneles de ecuaciones
608 \begin_inset Quotes frd
609 \end_inset
610
611  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
612  de una ecuación; este estado se indica añadiendo a las entradas del menú
613  la palabra 
614 \begin_inset Quotes fld
615 \end_inset
616
617 (auto)
618 \begin_inset Quotes frd
619 \end_inset
620
621 .
622  
623 \end_layout
624
625 \begin_layout Standard
626 El modo TeX
627 \begin_inset Index idx
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@TeX ! modo
632 \end_layout
633
634 \end_inset
635
636  se inicia pulsando el botón 
637 \begin_inset Info
638 type  "icon"
639 arg   "ert-insert"
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 space \textvisiblespace{}
913 \end_inset
914
915  indica que hay que teclear un espacio.
916 \end_layout
917
918 \begin_layout Itemize
919 Una flecha como 
920 \begin_inset Formula $\rightarrow$
921 \end_inset
922
923  indica el uso de la correspondiente tecla de flecha.
924  La tecla 
925 \family sans
926 Tab
927 \family default
928  se puede usar a menudo en vez de 
929 \begin_inset Formula $\rightarrow$
930 \end_inset
931
932  y 
933 \begin_inset Formula $\downarrow$
934 \end_inset
935
936 , y 
937 \family sans
938 Mayús+Tab
939 \family default
940  en vez de 
941 \begin_inset Formula $\leftarrow$
942 \end_inset
943
944  y 
945 \begin_inset Formula $\uparrow$
946 \end_inset
947
948 .
949 \end_layout
950
951 \begin_layout Subsection*
952 Unidades disponibles
953 \end_layout
954
955 \begin_layout Standard
956 \align center
957 \begin_inset Float table
958 placement H
959 wide false
960 sideways false
961 status open
962
963 \begin_layout Plain Layout
964 \align center
965 \begin_inset Caption Standard
966
967 \begin_layout Plain Layout
968 \begin_inset CommandInset label
969 LatexCommand label
970 name "tab:Unidades-disponibles"
971
972 \end_inset
973
974 Unidades disponibles
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Plain Layout
983 \align center
984 \begin_inset Tabular
985 <lyxtabular version="3" rows="13" columns="2">
986 <features rotate="0" tabularvalignment="middle">
987 <column alignment="center" valignment="top">
988 <column alignment="center" valignment="top">
989 <row>
990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
991 \begin_inset Text
992
993 \begin_layout Plain Layout
994 Unidad
995 \end_layout
996
997 \end_inset
998 </cell>
999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 Nombre / Descripción
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 </row>
1009 <row>
1010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 mm
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 Milímetro
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 </row>
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 cm
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Centímetro
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 in
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Pulgada (1
1064 \begin_inset space \thinspace{}
1065 \end_inset
1066
1067 in = 2,54
1068 \begin_inset space \thinspace{}
1069 \end_inset
1070
1071 cm)
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 </row>
1077 <row>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 pt
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 Punto (72.27
1092 \begin_inset space \thinspace{}
1093 \end_inset
1094
1095 pt = 1
1096 \begin_inset space \thinspace{}
1097 \end_inset
1098
1099 in)
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 pc
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 Pica (1
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 pc = 12
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 pt)
1128 \end_layout
1129
1130 \end_inset
1131 </cell>
1132 </row>
1133 <row>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 sp
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 Punto escalado (65536
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 sp = 1
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt)
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 </row>
1161 <row>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 bp
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 Punto grande (72
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 bp = 1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 in)
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 </row>
1189 <row>
1190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 dd
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 Didot (1
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 dd 
1208 \begin_inset Formula $\approx$
1209 \end_inset
1210
1211  0.376
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 mm)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 cc
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 Cicero (1
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 cc = 12
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 dd)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 ex
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Altura de la letra 
1264 \begin_inset Quotes fld
1265 \end_inset
1266
1267
1268 \emph on
1269 x
1270 \emph default
1271
1272 \begin_inset Quotes frd
1273 \end_inset
1274
1275  en la tipografía actual
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 em
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Anchura de la letra 
1296 \begin_inset Quotes fld
1297 \end_inset
1298
1299
1300 \emph on
1301 M
1302 \emph default
1303
1304 \begin_inset Quotes frd
1305 \end_inset
1306
1307  en la tipografía actual
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 </row>
1313 <row>
1314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 mu
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 Unidad matemática (1
1328 \begin_inset space \thinspace{}
1329 \end_inset
1330
1331 mu = 
1332 \begin_inset Formula $\nicefrac{1}{18}$
1333 \end_inset
1334
1335
1336 \begin_inset space \thinspace{}
1337 \end_inset
1338
1339 em)
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 </row>
1345 </lyxtabular>
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \begin_layout Standard
1358 \align center
1359 \begin_inset Newpage newpage
1360 \end_inset
1361
1362
1363 \end_layout
1364
1365 \begin_layout Section
1366 Funciones básicas
1367 \end_layout
1368
1369 \begin_layout Subsection
1370 Exponentes
1371 \begin_inset Index idx
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375 Exponentes
1376 \end_layout
1377
1378 \end_inset
1379
1380  e índices
1381 \begin_inset Index idx
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385 Indices@Índices
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \begin_inset Index idx
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395 Superíndices|see
1396 \begin_inset ERT
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400
1401 {
1402 \end_layout
1403
1404 \end_inset
1405
1406 Exponentes
1407 \begin_inset ERT
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411
1412 }
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \begin_inset Index idx
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 Subíndices|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Índices
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \begin_layout Standard
1458 Los subíndices se componen con un guión bajo 
1459 \begin_inset Quotes fld
1460 \end_inset
1461
1462 _
1463 \begin_inset Quotes frd
1464 \end_inset
1465
1466  o con el botón de la barra de herramientas de ecuaciones 
1467 \begin_inset Info
1468 type  "icon"
1469 arg   "math-subscript"
1470 \end_inset
1471
1472 , los superíndices con un circunflejo 
1473 \begin_inset Quotes fld
1474 \end_inset
1475
1476 ^
1477 \begin_inset Quotes frd
1478 \end_inset
1479
1480  o con el botón de la barra de herramientas de ecuaciones 
1481 \begin_inset Info
1482 type  "icon"
1483 arg   "math-superscript"
1484 \end_inset
1485
1486 .
1487 \end_layout
1488
1489 \begin_layout Standard
1490 \noindent
1491 \align center
1492 \begin_inset Tabular
1493 <lyxtabular version="3" rows="4" columns="2">
1494 <features rotate="0" tabularvalignment="middle">
1495 <column alignment="center" valignment="top">
1496 <column alignment="center" valignment="top">
1497 <row>
1498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1499 \begin_inset Text
1500
1501 \begin_layout Plain Layout
1502 Comando
1503 \end_layout
1504
1505 \end_inset
1506 </cell>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 Resultado
1512 \begin_inset Note Note
1513 status open
1514
1515 \begin_layout Plain Layout
1516
1517 \series bold
1518
1519 \backslash
1520 raisebox
1521 \series default
1522  sólo se usa como espaciador.
1523 \end_layout
1524
1525 \end_inset
1526
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 B_V
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 \begin_inset Formula $B_{V}$
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 </row>
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 B^V
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \end_inset
1577 </cell>
1578 </row>
1579 <row>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 B^
1585 \begin_inset space \textvisiblespace{}
1586 \end_inset
1587
1588 A
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 </row>
1606 </lyxtabular>
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1615  caso acentuará las vocales y no servirá para entrar en modo exponente.
1616 \begin_inset Foot
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620 Dependiendo de la configuración del teclado esto puede suceder también con
1621  otros caracteres además de las vocales.
1622 \end_layout
1623
1624 \end_inset
1625
1626  Para conseguir exponentes en estos casos debes pulsar 
1627 \family sans
1628 Espacio
1629 \family default
1630  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1631  
1632 \end_layout
1633
1634 \begin_layout Subsection
1635 Fracciones
1636 \begin_inset CommandInset label
1637 LatexCommand label
1638 name "sub:Fracciones"
1639
1640 \end_inset
1641
1642
1643 \begin_inset Index idx
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647 Fracciones
1648 \end_layout
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \begin_layout Standard
1656 Las fracciones se generan con el comando 
1657 \series bold
1658
1659 \backslash
1660 frac
1661 \series default
1662
1663 \begin_inset Index idx
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Comandos ! F ! 
1668 \backslash
1669 frac
1670 \end_layout
1671
1672 \end_inset
1673
1674  o con el botón 
1675 \begin_inset Info
1676 type  "icon"
1677 arg   "math-insert \\frac"
1678 \end_inset
1679
1680  de la barra de herramientas.
1681  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1682  fracción está en línea o en estilo presentación.
1683  Con el botón 
1684 \begin_inset Info
1685 type  "icon"
1686 arg   "math-insert \\frac-square"
1687 \end_inset
1688
1689  de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1690  de fracciones.
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Con el comando 
1695 \series bold
1696
1697 \backslash
1698 dfrac
1699 \series default
1700
1701 \begin_inset Index idx
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705 Comandos ! D ! 
1706 \backslash
1707 dfrac
1708 \end_layout
1709
1710 \end_inset
1711
1712  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1713  presentación.
1714  Con 
1715 \series bold
1716
1717 \backslash
1718 tfrac
1719 \series default
1720
1721 \begin_inset Index idx
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Comandos ! T ! 
1726 \backslash
1727 tfrac
1728 \end_layout
1729
1730 \end_inset
1731
1732  la fracción tiene siempre el tamaño del estilo en línea.
1733  Un ejemplo:
1734 \end_layout
1735
1736 \begin_layout Standard
1737 Una línea con la fracción 
1738 \begin_inset Formula $\frac{1}{2}$
1739 \end_inset
1740
1741  creada con el comando 
1742 \series bold
1743
1744 \backslash
1745 frac
1746 \series default
1747 .
1748  
1749 \end_layout
1750
1751 \begin_layout Standard
1752 Una línea con la fracción 
1753 \begin_inset Formula $\dfrac{1}{2}$
1754 \end_inset
1755
1756  creada con el comando 
1757 \series bold
1758
1759 \backslash
1760 dfrac
1761 \series default
1762 .
1763 \end_layout
1764
1765 \begin_layout Standard
1766 \noindent
1767 \align center
1768 \begin_inset Tabular
1769 <lyxtabular version="3" rows="4" columns="2">
1770 <features rotate="0" tabularvalignment="middle">
1771 <column alignment="center" valignment="top">
1772 <column alignment="center" valignment="top">
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778 Comando
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 Resultado
1788 \begin_inset Note Note
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792
1793 \series bold
1794
1795 \backslash
1796 raisebox
1797 \series default
1798  se usa sólo como espaciador
1799 \end_layout
1800
1801 \end_inset
1802
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 </row>
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \backslash
1816 frac
1817 \begin_inset space \textvisiblespace{}
1818 \end_inset
1819
1820 A
1821 \begin_inset Formula $\downarrow$
1822 \end_inset
1823
1824 B
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \backslash
1849 dfrac
1850 \begin_inset space \textvisiblespace{}
1851 \end_inset
1852
1853 A
1854 \begin_inset Formula $\downarrow$
1855 \end_inset
1856
1857 B
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1867 \end_inset
1868
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 </row>
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \backslash
1882 dfrac
1883 \begin_inset space \textvisiblespace{}
1884 \end_inset
1885
1886 e^
1887 \backslash
1888 frac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 1
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 2
1897 \begin_inset Formula $\downarrow$
1898 \end_inset
1899
1900 3
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \begin_inset VSpace bigskip
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \begin_layout Standard
1930 Para fracciones anidadas se puede usar el comando 
1931 \series bold
1932
1933 \backslash
1934 cfrac
1935 \series default
1936
1937 \begin_inset Index idx
1938 status collapsed
1939
1940 \begin_layout Plain Layout
1941 Comandos ! C ! 
1942 \backslash
1943 cfrac
1944 \end_layout
1945
1946 \end_inset
1947
1948 .
1949  Un ejemplo:
1950 \begin_inset VSpace -3mm
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957 \begin_inset Formula 
1958 \begin{align*}
1959 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1960 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1961 \end{align*}
1962
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Standard
1969 El comando para el ejemplo de arriba es:
1970 \end_layout
1971
1972 \begin_layout Standard
1973
1974 \series bold
1975
1976 \backslash
1977 cfrac
1978 \begin_inset space \textvisiblespace{}
1979 \end_inset
1980
1981 A
1982 \begin_inset Formula $\downarrow$
1983 \end_inset
1984
1985 B+
1986 \backslash
1987 cfrac
1988 \begin_inset space \textvisiblespace{}
1989 \end_inset
1990
1991 C+
1992 \backslash
1993 cfrac
1994 \begin_inset space \textvisiblespace{}
1995 \end_inset
1996
1997 E
1998 \begin_inset Formula $\downarrow$
1999 \end_inset
2000
2001 F
2002 \begin_inset Formula $\downarrow$
2003 \end_inset
2004
2005 D
2006 \end_layout
2007
2008 \begin_layout Standard
2009 \begin_inset VSpace medskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022  compone la fracción siempre en el tamaño del estilo presentación, también
2023  cuando es parte de otra fracción.
2024 \end_layout
2025
2026 \begin_layout Standard
2027 Es posible especificar la alineación del numerador.
2028  El comando 
2029 \series bold
2030
2031 \backslash
2032 cfracleft
2033 \series default
2034  se usa para alinearlo a la izquierda, el comando 
2035 \series bold
2036
2037 \backslash
2038 cfracright
2039 \series default
2040  para alinearlo a la derecha, 
2041 \series bold
2042
2043 \backslash
2044 cfrac
2045 \series default
2046  centra el numerador.
2047 \end_layout
2048
2049 \begin_layout Standard
2050 Estas fracciones muestran las distintas alineaciones:
2051 \end_layout
2052
2053 \begin_layout Standard
2054
2055 \series bold
2056 \begin_inset Formula 
2057 \[
2058 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2059 \]
2060
2061 \end_inset
2062
2063
2064 \end_layout
2065
2066 \begin_layout Standard
2067 \noindent
2068 \begin_inset Note Greyedout
2069 status open
2070
2071 \begin_layout Plain Layout
2072
2073 \series bold
2074 Nota
2075 \series default
2076
2077 \series bold
2078
2079 \backslash
2080 cfracleft
2081 \series default
2082  y
2083 \series bold
2084  
2085 \backslash
2086 cfracright
2087 \series default
2088  no son comandos LaTeX reales sino sustituciones del comando 
2089 \series bold
2090
2091 \backslash
2092 cfrac[posición del numerador]{numerador}{denominador}
2093 \series default
2094  .
2095  Por tanto no puedes usarlos código TeX.
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \begin_inset VSpace medskip
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108 Muchas veces es adecuado combinar 
2109 \series bold
2110
2111 \backslash
2112 cfrac
2113 \series default
2114  y 
2115 \series bold
2116
2117 \backslash
2118 frac
2119 \series default
2120 :
2121 \begin_inset Formula 
2122 \[
2123 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2124 \]
2125
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Para componer fracciones en línea con raya de fracción inclinada puedes
2133  usar el comando 
2134 \series bold
2135
2136 \backslash
2137 nicefrac
2138 \series default
2139
2140 \begin_inset Index idx
2141 status collapsed
2142
2143 \begin_layout Plain Layout
2144 Comandos ! N ! 
2145 \backslash
2146 nicefrac
2147 \end_layout
2148
2149 \end_inset
2150
2151
2152 \begin_inset Formula $\nicefrac{5}{31}$
2153 \end_inset
2154
2155  Hay además el comando 
2156 \series bold
2157
2158 \backslash
2159 unitfracthree
2160 \series default
2161  que permite escribir una fracción en combinación con un número: 
2162 \begin_inset Formula $\unitfrac[2]{1}{3}$
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169 \begin_inset Note Greyedout
2170 status open
2171
2172 \begin_layout Plain Layout
2173
2174 \series bold
2175 Nota
2176 \series default
2177
2178 \series bold
2179
2180 \backslash
2181 unitfracthree
2182 \series default
2183  no es un comando LaTeX auténtico, sino un equivalente al comando
2184 \begin_inset Newline newline
2185 \end_inset
2186
2187
2188 \series bold
2189
2190 \backslash
2191 unitfrac[número]{numerador}{denominador}
2192 \series default
2193  .
2194  Por tanto no puedes usarlo en código TeX.
2195 \end_layout
2196
2197 \end_inset
2198
2199
2200 \end_layout
2201
2202 \begin_layout Standard
2203 En la 
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "sub:Fracciones-personalizadas"
2207
2208 \end_inset
2209
2210  se explica cómo componer fracciones personalizadas en las que la raya de
2211  fracción se puede cambiar.
2212 \end_layout
2213
2214 \begin_layout Standard
2215
2216 \lang english
2217 Multiline fractions are explained in
2218 \lang spanish
2219  
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sub:Fracciones-multilínea"
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Subsection
2230 Raíces
2231 \begin_inset Index idx
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Raíces
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 Las raíces cuadradas se componen con 
2245 \series bold
2246
2247 \backslash
2248 sqrt
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Comandos ! S ! 
2256 \backslash
2257 sqrt
2258 \end_layout
2259
2260 \end_inset
2261
2262  o con el botón 
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "math-insert \\sqrt"
2266 \end_inset
2267
2268  de la barra de ecuaciones; todas las demás raíces con el comando 
2269 \series bold
2270
2271 \backslash
2272 root
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Comandos ! R ! 
2280 \backslash
2281 root
2282 \end_layout
2283
2284 \end_inset
2285
2286  o con el botón 
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "math-insert \\root"
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Standard
2296 \noindent
2297 \align center
2298 \begin_inset Tabular
2299 <lyxtabular version="3" rows="3" columns="2">
2300 <features rotate="0" tabularvalignment="middle">
2301 <column alignment="center" valignment="top">
2302 <column alignment="center" valignment="top">
2303 <row>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 Comando
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317 Resultado
2318 \begin_inset Note Note
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322
2323 \series bold
2324
2325 \backslash
2326 raisebox
2327 \series default
2328  se usa sólo como espaciador
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 </row>
2339 <row>
2340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \backslash
2346 sqrt
2347 \begin_inset space \textvisiblespace{}
2348 \end_inset
2349
2350 A-B
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \backslash
2375 root
2376 \begin_inset space \textvisiblespace{}
2377 \end_inset
2378
2379 3
2380 \begin_inset Formula $\downarrow$
2381 \end_inset
2382
2383 A-B
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 </row>
2401 </lyxtabular>
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \begin_layout Standard
2409 Una raíz cuadrada se compone también con 
2410 \series bold
2411
2412 \backslash
2413 root
2414 \series default
2415  dejando vacío el campo del índice.
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2420  la raíz: 
2421 \begin_inset Formula $\sqrt[\beta]{B}$
2422 \end_inset
2423
2424
2425 \begin_inset Newline newline
2426 \end_inset
2427
2428 La 
2429 \begin_inset Formula $\beta$
2430 \end_inset
2431
2432  toca la raíz.
2433  Para evitar esto se usan los comandos 
2434 \series bold
2435
2436 \backslash
2437 leftroot
2438 \series default
2439
2440 \begin_inset Index idx
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Comandos ! L ! 
2445 \backslash
2446 leftroot
2447 \end_layout
2448
2449 \end_inset
2450
2451  y 
2452 \series bold
2453
2454 \backslash
2455 uproot
2456 \series default
2457
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 Comandos ! U ! 
2463 \backslash
2464 uproot
2465 \end_layout
2466
2467 \end_inset
2468
2469  con el esquema siguiente:
2470 \end_layout
2471
2472 \begin_layout Standard
2473
2474 \series bold
2475
2476 \backslash
2477 leftroot{distancia}
2478 \series default
2479  y 
2480 \series bold
2481
2482 \backslash
2483 uproot{distancia}
2484 \end_layout
2485
2486 \begin_layout Standard
2487 Distancia es el número de Puntos Grandes (
2488 \begin_inset Quotes fld
2489 \end_inset
2490
2491 Big Points
2492 \begin_inset Quotes frd
2493 \end_inset
2494
2495 , unidad bp; 
2496 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2497 \end_inset
2498
2499 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2500  Los comandos se escriben en el índice.
2501  Así, el comando:
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505
2506 \series bold
2507
2508 \backslash
2509 root
2510 \backslash
2511 leftroot{-1
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 uproot{2
2518 \begin_inset Formula $\to$
2519 \end_inset
2520
2521
2522 \backslash
2523 beta
2524 \begin_inset space \textvisiblespace{}
2525 \end_inset
2526
2527
2528 \begin_inset Formula $\to$
2529 \end_inset
2530
2531 B
2532 \begin_inset Newline newline
2533 \end_inset
2534
2535
2536 \series default
2537 genera una fórmula correctamente tipografiada: 
2538 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \begin_layout Subsection
2545 Coeficientes de un binomio
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Binomios
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \end_layout
2557
2558 \begin_layout Standard
2559 Los coeficientes de un binomio se insertan con el comando 
2560 \series bold
2561
2562 \backslash
2563 binom
2564 \series default
2565
2566 \begin_inset Index idx
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Comandos ! B ! 
2571 \backslash
2572 binom
2573 \end_layout
2574
2575 \end_inset
2576
2577  o con el submenú del botón 
2578 \begin_inset Info
2579 type  "icon"
2580 arg   "math-insert \\frac-square"
2581 \end_inset
2582
2583  de la barra de herramientas de ecuaciones.
2584  Como en las fracciones, además de 
2585 \series bold
2586
2587 \backslash
2588 binom
2589 \series default
2590  hay los comandos 
2591 \series bold
2592
2593 \backslash
2594 dbinom
2595 \series default
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Comandos ! D ! 
2602 \backslash
2603 dbinom
2604 \end_layout
2605
2606 \end_inset
2607
2608  y 
2609 \series bold
2610
2611 \backslash
2612 tbinom
2613 \series default
2614
2615 \begin_inset Index idx
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 Comandos ! T ! 
2620 \backslash
2621 tbinom
2622 \end_layout
2623
2624 \end_inset
2625
2626 .
2627  Para otros delimitadores de coeficientes de un binomio hay los comandos
2628  
2629 \series bold
2630
2631 \backslash
2632 brace
2633 \series default
2634
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Comandos ! B ! 
2640 \backslash
2641 brace
2642 \end_layout
2643
2644 \end_inset
2645
2646  y 
2647 \series bold
2648
2649 \backslash
2650 brack
2651 \series default
2652
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 Comandos ! B ! 
2658 \backslash
2659 brack
2660 \end_layout
2661
2662 \end_inset
2663
2664 .
2665 \end_layout
2666
2667 \begin_layout Standard
2668 \noindent
2669 \align center
2670 \begin_inset Tabular
2671 <lyxtabular version="3" rows="6" columns="2">
2672 <features rotate="0" tabularvalignment="middle">
2673 <column alignment="center" valignment="top">
2674 <column alignment="center" valignment="top">
2675 <row>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680 Comando
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689 Resultado
2690 \begin_inset Note Note
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694
2695 \series bold
2696
2697 \backslash
2698 raisebox
2699 \series default
2700  se usa sólo como espaciador
2701 \end_layout
2702
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 </row>
2711 <row>
2712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \backslash
2718 binom
2719 \begin_inset space \textvisiblespace{}
2720 \end_inset
2721
2722 A
2723 \begin_inset Formula $\downarrow$
2724 \end_inset
2725
2726 B
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row>
2745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 dbinom
2752 \begin_inset space \textvisiblespace{}
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 tbinom
2785 \begin_inset space \textvisiblespace{}
2786 \end_inset
2787
2788 A
2789 \begin_inset Formula $\downarrow$
2790 \end_inset
2791
2792 B
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 <row>
2811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \backslash
2817 brack
2818 \begin_inset space \textvisiblespace{}
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \backslash
2850 brace
2851 \begin_inset space \textvisiblespace{}
2852 \end_inset
2853
2854 A
2855 \begin_inset Formula $\downarrow$
2856 \end_inset
2857
2858 B
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 </lyxtabular>
2877
2878 \end_inset
2879
2880
2881 \begin_inset Newpage newpage
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \begin_layout Subsection
2888 Diferenciaciones de casos
2889 \begin_inset Index idx
2890 status collapsed
2891
2892 \begin_layout Plain Layout
2893 Casos
2894 \end_layout
2895
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \begin_layout Standard
2902 \noindent
2903 \align center
2904 \begin_inset Tabular
2905 <lyxtabular version="3" rows="3" columns="2">
2906 <features rotate="0" tabularvalignment="middle">
2907 <column alignment="center" valignment="top">
2908 <column alignment="center" valignment="top">
2909 <row>
2910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 Comando
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923 Resultado
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \backslash
2936 cases
2937 \begin_inset space \textvisiblespace{}
2938 \end_inset
2939
2940 A
2941 \begin_inset Formula $\to$
2942 \end_inset
2943
2944 B>0
2945 \begin_inset Index idx
2946 status collapsed
2947
2948 \begin_layout Plain Layout
2949 Comandos ! C ! 
2950 \backslash
2951 cases
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965 \begin_inset Formula $\begin{cases}
2966 A & B>0\end{cases}$
2967 \end_inset
2968
2969
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \backslash
2982 cases
2983 \begin_inset space \textvisiblespace{}
2984 \end_inset
2985
2986
2987 \family sans
2988 Ctrl+Entrar
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 \begin_inset Formula $\begin{cases}
2998 A & \textrm{para }x>0\\
2999 B & \textrm{para }x=0
3000 \end{cases}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 </lyxtabular>
3010
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \begin_layout Standard
3017 Después de insertar 
3018 \series bold
3019
3020 \backslash
3021 cases
3022 \series default
3023  o usar el botón 
3024 \begin_inset Info
3025 type  "icon"
3026 arg   "math-insert \\cases"
3027 \end_inset
3028
3029  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3030 \family sans
3031 Ctrl+Entrar
3032 \family default
3033  o con el botón
3034 \family sans
3035  
3036 \family default
3037
3038 \begin_inset Info
3039 type  "icon"
3040 arg   "inset-modify tabular append-row"
3041 \end_inset
3042
3043  de la barra de cuadros.
3044 \end_layout
3045
3046 \begin_layout Standard
3047 El comando 
3048 \series bold
3049
3050 \backslash
3051 cases
3052 \series default
3053  también está disponible en el menú 
3054 \family sans
3055 Insertar\SpecialChar \menuseparator
3056 Ecuación\SpecialChar \menuseparator
3057 Entorno casos
3058 \family default
3059 .
3060 \end_layout
3061
3062 \begin_layout Subsection
3063 Negaciones
3064 \begin_inset Index idx
3065 status collapsed
3066
3067 \begin_layout Plain Layout
3068 Negaciones
3069 \end_layout
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \begin_layout Standard
3077 Con el comando 
3078 \series bold
3079
3080 \backslash
3081 not
3082 \series default
3083
3084 \begin_inset Index idx
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 Comandos ! N ! 
3089 \backslash
3090 not
3091 \end_layout
3092
3093 \end_inset
3094
3095  todo carácter se puede mostrar cancelado.
3096  Los caracteres son casi tachados con una barra inclinada.
3097 \end_layout
3098
3099 \begin_layout Standard
3100 \noindent
3101 \align center
3102 \begin_inset Tabular
3103 <lyxtabular version="3" rows="4" columns="2">
3104 <features rotate="0" tabularvalignment="middle">
3105 <column alignment="center" valignment="top">
3106 <column alignment="center" valignment="top">
3107 <row>
3108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112 Comando
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121 Resultado
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 </row>
3127 <row>
3128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \backslash
3134 not=
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 \begin_inset Formula $\not=$
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \backslash
3159 not 
3160 \backslash
3161 le
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170 \begin_inset Formula $\not\le$
3171 \end_inset
3172
3173
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \backslash
3186 not 
3187 \backslash
3188 parallel
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 \begin_inset Formula $\not\parallel$
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 </lyxtabular>
3207
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \begin_layout Standard
3214 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3215  Por tanto para algunas negaciones hay comandos especiales (véase 
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sub:Símbolos-matemáticos"
3219
3220 \end_inset
3221
3222  y 
3223 \begin_inset CommandInset ref
3224 LatexCommand ref
3225 reference "sec:Relaciones"
3226
3227 \end_inset
3228
3229 ).
3230 \end_layout
3231
3232 \begin_layout Subsection
3233 Espacios reservados 
3234 \begin_inset CommandInset label
3235 LatexCommand label
3236 name "sub:Espacios-reservados"
3237
3238 \end_inset
3239
3240
3241 \begin_inset Index idx
3242 status collapsed
3243
3244 \begin_layout Plain Layout
3245 Espacios reservados
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 Química ! isótopos
3256 \end_layout
3257
3258 \end_inset
3259
3260
3261 \begin_inset Index idx
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 Isótopos|see
3266 \begin_inset ERT
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270
3271 {
3272 \end_layout
3273
3274 \end_inset
3275
3276 Química
3277 \begin_inset ERT
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281
3282 }
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \end_layout
3294
3295 \begin_layout Standard
3296 En la presentación de, p.
3297 \begin_inset space \thinspace{}
3298 \end_inset
3299
3300 e., isótopos,
3301 \begin_inset Foot
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Más sobre símbolos químicos en 
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "sub:Símbolos-y-ecuaciones-químicas"
3309
3310 \end_inset
3311
3312
3313 \end_layout
3314
3315 \end_inset
3316
3317  surge el problema siguiente:
3318 \end_layout
3319
3320 \begin_layout Standard
3321 \noindent
3322 \align center
3323 \begin_inset Tabular
3324 <lyxtabular version="3" rows="2" columns="2">
3325 <features rotate="0" tabularvalignment="middle">
3326 <column alignment="center" valignment="top">
3327 <column alignment="center" valignment="top">
3328 <row>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Índices generados con sub- y superíndices:
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 Índices correctos:
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 </lyxtabular>
3375
3376 \end_inset
3377
3378
3379 \begin_inset Note Note
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385
3386 \backslash
3387 raisebox
3388 \series default
3389  se usa sólo como espaciador
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \begin_layout Standard
3398 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3399  del índice más largo.
3400  Para evitarlo está el comando 
3401 \series bold
3402
3403 \backslash
3404 phantom
3405 \series default
3406
3407 \begin_inset Index idx
3408 status collapsed
3409
3410 \begin_layout Plain Layout
3411 Comandos ! P ! 
3412 \backslash
3413 phantom
3414 \end_layout
3415
3416 \end_inset
3417
3418  o el botón 
3419 \begin_inset space ~
3420 \end_inset
3421
3422
3423 \begin_inset Graphics
3424         filename ../../images/math/phantom.png
3425         scale 85
3426
3427 \end_inset
3428
3429  del submenú de espacios en ecuaciones
3430 \begin_inset Foot
3431 status collapsed
3432
3433 \begin_layout Plain Layout
3434 Botón 
3435 \begin_inset Info
3436 type  "icon"
3437 arg   "math-insert \\space"
3438 \end_inset
3439
3440  de la barra de ecuaciones
3441 \end_layout
3442
3443 \end_inset
3444
3445 , que genera uno o más espacios reservados.
3446  Al insertar 
3447 \series bold
3448
3449 \backslash
3450 phantom
3451 \series default
3452  aparece un pequeño marco azul con dos flechas rojas superpuestas
3453 \begin_inset Formula $\phantom{}$
3454 \end_inset
3455
3456 .
3457  Las flechas indican que se reservará un espacio equivalente a la anchura
3458  y altura totales del contenido del marco.
3459  Los espacios reservados son correspondientes al tamaño de los caracteres.
3460 \end_layout
3461
3462 \begin_layout Standard
3463 \noindent
3464 \align center
3465 \begin_inset Tabular
3466 <lyxtabular version="3" rows="4" columns="2">
3467 <features rotate="0" tabularvalignment="middle">
3468 <column alignment="center" valignment="top">
3469 <column alignment="center" valignment="top">
3470 <row>
3471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Comando
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Resultado
3485 \begin_inset Note Note
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491
3492 \backslash
3493 raisebox
3494 \series default
3495  se usa sólo como espaciador
3496 \end_layout
3497
3498 \end_inset
3499
3500
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 ^19
3512 \begin_inset space \textvisiblespace{}
3513 \end_inset
3514
3515 _
3516 \backslash
3517 phantom
3518 \begin_inset space \textvisiblespace{}
3519 \end_inset
3520
3521 1
3522 \begin_inset Formula $\rightarrow$
3523 \end_inset
3524
3525 9
3526 \begin_inset space \textvisiblespace{}
3527 \end_inset
3528
3529 F
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3539 \end_inset
3540
3541
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 </row>
3547 <row>
3548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 ^235
3553 \begin_inset space \textvisiblespace{}
3554 \end_inset
3555
3556 _
3557 \backslash
3558 phantom
3559 \begin_inset space \textvisiblespace{}
3560 \end_inset
3561
3562 23
3563 \begin_inset Formula $\rightarrow$
3564 \end_inset
3565
3566 9
3567 \begin_inset space \textvisiblespace{}
3568 \end_inset
3569
3570 F
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 </row>
3588 <row>
3589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593
3594 \backslash
3595 Lambda^
3596 \begin_inset space \textvisiblespace{}
3597 \end_inset
3598
3599
3600 \backslash
3601 phantom
3602 \begin_inset space \textvisiblespace{}
3603 \end_inset
3604
3605 ii
3606 \begin_inset Formula $\rightarrow$
3607 \end_inset
3608
3609 t
3610 \begin_inset space \textvisiblespace{}
3611 \end_inset
3612
3613 _MMt
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3623 \end_inset
3624
3625
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 </lyxtabular>
3632
3633 \end_inset
3634
3635
3636 \end_layout
3637
3638 \begin_layout Standard
3639 Además hay los comandos 
3640 \series bold
3641
3642 \backslash
3643 vphantom
3644 \series default
3645
3646 \begin_inset Index idx
3647 status collapsed
3648
3649 \begin_layout Plain Layout
3650 Comandos ! V ! 
3651 \backslash
3652 vphantom
3653 \end_layout
3654
3655 \end_inset
3656
3657  (botón 
3658 \begin_inset space ~
3659 \end_inset
3660
3661
3662 \begin_inset Graphics
3663         filename ../../images/math/vphantom.png
3664         scale 85
3665
3666 \end_inset
3667
3668 ) y 
3669 \series bold
3670
3671 \backslash
3672 hphantom
3673 \series default
3674
3675 \begin_inset Index idx
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679 Comandos ! H ! 
3680 \backslash
3681 hphantom
3682 \end_layout
3683
3684 \end_inset
3685
3686  (botón 
3687 \begin_inset space ~
3688 \end_inset
3689
3690
3691 \begin_inset Graphics
3692         filename ../../images/math/hphantom.png
3693         scale 85
3694
3695 \end_inset
3696
3697 ).
3698  
3699 \series bold
3700
3701 \backslash
3702 hphantom
3703 \series default
3704  genera espacio en el marco sólo para la altura máxima de los caracteres,
3705  no para su anchura.
3706  
3707 \series bold
3708
3709 \backslash
3710 vphantom
3711 \series default
3712  genera espacio sólo para la anchura del contenido del marco.
3713  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3714 \end_layout
3715
3716 \begin_layout Standard
3717 Por ejemplo, 
3718 \series bold
3719
3720 \backslash
3721 vphantom
3722 \series default
3723
3724 \begin_inset space \textvisiblespace{}
3725 \end_inset
3726
3727
3728 \series bold
3729 a
3730 \backslash
3731 int
3732 \series default
3733  genera espacio de la altura del signo de la integral,
3734 \begin_inset Foot
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738 El comando 
3739 \series bold
3740
3741 \backslash
3742 int
3743 \series default
3744  genera un signo de integral, véase 
3745 \begin_inset CommandInset ref
3746 LatexCommand ref
3747 reference "sub:Operadores-grandes"
3748
3749 \end_inset
3750
3751
3752 \end_layout
3753
3754 \end_inset
3755
3756  porque este es el carácter más largo.
3757  En la 
3758 \begin_inset CommandInset ref
3759 LatexCommand ref
3760 reference "sub:Delimitadores-multilínea"
3761
3762 \end_inset
3763
3764  hay un ejemplo de aplicación.
3765 \end_layout
3766
3767 \begin_layout Standard
3768 Los espacios reservados también se pueden usar para un texto cuando se insertan
3769  mediante el menú 
3770 \family sans
3771 Insertar\SpecialChar \menuseparator
3772 Formato\SpecialChar \menuseparator
3773 Fantasma
3774 \family default
3775 :
3776 \end_layout
3777
3778 \begin_layout Standard
3779 Esto es una frase.
3780 \begin_inset Newline newline
3781 \end_inset
3782
3783
3784 \begin_inset Phantom Phantom
3785 status open
3786
3787 \begin_layout Plain Layout
3788 Esto
3789 \end_layout
3790
3791 \end_inset
3792
3793  es una frase.
3794 \end_layout
3795
3796 \begin_layout Subsection
3797 Líneas
3798 \begin_inset Index idx
3799 status collapsed
3800
3801 \begin_layout Plain Layout
3802 Lineas@Líneas
3803 \end_layout
3804
3805 \end_inset
3806
3807
3808 \begin_inset Index idx
3809 status collapsed
3810
3811 \begin_layout Plain Layout
3812 Ecuación ! sub- o superrayada
3813 \end_layout
3814
3815 \end_inset
3816
3817
3818 \end_layout
3819
3820 \begin_layout Standard
3821 \noindent
3822 \align center
3823 \begin_inset Tabular
3824 <lyxtabular version="3" rows="4" columns="2">
3825 <features rotate="0" tabularvalignment="middle">
3826 <column alignment="center" valignment="top">
3827 <column alignment="center" valignment="top">
3828 <row>
3829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Comando
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Resultado
3843 \begin_inset Note Note
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849
3850 \backslash
3851 raisebox
3852 \series default
3853  se usa sólo como espaciador
3854 \end_layout
3855
3856 \end_inset
3857
3858
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \backslash
3871 overline
3872 \begin_inset space \textvisiblespace{}
3873 \end_inset
3874
3875 A+B
3876 \begin_inset Index idx
3877 status collapsed
3878
3879 \begin_layout Plain Layout
3880 Comandos ! O ! 
3881 \backslash
3882 overline
3883 \end_layout
3884
3885 \end_inset
3886
3887
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \backslash
3912 underline
3913 \begin_inset space \textvisiblespace{}
3914 \end_inset
3915
3916 A+B
3917 \begin_inset Index idx
3918 status collapsed
3919
3920 \begin_layout Plain Layout
3921 Comandos ! U ! 
3922 \backslash
3923 underline
3924 \end_layout
3925
3926 \end_inset
3927
3928
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3938 \end_inset
3939
3940
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \backslash
3953 overline
3954 \begin_inset space \textvisiblespace{}
3955 \end_inset
3956
3957
3958 \backslash
3959 underline
3960 \begin_inset space \textvisiblespace{}
3961 \end_inset
3962
3963 A+B
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3973 \end_inset
3974
3975
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 </row>
3981 </lyxtabular>
3982
3983 \end_inset
3984
3985
3986 \end_layout
3987
3988 \begin_layout Standard
3989 En el último ejemplo es indiferente poner primero 
3990 \series bold
3991
3992 \backslash
3993 overline
3994 \series default
3995  o 
3996 \series bold
3997
3998 \backslash
3999 underline
4000 \series default
4001 .
4002 \end_layout
4003
4004 \begin_layout Standard
4005 Para poner doble subrayado, p.
4006 \begin_inset space \thinspace{}
4007 \end_inset
4008
4009 e.
4010  en resultados, se usa 
4011 \series bold
4012
4013 \backslash
4014 underline
4015 \series default
4016  dos veces.
4017 \end_layout
4018
4019 \begin_layout Standard
4020 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4021 \begin_inset VSpace bigskip
4022 \end_inset
4023
4024 Se pueden crear líneas personalizadas con el comando 
4025 \series bold
4026
4027 \backslash
4028 rule
4029 \series default
4030
4031 \begin_inset Index idx
4032 status collapsed
4033
4034 \begin_layout Plain Layout
4035 Comandos ! R ! 
4036 \backslash
4037 rule
4038 \end_layout
4039
4040 \end_inset
4041
4042  con el esquema siguiente:
4043 \end_layout
4044
4045 \begin_layout Standard
4046
4047 \series bold
4048
4049 \backslash
4050 rule[hueco vertical]{longitud}{grosor}
4051 \end_layout
4052
4053 \begin_layout Standard
4054 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4055  si el valor es negativo).
4056  Las unidades disponibles para los valores están listadas en
4057 \begin_inset space ~
4058 \end_inset
4059
4060
4061 \begin_inset CommandInset ref
4062 LatexCommand ref
4063 reference "tab:Unidades-disponibles"
4064
4065 \end_inset
4066
4067 .
4068  A continuación hay dos ejemplos de líneas creadas con los comandos
4069 \series bold
4070
4071 \begin_inset Newline newline
4072 \end_inset
4073
4074
4075 \backslash
4076 rule[-2ex]{3cm}{2pt}
4077 \series default
4078  y 
4079 \series bold
4080
4081 \backslash
4082 rule{2cm}{1pt}
4083 \series default
4084 :
4085 \end_layout
4086
4087 \begin_layout Standard
4088 Esto es una frase 
4089 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4090 \end_inset
4091
4092  con dos líneas.
4093 \end_layout
4094
4095 \begin_layout Standard
4096
4097 \series bold
4098
4099 \backslash
4100 rule
4101 \series default
4102  también se puede usar para texto insertando una línea mediante el menú
4103  
4104 \family sans
4105 Insertar\SpecialChar \menuseparator
4106 Formato\SpecialChar \menuseparator
4107 Línea horizontal
4108 \family default
4109 :
4110 \end_layout
4111
4112 \begin_layout Standard
4113 Esto es una frase 
4114 \begin_inset CommandInset line
4115 LatexCommand rule
4116 offset "0.5ex"
4117 width "3cm"
4118 height "1pt"
4119
4120 \end_inset
4121
4122  con una línea insertada.
4123 \end_layout
4124
4125 \begin_layout Subsection
4126 Puntos
4127 \begin_inset CommandInset label
4128 LatexCommand label
4129 name "sub:Puntos"
4130
4131 \end_inset
4132
4133
4134 \begin_inset Index idx
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138 Puntos
4139 \end_layout
4140
4141 \end_inset
4142
4143
4144 \end_layout
4145
4146 \begin_layout Standard
4147 Hay distintos tipos de puntos disponibles.
4148 \begin_inset Foot
4149 status collapsed
4150
4151 \begin_layout Plain Layout
4152 En la barra de herramientas de ecuaciones, en el panel del botón 
4153 \begin_inset Info
4154 type  "icon"
4155 arg   "math-insert \\ldots"
4156 \end_inset
4157
4158 .
4159 \end_layout
4160
4161 \end_inset
4162
4163  Para continuación en enumeraciones se usan puntos bajos, (
4164 \series bold
4165
4166 \backslash
4167 ldots
4168 \series default
4169
4170 \begin_inset Index idx
4171 status collapsed
4172
4173 \begin_layout Plain Layout
4174 Comandos ! L ! 
4175 \backslash
4176 ldots
4177 \end_layout
4178
4179 \end_inset
4180
4181 ), mientras que para operaciones se usan puntos centrados a la misma altura
4182  que los operadores, (
4183 \series bold
4184
4185 \backslash
4186 cdots
4187 \series default
4188
4189 \begin_inset Index idx
4190 status collapsed
4191
4192 \begin_layout Plain Layout
4193 Comandos ! C ! 
4194 \backslash
4195 cdots
4196 \end_layout
4197
4198 \end_inset
4199
4200 ).
4201  Si se usa el comando 
4202 \series bold
4203
4204 \backslash
4205 dots
4206 \series default
4207
4208 \begin_inset Index idx
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212 Comandos ! D ! 
4213 \backslash
4214 dots
4215 \end_layout
4216
4217 \end_inset
4218
4219 , LaTeX decide el tipo a usar en función del carácter siguiente.
4220 \end_layout
4221
4222 \begin_layout Standard
4223 \align center
4224 \begin_inset Tabular
4225 <lyxtabular version="3" rows="9" columns="2">
4226 <features rotate="0" tabularvalignment="middle">
4227 <column alignment="center" valignment="top" width="0pt">
4228 <column alignment="center" valignment="top" width="0pt">
4229 <row>
4230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Comando
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 Resultado
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 A_1
4255 \begin_inset space \textvisiblespace{}
4256 \end_inset
4257
4258 ,
4259 \backslash
4260 dots
4261 \begin_inset space \textvisiblespace{}
4262 \end_inset
4263
4264 ,A_n
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 \begin_inset Formula $A_{1},\dots,A_{n}$
4274 \end_inset
4275
4276
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 A_1
4288 \begin_inset space \textvisiblespace{}
4289 \end_inset
4290
4291 +
4292 \backslash
4293 dots
4294 \begin_inset space \textvisiblespace{}
4295 \end_inset
4296
4297 +A_n
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 \begin_inset Formula $A_{1}+\dots+A_{n}$
4307 \end_inset
4308
4309
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 A_1
4321 \begin_inset space \textvisiblespace{}
4322 \end_inset
4323
4324 ,
4325 \backslash
4326 ldots
4327 \begin_inset space \textvisiblespace{}
4328 \end_inset
4329
4330 ,A_n
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 \begin_inset Formula $A_{1},\ldots,A_{n}$
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 A_1
4354 \begin_inset space \textvisiblespace{}
4355 \end_inset
4356
4357 +
4358 \backslash
4359 cdots
4360 \begin_inset space \textvisiblespace{}
4361 \end_inset
4362
4363 +A_n
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4373 \end_inset
4374
4375
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \backslash
4388 vdots
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 \begin_inset Formula $\vdots$
4398 \end_inset
4399
4400
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \backslash
4413 ddots
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 \begin_inset Formula $\ddots$
4423 \end_inset
4424
4425
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \backslash
4438 iddots
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 \begin_inset Formula $\iddots$
4448 \end_inset
4449
4450
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 </row>
4456 <row>
4457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 Matriz
4462 \begin_inset space \thinspace{}
4463 \end_inset
4464
4465 3×3 con los distintos puntos
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 \begin_inset Formula $\begin{array}{ccc}
4475 A_{11} & \cdots & A_{1m}\\
4476 \vdots & \ddots & \vdots\\
4477 A_{n1} & \cdots & A_{nm}
4478 \end{array}$
4479 \end_inset
4480
4481
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 </lyxtabular>
4488
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \begin_layout Standard
4495 Los puntos suspensivos disponibles en el menú 
4496 \family sans
4497 Insertar\SpecialChar \menuseparator
4498 Carácter especial
4499 \family default
4500  son 
4501 \series bold
4502
4503 \backslash
4504 ldots
4505 \series default
4506 .
4507 \end_layout
4508
4509 \begin_layout Standard
4510 \begin_inset VSpace medskip
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \begin_layout Standard
4517 Para usar 
4518 \series bold
4519
4520 \backslash
4521 iddots
4522 \series default
4523 , hay que marcar una de las opciones 
4524 \family sans
4525 Usar paquete mathdots (automáticamente)
4526 \family default
4527  en las 
4528 \family sans
4529 Opciones de ecuación
4530 \family default
4531  de la configuración del documento.
4532 \begin_inset Newline newline
4533 \end_inset
4534
4535 La opción 
4536 \family sans
4537 Usar paquete mathdots
4538 \family default
4539  mejorará el aspecto de todos los puntos en los documentos si su estilo
4540  o tamaño de tipografía no son los predeterminados.
4541 \end_layout
4542
4543 \begin_layout Standard
4544 \begin_inset VSpace medskip
4545 \end_inset
4546
4547 Hay puntos específicos para matrices que se extienden por varias columnas.
4548  Se generan con el comando 
4549 \series bold
4550
4551 \backslash
4552 hdotsfor
4553 \series default
4554
4555 \begin_inset Index idx
4556 status collapsed
4557
4558 \begin_layout Plain Layout
4559 Comandos ! H ! 
4560 \backslash
4561 hdotsfor
4562 \end_layout
4563
4564 \end_inset
4565
4566 , que tiene el siguiente esquema:
4567 \end_layout
4568
4569 \begin_layout Standard
4570
4571 \series bold
4572
4573 \backslash
4574 hdotsfor[distancia]{número de columnas}
4575 \end_layout
4576
4577 \begin_layout Standard
4578 Número de columnas especifica cuántas columnas deben abarcarse.
4579  Distancia es un factor para la separación entre los puntos.
4580 \end_layout
4581
4582 \begin_layout Standard
4583 En la siguiente matriz se ha insertado el comando 
4584 \series bold
4585
4586 \backslash
4587 hdotsfor[2]{4}
4588 \series default
4589  en el primer recuadro de la segunda línea para obtener puntos separados
4590  una distancia equivalente a dos veces la del comando 
4591 \series bold
4592
4593 \backslash
4594 dots
4595 \series default
4596 .
4597 \begin_inset Formula 
4598 \[
4599 \left(\begin{array}{cccc}
4600 A & B & C & D\\
4601 \hdotsfor[2]{4}\\
4602 q & w & e & r
4603 \end{array}\right)
4604 \]
4605
4606 \end_inset
4607
4608
4609 \end_layout
4610
4611 \begin_layout Standard
4612 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4613  de lo contrario se producen errores de LaTeX.
4614 \end_layout
4615
4616 \begin_layout Standard
4617 \begin_inset VSpace bigskip
4618 \end_inset
4619
4620
4621 \end_layout
4622
4623 \begin_layout Standard
4624 Además, con el comando 
4625 \series bold
4626
4627 \backslash
4628 dotfill
4629 \series default
4630
4631 \begin_inset Index idx
4632 status collapsed
4633
4634 \begin_layout Plain Layout
4635 Comandos ! D ! 
4636 \backslash
4637 dotfill
4638 \end_layout
4639
4640 \end_inset
4641
4642  puedes completar con puntos una línea.
4643  El efecto de este tipo de comandos es como el de 
4644 \series bold
4645
4646 \backslash
4647 hfill
4648 \series default
4649 , véase 
4650 \begin_inset CommandInset ref
4651 LatexCommand ref
4652 reference "sub:Espacio-variable"
4653
4654 \end_inset
4655
4656 .
4657 \end_layout
4658
4659 \begin_layout Standard
4660 Por ejemplo el comando 
4661 \series bold
4662 A
4663 \backslash
4664 dotfill
4665 \series default
4666
4667 \begin_inset space \textvisiblespace{}
4668 \end_inset
4669
4670
4671 \series bold
4672 B
4673 \series default
4674  genera
4675 \end_layout
4676
4677 \begin_layout Standard
4678 \begin_inset Formula $A\dotfill B$
4679 \end_inset
4680
4681
4682 \end_layout
4683
4684 \begin_layout Standard
4685 Un comando análogo a 
4686 \series bold
4687
4688 \backslash
4689 dotfill
4690 \series default
4691  para rellenar con una línea es 
4692 \series bold
4693
4694 \backslash
4695 hrulefill
4696 \series default
4697
4698 \begin_inset Index idx
4699 status collapsed
4700
4701 \begin_layout Plain Layout
4702 Comandos ! H ! 
4703 \backslash
4704 hrulefill
4705 \end_layout
4706
4707 \end_inset
4708
4709 :
4710 \end_layout
4711
4712 \begin_layout Standard
4713 \begin_inset Formula $A\hrulefill B$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \begin_layout Standard
4720 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4721 \end_layout
4722
4723 \begin_layout Section
4724 Matrices
4725 \begin_inset CommandInset label
4726 LatexCommand label
4727 name "sec:Matrices"
4728
4729 \end_inset
4730
4731
4732 \begin_inset Index idx
4733 status collapsed
4734
4735 \begin_layout Plain Layout
4736 Matrices
4737 \end_layout
4738
4739 \end_inset
4740
4741
4742 \end_layout
4743
4744 \begin_layout Standard
4745 Se pueden insertar con el botón 
4746 \begin_inset Info
4747 type  "icon"
4748 arg   "dialog-show mathmatrix"
4749 \end_inset
4750
4751  de la barra de ecuaciones o con el menú 
4752 \family sans
4753 Insertar\SpecialChar \menuseparator
4754 Ecuación\SpecialChar \menuseparator
4755 Matriz
4756 \family default
4757 .
4758  Aparece una ventana en la que se pide el número de filas y columnas, la
4759  alineación y la decoración.
4760  La alineación vertical sólo es relevante para matrices en línea:
4761 \end_layout
4762
4763 \begin_layout Standard
4764 Esta primera matriz tiene alineación superior 
4765 \begin_inset Formula $\begin{array}[t]{cccc}
4766 A & D & G & J\\
4767 B & E & H & K\\
4768 D & F & I & L
4769 \end{array}$
4770 \end_inset
4771
4772  , la segunda alineación central 
4773 \begin_inset Formula $\begin{array}{cccc}
4774 A & D & G & J\\
4775 B & E & H & K\\
4776 D & F & I & L
4777 \end{array}$
4778 \end_inset
4779
4780  , y la tercera alineación inferior 
4781 \begin_inset Formula $\begin{array}[b]{cccc}
4782 A & D & G & J\\
4783 B & E & H & K\\
4784 D & F & I & L
4785 \end{array}$
4786 \end_inset
4787
4788 .
4789 \end_layout
4790
4791 \begin_layout Standard
4792 La alineación horizontal especifica cómo deben alinearse las entradas de
4793  la columna.
4794  Se determina mediante una letra para cada columna.
4795  
4796 \emph on
4797 l
4798 \emph default
4799  indica alineación a la izquierda, 
4800 \emph on
4801 c
4802 \emph default
4803  alineación centrada y 
4804 \emph on
4805 r
4806 \emph default
4807  alineación a la derecha.
4808  Por ejemplo, para componer una matriz
4809 \begin_inset space ~
4810 \end_inset
4811
4812 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4813  centradas y la última a la derecha, se anota 
4814 \series bold
4815 lccr
4816 \series default
4817  en la alineación horizontal.
4818  Normalmente todas las columnas de una matriz están centradas, por tanto
4819  el valor por omisión es 
4820 \series bold
4821 c
4822 \series default
4823  para todas ellas.
4824 \end_layout
4825
4826 \begin_layout Standard
4827 Alineación horizontal:
4828 \end_layout
4829
4830 \begin_layout Standard
4831
4832 \series bold
4833 lll
4834 \series default
4835  : 
4836 \begin_inset Formula $\begin{array}{lll}
4837 10000 & D & G\\
4838 B & 10000 & H\\
4839 C & F & 10000
4840 \end{array}$
4841 \end_inset
4842
4843  , 
4844 \series bold
4845 ccc 
4846 \series default
4847
4848 \begin_inset Formula $\begin{array}{ccc}
4849 10000 & D & G\\
4850 B & 10000 & H\\
4851 C & F & 10000
4852 \end{array}$
4853 \end_inset
4854
4855  
4856 \series bold
4857 ,
4858 \series default
4859  
4860 \series bold
4861 rrr 
4862 \series default
4863
4864 \begin_inset Formula $\begin{array}{rrr}
4865 10000 & D & G\\
4866 B & 10000 & H\\
4867 C & F & 10000
4868 \end{array}$
4869 \end_inset
4870
4871
4872 \end_layout
4873
4874 \begin_layout Standard
4875 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4876  botones 
4877 \begin_inset Info
4878 type  "icon"
4879 arg   "inset-modify tabular append-row"
4880 \end_inset
4881
4882
4883 \begin_inset Info
4884 type  "icon"
4885 arg   "inset-modify tabular delete-row"
4886 \end_inset
4887
4888 , etc.
4889  de la barra de ecuaciones o el menú 
4890 \family sans
4891 Editar\SpecialChar \menuseparator
4892 Filas y columnas
4893 \family default
4894 .
4895  También se pueden añadir filas nuevas con 
4896 \family sans
4897 Ctrl+Entrar
4898 \family default
4899 .
4900 \end_layout
4901
4902 \begin_layout Standard
4903 \begin_inset VSpace bigskip
4904 \end_inset
4905
4906
4907 \end_layout
4908
4909 \begin_layout Standard
4910 La 
4911 \family sans
4912 Decoración
4913 \family default
4914  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4915  Alternativamente, se pueden generar paréntesis con los comandos 
4916 \series bold
4917
4918 \backslash
4919 left
4920 \series default
4921
4922 \begin_inset Index idx
4923 status collapsed
4924
4925 \begin_layout Plain Layout
4926 Comandos ! L ! 
4927 \backslash
4928 left
4929 \end_layout
4930
4931 \end_inset
4932
4933  y 
4934 \series bold
4935
4936 \backslash
4937 right
4938 \series default
4939
4940 \begin_inset Index idx
4941 status collapsed
4942
4943 \begin_layout Plain Layout
4944 Comandos ! R ! 
4945 \backslash
4946 right
4947 \end_layout
4948
4949 \end_inset
4950
4951  (atajo 
4952 \family sans
4953 Alt+M
4954 \begin_inset space ~
4955 \end_inset
4956
4957 Paréntesis
4958 \family default
4959 ), véase 
4960 \begin_inset CommandInset ref
4961 LatexCommand ref
4962 reference "sub:Tamaño-automático-de"
4963
4964 \end_inset
4965
4966 , o usando los comandos siguientes:
4967 \end_layout
4968
4969 \begin_layout Standard
4970 \begin_inset VSpace medskip
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 \begin_inset space \hfill{}
4978 \end_inset
4979
4980
4981 \begin_inset Tabular
4982 <lyxtabular version="3" rows="4" columns="2">
4983 <features rotate="0" tabularvalignment="middle">
4984 <column alignment="center" valignment="top">
4985 <column alignment="center" valignment="top">
4986 <row>
4987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Comando
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Resultado
5001 \begin_inset Note Note
5002 status collapsed
5003
5004 \begin_layout Plain Layout
5005
5006 \series bold
5007
5008 \backslash
5009 raisebox
5010 \series default
5011  se usa sólo como espaciador
5012 \end_layout
5013
5014 \end_inset
5015
5016
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \backslash
5029 bmatrix
5030 \begin_inset space \textvisiblespace{}
5031 \end_inset
5032
5033 2
5034 \series bold
5035 ×
5036 \series default
5037 2
5038 \begin_inset space \thinspace{}
5039 \end_inset
5040
5041 matriz
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5051 0 & \textrm{-}\mathrm{i}\\
5052 \mathrm{i} & 0
5053 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5054 \end_inset
5055
5056
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \backslash
5069 Bmatrix
5070 \begin_inset space \textvisiblespace{}
5071 \end_inset
5072
5073 2×2
5074 \begin_inset space \thinspace{}
5075 \end_inset
5076
5077 matriz
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5087 0 & \textrm{-}\mathrm{i}\\
5088 \mathrm{i} & 0
5089 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5090 \end_inset
5091
5092
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \backslash
5105 pmatrix
5106 \begin_inset space \textvisiblespace{}
5107 \end_inset
5108
5109 2
5110 \series bold
5111 ×
5112 \series default
5113 2
5114 \begin_inset space \thinspace{}
5115 \end_inset
5116
5117 matriz
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5127 0 & \textrm{-}\mathrm{i}\\
5128 \mathrm{i} & 0
5129 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5130 \end_inset
5131
5132
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 </row>
5138 </lyxtabular>
5139
5140 \end_inset
5141
5142
5143 \begin_inset space \hfill{}
5144 \end_inset
5145
5146
5147 \begin_inset Tabular
5148 <lyxtabular version="3" rows="4" columns="2">
5149 <features rotate="0" tabularvalignment="middle">
5150 <column alignment="center" valignment="top">
5151 <column alignment="center" valignment="top">
5152 <row>
5153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Comando
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Resultado
5167 \begin_inset Note Note
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173
5174 \backslash
5175 raisebox
5176 \series default
5177  se usa sólo como espaciador
5178 \end_layout
5179
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row>
5189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193
5194 \backslash
5195 vmatrix
5196 \begin_inset space \textvisiblespace{}
5197 \end_inset
5198
5199 2
5200 \series bold
5201 ×
5202 \series default
5203 2
5204 \begin_inset space \thinspace{}
5205 \end_inset
5206
5207 matriz
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5217 0 & \textrm{-}\mathrm{i}\\
5218 \mathrm{i} & 0
5219 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \backslash
5235 Vmatrix
5236 \begin_inset space \textvisiblespace{}
5237 \end_inset
5238
5239 2
5240 \series bold
5241 ×
5242 \series default
5243 2
5244 \begin_inset space \thinspace{}
5245 \end_inset
5246
5247 matriz
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5257 0 & \textrm{-}\mathrm{i}\\
5258 \mathrm{i} & 0
5259 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5260 \end_inset
5261
5262
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \backslash
5275 matrix
5276 \begin_inset space \textvisiblespace{}
5277 \end_inset
5278
5279 2
5280 \series bold
5281 ×
5282 \series default
5283 2
5284 \begin_inset space \thinspace{}
5285 \end_inset
5286
5287 matriz
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5297 0 & \textrm{-}\mathrm{i}\\
5298 \mathrm{i} & 0
5299 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 </lyxtabular>
5309
5310 \end_inset
5311
5312
5313 \begin_inset space \hfill{}
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Standard
5320 \begin_inset VSpace medskip
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \begin_layout Standard
5327 Cuando se inserta p.
5328 \begin_inset space \thinspace{}
5329 \end_inset
5330
5331 e.
5332 \begin_inset space ~
5333 \end_inset
5334
5335
5336 \series bold
5337
5338 \backslash
5339 vmatrix
5340 \series default
5341 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5342  la matriz.
5343 \begin_inset Newline newline
5344 \end_inset
5345
5346 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5347  vertical.
5348 \end_layout
5349
5350 \begin_layout Standard
5351 \begin_inset VSpace bigskip
5352 \end_inset
5353
5354
5355 \end_layout
5356
5357 \begin_layout Standard
5358 Como todas las ecuaciones multilínea son matrices, la longitud 
5359 \series bold
5360
5361 \backslash
5362 arraycolsep
5363 \series default
5364
5365 \begin_inset Index idx
5366 status collapsed
5367
5368 \begin_layout Plain Layout
5369 Comandos ! A ! 
5370 \backslash
5371 arraycolsep
5372 \end_layout
5373
5374 \end_inset
5375
5376 , que se describe en 
5377 \begin_inset CommandInset ref
5378 LatexCommand ref
5379 reference "sub:Separación-de-columnas"
5380
5381 \end_inset
5382
5383 , también se puede usar para cambiar la separación de las columnas en una
5384  matriz.
5385  Para cambiar la separación de las filas, se usa el comando 
5386 \series bold
5387
5388 \backslash
5389 arraystretch
5390 \series default
5391
5392 \begin_inset Index idx
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Comandos ! A ! 
5397 \backslash
5398 arraystretch
5399 \end_layout
5400
5401 \end_inset
5402
5403  de la siguiente manera:
5404 \end_layout
5405
5406 \begin_layout Standard
5407
5408 \series bold
5409
5410 \backslash
5411 renewcommand{
5412 \backslash
5413 arraystretch}{factor de separación}
5414 \begin_inset Index idx
5415 status collapsed
5416
5417 \begin_layout Plain Layout
5418 Comandos ! R ! 
5419 \backslash
5420 renewcommand
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 El comando 
5430 \series bold
5431
5432 \backslash
5433 renewcommand
5434 \series default
5435  asigna el factor de separación al comando predefinido 
5436 \series bold
5437
5438 \backslash
5439 arraystretch
5440 \series default
5441 .
5442  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5443  Además, éste se usa para todas las matrices siguientes.
5444  Para volver a la separación original, asigna factor 1 a 
5445 \series bold
5446
5447 \backslash
5448 arraystretch
5449 \series default
5450 .
5451 \end_layout
5452
5453 \begin_layout Standard
5454 Para poner matrices en línea se usa el comando 
5455 \series bold
5456
5457 \backslash
5458 smallmatrix
5459 \series default
5460
5461 \begin_inset Index idx
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465 Comandos ! S ! 
5466 \backslash
5467 smallmatrix
5468 \end_layout
5469
5470 \end_inset
5471
5472 .
5473  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5474  se inserta la matriz.
5475  
5476 \end_layout
5477
5478 \begin_layout Standard
5479 Esto es una matriz 
5480 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5481 C & D
5482 \end{smallmatrix}\right)$
5483 \end_inset
5484
5485  en línea.
5486 \end_layout
5487
5488 \begin_layout Section
5489 Delimitadores
5490 \begin_inset Index idx
5491 status collapsed
5492
5493 \begin_layout Plain Layout
5494 Delimitadores
5495 \end_layout
5496
5497 \end_inset
5498
5499
5500 \end_layout
5501
5502 \begin_layout Subsection
5503 Delimitadores verticales
5504 \begin_inset Index idx
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 Delimitadores ! verticales
5509 \end_layout
5510
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \begin_layout Standard
5517 \begin_inset space \hfill{}
5518 \end_inset
5519
5520
5521 \begin_inset Tabular
5522 <lyxtabular version="3" rows="9" columns="2">
5523 <features rotate="0" tabularvalignment="middle">
5524 <column alignment="center" valignment="top" width="0pt">
5525 <column alignment="center" valignment="top" width="0pt">
5526 <row>
5527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 Comando
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 Resultado
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 </row>
5546 <row>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 (
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 \begin_inset Formula $($
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 <row>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 {
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 \begin_inset Formula $\{$
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 [
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Formula $[$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \backslash
5622 langle
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 \begin_inset Formula $\langle$
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \backslash
5647 lceil
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $\lceil$
5657 \end_inset
5658
5659
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670
5671 \backslash
5672 lfloor
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 \begin_inset Formula $\lfloor$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 /
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Formula $/$
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 |
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $|$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 </lyxtabular>
5737
5738 \end_inset
5739
5740
5741 \begin_inset space \hfill{}
5742 \end_inset
5743
5744
5745 \begin_inset Tabular
5746 <lyxtabular version="3" rows="9" columns="2">
5747 <features rotate="0" tabularvalignment="middle">
5748 <column alignment="center" valignment="top" width="0pt">
5749 <column alignment="center" valignment="top" width="0pt">
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 Comando
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 Resultado
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 <row>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 )
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 \begin_inset Formula $)$
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 }
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 \begin_inset Formula $\}$
5808 \end_inset
5809
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 </row>
5816 <row>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 ]
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 \begin_inset Formula $]$
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 <row>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844
5845 \backslash
5846 rangle
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 \begin_inset Formula $\rangle$
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 </row>
5864 <row>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869
5870 \backslash
5871 rceil
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $\rceil$
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894
5895 \backslash
5896 rfloor
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $\rfloor$
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \backslash
5921
5922 \backslash
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 \begin_inset Formula $\backslash$
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \backslash
5948 |
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 \begin_inset Formula $\|$
5958 \end_inset
5959
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 </lyxtabular>
5967
5968 \end_inset
5969
5970
5971 \begin_inset space \hfill{}
5972 \end_inset
5973
5974
5975 \end_layout
5976
5977 \begin_layout Standard
5978 \begin_inset Note Greyedout
5979 status open
5980
5981 \begin_layout Plain Layout
5982
5983 \series bold
5984 Nota
5985 \series default
5986 : En modo TeX hay que usar el comando 
5987 \series bold
5988
5989 \backslash
5990 textbackslash
5991 \series default
5992
5993 \begin_inset Index idx
5994 status collapsed
5995
5996 \begin_layout Plain Layout
5997 Comandos ! T ! 
5998 \backslash
5999 textbackslash
6000 \end_layout
6001
6002 \end_inset
6003
6004  para la barra invertida, porque si no el comando 
6005 \series bold
6006
6007 \backslash
6008
6009 \backslash
6010
6011 \series default
6012  genera un salto de línea.
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \begin_layout Standard
6021 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6022  descritos en las dos subsecciones siguientes.
6023  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6024  < y > en vez de los comandos 
6025 \series bold
6026
6027 \backslash
6028 langle
6029 \series default
6030  y 
6031 \series bold
6032
6033 \backslash
6034 rangle
6035 \series default
6036 .
6037  
6038 \end_layout
6039
6040 \begin_layout Subsubsection
6041 Tamaño manual de los delimitadores
6042 \begin_inset CommandInset label
6043 LatexCommand label
6044 name "sub:Tamaño-manual-de"
6045
6046 \end_inset
6047
6048
6049 \begin_inset Index idx
6050 status collapsed
6051
6052 \begin_layout Plain Layout
6053 Delimitadores ! tamaño manual
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \begin_layout Standard
6062 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6063  LaTeX 
6064 \series bold
6065
6066 \backslash
6067 big
6068 \series default
6069
6070 \begin_inset Index idx
6071 status collapsed
6072
6073 \begin_layout Plain Layout
6074 Comandos ! B ! 
6075 \backslash
6076 big
6077 \end_layout
6078
6079 \end_inset
6080
6081
6082 \series bold
6083
6084 \backslash
6085 Big
6086 \series default
6087
6088 \series bold
6089
6090 \backslash
6091 bigg
6092 \series default
6093 , y 
6094 \series bold
6095
6096 \backslash
6097 Bigg
6098 \series default
6099 .
6100  
6101 \series bold
6102
6103 \backslash
6104 big
6105 \series default
6106  indica el tamaño menor y 
6107 \series bold
6108
6109 \backslash
6110 Bigg
6111 \series default
6112  el mayor.
6113 \end_layout
6114
6115 \begin_layout Standard
6116 Estos comandos se usan para resaltar niveles de delimitación:
6117 \end_layout
6118
6119 \begin_layout Standard
6120 \noindent
6121 \align center
6122 \begin_inset Tabular
6123 <lyxtabular version="3" rows="2" columns="2">
6124 <features rotate="0" tabularvalignment="middle">
6125 <column alignment="center" valignment="top">
6126 <column alignment="center" valignment="top">
6127 <row>
6128 <cell alignment="center" valignment="top" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 todos los delimitadores de igual tamaño:
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 así tiene mejor aspecto:
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6165 \end_inset
6166
6167
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 </lyxtabular>
6174
6175 \end_inset
6176
6177
6178 \begin_inset Note Note
6179 status collapsed
6180
6181 \begin_layout Plain Layout
6182
6183 \series bold
6184
6185 \backslash
6186 raisebox
6187 \series default
6188  se usa sólo como espaciador
6189 \end_layout
6190
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \begin_layout Standard
6197 Para la segunda expresión se ha empleado el comando 
6198 \series bold
6199
6200 \backslash
6201 Big((A+B)(A-B)
6202 \backslash
6203 Big)^
6204 \series default
6205
6206 \begin_inset space \textvisiblespace{}
6207 \end_inset
6208
6209
6210 \series bold
6211 C
6212 \series default
6213 .
6214 \end_layout
6215
6216 \begin_layout Standard
6217 He aquí una visión conjunta de todos los tamaños y delimitadores:
6218 \end_layout
6219
6220 \begin_layout Standard
6221 \noindent
6222 \align center
6223
6224 \backslash
6225 Bigg(
6226 \backslash
6227 exp
6228 \backslash
6229 bigg<
6230 \backslash
6231 Big[
6232 \backslash
6233 big{
6234 \backslash
6235 ln(3x)
6236 \backslash
6237 big}^2
6238 \begin_inset space \textvisiblespace{}
6239 \end_inset
6240
6241
6242 \backslash
6243 sen(x)
6244 \backslash
6245 Big]^
6246 \begin_inset space \textvisiblespace{}
6247 \end_inset
6248
6249 A
6250 \begin_inset space \textvisiblespace{}
6251 \end_inset
6252
6253
6254 \backslash
6255 bigg>
6256 \backslash
6257 Bigg)^0,5
6258 \begin_inset Formula 
6259 \[
6260 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6261 \]
6262
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \begin_layout Standard
6269 Además de los comandos 
6270 \series bold
6271
6272 \backslash
6273 big
6274 \series default
6275  hay la variante 
6276 \series bold
6277
6278 \backslash
6279 bigm
6280 \series default
6281
6282 \begin_inset Index idx
6283 status collapsed
6284
6285 \begin_layout Plain Layout
6286 Comandos ! B ! 
6287 \backslash
6288 bigm
6289 \end_layout
6290
6291 \end_inset
6292
6293 , que añade un poco más de espacio entre el delimitador y su contenido,
6294  y la variante 
6295 \series bold
6296
6297 \backslash
6298 bigl
6299 \series default
6300 -
6301 \series bold
6302
6303 \backslash
6304 bigr
6305 \series default
6306
6307 \begin_inset Index idx
6308 status collapsed
6309
6310 \begin_layout Plain Layout
6311 Comandos ! B ! 
6312 \backslash
6313 bigl - 
6314 \backslash
6315 bigr
6316 \end_layout
6317
6318 \end_inset
6319
6320 , que no añade espacio adicional.
6321  La 
6322 \emph on
6323 l
6324 \emph default
6325  al final del comando 
6326 \series bold
6327
6328 \backslash
6329 bigl 
6330 \series default
6331 es para el delimitador izquierdo, la 
6332 \emph on
6333 r
6334 \emph default
6335  es para el delimitador derecho.
6336  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6337  apertura o de cierre.
6338 \end_layout
6339
6340 \begin_layout Standard
6341 En el siguiente cuadro hay una comparación de las variantes:
6342 \end_layout
6343
6344 \begin_layout Standard
6345 \noindent
6346 \align center
6347 \begin_inset Tabular
6348 <lyxtabular version="3" rows="5" columns="2">
6349 <features rotate="0" tabularvalignment="middle">
6350 <column alignment="center" valignment="top">
6351 <column alignment="center" valignment="top">
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 Comando
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 Resultado
6367 \begin_inset Note Note
6368 status collapsed
6369
6370 \begin_layout Plain Layout
6371
6372 \series bold
6373
6374 \backslash
6375 raisebox
6376 \series default
6377  se usa sólo como espaciador
6378 \end_layout
6379
6380 \end_inset
6381
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393
6394 \backslash
6395 Bigm(
6396 \backslash
6397 bigm(
6398 \backslash
6399 ln(3x)
6400 \backslash
6401 bigm)^2
6402 \series bold
6403
6404 \begin_inset space \textvisiblespace{}
6405 \end_inset
6406
6407
6408 \series default
6409
6410 \backslash
6411 Bigm)
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \backslash
6436 Big(
6437 \backslash
6438 big(
6439 \backslash
6440 ln(3x)
6441 \backslash
6442 big)^2
6443 \series bold
6444
6445 \begin_inset space \textvisiblespace{}
6446 \end_inset
6447
6448
6449 \series default
6450
6451 \backslash
6452 Big)
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 <row>
6471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \backslash
6477 Bigl(
6478 \backslash
6479 bigl(
6480 \backslash
6481 ln(3x)
6482 \backslash
6483 bigr)^2
6484 \series bold
6485
6486 \begin_inset space \textvisiblespace{}
6487 \end_inset
6488
6489
6490 \series default
6491
6492 \backslash
6493 Bigr)
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6503 \end_inset
6504
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 </row>
6511 <row>
6512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516
6517 \backslash
6518 bigl)
6519 \backslash
6520 ln(3x)
6521 \backslash
6522 bigr(
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 </row>
6540 </lyxtabular>
6541
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \begin_layout Subsubsection
6548 Tamaño automático de los delimitadores
6549 \begin_inset CommandInset label
6550 LatexCommand label
6551 name "sub:Tamaño-automático-de"
6552
6553 \end_inset
6554
6555
6556 \begin_inset Index idx
6557 status collapsed
6558
6559 \begin_layout Plain Layout
6560 Delimitadores ! tamaño automático
6561 \end_layout
6562
6563 \end_inset
6564
6565
6566 \end_layout
6567
6568 \begin_layout Standard
6569 Se pueden insertar delimitadores de tamaño variable con los comandos 
6570 \series bold
6571
6572 \backslash
6573 left
6574 \series default
6575
6576 \begin_inset Index idx
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580 Comandos ! L ! 
6581 \backslash
6582 left
6583 \end_layout
6584
6585 \end_inset
6586
6587  y 
6588 \series bold
6589
6590 \backslash
6591 right
6592 \series default
6593
6594 \begin_inset Index idx
6595 status collapsed
6596
6597 \begin_layout Plain Layout
6598 Comandos ! R ! 
6599 \backslash
6600 right
6601 \end_layout
6602
6603 \end_inset
6604
6605  o con el botón de la barra de ecuaciones 
6606 \begin_inset Info
6607 type  "icon"
6608 arg   "dialog-show mathdelimiter"
6609 \end_inset
6610
6611 .
6612  El delimitador deseado se debe insertar directamente detrás de 
6613 \series bold
6614
6615 \backslash
6616 left
6617 \series default
6618  y 
6619 \series bold
6620
6621 \backslash
6622 right
6623 \series default
6624 .
6625  El tamaño se calculará automáticamente después para la salida.
6626  
6627 \end_layout
6628
6629 \begin_layout Standard
6630 \noindent
6631 \align center
6632 delimitador normal: El comando 
6633 \series bold
6634
6635 \backslash
6636 ln(
6637 \backslash
6638 frac
6639 \series default
6640
6641 \begin_inset space \textvisiblespace{}
6642 \end_inset
6643
6644
6645 \series bold
6646 A
6647 \begin_inset Formula $\downarrow$
6648 \end_inset
6649
6650 C
6651 \series default
6652
6653 \begin_inset space \textvisiblespace{}
6654 \end_inset
6655
6656
6657 \series bold
6658 )
6659 \series default
6660  genera
6661 \begin_inset Formula 
6662 \[
6663 \ln(\frac{A}{C})
6664 \]
6665
6666 \end_inset
6667
6668
6669 \end_layout
6670
6671 \begin_layout Standard
6672 \noindent
6673 \align center
6674 delimitador multilínea: El comando 
6675 \series bold
6676
6677 \backslash
6678 ln
6679 \backslash
6680 left(
6681 \backslash
6682 frac
6683 \series default
6684
6685 \begin_inset space \textvisiblespace{}
6686 \end_inset
6687
6688
6689 \series bold
6690 A
6691 \begin_inset Formula $\downarrow$
6692 \end_inset
6693
6694 C
6695 \series default
6696
6697 \begin_inset space \textvisiblespace{}
6698 \end_inset
6699
6700
6701 \series bold
6702
6703 \backslash
6704 right)
6705 \series default
6706  genera
6707 \begin_inset Formula 
6708 \[
6709 \ln\left(\frac{A}{C}\right)
6710 \]
6711
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \begin_layout Standard
6718 En lugar de 
6719 \series bold
6720
6721 \backslash
6722 left
6723 \series default
6724  y 
6725 \series bold
6726
6727 \backslash
6728 right
6729 \series default
6730  se puede usar el atajo 
6731 \family sans
6732 Alt+M
6733 \begin_inset space ~
6734 \end_inset
6735
6736 Corchete
6737 \family default
6738 .
6739  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6740  real del delimitador y además se genera el correspondiente delimitador
6741  de cierre.
6742 \begin_inset Newline newline
6743 \end_inset
6744
6745 El comando para el último ejemplo sería 
6746 \series bold
6747
6748 \backslash
6749 ln Alt+M
6750 \series default
6751  
6752 \series bold
6753 (
6754 \backslash
6755 frac
6756 \begin_inset space \textvisiblespace{}
6757 \end_inset
6758
6759 A
6760 \begin_inset Formula $\downarrow$
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \begin_layout Standard
6767 Para omitir uno de los dos delimitadores se inserta un punto.
6768  Por ejemplo, el comando 
6769 \series bold
6770
6771 \backslash
6772 left.
6773 \backslash
6774 frac
6775 \series default
6776
6777 \begin_inset space \textvisiblespace{}
6778 \end_inset
6779
6780
6781 \series bold
6782 A
6783 \begin_inset Formula $\downarrow$
6784 \end_inset
6785
6786 B
6787 \series default
6788
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792
6793 \series bold
6794
6795 \backslash
6796 right}
6797 \series default
6798  da lugar a:
6799 \begin_inset Formula 
6800 \[
6801 \left.\frac{A}{B}\right\} 
6802 \]
6803
6804 \end_inset
6805
6806
6807 \end_layout
6808
6809 \begin_layout Standard
6810 LyX convertirá los comandos 
6811 \series bold
6812
6813 \backslash
6814 left
6815 \series default
6816  y 
6817 \series bold
6818
6819 \backslash
6820 right
6821 \series default
6822  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6823  omitido aparecerá como línea de trazos.
6824  
6825 \begin_inset VSpace bigskip
6826 \end_inset
6827
6828
6829 \end_layout
6830
6831 \begin_layout Standard
6832 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6833  de LaTeX, el comando 
6834 \series bold
6835
6836 \backslash
6837 middle
6838 \series default
6839
6840 \begin_inset Index idx
6841 status collapsed
6842
6843 \begin_layout Plain Layout
6844 Comandos ! M ! 
6845 \backslash
6846 middle
6847 \end_layout
6848
6849 \end_inset
6850
6851  está también disponible para todos los delimitadores y límites.
6852  Con este comando la altura del siguiente carácter se adapta a la de los
6853  delimitadores circundantes, lo que es necesario, p.
6854 \begin_inset space \thinspace{}
6855 \end_inset
6856
6857 e., para vectores cuánticos: 
6858 \begin_inset Formula 
6859 \[
6860 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6861 \]
6862
6863 \end_inset
6864
6865
6866 \end_layout
6867
6868 \begin_layout Standard
6869 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6870  en
6871 \begin_inset space ~
6872 \end_inset
6873
6874
6875 \begin_inset CommandInset ref
6876 LatexCommand ref
6877 reference "sub:Vectores-cuánticos"
6878
6879 \end_inset
6880
6881 .
6882 \end_layout
6883
6884 \begin_layout Subsection
6885 Delimitadores horizontales
6886 \begin_inset Index idx
6887 status collapsed
6888
6889 \begin_layout Plain Layout
6890 Delimitadores ! horizontales
6891 \end_layout
6892
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \begin_layout Standard
6899 \noindent
6900 \align center
6901 \begin_inset Tabular
6902 <lyxtabular version="3" rows="4" columns="2">
6903 <features rotate="0" tabularvalignment="middle">
6904 <column alignment="center" valignment="top">
6905 <column alignment="center" valignment="top">
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 Comando
6912 \begin_inset Note Note
6913 status collapsed
6914
6915 \begin_layout Plain Layout
6916
6917 \series bold
6918
6919 \backslash
6920 raisebox
6921 \series default
6922  se usa sólo como espaciador
6923 \end_layout
6924
6925 \end_inset
6926
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 Resultado
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 \begin_inset ERT
6948 status collapsed
6949
6950 \begin_layout Plain Layout
6951
6952
6953 \backslash
6954 raisebox{2.3mm}{
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \backslash
6961 overbrace
6962 \begin_inset space \textvisiblespace{}
6963 \end_inset
6964
6965 A+B
6966 \begin_inset space \textvisiblespace{}
6967 \end_inset
6968
6969 ^
6970 \begin_inset space \textvisiblespace{}
6971 \end_inset
6972
6973 3
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979 }
6980 \end_layout
6981
6982 \end_inset
6983
6984
6985 \begin_inset Index idx
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989 Comandos ! O ! 
6990 \backslash
6991 overbrace
6992 \end_layout
6993
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 \begin_inset Formula $\overbrace{A+B}^{3}$
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 <row>
7015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 \begin_inset ERT
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023
7024
7025 \backslash
7026 raisebox{-2.2mm}{
7027 \end_layout
7028
7029 \end_inset
7030
7031
7032 \backslash
7033 underbrace
7034 \begin_inset space \textvisiblespace{}
7035 \end_inset
7036
7037 A+B
7038 \begin_inset space \textvisiblespace{}
7039 \end_inset
7040
7041 _5
7042 \begin_inset ERT
7043 status collapsed
7044
7045 \begin_layout Plain Layout
7046
7047 }
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \begin_inset Index idx
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057 Comandos ! U ! 
7058 \backslash
7059 underbrace
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Formula $\underbrace{A+B}_{5}$
7074 \end_inset
7075
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087
7088 \backslash
7089 overbrace
7090 \begin_inset space \textvisiblespace{}
7091 \end_inset
7092
7093
7094 \backslash
7095 underbrace
7096 \begin_inset space \textvisiblespace{}
7097 \end_inset
7098
7099 A+B_w
7100 \begin_inset space \textvisiblespace{}
7101 \end_inset
7102
7103
7104 \begin_inset space \textvisiblespace{}
7105 \end_inset
7106
7107 _7
7108 \begin_inset space \textvisiblespace{}
7109 \end_inset
7110
7111
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115 ^
7116 \begin_inset space \textvisiblespace{}
7117 \end_inset
7118
7119 C
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7129 \end_inset
7130
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 </lyxtabular>
7138
7139 \end_inset
7140
7141
7142 \end_layout
7143
7144 \begin_layout Standard
7145 En el último ejemplo no importa en qué orden se introducen los comandos
7146  
7147 \series bold
7148
7149 \backslash
7150 overbrace
7151 \series default
7152  y 
7153 \series bold
7154
7155 \backslash
7156 underbrace
7157 \series default
7158 .
7159 \begin_inset VSpace bigskip
7160 \end_inset
7161
7162
7163 \end_layout
7164
7165 \begin_layout Standard
7166 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7167  multilínea, como se describe en
7168 \begin_inset space ~
7169 \end_inset
7170
7171
7172 \begin_inset CommandInset ref
7173 LatexCommand ref
7174 reference "sec:Ecuaciones-multilínea"
7175
7176 \end_inset
7177
7178 :
7179 \begin_inset Formula 
7180 \begin{eqnarray*}
7181 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7182  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7183 \end{eqnarray*}
7184
7185 \end_inset
7186
7187 En la primera fila se insertan la ecuación y la primera llave.
7188  Aquí es importante insertar el comando de espacio
7189 \begin_inset Foot
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193 Los comandos para espacios se explican en 
7194 \begin_inset CommandInset ref
7195 LatexCommand ref
7196 reference "sub:Espacio-predefinido"
7197
7198 \end_inset
7199
7200
7201 \end_layout
7202
7203 \end_inset
7204
7205  
7206 \series bold
7207
7208 \backslash
7209 :
7210 \series default
7211  antes de la primera
7212 \series bold
7213  
7214 \series default
7215
7216 \begin_inset Formula $d$
7217 \end_inset
7218
7219 , porque la llave que termina detrás de 
7220 \begin_inset Formula $q$
7221 \end_inset
7222
7223  impide que el siguiente 
7224 \begin_inset Quotes fld
7225 \end_inset
7226
7227 +
7228 \begin_inset Quotes frd
7229 \end_inset
7230
7231  esté rodeado de espacio.
7232 \begin_inset Foot
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236 Debido a que la llave no es considerada como carácter, véase 
7237 \begin_inset CommandInset ref
7238 LatexCommand ref
7239 reference "sub:Operadores-binarios"
7240
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247
7248  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7249  de 
7250 \begin_inset Formula $b$
7251 \end_inset
7252
7253  se inserta antes el comando 
7254 \series bold
7255
7256 \backslash
7257 hphantom{gggg+
7258 \backslash
7259 :}
7260 \series default
7261 .
7262 \begin_inset Foot
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266 Más sobre 
7267 \series bold
7268
7269 \backslash
7270 hphantom
7271 \series default
7272  en 
7273 \begin_inset CommandInset ref
7274 LatexCommand ref
7275 reference "sub:Espacios-reservados"
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \end_inset
7283
7284  Ese espacio es necesario porque el signo 
7285 \begin_inset Quotes fld
7286 \end_inset
7287
7288 +
7289 \begin_inset Quotes frd
7290 \end_inset
7291
7292  va seguido de un espacio en la ecuación.
7293  La llave se coloca bajo el comando 
7294 \series bold
7295
7296 \backslash
7297 hphantom{bbqq+dddd}
7298 \series default
7299 .
7300  
7301 \end_layout
7302
7303 \begin_layout Standard
7304 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7305  ejemplo:
7306 \begin_inset ERT
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310
7311
7312 \backslash
7313 setlength{
7314 \backslash
7315 jot}{-6pt}
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \begin_inset Formula 
7322 \begin{eqnarray*}
7323  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7324 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7325 \end{eqnarray*}
7326
7327 \end_inset
7328
7329
7330 \begin_inset ERT
7331 status collapsed
7332
7333 \begin_layout Plain Layout
7334
7335
7336 \backslash
7337 setlength{
7338 \backslash
7339 jot}{3pt}
7340 \end_layout
7341
7342 \end_inset
7343
7344 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7345  anterior, con la diferencia de que la llave está encima.
7346  La segunda fila contiene la ecuación junto con la segunda llave.
7347  Para evitar que haya demasiado espacio entre la llave superior en la primera
7348  fila y la ecuación hay que reducirlo.
7349  Esto no es fácil de hacer debido a un fallo de LyX.
7350 \begin_inset Foot
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354 \begin_inset CommandInset href
7355 LatexCommand href
7356 name "LyX-bug #1505"
7357 target "http://www.lyx.org/trac/ticket/1505"
7358
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \end_inset
7365
7366  Una solución es cambiar la separación global de filas en la ecuación, 
7367 \series bold
7368
7369 \backslash
7370 jot
7371 \series default
7372
7373 \begin_inset Index idx
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377 Comandos ! J ! 
7378 \backslash
7379 jot
7380 \end_layout
7381
7382 \end_inset
7383
7384 , en -6
7385 \begin_inset space \thinspace{}
7386 \end_inset
7387
7388 pt insertando antes de la ecuación el comando 
7389 \series bold
7390
7391 \backslash
7392 setlength{
7393 \backslash
7394 jot}{-6pt}
7395 \series default
7396  en modo TeX.
7397  Después de la ecuación se vuelve al valor normal 3
7398 \begin_inset space \thinspace{}
7399 \end_inset
7400
7401 pt de 
7402 \series bold
7403
7404 \backslash
7405 jot
7406 \series default
7407  usando el mismo comando.
7408  Más información sobre separación de filas en ecuaciones en
7409 \begin_inset space ~
7410 \end_inset
7411
7412
7413 \begin_inset CommandInset ref
7414 LatexCommand ref
7415 reference "sub:Separación-de-líneas"
7416
7417 \end_inset
7418
7419 .
7420 \end_layout
7421
7422 \begin_layout Section
7423 Flechas
7424 \begin_inset Index idx
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428 Flechas
7429 \end_layout
7430
7431 \end_inset
7432
7433
7434 \end_layout
7435
7436 \begin_layout Standard
7437 Las flechas se pueden insertar con el botón 
7438 \begin_inset Info
7439 type  "icon"
7440 arg   "math-insert \\leftarrow"
7441 \end_inset
7442
7443  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7444  siguientes.
7445 \end_layout
7446
7447 \begin_layout Subsection
7448 Flechas horizontales
7449 \begin_inset Index idx
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 Flechas ! horizontales
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \begin_layout Standard
7462 \begin_inset space \hfill{}
7463 \end_inset
7464
7465
7466 \begin_inset Tabular
7467 <lyxtabular version="3" rows="8" columns="2">
7468 <features rotate="0" tabularvalignment="middle">
7469 <column alignment="center" valignment="top" width="0pt">
7470 <column alignment="center" valignment="top" width="0pt">
7471 <row>
7472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 Comando
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Resultado
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \backslash
7498 gets
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 \begin_inset Formula $\gets$
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 <row>
7517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \backslash
7523 Leftarrow
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 \begin_inset Formula $\Leftarrow$
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546
7547 \backslash
7548 longleftarrow
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 \begin_inset Formula $\longleftarrow$
7558 \end_inset
7559
7560
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 </row>
7566 <row>
7567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571
7572 \backslash
7573 Longleftarrow
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 \begin_inset Formula $\Longleftarrow$
7583 \end_inset
7584
7585
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596
7597 \backslash
7598 leftharpoonup
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 \begin_inset Formula $\leftharpoonup$
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row>
7617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \backslash
7623 leftharpoondown
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 \begin_inset Formula $\leftharpoondown$
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row>
7642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \backslash
7648 hookleftarrow
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 \begin_inset Formula $\hookleftarrow$
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 </lyxtabular>
7667
7668 \end_inset
7669
7670
7671 \begin_inset space \hfill{}
7672 \end_inset
7673
7674
7675 \begin_inset Tabular
7676 <lyxtabular version="3" rows="8" columns="2">
7677 <features rotate="0" tabularvalignment="middle">
7678 <column alignment="center" valignment="top" width="0pt">
7679 <column alignment="center" valignment="top" width="0pt">
7680 <row>
7681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 Comando
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 Resultado
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705
7706 \backslash
7707 to
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 \begin_inset Formula $\to$
7717 \end_inset
7718
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 </row>
7725 <row>
7726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \backslash
7732 Rightarrow
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 \begin_inset Formula $\Rightarrow$
7742 \end_inset
7743
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 </row>
7750 <row>
7751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \backslash
7757 longrightarrow
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766 \begin_inset Formula $\longrightarrow$
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row>
7776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \backslash
7782 Longrightarrow
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 \begin_inset Formula $\Longrightarrow$
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row>
7801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \backslash
7807 rightharpoonup
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 \begin_inset Formula $\rightharpoonup$
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \backslash
7832 rightharpoondown
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 \begin_inset Formula $\rightharpoondown$
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \backslash
7857 hookrightarrow
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 \begin_inset Formula $\hookrightarrow$
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 </lyxtabular>
7876
7877 \end_inset
7878
7879
7880 \begin_inset space \hfill{}
7881 \end_inset
7882
7883
7884 \end_layout
7885
7886 \begin_layout Standard
7887 \begin_inset space \hfill{}
7888 \end_inset
7889
7890
7891 \begin_inset Tabular
7892 <lyxtabular version="3" rows="6" columns="2">
7893 <features rotate="0" tabularvalignment="middle">
7894 <column alignment="center" valignment="top" width="0pt">
7895 <column alignment="center" valignment="top" width="0pt">
7896 <row>
7897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Comando
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 Resultado
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \backslash
7923 leftrightarrow
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 \begin_inset Formula $\leftrightarrow$
7933 \end_inset
7934
7935
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \backslash
7948 Leftrightarrow
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 \begin_inset Formula $\Leftrightarrow$
7958 \end_inset
7959
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \backslash
7973 longleftrightarrow
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 \begin_inset Formula $\longleftrightarrow$
7983 \end_inset
7984
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \backslash
7998 Longleftrightarrow
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 \begin_inset Formula $\Longleftrightarrow$
8008 \end_inset
8009
8010
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \backslash
8023 rightleftharpoons
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 \begin_inset Formula $\rightleftharpoons$
8033 \end_inset
8034
8035
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 </lyxtabular>
8042
8043 \end_inset
8044
8045
8046 \begin_inset space \hspace{}
8047 \length 25pt
8048 \end_inset
8049
8050
8051 \begin_inset space \hfill{}
8052 \end_inset
8053
8054
8055 \begin_inset Tabular
8056 <lyxtabular version="3" rows="5" columns="2">
8057 <features rotate="0" tabularvalignment="middle">
8058 <column alignment="center" valignment="top" width="0pt">
8059 <column alignment="center" valignment="top" width="0pt">
8060 <row>
8061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Comando
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Resultado
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \backslash
8087 mapsto
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 \begin_inset Formula $\mapsto$
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \backslash
8112 longmapsto
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 \begin_inset Formula $\longmapsto$
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \backslash
8137 leadsto
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 \begin_inset Formula $\leadsto$
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \backslash
8162 dasharrow
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 \begin_inset Formula $\dasharrow$
8172 \end_inset
8173
8174
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 </lyxtabular>
8181
8182 \end_inset
8183
8184
8185 \begin_inset space \hfill{}
8186 \end_inset
8187
8188
8189 \begin_inset VSpace medskip
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \begin_layout Standard
8196 Las flechas que se utilizan como acentos, p.
8197 \begin_inset space \thinspace{}
8198 \end_inset
8199
8200 e.
8201  en vectores, se describen en 
8202 \begin_inset CommandInset ref
8203 LatexCommand ref
8204 reference "sec:Acentos"
8205
8206 \end_inset
8207
8208 .
8209  
8210 \begin_inset VSpace bigskip
8211 \end_inset
8212
8213
8214 \end_layout
8215
8216 \begin_layout Standard
8217 Además hay las flechas etiquetadas
8218 \begin_inset Index idx
8219 status collapsed
8220
8221 \begin_layout Plain Layout
8222 Flechas ! etiquetadas
8223 \end_layout
8224
8225 \end_inset
8226
8227  
8228 \series bold
8229
8230 \backslash
8231 xleftarrow
8232 \series default
8233
8234 \begin_inset Index idx
8235 status collapsed
8236
8237 \begin_layout Plain Layout
8238 Comandos ! X ! 
8239 \backslash
8240 xleftarrow
8241 \end_layout
8242
8243 \end_inset
8244
8245  y 
8246 \series bold
8247
8248 \backslash
8249 xrightarrow
8250 \series default
8251
8252 \begin_inset Index idx
8253 status collapsed
8254
8255 \begin_layout Plain Layout
8256 Comandos ! X ! 
8257 \backslash
8258 xrightarrow
8259 \begin_inset ERT
8260 status collapsed
8261
8262 \begin_layout Plain Layout
8263
8264
8265 \backslash
8266 vspace{4mm}
8267 \end_layout
8268
8269 \end_inset
8270
8271
8272 \end_layout
8273
8274 \end_inset
8275
8276 .
8277  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8278  con dos marcos azules donde se puede insertar la etiqueta.
8279  La longitud de la flecha se adapta a la anchura de la etiqueta.
8280 \end_layout
8281
8282 \begin_layout Standard
8283 \noindent
8284 \align center
8285 \begin_inset Tabular
8286 <lyxtabular version="3" rows="3" columns="2">
8287 <features rotate="0" tabularvalignment="middle">
8288 <column alignment="center" valignment="top">
8289 <column alignment="center" valignment="top">
8290 <row>
8291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Comando
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Resultado
8305 \begin_inset Note Note
8306 status collapsed
8307
8308 \begin_layout Plain Layout
8309
8310 \series bold
8311
8312 \backslash
8313 raisebox
8314 \series default
8315  se usa sólo como espaciador
8316 \end_layout
8317
8318 \end_inset
8319
8320
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 F(a)
8332 \backslash
8333 xleftarrow
8334 \begin_inset space \textvisiblespace{}
8335 \end_inset
8336
8337 x=a
8338 \begin_inset Formula $\downarrow$
8339 \end_inset
8340
8341 x>0
8342 \begin_inset Formula $\to$
8343 \end_inset
8344
8345 F(x)
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8355 \end_inset
8356
8357
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 F(x)
8369 \backslash
8370 xrightarrow
8371 \begin_inset space \textvisiblespace{}
8372 \end_inset
8373
8374 x=a
8375 \begin_inset Formula $\downarrow$
8376 \end_inset
8377
8378 x>0
8379 \begin_inset Formula $\to$
8380 \end_inset
8381
8382 F(a)
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 </lyxtabular>
8401
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \begin_layout Subsection
8408 Flechas verticales y diagonales
8409 \begin_inset Index idx
8410 status collapsed
8411
8412 \begin_layout Plain Layout
8413 Flechas ! diagonales
8414 \end_layout
8415
8416 \end_inset
8417
8418
8419 \begin_inset Index idx
8420 status collapsed
8421
8422 \begin_layout Plain Layout
8423 Flechas ! verticales
8424 \end_layout
8425
8426 \end_inset
8427
8428
8429 \end_layout
8430
8431 \begin_layout Standard
8432 \begin_inset space \hfill{}
8433 \end_inset
8434
8435
8436 \begin_inset Tabular
8437 <lyxtabular version="3" rows="7" columns="2">
8438 <features rotate="0" tabularvalignment="middle">
8439 <column alignment="center" valignment="top" width="0pt">
8440 <column alignment="center" valignment="top" width="0pt">
8441 <row>
8442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Comando
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Resultado
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \backslash
8468 uparrow
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 \begin_inset Formula $\uparrow$
8478 \end_inset
8479
8480
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \backslash
8493 Uparrow
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 \begin_inset Formula $\Uparrow$
8503 \end_inset
8504
8505
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \backslash
8518 updownarrow
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 \begin_inset Formula $\updownarrow$
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \backslash
8543 Updownarrow
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 \begin_inset Formula $\Updownarrow$
8553 \end_inset
8554
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \backslash
8568 Downarrow
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 \begin_inset Formula $\Downarrow$
8578 \end_inset
8579
8580
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \backslash
8593 downarrow
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 \begin_inset Formula $\downarrow$
8603 \end_inset
8604
8605
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 </lyxtabular>
8612
8613 \end_inset
8614
8615
8616 \begin_inset space \hfill{}
8617 \end_inset
8618
8619
8620 \begin_inset Tabular
8621 <lyxtabular version="3" rows="5" columns="2">
8622 <features rotate="0" tabularvalignment="middle">
8623 <column alignment="center" valignment="top" width="0pt">
8624 <column alignment="center" valignment="top" width="0pt">
8625 <row>
8626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Comando
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Resultado
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \backslash
8652 nearrow
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 \begin_inset Formula $\nearrow$
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \backslash
8677 searrow
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 \begin_inset Formula $\searrow$
8687 \end_inset
8688
8689
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \backslash
8702 swarrow
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 \begin_inset Formula $\swarrow$
8712 \end_inset
8713
8714
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \backslash
8727 nwarrow
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 \begin_inset Formula $\nwarrow$
8737 \end_inset
8738
8739
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 </lyxtabular>
8746
8747 \end_inset
8748
8749
8750 \begin_inset space \hfill{}
8751 \end_inset
8752
8753
8754 \end_layout
8755
8756 \begin_layout Standard
8757 \begin_inset VSpace medskip
8758 \end_inset
8759
8760
8761 \end_layout
8762
8763 \begin_layout Standard
8764 Las flechas verticales también se pueden usar como delimitadores junto con
8765  los comandos descritos en
8766 \begin_inset space ~
8767 \end_inset
8768
8769
8770 \begin_inset CommandInset ref
8771 LatexCommand ref
8772 reference "sub:Tamaño-manual-de"
8773
8774 \end_inset
8775
8776  y 
8777 \begin_inset CommandInset ref
8778 LatexCommand ref
8779 reference "sub:Tamaño-automático-de"
8780
8781 \end_inset
8782
8783 .
8784 \end_layout
8785
8786 \begin_layout Standard
8787 \noindent
8788 \align center
8789 \begin_inset Newpage newpage
8790 \end_inset
8791
8792
8793 \end_layout
8794
8795 \begin_layout Section
8796 Acentos
8797 \begin_inset CommandInset label
8798 LatexCommand label
8799 name "sec:Acentos"
8800
8801 \end_inset
8802
8803
8804 \begin_inset Index idx
8805 status collapsed
8806
8807 \begin_layout Plain Layout
8808 Acentos
8809 \end_layout
8810
8811 \end_inset
8812
8813
8814 \end_layout
8815
8816 \begin_layout Standard
8817 Los acentos se pueden insertar con el botón 
8818 \begin_inset Info
8819 type  "icon"
8820 arg   "math-insert \\hat"
8821 \end_inset
8822
8823  o mediante los comandos listados en las siguientes subsecciones.
8824 \end_layout
8825
8826 \begin_layout Subsection
8827 Acentos para un carácter
8828 \begin_inset ERT
8829 status collapsed
8830
8831 \begin_layout Plain Layout
8832
8833
8834 \backslash
8835 texorpdfstring{
8836 \end_layout
8837
8838 \end_inset
8839
8840
8841 \begin_inset Foot
8842 status collapsed
8843
8844 \begin_layout Plain Layout
8845 Para acentos en texto, véase 
8846 \begin_inset CommandInset ref
8847 LatexCommand ref
8848 reference "sub:Acentos-en-texto"
8849
8850 \end_inset
8851
8852
8853 \end_layout
8854
8855 \end_inset
8856
8857
8858 \begin_inset ERT
8859 status collapsed
8860
8861 \begin_layout Plain Layout
8862
8863 }{}
8864 \end_layout
8865
8866 \end_inset
8867
8868
8869 \begin_inset Note Note
8870 status collapsed
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875
8876 \backslash
8877 texorpdfstring
8878 \series default
8879  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
8880 \end_layout
8881
8882 \begin_layout Plain Layout
8883 Más sobre 
8884 \series bold
8885
8886 \backslash
8887 texorpdfstring
8888 \series default
8889  en la sección 
8890 \begin_inset CommandInset ref
8891 LatexCommand ref
8892 reference "sub:Ecuaciones-en-encabezados"
8893
8894 \end_inset
8895
8896 .
8897 \end_layout
8898
8899 \end_inset
8900
8901
8902 \begin_inset CommandInset label
8903 LatexCommand label
8904 name "sub:Acentos-para-un"
8905
8906 \end_inset
8907
8908
8909 \begin_inset Index idx
8910 status collapsed
8911
8912 \begin_layout Plain Layout
8913 Acentos ! para un carácter
8914 \end_layout
8915
8916 \end_inset
8917
8918
8919 \end_layout
8920
8921 \begin_layout Standard
8922 \begin_inset space \hfill{}
8923 \end_inset
8924
8925
8926 \begin_inset Tabular
8927 <lyxtabular version="3" rows="8" columns="2">
8928 <features rotate="0" tabularvalignment="middle">
8929 <column alignment="center" valignment="top" width="0pt">
8930 <column alignment="center" valignment="top" width="0pt">
8931 <row>
8932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Comando
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 Resultado
8946 \begin_inset Note Note
8947 status collapsed
8948
8949 \begin_layout Plain Layout
8950
8951 \series bold
8952
8953 \backslash
8954 raisebox
8955 \series default
8956  se usa sólo como espaciador
8957 \end_layout
8958
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \backslash
8974 dot
8975 \begin_inset space \textvisiblespace{}
8976 \end_inset
8977
8978 A
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8988 \end_inset
8989
8990
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001
9002 \backslash
9003 ddot
9004 \begin_inset space \textvisiblespace{}
9005 \end_inset
9006
9007 A
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \backslash
9032 dddot
9033 \begin_inset space \textvisiblespace{}
9034 \end_inset
9035
9036 A
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9046 \end_inset
9047
9048
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \backslash
9061 ddddot
9062 \begin_inset space \textvisiblespace{}
9063 \end_inset
9064
9065 A
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \backslash
9090 vec
9091 \begin_inset space \textvisiblespace{}
9092 \end_inset
9093
9094 A
9095 \begin_inset Index idx
9096 status collapsed
9097
9098 \begin_layout Plain Layout
9099 Vectores
9100 \end_layout
9101
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9114 \end_inset
9115
9116
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \backslash
9129 bar
9130 \begin_inset space \textvisiblespace{}
9131 \end_inset
9132
9133 A
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 mathring
9159 \begin_inset space \textvisiblespace{}
9160 \end_inset
9161
9162 A
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9172 \end_inset
9173
9174
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 </lyxtabular>
9181
9182 \end_inset
9183
9184
9185 \begin_inset space \hfill{}
9186 \end_inset
9187
9188
9189 \begin_inset Tabular
9190 <lyxtabular version="3" rows="7" columns="2">
9191 <features rotate="0" tabularvalignment="middle">
9192 <column alignment="center" valignment="top" width="0pt">
9193 <column alignment="center" valignment="top" width="0pt">
9194 <row>
9195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Comando
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 Resultado
9209 \begin_inset Note Note
9210 status collapsed
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215
9216 \backslash
9217 raisebox
9218 \series default
9219  se usa sólo como espaciador
9220 \end_layout
9221
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \backslash
9237 tilde
9238 \begin_inset space \textvisiblespace{}
9239 \end_inset
9240
9241 A
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9251 \end_inset
9252
9253
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \backslash
9266 hat
9267 \begin_inset space \textvisiblespace{}
9268 \end_inset
9269
9270 A
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9280 \end_inset
9281
9282
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \backslash
9295 check
9296 \begin_inset space \textvisiblespace{}
9297 \end_inset
9298
9299 A
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9309 \end_inset
9310
9311
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 </row>
9317 <row>
9318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322
9323 \backslash
9324 acute
9325 \begin_inset space \textvisiblespace{}
9326 \end_inset
9327
9328 A
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9338 \end_inset
9339
9340
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \backslash
9353 grave
9354 \begin_inset space \textvisiblespace{}
9355 \end_inset
9356
9357 A
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9367 \end_inset
9368
9369
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \backslash
9382 breve
9383 \begin_inset space \textvisiblespace{}
9384 \end_inset
9385
9386 A
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 </lyxtabular>
9405
9406 \end_inset
9407
9408
9409 \begin_inset space \hfill{}
9410 \end_inset
9411
9412
9413 \end_layout
9414
9415 \begin_layout Standard
9416 \begin_inset VSpace bigskip
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \begin_layout Standard
9423 En ecuaciones se pueden insertar acentos como 
9424 \begin_inset Quotes fld
9425 \end_inset
9426
9427 é
9428 \begin_inset Quotes frd
9429 \end_inset
9430
9431  directamente.
9432  LyX los transformará al comando de acento correspondiente.
9433  Para poner diéresis
9434 \begin_inset Index idx
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438 Dieresis@Diéresis
9439 \end_layout
9440
9441 \end_inset
9442
9443  es mejor insertar comillas antes de la vocal.
9444  Estos dos caracteres son considerados por LaTeX como 
9445 \emph on
9446 un solo
9447 \emph default
9448  carácter si la parte de la ecuación con la diéresis se marca en idioma
9449  alemán.
9450 \begin_inset Foot
9451 status collapsed
9452
9453 \begin_layout Plain Layout
9454 O algún otro idioma que use acentos, p.
9455 \begin_inset space \thinspace{}
9456 \end_inset
9457
9458 e.
9459  catalán.
9460  Aunque esto no funciona en español por algún conflicto con el estilo 
9461 \series bold
9462 spanish
9463 \series default
9464  de 
9465 \series bold
9466 babel
9467 \series default
9468 , no es necesario: se puede escribir 
9469 \begin_inset Formula $ï$
9470 \end_inset
9471
9472  en una ecuación igual que se hace en texto normal, ï.
9473  (
9474 \emph on
9475 N.
9476 \begin_inset space \thinspace{}
9477 \end_inset
9478
9479 del t.
9480 \emph default
9481 )
9482 \end_layout
9483
9484 \end_inset
9485
9486  A diferencia de 
9487 \series bold
9488
9489 \backslash
9490 ddot
9491 \series default
9492 , con este método se generan diéresis 
9493 \begin_inset Quotes fld
9494 \end_inset
9495
9496 reales
9497 \begin_inset Quotes frd
9498 \end_inset
9499
9500 , como se demuestra en el siguiente ejemplo:
9501 \begin_inset VSpace -2mm
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \begin_layout Standard
9508 \noindent
9509 \align center
9510 \begin_inset Tabular
9511 <lyxtabular version="3" rows="3" columns="2">
9512 <features rotate="0" tabularvalignment="middle">
9513 <column alignment="center" valignment="top">
9514 <column alignment="center" valignment="top">
9515 <row>
9516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 Comando
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Resultado
9530 \begin_inset Note Note
9531 status collapsed
9532
9533 \begin_layout Plain Layout
9534
9535 \series bold
9536
9537 \backslash
9538 raisebox
9539 \series default
9540  se usa sólo como espaciador.
9541 \end_layout
9542
9543 \end_inset
9544
9545
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row>
9552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 ï
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 \begin_inset Formula $ï$
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row>
9575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \backslash
9581 ddot
9582 \begin_inset space \textvisiblespace{}
9583 \end_inset
9584
9585 i
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 </lyxtabular>
9604
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \begin_layout Standard
9611 Otra ventaja frente a 
9612 \series bold
9613
9614 \backslash
9615 ddot
9616 \series default
9617  es que la diéresis puede convertirse directamente a texto matemático, porque
9618  los anteriores comandos para acentos 
9619 \emph on
9620 no están permitidos en texto matemático
9621 \emph default
9622 .
9623  Para convertir un carácter acentuado a texto matemático, se debe convertir
9624  sólo el carácter bajo el acento.
9625  Esto también se aplica para otras conversiones, p.
9626 \begin_inset space \thinspace{}
9627 \end_inset
9628
9629 e.
9630 \begin_inset space ~
9631 \end_inset
9632
9633 cursiva o negrita.
9634 \end_layout
9635
9636 \begin_layout Standard
9637 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
9638 \end_layout
9639
9640 \begin_layout Standard
9641 \begin_inset VSpace bigskip
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \begin_layout Standard
9648
9649 \lang english
9650 LyX also supports a tilde under the character if the LaTeX-package
9651 \lang spanish
9652  
9653 \series bold
9654 undertilde
9655 \series default
9656
9657 \begin_inset Index idx
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661 Paquetes ! undertilde
9662 \end_layout
9663
9664 \end_inset
9665
9666  
9667 \lang english
9668 is installed on your system:
9669 \end_layout
9670
9671 \begin_layout Standard
9672 \begin_inset ERT
9673 status collapsed
9674
9675 \begin_layout Plain Layout
9676
9677
9678 \backslash
9679 ifundertilde 
9680 \end_layout
9681
9682 \end_inset
9683
9684
9685 \begin_inset Note Note
9686 status open
9687
9688 \begin_layout Plain Layout
9689 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
9690 \series bold
9691 undertilde
9692 \series default
9693  está instalado.
9694 \end_layout
9695
9696 \end_inset
9697
9698
9699 \end_layout
9700
9701 \begin_layout Standard
9702 \noindent
9703 \align center
9704 \begin_inset Tabular
9705 <lyxtabular version="3" rows="2" columns="2">
9706 <features rotate="0" tabularvalignment="middle">
9707 <column alignment="center" valignment="top" width="0pt">
9708 <column alignment="center" valignment="top" width="0pt">
9709 <row>
9710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 Comando
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 Resultado
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \backslash
9736 utilde
9737 \begin_inset space \textvisiblespace{}
9738 \end_inset
9739
9740 A
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9750 \end_inset
9751
9752
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 </lyxtabular>
9759
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \begin_layout Standard
9766 \begin_inset ERT
9767 status collapsed
9768
9769 \begin_layout Plain Layout
9770
9771
9772 \backslash
9773 else
9774 \end_layout
9775
9776 \end_inset
9777
9778
9779 \begin_inset Note Note
9780 status open
9781
9782 \begin_layout Plain Layout
9783 Lo que sigue se verá en la salida si el paquete LaTeX 
9784 \series bold
9785 undertilde
9786 \series default
9787  no está instalado:
9788 \end_layout
9789
9790 \end_inset
9791
9792
9793 \end_layout
9794
9795 \begin_layout Standard
9796 Debes instalar el paquete LaTeX 
9797 \series bold
9798 undertilde
9799 \series default
9800  para ver en la salida el resto de esta subsección.
9801 \end_layout
9802
9803 \begin_layout Standard
9804 \begin_inset ERT
9805 status collapsed
9806
9807 \begin_layout Plain Layout
9808
9809
9810 \backslash
9811 fi
9812 \end_layout
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \begin_layout Subsection
9820 Acentos para varios caracteres
9821 \begin_inset Index idx
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825 Acentos ! en varios caracteres
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \begin_layout Standard
9834 \begin_inset space \hfill{}
9835 \end_inset
9836
9837
9838 \begin_inset Tabular
9839 <lyxtabular version="3" rows="5" columns="2">
9840 <features rotate="0" tabularvalignment="middle">
9841 <column alignment="center" valignment="top" width="0pt">
9842 <column alignment="center" valignment="top" width="0pt">
9843 <row>
9844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 Comando
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 Resultado
9858 \begin_inset Note Note
9859 status collapsed
9860
9861 \begin_layout Plain Layout
9862
9863 \series bold
9864
9865 \backslash
9866 raisebox
9867 \series default
9868  se usa sólo como espaciador
9869 \end_layout
9870
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \backslash
9886 overleftarrow
9887 \begin_inset space \textvisiblespace{}
9888 \end_inset
9889
9890 A=B
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9900 \end_inset
9901
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \backslash
9915 underleftarrow
9916 \begin_inset space \textvisiblespace{}
9917 \end_inset
9918
9919 A=B
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9929 \end_inset
9930
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \backslash
9944 overleftrightarrow
9945 \begin_inset space \textvisiblespace{}
9946 \end_inset
9947
9948 A=B
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row>
9967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \backslash
9973 underleftrightarrow
9974 \begin_inset space \textvisiblespace{}
9975 \end_inset
9976
9977 A=B
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9987 \end_inset
9988
9989
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 </lyxtabular>
9996
9997 \end_inset
9998
9999
10000 \begin_inset space \hfill{}
10001 \end_inset
10002
10003
10004 \begin_inset Tabular
10005 <lyxtabular version="3" rows="5" columns="2">
10006 <features rotate="0" tabularvalignment="middle">
10007 <column alignment="center" valignment="top" width="0pt">
10008 <column alignment="center" valignment="top" width="0pt">
10009 <row>
10010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 Comando
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Resultado
10024 \begin_inset Note Note
10025 status collapsed
10026
10027 \begin_layout Plain Layout
10028
10029 \series bold
10030
10031 \backslash
10032 raisebox
10033 \series default
10034  se usa sólo como espaciador
10035 \end_layout
10036
10037 \end_inset
10038
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row>
10046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \backslash
10052 overrightarrow
10053 \begin_inset space \textvisiblespace{}
10054 \end_inset
10055
10056 A=B
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10066 \end_inset
10067
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \backslash
10081 underrightarrow
10082 \begin_inset space \textvisiblespace{}
10083 \end_inset
10084
10085 A=B
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10095 \end_inset
10096
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row>
10104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \backslash
10110 widetilde
10111 \begin_inset space \textvisiblespace{}
10112 \end_inset
10113
10114 A=B
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10124 \end_inset
10125
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \backslash
10139 widehat
10140 \begin_inset space \textvisiblespace{}
10141 \end_inset
10142
10143 A=B
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 </lyxtabular>
10162
10163 \end_inset
10164
10165
10166 \begin_inset space \hfill{}
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \begin_layout Standard
10173 \begin_inset VSpace medskip
10174 \end_inset
10175
10176
10177 \end_layout
10178
10179 \begin_layout Standard
10180 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10181  Pero los acentos 
10182 \series bold
10183
10184 \backslash
10185 widetilde
10186 \series default
10187  y 
10188 \series bold
10189
10190 \backslash
10191 widehat
10192 \series default
10193  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10194  ejemplo:
10195 \begin_inset Formula 
10196 \[
10197 \widetilde{A+B=C-D}
10198 \]
10199
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \begin_layout Standard
10206 Con los comandos 
10207 \series bold
10208
10209 \backslash
10210 overset
10211 \series default
10212
10213 \begin_inset Index idx
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217 Comandos ! O ! 
10218 \backslash
10219 overset
10220 \end_layout
10221
10222 \end_inset
10223
10224  y 
10225 \series bold
10226
10227 \backslash
10228 underset
10229 \series default
10230
10231 \begin_inset Index idx
10232 status collapsed
10233
10234 \begin_layout Plain Layout
10235 Comandos ! U ! 
10236 \backslash
10237 underset
10238 \end_layout
10239
10240 \end_inset
10241
10242 , descritos en la subsección anterior, también se pueden acentuar varios
10243  caracteres.
10244  El comando 
10245 \series bold
10246
10247 \backslash
10248 underset
10249 \begin_inset space \textvisiblespace{}
10250 \end_inset
10251
10252 A=B
10253 \begin_inset Formula $\downarrow$
10254 \end_inset
10255
10256 ***
10257 \series default
10258  da:
10259 \begin_inset Formula 
10260 \[
10261 \underset{***}{A=B}
10262 \]
10263
10264 \end_inset
10265
10266
10267 \end_layout
10268
10269 \begin_layout Section
10270 Espacios
10271 \begin_inset CommandInset label
10272 LatexCommand label
10273 name "sec:Espacio"
10274
10275 \end_inset
10276
10277
10278 \begin_inset Index idx
10279 status collapsed
10280
10281 \begin_layout Plain Layout
10282 Espacio ! horizontal
10283 \end_layout
10284
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \begin_layout Subsection
10291 Espacio predefinido
10292 \begin_inset CommandInset label
10293 LatexCommand label
10294 name "sub:Espacio-predefinido"
10295
10296 \end_inset
10297
10298
10299 \begin_inset Index idx
10300 status collapsed
10301
10302 \begin_layout Plain Layout
10303 Espacio ! horizontal ! predefinido
10304 \end_layout
10305
10306 \end_inset
10307
10308
10309 \end_layout
10310
10311 \begin_layout Standard
10312 A veces es necesario insertar espacio horizontal en una ecuación.
10313  Esto se hace insertando un espacio protegido (atajo 
10314 \family sans
10315 Ctrl+Espacio
10316 \family default
10317 ).
10318  Aparece un 
10319 \begin_inset Quotes fld
10320 \end_inset
10321
10322
10323 \color black
10324
10325 \begin_inset space \textvisiblespace{}
10326 \end_inset
10327
10328
10329 \color inherit
10330
10331 \begin_inset Quotes frd
10332 \end_inset
10333
10334 , y pulsando 
10335 \family sans
10336 Espacio
10337 \family default
10338  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10339  espacio.
10340  También se pueden insertar espacios mediante el botón 
10341 \begin_inset Info
10342 type  "icon"
10343 arg   "math-insert \\space"
10344 \end_inset
10345
10346  de la barra de ecuaciones o con comandos especiales.
10347  Independientemente del comando insertado, se puede seleccionar un nuevo
10348  tamaño pulsando acto seguido 
10349 \family sans
10350 Espacio.
10351  
10352 \end_layout
10353
10354 \begin_layout Standard
10355 \noindent
10356 \align center
10357 \begin_inset Tabular
10358 <lyxtabular version="3" rows="6" columns="3">
10359 <features rotate="0" tabularvalignment="middle">
10360 <column alignment="center" valignment="top">
10361 <column alignment="center" valignment="top" width="14col%">
10362 <column alignment="center" valignment="top">
10363 <row>
10364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Comando
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Número de pulsaciones de 
10378 \family sans
10379 Espacio
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Resultado
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \backslash
10401 ,
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 0
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 \begin_inset Formula $A\, B$
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \backslash
10435 :
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 1
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 \begin_inset Formula $A\: B$
10454 \end_inset
10455
10456
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469 ;
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 2
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 \begin_inset Formula $A\; B$
10488 \end_inset
10489
10490
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \backslash
10503 quad
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 3
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 \begin_inset Formula $A\quad B$
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \backslash
10537 qquad
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 4
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 \begin_inset Formula $A\qquad B$
10556 \end_inset
10557
10558
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 </lyxtabular>
10565
10566 \end_inset
10567
10568
10569 \begin_inset space \hfill{}
10570 \end_inset
10571
10572
10573 \begin_inset Tabular
10574 <lyxtabular version="3" rows="6" columns="3">
10575 <features rotate="0" tabularvalignment="middle">
10576 <column alignment="center" valignment="top">
10577 <column alignment="center" valignment="top" width="14col%">
10578 <column alignment="center" valignment="top">
10579 <row>
10580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Comando
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 Número de pulsaciones de 
10594 \family sans
10595 Espacio
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Resultado
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \backslash
10617 hfill
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 5
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $A\hfill B$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \backslash
10651 hspace*{1em}
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 6
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 \begin_inset Formula $A\hspace*{1em}B$
10670 \end_inset
10671
10672
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 <row>
10679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \backslash
10685 hspace{1em}
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 7
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 \begin_inset Formula $A\hspace{1em}B$
10704 \end_inset
10705
10706
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 <row>
10713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717
10718 \backslash
10719
10720 \begin_inset space \textvisiblespace{}
10721 \end_inset
10722
10723
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 8
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 \begin_inset Formula $A\ B$
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 </row>
10750 <row>
10751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \backslash
10757 !
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 9
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 \begin_inset Formula $A\! B$
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 </lyxtabular>
10785
10786 \end_inset
10787
10788
10789 \end_layout
10790
10791 \begin_layout Standard
10792
10793 \lang english
10794 Space
10795 \begin_inset space ~
10796 \end_inset
10797
10798 5
10799 \begin_inset space \thinspace{}
10800 \end_inset
10801
10802 --
10803 \begin_inset space \thinspace{}
10804 \end_inset
10805
10806 7 are variable spaces which are explained in
10807 \lang spanish
10808  
10809 \begin_inset CommandInset ref
10810 LatexCommand ref
10811 reference "sub:Espacio-variable"
10812
10813 \end_inset
10814
10815 .
10816  El tamaño
10817 \begin_inset space ~
10818 \end_inset
10819
10820 9 parece no generar espacio.
10821  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
10822  negativo.
10823  Hay otros dos espacios negativos:
10824 \end_layout
10825
10826 \begin_layout Standard
10827 \align center
10828 \begin_inset Tabular
10829 <lyxtabular version="3" rows="3" columns="3">
10830 <features rotate="0" tabularvalignment="middle">
10831 <column alignment="center" valignment="middle" width="6.8cm">
10832 <column alignment="center" valignment="top" width="0pt">
10833 <column alignment="center" valignment="top" width="0pt">
10834 <row>
10835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Comando
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \backslash
10850 negmedspace
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \backslash
10861 negthickspace
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 Número de pulsaciones de 
10873 \family sans
10874 Espacio
10875 \family default
10876  tras insertar el espacio protegido
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 10
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 11
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 <row>
10901 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 Resultado
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 \begin_inset Formula $A\negmedspace B$
10915 \end_inset
10916
10917
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 \begin_inset Formula $A\negthickspace B$
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 </lyxtabular>
10936
10937 \end_inset
10938
10939
10940 \end_layout
10941
10942 \begin_layout Standard
10943 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
10944  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
10945  para operadores suma: 
10946 \end_layout
10947
10948 \begin_layout Standard
10949 \noindent
10950 \align center
10951 \begin_inset Tabular
10952 <lyxtabular version="3" rows="3" columns="2">
10953 <features rotate="0" tabularvalignment="middle">
10954 <column alignment="center" valignment="top">
10955 <column alignment="center" valignment="top">
10956 <row>
10957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 Comando
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 Resultado
10971 \begin_inset Note Note
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977
10978 \backslash
10979 raisebox
10980 \series default
10981  se usa sólo como espaciador
10982 \end_layout
10983
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 <row>
10993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \backslash
10999 sum
11000 \backslash
11001 sum
11002 \begin_inset space \textvisiblespace{}
11003 \end_inset
11004
11005 f_kl
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 <row>
11024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \backslash
11030 sum
11031 \backslash
11032 negmedspace
11033 \backslash
11034 sum
11035 \begin_inset space \textvisiblespace{}
11036 \end_inset
11037
11038 f_kl
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 </lyxtabular>
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Standard
11064 \noindent
11065 \begin_inset VSpace medskip
11066 \end_inset
11067
11068
11069 \end_layout
11070
11071 \begin_layout Standard
11072 \noindent
11073 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11074  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11075  El siguiente ejemplo lo ilustra:
11076 \end_layout
11077
11078 \begin_layout Standard
11079 \noindent
11080 \align center
11081 \begin_inset Tabular
11082 <lyxtabular version="3" rows="2" columns="2">
11083 <features rotate="0" tabularvalignment="middle">
11084 <column alignment="center" valignment="top">
11085 <column alignment="center" valignment="top">
11086 <row>
11087 <cell alignment="center" valignment="top" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 ecuación normal
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 \begin_inset Formula $A=B$
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 <row>
11110 <cell alignment="center" valignment="top" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 \begin_inset Note Note
11115 status collapsed
11116
11117 \begin_layout Plain Layout
11118
11119 \series bold
11120
11121 \backslash
11122 raisebox
11123 \series default
11124  se usa sólo como espaciador
11125 \end_layout
11126
11127 \end_inset
11128
11129
11130 \begin_inset Formula $\raisebox{5mm}{}$
11131 \end_inset
11132
11133 ecuación sin espacio
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 \begin_inset Formula $A{=}B$
11143 \end_inset
11144
11145
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 </lyxtabular>
11152
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \begin_layout Standard
11159 El comando para la segunda ecuación es: 
11160 \series bold
11161 A
11162 \backslash
11163 {=
11164 \begin_inset Formula $\rightarrow$
11165 \end_inset
11166
11167 B
11168 \series default
11169  
11170 \begin_inset VSpace bigskip
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Standard
11177 Para las unidades físicas hacen falta espacios, porque entre el valor y
11178  su unidad se pone un espacio más pequeño que el normal.
11179  Para unidades en el texto se inserta con el menú 
11180 \family sans
11181 Insertar\SpecialChar \menuseparator
11182 Formato\SpecialChar \menuseparator
11183 Espacio
11184 \begin_inset space ~
11185 \end_inset
11186
11187 delgado
11188 \family default
11189  (atajo 
11190 \family sans
11191 Ctrl+Mayúscula+Espacio
11192 \family default
11193 ).
11194 \end_layout
11195
11196 \begin_layout Standard
11197 Un ejemplo para visualizar la diferencia:
11198 \end_layout
11199
11200 \begin_layout Standard
11201 \begin_inset Tabular
11202 <lyxtabular version="3" rows="2" columns="2">
11203 <features rotate="0" tabularvalignment="middle">
11204 <column alignment="center" valignment="top">
11205 <column alignment="left" valignment="top">
11206 <row>
11207 <cell alignment="center" valignment="top" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 24 kW
11212 \begin_inset Formula $\cdot$
11213 \end_inset
11214
11215 h
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 espacio entre valor y unidad 
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 <row>
11231 <cell alignment="center" valignment="top" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 24
11236 \begin_inset space \thinspace{}
11237 \end_inset
11238
11239 kW
11240 \begin_inset Formula $\cdot$
11241 \end_inset
11242
11243 h
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 espacio delgado entre valor y unidad
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 </lyxtabular>
11259
11260 \end_inset
11261
11262
11263 \end_layout
11264
11265 \begin_layout Subsection
11266 Espacio variable
11267 \begin_inset ERT
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271
11272
11273 \backslash
11274 texorpdfstring{
11275 \end_layout
11276
11277 \end_inset
11278
11279
11280 \begin_inset Foot
11281 status collapsed
11282
11283 \begin_layout Plain Layout
11284 Para espacio vertical en ecuaciones véase 
11285 \begin_inset CommandInset ref
11286 LatexCommand ref
11287 reference "sub:Separación-de-líneas"
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \begin_inset ERT
11298 status collapsed
11299
11300 \begin_layout Plain Layout
11301
11302 }{}
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \begin_inset Note Note
11309 status collapsed
11310
11311 \begin_layout Plain Layout
11312
11313 \backslash
11314 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11315  PDF.
11316 \end_layout
11317
11318 \begin_layout Plain Layout
11319 Más sobre 
11320 \backslash
11321 texorpdfstring en la sección 
11322 \begin_inset CommandInset ref
11323 LatexCommand ref
11324 reference "sub:Ecuaciones-en-encabezados"
11325
11326 \end_inset
11327
11328 .
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \begin_inset CommandInset label
11335 LatexCommand label
11336 name "sub:Espacio-variable"
11337
11338 \end_inset
11339
11340
11341 \begin_inset Index idx
11342 status collapsed
11343
11344 \begin_layout Plain Layout
11345 Espacio ! horizontal ! variable
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \begin_layout Standard
11354 En LyX se puede insertar espacio con una longitud definida con el comando
11355  
11356 \series bold
11357
11358 \backslash
11359 hspace
11360 \series default
11361
11362 \begin_inset Index idx
11363 status collapsed
11364
11365 \begin_layout Plain Layout
11366 Comandos ! H ! 
11367 \backslash
11368 hspace
11369 \end_layout
11370
11371 \end_inset
11372
11373 .
11374  Aparece un 
11375 \begin_inset Quotes fld
11376 \end_inset
11377
11378
11379 \color black
11380
11381 \begin_inset space \textvisiblespace{}
11382 \end_inset
11383
11384
11385 \color inherit
11386
11387 \begin_inset Quotes frd
11388 \end_inset
11389
11390  largo.
11391  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11392 \begin_inset Quotes fld
11393 \end_inset
11394
11395
11396 \color black
11397
11398 \begin_inset space \textvisiblespace{}
11399 \end_inset
11400
11401
11402 \color inherit
11403
11404 \begin_inset Quotes frd
11405 \end_inset
11406
11407 .
11408  La longitud también puede ser negativa.
11409  
11410 \lang english
11411 When a space would be the first character in a line it would be omitted.
11412  To force its output use the command 
11413 \series bold
11414
11415 \backslash
11416 hspace*
11417 \series default
11418  instead of 
11419 \series bold
11420
11421 \backslash
11422 hspace
11423 \series default
11424  or left-click on the 
11425 \begin_inset Quotes eld
11426 \end_inset
11427
11428
11429 \color blue
11430
11431 \begin_inset space \textvisiblespace{}
11432 \end_inset
11433
11434
11435 \color inherit
11436
11437 \begin_inset Quotes erd
11438 \end_inset
11439
11440  and check the option 
11441 \family sans
11442 Protect
11443 \family default
11444 .
11445 \lang spanish
11446
11447 \begin_inset Newline newline
11448 \end_inset
11449
11450 Para insertar en una ecuación tanto espacio como esté disponible se usa
11451  el comando 
11452 \series bold
11453
11454 \backslash
11455 hfill
11456 \series default
11457
11458 \begin_inset Index idx
11459 status collapsed
11460
11461 \begin_layout Plain Layout
11462 Comandos ! H ! 
11463 \backslash
11464 hfill
11465 \end_layout
11466
11467 \end_inset
11468
11469 .
11470 \begin_inset VSpace -1mm
11471 \end_inset
11472
11473
11474 \end_layout
11475
11476 \begin_layout Standard
11477 \noindent
11478 \align center
11479 \begin_inset Tabular
11480 <lyxtabular version="3" rows="4" columns="2">
11481 <features rotate="0" tabularvalignment="middle">
11482 <column alignment="center" valignment="top">
11483 <column alignment="center" valignment="top">
11484 <row>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 Comando (
11490 \backslash
11491 hspace longitud)
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 Resultado
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 A=B
11512 \backslash
11513 hspace
11514 \begin_inset space \textvisiblespace{}
11515 \end_inset
11516
11517 A
11518 \backslash
11519 not=C (3
11520 \begin_inset space \thinspace{}
11521 \end_inset
11522
11523 cm)
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 A
11547 \backslash
11548 hspace
11549 \begin_inset space \textvisiblespace{}
11550 \end_inset
11551
11552 A
11553 \backslash
11554 not=A (-1
11555 \begin_inset space \thinspace{}
11556 \end_inset
11557
11558 mm)
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11568 \end_inset
11569
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 A=A
11582 \backslash
11583 hfill
11584 \begin_inset space \textvisiblespace{}
11585 \end_inset
11586
11587 B=B
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 \begin_inset Formula $A=A\hfill B=B$
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 </lyxtabular>
11606
11607 \end_inset
11608
11609
11610 \end_layout
11611
11612 \begin_layout Standard
11613 En el último ejemplo el espacio disponible viene dado por la entrada más
11614  larga de columna en el cuadro.
11615  En una ecuación en línea el espacio depende de la longitud de la línea
11616  en la que se inserta 
11617 \series bold
11618
11619 \backslash
11620 hfill
11621 \series default
11622 .
11623  Así, cuando la línea ocupa toda la anchura no se creará espacio.
11624  
11625 \series bold
11626
11627 \backslash
11628 hfill
11629 \series default
11630  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
11631 \series bold
11632 Sangrado
11633 \series default
11634 .
11635  (Los estilos de ecuaciones se explican en
11636 \begin_inset space ~
11637 \end_inset
11638
11639
11640 \begin_inset CommandInset ref
11641 LatexCommand ref
11642 reference "sec:Estilos-de-ecuación"
11643
11644 \end_inset
11645
11646 ).
11647 \end_layout
11648
11649 \begin_layout Standard
11650 Además de 
11651 \series bold
11652
11653 \backslash
11654 hfill
11655 \series default
11656  hay los comandos 
11657 \series bold
11658
11659 \backslash
11660 dotfill
11661 \series default
11662  y 
11663 \series bold
11664
11665 \backslash
11666 hrulefill
11667 \series default
11668  que llenan el espacio con un patrón, véase un ejemplo en
11669 \begin_inset space ~
11670 \end_inset
11671
11672
11673 \begin_inset CommandInset ref
11674 LatexCommand ref
11675 reference "sub:Puntos"
11676
11677 \end_inset
11678
11679 .
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Para texto se puede insertar espacio variable con el menú 
11684 \family sans
11685 Insertar\SpecialChar \menuseparator
11686 Formato\SpecialChar \menuseparator
11687 Espacio
11688 \begin_inset space ~
11689 \end_inset
11690
11691 horizontal
11692 \family default
11693 :
11694 \end_layout
11695
11696 \begin_layout Standard
11697 En esta línea hay un espacio
11698 \begin_inset space \hspace{}
11699 \length 2cm
11700 \end_inset
11701
11702 de 2
11703 \begin_inset space \thinspace{}
11704 \end_inset
11705
11706 cm.
11707 \end_layout
11708
11709 \begin_layout Standard
11710 En esta línea hay un
11711 \begin_inset space \hfill{}
11712 \end_inset
11713
11714 espacio máximo.
11715 \end_layout
11716
11717 \begin_layout Subsection
11718 Espacio adicional en ecuaciones en línea
11719 \begin_inset Index idx
11720 status collapsed
11721
11722 \begin_layout Plain Layout
11723 Espacio ! adicional en línea
11724 \end_layout
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
11733  
11734 \series bold
11735
11736 \backslash
11737 mathsurround
11738 \series default
11739
11740 \begin_inset Index idx
11741 status collapsed
11742
11743 \begin_layout Plain Layout
11744 Comandos ! M ! 
11745 \backslash
11746 mathsurround
11747 \end_layout
11748
11749 \end_inset
11750
11751 .
11752  El valor de una longitud se establece con el comando 
11753 \series bold
11754
11755 \backslash
11756 setlength
11757 \series default
11758
11759 \begin_inset Index idx
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763 Comandos ! S ! 
11764 \backslash
11765 setlength
11766 \end_layout
11767
11768 \end_inset
11769
11770  según el siguiente esquema:
11771 \end_layout
11772
11773 \begin_layout Standard
11774
11775 \series bold
11776
11777 \backslash
11778 setlength{nombre de la longitud}{valor}
11779 \end_layout
11780
11781 \begin_layout Standard
11782 Para poner a 
11783 \series bold
11784
11785 \backslash
11786 mathsurround
11787 \series default
11788  un valor de 5
11789 \begin_inset space \thinspace{}
11790 \end_inset
11791
11792 mm, se inserta el comando
11793 \end_layout
11794
11795 \begin_layout Standard
11796
11797 \series bold
11798
11799 \backslash
11800 setlength{
11801 \backslash
11802 mathsurround}{5mm}
11803 \end_layout
11804
11805 \begin_layout Standard
11806 en modo TeX.
11807  Se establecerá un espacio de 5
11808 \begin_inset space \thinspace{}
11809 \end_inset
11810
11811 mm alrededor de todas las ecuaciones en línea:
11812 \begin_inset ERT
11813 status collapsed
11814
11815 \begin_layout Plain Layout
11816
11817
11818 \backslash
11819 setlength{
11820 \backslash
11821 mathsurround}{5mm}
11822 \end_layout
11823
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \begin_layout Standard
11830 En esta línea hay una ecuación 
11831 \begin_inset Formula $A=B$
11832 \end_inset
11833
11834  rodeada por espacios de 5
11835 \begin_inset space \thinspace{}
11836 \end_inset
11837
11838 mm.
11839 \begin_inset ERT
11840 status collapsed
11841
11842 \begin_layout Plain Layout
11843
11844
11845 \backslash
11846 setlength{
11847 \backslash
11848 mathsurround}{0mm}
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \begin_layout Standard
11857 Para volver al espacio predeterminado, 
11858 \series bold
11859
11860 \backslash
11861 mathsurround
11862 \series default
11863  se restablece al valor 0
11864 \begin_inset space \thinspace{}
11865 \end_inset
11866
11867 pt.
11868 \end_layout
11869
11870 \begin_layout Section
11871 Marcos y bordes
11872 \begin_inset Index idx
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 Marcos
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Standard
11885 Los marcos para texto se describen en el capítulo 
11886 \emph on
11887 Marcos
11888 \emph default
11889  del manual 
11890 \emph on
11891 Objetos insertados
11892 \emph default
11893 .
11894 \end_layout
11895
11896 \begin_layout Subsection
11897 Marcos con bordes
11898 \begin_inset CommandInset label
11899 LatexCommand label
11900 name "sub:Marcos-con-bordes"
11901
11902 \end_inset
11903
11904
11905 \begin_inset Index idx
11906 status collapsed
11907
11908 \begin_layout Plain Layout
11909 Marcos ! con bordes
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Standard
11918 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
11919 \series bold
11920
11921 \backslash
11922 fbox
11923 \series default
11924
11925 \begin_inset Index idx
11926 status collapsed
11927
11928 \begin_layout Plain Layout
11929 Comandos ! F ! 
11930 \backslash
11931 fbox
11932 \end_layout
11933
11934 \end_inset
11935
11936  y 
11937 \series bold
11938
11939 \backslash
11940 boxed
11941 \series default
11942
11943 \begin_inset Index idx
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947 Comandos ! B ! 
11948 \backslash
11949 boxed
11950 \end_layout
11951
11952 \end_inset
11953
11954 .
11955 \end_layout
11956
11957 \begin_layout Standard
11958 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
11959  azul en un marco donde se introducen partes de una ecuación.
11960  Para 
11961 \series bold
11962
11963 \backslash
11964 fbox
11965 \series default
11966  hay que generar una ecuación adicional con 
11967 \family sans
11968 Ctrl+M
11969 \family default
11970  dentro del recuadro, porque si no el contenido del mismo sería considerado
11971  texto matemático.
11972  Si se usa 
11973 \series bold
11974
11975 \backslash
11976 boxed
11977 \series default
11978  la nueva ecuación se genera automáticamente dentro del marco.
11979 \end_layout
11980
11981 \begin_layout Standard
11982 El comando 
11983 \series bold
11984
11985 \backslash
11986 fbox
11987 \series default
11988  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
11989  ecuación tendría siempre el tamaño del texto.
11990  Por otra parte, 
11991 \series bold
11992
11993 \backslash
11994 fboxed
11995 \series default
11996  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
11997  siempre el tamaño de una ecuación presentada.
11998 \end_layout
11999
12000 \begin_layout Standard
12001 El comando 
12002 \series bold
12003
12004 \backslash
12005 framebox
12006 \series default
12007
12008 \begin_inset Index idx
12009 status collapsed
12010
12011 \begin_layout Plain Layout
12012 Comandos ! F ! 
12013 \backslash
12014 framebox
12015 \end_layout
12016
12017 \end_inset
12018
12019  es una extensión de 
12020 \series bold
12021
12022 \backslash
12023 fbox
12024 \series default
12025 , que permite especificar además la anchura del marco y la alineación.
12026  
12027 \series bold
12028
12029 \backslash
12030 framebox
12031 \series default
12032  se usa con el siguiente esquema: 
12033 \end_layout
12034
12035 \begin_layout Standard
12036
12037 \series bold
12038
12039 \backslash
12040 framebox[anchura del marco][posición]{contenido del cuadro}
12041 \end_layout
12042
12043 \begin_layout Standard
12044 La posición puede ser 
12045 \emph on
12046 l
12047 \emph default
12048  o 
12049 \emph on
12050 r
12051 \emph default
12052
12053 \emph on
12054 l
12055 \emph default
12056  alinea la ecuación a la izquierda del marcro, 
12057 \emph on
12058 r
12059 \emph default
12060  la alinea a la derecha.
12061  Si no se da posición la ecuación será centrada.
12062 \begin_inset Newline newline
12063 \end_inset
12064
12065 Si no se pone anchura tampoco puede darse posición.
12066  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12067  con 
12068 \series bold
12069
12070 \backslash
12071 fbox
12072 \series default
12073 .
12074  
12075 \end_layout
12076
12077 \begin_layout Standard
12078 Cuando se inserta el comando 
12079 \series bold
12080
12081 \backslash
12082 framebox
12083 \series default
12084  aparece un recuadro con tres marcos azules.
12085  Los dos primeros marcos están encerrados entre corchetes e indican los
12086  dos argumentos opcionales.
12087  El tercer marco es para partes de la ecuación, como para 
12088 \series bold
12089
12090 \backslash
12091 fbox
12092 \series default
12093 .
12094 \end_layout
12095
12096 \begin_layout Standard
12097 \noindent
12098 \align center
12099 \begin_inset Tabular
12100 <lyxtabular version="3" rows="5" columns="2">
12101 <features rotate="0" tabularvalignment="middle">
12102 <column alignment="center" valignment="top">
12103 <column alignment="center" valignment="top">
12104 <row>
12105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 Comando
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 Resultado
12119 \begin_inset Note Note
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123
12124 \series bold
12125
12126 \backslash
12127 raisebox
12128 \series default
12129  se usa sólo como espaciador
12130 \end_layout
12131
12132 \end_inset
12133
12134
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 </row>
12140 <row>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145
12146 \backslash
12147 fbox
12148 \begin_inset space \textvisiblespace{}
12149 \end_inset
12150
12151
12152 \family sans
12153 Ctrl+M
12154 \family default
12155  
12156 \backslash
12157 int
12158 \begin_inset space \textvisiblespace{}
12159 \end_inset
12160
12161 A=B
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 </row>
12179 <row>
12180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184
12185 \backslash
12186 boxed
12187 \begin_inset space \textvisiblespace{}
12188 \end_inset
12189
12190
12191 \backslash
12192 int
12193 \begin_inset space \textvisiblespace{}
12194 \end_inset
12195
12196 A=B
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 </row>
12214 <row>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 A+
12220 \backslash
12221 fbox
12222 \begin_inset space \textvisiblespace{}
12223 \end_inset
12224
12225 B
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12235 \end_inset
12236
12237
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 </row>
12243 <row>
12244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248
12249 \backslash
12250 framebox
12251 \begin_inset space \textvisiblespace{}
12252 \end_inset
12253
12254 20mm
12255 \begin_inset Formula $\to$
12256 \end_inset
12257
12258
12259 \begin_inset Formula $\to$
12260 \end_inset
12261
12262
12263 \family sans
12264 Ctrl+M
12265 \family default
12266  
12267 \backslash
12268 frac
12269 \begin_inset space \textvisiblespace{}
12270 \end_inset
12271
12272 A
12273 \begin_inset Formula $\downarrow$
12274 \end_inset
12275
12276 B
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 \begin_inset Formula $\raisebox{6mm}{}$
12286 \end_inset
12287
12288
12289 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12290 \end_inset
12291
12292
12293 \begin_inset Formula $\raisebox{-4mm}{}$
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 </row>
12302 </lyxtabular>
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 El grosor del borde también se puede ajustar.
12311  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12312  la fórmula:
12313 \end_layout
12314
12315 \begin_layout Standard
12316
12317 \series bold
12318
12319 \backslash
12320 fboxrule
12321 \series default
12322  
12323 \series bold
12324
12325 \begin_inset Quotes fld
12326 \end_inset
12327
12328 grosor
12329 \begin_inset Quotes frd
12330 \end_inset
12331
12332
12333 \series default
12334  
12335 \series bold
12336
12337 \backslash
12338 fboxsep
12339 \series default
12340  
12341 \series bold
12342
12343 \begin_inset Quotes fld
12344 \end_inset
12345
12346 distancia
12347 \begin_inset Quotes frd
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \begin_layout Standard
12354 \begin_inset Quotes fld
12355 \end_inset
12356
12357 distancia
12358 \begin_inset Quotes frd
12359 \end_inset
12360
12361  especifica la distancia mínima entre el borde y el primer carácter en el
12362  cuadro.
12363  Un ejemplo de esto es la siguiente ecuación enmarcada:
12364 \begin_inset ERT
12365 status collapsed
12366
12367 \begin_layout Plain Layout
12368
12369
12370 \backslash
12371 fboxrule 2mm 
12372 \backslash
12373 fboxsep 3mm
12374 \end_layout
12375
12376 \end_inset
12377
12378
12379 \begin_inset Formula 
12380 \[
12381 \boxed{A+B=C}
12382 \]
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Delante de esta ecuación se han insertado los comandos
12391 \end_layout
12392
12393 \begin_layout Standard
12394
12395 \series bold
12396
12397 \backslash
12398 fboxrule
12399 \series default
12400  
12401 \series bold
12402 2mm
12403 \series default
12404  
12405 \series bold
12406
12407 \backslash
12408 fboxsep
12409 \series default
12410  
12411 \series bold
12412 3mm
12413 \end_layout
12414
12415 \begin_layout Standard
12416 en modo TeX.
12417  Los valores dados se usan para todos los marcos siguientes.
12418 \end_layout
12419
12420 \begin_layout Standard
12421 Para volver al tamaño estándar del marco se inserta el comando
12422 \end_layout
12423
12424 \begin_layout Standard
12425
12426 \series bold
12427
12428 \backslash
12429 fboxrule
12430 \series default
12431  
12432 \series bold
12433 0.4pt
12434 \series default
12435  
12436 \series bold
12437
12438 \backslash
12439 fboxsep
12440 \series default
12441  
12442 \series bold
12443 3pt
12444 \series default
12445
12446 \begin_inset ERT
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450
12451
12452 \backslash
12453 fboxrule 0.4pt 
12454 \backslash
12455 fboxsep 3pt
12456 \end_layout
12457
12458 \end_inset
12459
12460
12461 \end_layout
12462
12463 \begin_layout Standard
12464 en modo TeX antes de la ecuación siguiente.
12465 \end_layout
12466
12467 \begin_layout Subsection
12468 Marcos sin bordes
12469 \begin_inset CommandInset label
12470 LatexCommand label
12471 name "sub:Marcos-sin-bordes"
12472
12473 \end_inset
12474
12475
12476 \begin_inset Index idx
12477 status collapsed
12478
12479 \begin_layout Plain Layout
12480 Marcos ! sin borde
12481 \end_layout
12482
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \begin_layout Standard
12489 Para marcos sin borde hay los comandos: 
12490 \series bold
12491
12492 \backslash
12493 mbox
12494 \series default
12495
12496 \begin_inset Index idx
12497 status collapsed
12498
12499 \begin_layout Plain Layout
12500 Comandos ! M ! 
12501 \backslash
12502 mbox
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \series bold
12509
12510 \backslash
12511 makebox
12512 \series default
12513
12514 \begin_inset Index idx
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518 Comandos ! M ! 
12519 \backslash
12520 makebox
12521 \end_layout
12522
12523 \end_inset
12524
12525  y 
12526 \series bold
12527
12528 \backslash
12529 raisebox
12530 \series default
12531
12532 \begin_inset Index idx
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536 Comandos ! R ! 
12537 \backslash
12538 raisebox
12539 \end_layout
12540
12541 \end_inset
12542
12543 .
12544 \end_layout
12545
12546 \begin_layout Standard
12547 Con 
12548 \series bold
12549
12550 \backslash
12551 raisebox
12552 \series default
12553  se puede poner un marco subíndice o superíndice, pero a diferencia de los
12554  normales, los caracteres en el marco mantienen su tamaño de tipografía.
12555  
12556 \series bold
12557
12558 \backslash
12559 raisebox
12560 \series default
12561  se usa con el siguiente esquema: 
12562 \end_layout
12563
12564 \begin_layout Standard
12565
12566 \series bold
12567
12568 \backslash
12569 raisebox{altura}{contenido del marco}
12570 \end_layout
12571
12572 \begin_layout Standard
12573 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
12574  extra, como con 
12575 \series bold
12576
12577 \backslash
12578 fbox
12579 \series default
12580 .
12581  
12582 \begin_inset Note Greyedout
12583 status open
12584
12585 \begin_layout Plain Layout
12586
12587 \series bold
12588 Nota
12589 \series default
12590 : Para
12591 \series bold
12592  
12593 \backslash
12594 raisebox
12595 \series default
12596  se ha creado esta ecuación extra tecleando 
12597 \family sans
12598 Ctrl+M
12599 \family default
12600  dos veces en vez de una porque LyX aún no soporta 
12601 \series bold
12602
12603 \backslash
12604 raisebox
12605 \series default
12606  directamente.
12607 \end_layout
12608
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \begin_layout Standard
12615 \align center
12616 \begin_inset Tabular
12617 <lyxtabular version="3" rows="4" columns="2">
12618 <features rotate="0" tabularvalignment="middle">
12619 <column alignment="center" valignment="top">
12620 <column alignment="center" valignment="top">
12621 <row>
12622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 Comando
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 Resultado
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 <row>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 H
12647 \backslash
12648 raisebox{2mm
12649 \begin_inset Formula $\to$
12650 \end_inset
12651
12652
12653 \backslash
12654 {al
12655 \begin_inset Formula $\to$
12656 \end_inset
12657
12658  lo
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 H
12682 \backslash
12683 raisebox{-2mm
12684 \begin_inset Formula $\to$
12685 \end_inset
12686
12687
12688 \backslash
12689 {al
12690 \begin_inset Formula $\to$
12691 \end_inset
12692
12693 lo
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 <row>
12712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 A=
12717 \backslash
12718 raisebox{-2mm
12719 \begin_inset Formula $\to$
12720 \end_inset
12721
12722
12723 \backslash
12724 {
12725 \family sans
12726 Ctrl+M Ctrl+M
12727 \family default
12728  
12729 \backslash
12730 sqrt
12731 \begin_inset space \textvisiblespace{}
12732 \end_inset
12733
12734
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12744 \end_inset
12745
12746
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 </row>
12752 </lyxtabular>
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Standard
12760 El comando 
12761 \series bold
12762
12763 \backslash
12764 mbox
12765 \series default
12766  es equivalente a 
12767 \series bold
12768
12769 \backslash
12770 fbox
12771 \series default
12772  y 
12773 \series bold
12774
12775 \backslash
12776 makebox
12777 \series default
12778  es equivalente a 
12779 \series bold
12780
12781 \backslash
12782 framebox
12783 \series default
12784 , con la diferencia de que no hay marco.
12785 \end_layout
12786
12787 \begin_layout Subsection
12788 Marcos coloreados
12789 \begin_inset CommandInset label
12790 LatexCommand label
12791 name "sub:Marcos-coloreados"
12792
12793 \end_inset
12794
12795
12796 \begin_inset Index idx
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800 Marcos ! coloreados
12801 \end_layout
12802
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 Para poder usar todos los comandos explicados en esta sección hay que cargar
12810  en el preámbulo LaTeX el paquete LaTeX 
12811 \series bold
12812 color
12813 \series default
12814
12815 \begin_inset Foot
12816 status collapsed
12817
12818 \begin_layout Plain Layout
12819 El paquete LaTeX 
12820 \series bold
12821 color
12822 \series default
12823  forma parte de toda distribución LaTeX estándar.
12824 \end_layout
12825
12826 \end_inset
12827
12828
12829 \begin_inset Index idx
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833 Paquetes ! color
12834 \end_layout
12835
12836 \end_inset
12837
12838 , con la línea
12839 \begin_inset Foot
12840 status collapsed
12841
12842 \begin_layout Plain Layout
12843 Cuando hay texto coloreado con un color predefinido en alguna parte del
12844  documento, LyX carga automáticamente el paquete LaTeX 
12845 \series bold
12846 color
12847 \series default
12848 .
12849  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
12850  origina problemas.
12851 \end_layout
12852
12853 \end_inset
12854
12855
12856 \begin_inset Note Note
12857 status collapsed
12858
12859 \begin_layout Plain Layout
12860 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
12861  en el preámbulo LaTeX.
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \begin_layout Standard
12870
12871 \series bold
12872
12873 \backslash
12874 usepackage{color}
12875 \begin_inset VSpace medskip
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \begin_layout Standard
12882 Para colorear marcos se usa el comando 
12883 \series bold
12884
12885 \backslash
12886 colorbox
12887 \series default
12888
12889 \begin_inset Index idx
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893 Comandos ! C ! 
12894 \backslash
12895 colorbox
12896 \end_layout
12897
12898 \end_inset
12899
12900  con el siguiente esquema:
12901 \end_layout
12902
12903 \begin_layout Standard
12904
12905 \series bold
12906
12907 \backslash
12908 colorbox{color}{contenido del marco}
12909 \end_layout
12910
12911 \begin_layout Standard
12912 El contenido del marco puede ser otro marco, y también un 
12913 \backslash
12914
12915 \series bold
12916 colorbox
12917 \series default
12918  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
12919  Si el marco debe contener una ecuación debe crearse una ecuación extra,
12920  como con 
12921 \series bold
12922
12923 \backslash
12924 raisebox
12925 \series default
12926 .
12927 \begin_inset Foot
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931 Esto también se aplica para el comando 
12932 \series bold
12933
12934 \backslash
12935 fcolorbox
12936 \series default
12937 .
12938 \end_layout
12939
12940 \end_inset
12941
12942  
12943 \end_layout
12944
12945 \begin_layout Standard
12946 Se puede elegir uno de los siguientes colores predefinidos:
12947 \end_layout
12948
12949 \begin_layout Standard
12950
12951 \series bold
12952 black
12953 \series default
12954
12955 \series bold
12956 blue
12957 \series default
12958
12959 \series bold
12960 cyan
12961 \series default
12962
12963 \series bold
12964 green
12965 \series default
12966
12967 \series bold
12968 magenta
12969 \series default
12970
12971 \series bold
12972 red
12973 \series default
12974
12975 \series bold
12976 white
12977 \series default
12978
12979 \series bold
12980 yellow
12981 \end_layout
12982
12983 \begin_layout Standard
12984 \align center
12985 \begin_inset Tabular
12986 <lyxtabular version="3" rows="4" columns="2">
12987 <features rotate="0" tabularvalignment="middle">
12988 <column alignment="center" valignment="top">
12989 <column alignment="center" valignment="top">
12990 <row>
12991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 Comando
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004 Resultado
13005 \begin_inset Note Note
13006 status collapsed
13007
13008 \begin_layout Plain Layout
13009
13010 \series bold
13011
13012 \backslash
13013 raisebox
13014 \series default
13015  se usa sólo como espaciador
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 </row>
13026 <row>
13027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031
13032 \backslash
13033 colorbox{yellow
13034 \begin_inset Formula $\to$
13035 \end_inset
13036
13037
13038 \backslash
13039 {A=B
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 <row>
13058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062
13063 \backslash
13064 colorbox{green
13065 \begin_inset Formula $\to$
13066 \end_inset
13067
13068
13069 \backslash
13070 {
13071 \backslash
13072 fbox
13073 \begin_inset space \textvisiblespace{}
13074 \end_inset
13075
13076 A=B
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 </row>
13094 <row>
13095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099
13100 \backslash
13101 fbox
13102 \begin_inset space \textvisiblespace{}
13103 \end_inset
13104
13105
13106 \backslash
13107 colorbox{green
13108 \begin_inset Formula $\to$
13109 \end_inset
13110
13111
13112 \backslash
13113 {
13114 \family sans
13115 Ctrl+M Ctrl+M
13116 \family default
13117  
13118 \backslash
13119 int
13120 \begin_inset space \textvisiblespace{}
13121 \end_inset
13122
13123 C=D
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 </row>
13141 </lyxtabular>
13142
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \begin_layout Standard
13149
13150 \series bold
13151
13152 \backslash
13153 colorbox
13154 \series default
13155  sólo colorea el marco pero no los caracteres.
13156  Para colorear todos los caracteres se selecciona toda la ecuación y se
13157  elige un color en el diálogo 
13158 \family sans
13159 Estilo
13160 \begin_inset space ~
13161 \end_inset
13162
13163 del
13164 \begin_inset space ~
13165 \end_inset
13166
13167 texto
13168 \family default
13169 .
13170  El diálogo puede abrirse con el botón 
13171 \begin_inset Info
13172 type  "icon"
13173 arg   "dialog-show character"
13174 \end_inset
13175
13176  de la barra de herramientas o con el menú 
13177 \family sans
13178 Editar\SpecialChar \menuseparator
13179 Estilo
13180 \begin_inset space ~
13181 \end_inset
13182
13183 del
13184 \begin_inset space ~
13185 \end_inset
13186
13187 texto\SpecialChar \menuseparator
13188 Personalizado
13189 \family default
13190 .
13191  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13192  Si el número de la ecuación debe tener otro color que el de los caracteres
13193  de la ecuación, el color debe cambiarse dentro de la ecuación.
13194 \end_layout
13195
13196 \begin_layout Standard
13197 Un ejemplo:
13198 \color red
13199
13200 \begin_inset Formula 
13201 \begin{equation}
13202 {\color{red}\int A=B}\label{eq:rojo}
13203 \end{equation}
13204
13205 \end_inset
13206
13207
13208 \color green
13209
13210 \begin_inset Formula 
13211 \begin{equation}
13212 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
13213 \end{equation}
13214
13215 \end_inset
13216
13217
13218 \end_layout
13219
13220 \begin_layout Standard
13221 La ecuación 
13222 \begin_inset CommandInset ref
13223 LatexCommand eqref
13224 reference "eq:rojo"
13225
13226 \end_inset
13227
13228  está toda coloreada en rojo.
13229 \begin_inset Newline newline
13230 \end_inset
13231
13232 La ecuación 
13233 \begin_inset CommandInset ref
13234 LatexCommand eqref
13235 reference "eq:rojoverde"
13236
13237 \end_inset
13238
13239  se ha coloreado en primer lugar toda en verde para colorear el número de
13240  la ecuación.
13241  Posteriormente se han coloreado en rojo los caracteres.
13242 \family sans
13243
13244 \begin_inset VSpace bigskip
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \begin_layout Standard
13251 Para colorear diferente el borde y el marcose usa el comando 
13252 \series bold
13253
13254 \backslash
13255 fcolorbox
13256 \series default
13257
13258 \begin_inset Index idx
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262 Comandos ! F ! 
13263 \backslash
13264 fcolorbox
13265 \end_layout
13266
13267 \end_inset
13268
13269  con el siguiente esquema:
13270 \end_layout
13271
13272 \begin_layout Standard
13273
13274 \series bold
13275
13276 \backslash
13277 fcolorbox{color del borde}{color}{contenido del marco}
13278 \end_layout
13279
13280 \begin_layout Standard
13281 Así pues 
13282 \series bold
13283
13284 \backslash
13285 fcolorbox
13286 \series default
13287  es una extensión del comando 
13288 \series bold
13289
13290 \backslash
13291 colorbox
13292 \series default
13293 .
13294  La anchura del borde se establece, como para 
13295 \series bold
13296
13297 \backslash
13298 framebox
13299 \series default
13300 , con 
13301 \series bold
13302
13303 \backslash
13304 fboxrule
13305 \series default
13306  y 
13307 \series bold
13308
13309 \backslash
13310 fboxsep
13311 \series default
13312 .
13313  Un ejemplo:
13314 \begin_inset ERT
13315 status collapsed
13316
13317 \begin_layout Plain Layout
13318
13319
13320 \backslash
13321 fboxrule 1mm 
13322 \backslash
13323 fboxsep 1mm
13324 \end_layout
13325
13326 \end_inset
13327
13328
13329 \begin_inset Formula 
13330 \[
13331 \fcolorbox{cyan}{magenta}{A=B}
13332 \]
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \begin_layout Standard
13340 \begin_inset ERT
13341 status collapsed
13342
13343 \begin_layout Plain Layout
13344
13345
13346 \backslash
13347 fboxrule 0.4pt 
13348 \backslash
13349 fboxsep 3pt
13350 \end_layout
13351
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \begin_layout Standard
13358 Esta ecuación se ha compuesto con el comando
13359 \begin_inset Newline newline
13360 \end_inset
13361
13362
13363 \series bold
13364
13365 \backslash
13366 fcolorbox{cyan
13367 \begin_inset Formula $\to$
13368 \end_inset
13369
13370
13371 \backslash
13372 {magenta
13373 \begin_inset Formula $\to$
13374 \end_inset
13375
13376
13377 \backslash
13378 {A=B
13379 \end_layout
13380
13381 \begin_layout Standard
13382 \begin_inset VSpace bigskip
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \begin_layout Standard
13389 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13390 \end_layout
13391
13392 \begin_layout Standard
13393 Por ejemplo, se puede definir el color 
13394 \begin_inset Quotes fld
13395 \end_inset
13396
13397
13398 \series bold
13399 verdeoscuro
13400 \series default
13401
13402 \begin_inset Quotes frd
13403 \end_inset
13404
13405  con la línea de preámbulo LaTeX:
13406 \end_layout
13407
13408 \begin_layout Standard
13409
13410 \series bold
13411
13412 \backslash
13413 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13414 \series default
13415
13416 \begin_inset Index idx
13417 status collapsed
13418
13419 \begin_layout Plain Layout
13420 Comandos ! D ! 
13421 \backslash
13422 definecolor
13423 \end_layout
13424
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431
13432 \series bold
13433 cmyk
13434 \series default
13435  es el espacio de color referido a los colores 
13436 \series bold
13437 cyan
13438 \series default
13439
13440 \series bold
13441 magenta
13442 \series default
13443
13444 \series bold
13445 yellow
13446 \series default
13447  y 
13448 \series bold
13449 black
13450 \series default
13451 .
13452  Los cuatro números separados por coma son el factor de cuota para los colores
13453  correspondientes del espacio de color.
13454  Los factores pueden estar en el rango 0-1.
13455  En vez de 
13456 \series bold
13457 cmyk
13458 \series default
13459  se puede usar el espacio de color 
13460 \series bold
13461 rgb
13462 \series default
13463 , que se refiere a 
13464 \series bold
13465 red
13466 \series default
13467
13468 \series bold
13469 green
13470 \series default
13471  y 
13472 \series bold
13473 blue
13474 \series default
13475 , así pues en este caso hay tres factores de cuota para los correspondientes
13476  colores.
13477  Además hay el espacio de color 
13478 \series bold
13479 gray
13480 \series default
13481  con un factor de cuota para el valor gris.
13482 \end_layout
13483
13484 \begin_layout Standard
13485 Como ejemplo he aquí un marco con el nuevo color definido 
13486 \series bold
13487 verdeoscuro
13488 \series default
13489  y los caracteres en color amarillo:
13490 \color black
13491
13492 \begin_inset Formula 
13493 \begin{equation}
13494 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
13495 \end{equation}
13496
13497 \end_inset
13498
13499
13500 \end_layout
13501
13502 \begin_layout Standard
13503 Los colores personalizados también se pueden usar para texto con la ayuda
13504  del comando 
13505 \series bold
13506
13507 \backslash
13508 textcolor
13509 \series default
13510
13511 \begin_inset Index idx
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515 Texto ! coloreado
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Standard
13524 \begin_inset ERT
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 textcolor{verdeoscuro}{
13532 \end_layout
13533
13534 \end_inset
13535
13536 Esta frase en 
13537 \begin_inset Quotes fld
13538 \end_inset
13539
13540 verdeoscuro
13541 \begin_inset Quotes frd
13542 \end_inset
13543
13544 .
13545 \begin_inset ERT
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550 }
13551 \end_layout
13552
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \begin_layout Standard
13559
13560 \series bold
13561
13562 \backslash
13563 textcolor
13564 \series default
13565
13566 \begin_inset Index idx
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570 Comandos ! T ! 
13571 \backslash
13572 textcolor
13573 \end_layout
13574
13575 \end_inset
13576
13577  se usa con el esquema 
13578 \series bold
13579
13580 \backslash
13581 textcolor{color}{caracteres a colorear}
13582 \series default
13583 .
13584 \end_layout
13585
13586 \begin_layout Subsection
13587 Marcos de párrafo
13588 \begin_inset CommandInset label
13589 LatexCommand label
13590 name "sub:Marcos-de-párrafo"
13591
13592 \end_inset
13593
13594
13595 \begin_inset Index idx
13596 status collapsed
13597
13598 \begin_layout Plain Layout
13599 Marcos ! para párrafos
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \end_layout
13606
13607 \begin_layout Standard
13608 Un marco que puede contener varias líneas y párrafos, denominado marco de
13609  párrafo (parbox), se puede generar con el menú 
13610 \family sans
13611 Insertar\SpecialChar \menuseparator
13612 Marco
13613 \family default
13614  o con el botón 
13615 \begin_inset Info
13616 type  "icon"
13617 arg   "box-insert"
13618 \end_inset
13619
13620  de la barra de herramientas.
13621 \end_layout
13622
13623 \begin_layout Standard
13624 El siguiente ejemplo muestra un marco de párrafo en línea:
13625 \begin_inset VSpace medskip
13626 \end_inset
13627
13628 Esta línea contiene 
13629 \begin_inset Box Boxed
13630 position "c"
13631 hor_pos "c"
13632 has_inner_box 1
13633 inner_pos "c"
13634 use_parbox 1
13635 use_makebox 0
13636 width "5cm"
13637 special "none"
13638 height "1in"
13639 height_special "totalheight"
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 Esto es un marco de párrafo.
13644  Tiene exactamente 5
13645 \begin_inset space \thinspace{}
13646 \end_inset
13647
13648 cm de largo y además puede contener ecuaciones: 
13649 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13650 \end_inset
13651
13652
13653 \end_layout
13654
13655 \end_inset
13656
13657
13658 \begin_inset space ~
13659 \end_inset
13660
13661  un marco de párrafo.
13662 \begin_inset VSpace medskip
13663 \end_inset
13664
13665 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
13666  Surge un diálogo con las propiedades del marco.
13667  En este caso: 
13668 \emph on
13669 Decoración
13670 \emph default
13671 : Marco rectangular, 
13672 \emph on
13673 marco interior
13674 \emph default
13675 : Párrafo, 
13676 \emph on
13677 Ancho
13678 \emph default
13679 : 5
13680 \begin_inset space \thinspace{}
13681 \end_inset
13682
13683 cm, 
13684 \emph on
13685 Alineación Vertical
13686 \emph default
13687  
13688 \emph on
13689 marco
13690 \emph default
13691 : Medio.
13692 \end_layout
13693
13694 \begin_layout Standard
13695 \begin_inset VSpace medskip
13696 \end_inset
13697
13698 En LaTeX, un marco de párrafo se inserta con el comando 
13699 \series bold
13700
13701 \backslash
13702 parbox
13703 \series default
13704
13705 \begin_inset Index idx
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709 Comandos ! P ! 
13710 \backslash
13711 parbox
13712 \end_layout
13713
13714 \end_inset
13715
13716  con el esquema siguiente:
13717 \end_layout
13718
13719 \begin_layout Standard
13720
13721 \series bold
13722
13723 \backslash
13724 parbox[posición]{anchura}{contenido}
13725 \end_layout
13726
13727 \begin_layout Standard
13728 Son posibles las posiciones 
13729 \emph on
13730 b
13731 \emph default
13732  y 
13733 \emph on
13734 t
13735 \emph default
13736
13737 \emph on
13738 b
13739 \emph default
13740  por 
13741 \begin_inset Quotes fld
13742 \end_inset
13743
13744 bottom
13745 \begin_inset Quotes frd
13746 \end_inset
13747
13748  (abajo), que alinea la última línea del marco con el texto de alrededor.
13749  Con 
13750 \emph on
13751 t
13752 \emph default
13753 , por 
13754 \begin_inset Quotes fld
13755 \end_inset
13756
13757 top
13758 \begin_inset Quotes frd
13759 \end_inset
13760
13761  (arriba), la alineación se hace con la primera línea.
13762  Si no se da posición, el marco se centrará verticalmente, véase la sección
13763  
13764 \emph on
13765 Marcos
13766 \emph default
13767  del manual 
13768 \emph on
13769 Objetos insertados
13770 \emph default
13771  para ejemplos.
13772 \end_layout
13773
13774 \begin_layout Standard
13775 \begin_inset VSpace bigskip
13776 \end_inset
13777
13778 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
13779  ponerse en un marco de párrafo.
13780  Para ello se inserta el comando
13781 \begin_inset Newline newline
13782 \end_inset
13783
13784
13785 \series bold
13786
13787 \backslash
13788 fbox{
13789 \backslash
13790 parbox{
13791 \backslash
13792 linewidth-2
13793 \backslash
13794 fboxsep-2
13795 \backslash
13796 fboxrule}{
13797 \begin_inset Newline newline
13798 \end_inset
13799
13800
13801 \series default
13802 en modo TeX delante de la ecuación.
13803  Aquí 
13804 \series bold
13805
13806 \backslash
13807 linewidth
13808 \series default
13809
13810 \begin_inset Index idx
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814 Comandos ! L ! 
13815 \backslash
13816 linewidth
13817 \begin_inset ERT
13818 status open
13819
13820 \begin_layout Plain Layout
13821
13822
13823 \backslash
13824 vspace{5mm}
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \end_inset
13833
13834  es la anchura de línea establecida para el documento.
13835  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
13836  anchura dos veces la separación del marco y el grosor.
13837  Como LyX no lo hace automáticamente debido a un fallo,
13838 \begin_inset Foot
13839 status collapsed
13840
13841 \begin_layout Plain Layout
13842 \begin_inset CommandInset href
13843 LatexCommand href
13844 name "LyX-bug #4483"
13845 target "http://www.lyx.org/trac/ticket/4483"
13846
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \end_inset
13853
13854  hay que usar modo TeX.
13855  Para poder multiplicar y restar en los argumentos hay que cargar en el
13856  preámbulo LaTeX el paquete LaTeX 
13857 \series bold
13858 calc
13859 \series default
13860 ,
13861 \begin_inset Foot
13862 status collapsed
13863
13864 \begin_layout Plain Layout
13865
13866 \series bold
13867 calc
13868 \series default
13869  es parte de toda instalación LaTeX estándar.
13870 \end_layout
13871
13872 \end_inset
13873
13874
13875 \begin_inset Index idx
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879 Paquetes ! calc
13880 \end_layout
13881
13882 \end_inset
13883
13884  con la línea
13885 \end_layout
13886
13887 \begin_layout Standard
13888
13889 \series bold
13890
13891 \backslash
13892 usepackage{calc}
13893 \end_layout
13894
13895 \begin_layout Standard
13896 Detrás de la ecuación se cierran ambos marcos con 
13897 \series bold
13898 }}
13899 \series default
13900  en modo TeX.
13901  Aquí hay un ejemplo:
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906
13907
13908 \backslash
13909 fboxsep 5mm 
13910 \backslash
13911 fboxrule 5mm
13912 \end_layout
13913
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \begin_layout Standard
13920 \begin_inset ERT
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924
13925
13926 \backslash
13927 fbox{
13928 \backslash
13929 parbox{
13930 \backslash
13931 linewidth-2
13932 \backslash
13933 fboxsep-2
13934 \backslash
13935 fboxrule}{
13936 \end_layout
13937
13938 \end_inset
13939
13940
13941 \begin_inset Formula 
13942 \begin{equation}
13943 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13944 \end{equation}
13945
13946 \end_inset
13947
13948
13949 \end_layout
13950
13951 \begin_layout Standard
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957 }}
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968
13969 \backslash
13970 fboxrule 0.4pt 
13971 \backslash
13972 fboxsep 3pt
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \begin_layout Standard
13981 \begin_inset VSpace medskip
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Standard
13988 Como se ha usado el marco de párrafo como argumento de 
13989 \series bold
13990
13991 \backslash
13992 fbox
13993 \series default
13994 , en este caso no hay diferencia entre 
13995 \series bold
13996
13997 \backslash
13998 fbox
13999 \series default
14000  y 
14001 \series bold
14002
14003 \backslash
14004 boxed
14005 \series default
14006 .
14007  
14008 \end_layout
14009
14010 \begin_layout Standard
14011 \begin_inset VSpace bigskip
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \begin_layout Standard
14018 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14019  Para hacerlo, se usa 
14020 \series bold
14021
14022 \backslash
14023 parbox
14024 \series default
14025  en combinación con el comando 
14026 \series bold
14027
14028 \backslash
14029 tag
14030 \series default
14031 .
14032  (Véase más sobre 
14033 \series bold
14034
14035 \backslash
14036 tag
14037 \series default
14038  en 
14039 \begin_inset CommandInset ref
14040 LatexCommand ref
14041 reference "sub:Numeración-personalizada"
14042
14043 \end_inset
14044
14045 ).
14046 \end_layout
14047
14048 \begin_layout Standard
14049 Un ejemplo de ecuación comentada con 
14050 \series bold
14051
14052 \backslash
14053 parbox
14054 \series default
14055 :
14056 \end_layout
14057
14058 \begin_layout Standard
14059 \begin_inset ERT
14060 status collapsed
14061
14062 \begin_layout Plain Layout
14063
14064
14065 \backslash
14066 [5x-7b=3b
14067 \backslash
14068 tag*{
14069 \backslash
14070 parbox{5cm}{
14071 \end_layout
14072
14073 \end_inset
14074
14075 Esto es una descripción.
14076  Está claramente separada de la ecuación y es multilínea.
14077 \begin_inset ERT
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081
14082 }}
14083 \backslash
14084 ]
14085 \end_layout
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14094  no soporta el comando 
14095 \series bold
14096
14097 \backslash
14098 parbox
14099 \series default
14100  en ecuaciones.
14101  La ecuación se compone con la siguiente secuencia de comandos:
14102 \end_layout
14103
14104 \begin_layout Standard
14105 El comando 
14106 \series bold
14107
14108 \backslash
14109 [5x-7b=3b
14110 \backslash
14111 tag*
14112 \backslash
14113 {
14114 \backslash
14115 parbox{5cm}{
14116 \series default
14117  se inserta en modo TeX.
14118 \begin_inset Foot
14119 status collapsed
14120
14121 \begin_layout Plain Layout
14122 Si se usa el estilo de ecuación 
14123 \series bold
14124 Sangrado
14125 \series default
14126
14127 \series bold
14128
14129 \backslash
14130 tag*
14131 \backslash
14132
14133 \series default
14134  se puede reemplazar por 
14135 \series bold
14136
14137 \backslash
14138 hfill
14139 \series default
14140 .
14141  (Véanse los estilos de ecuación en 
14142 \begin_inset CommandInset ref
14143 LatexCommand ref
14144 reference "sec:Estilos-de-ecuación"
14145
14146 \end_inset
14147
14148 ).
14149 \end_layout
14150
14151 \end_inset
14152
14153  Después sigue la descripción en texto normal, y por último 
14154 \series bold
14155 }}
14156 \backslash
14157 ]
14158 \series default
14159  en modo TeX.
14160  Aquí los comandos 
14161 \series bold
14162
14163 \backslash
14164 [
14165 \series default
14166  y 
14167 \series bold
14168
14169 \backslash
14170 ]
14171 \series default
14172  crean una ecuación presentada.
14173 \end_layout
14174
14175 \begin_layout Standard
14176 Las ventajas de 
14177 \series bold
14178
14179 \backslash
14180 parbox
14181 \series default
14182  pueden verse en este ejemplo que se ha 
14183 \begin_inset Quotes fld
14184 \end_inset
14185
14186 comentado
14187 \begin_inset Quotes frd
14188 \end_inset
14189
14190  usando el modo texto matemático:
14191 \begin_inset Formula 
14192 \[
14193 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
14194 \]
14195
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \begin_layout Section
14202 Operadores
14203 \begin_inset Index idx
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207 Operadores
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Subsection
14216 Operadores grandes
14217 \begin_inset CommandInset label
14218 LatexCommand label
14219 name "sub:Operadores-grandes"
14220
14221 \end_inset
14222
14223
14224 \begin_inset Index idx
14225 status collapsed
14226
14227 \begin_layout Plain Layout
14228 Operadores ! grandes
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \begin_inset Index idx
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238 Sumatorios
14239 \end_layout
14240
14241 \end_inset
14242
14243
14244 \begin_inset Index idx
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248 Integrales
14249 \end_layout
14250
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \begin_layout Standard
14257 Para poder usar todos los comandos de integrales listados aquí, debe estar
14258  marcada la opción 
14259 \family sans
14260 Usar paquete esint automáticamente
14261 \family default
14262  en el apartado 
14263 \family sans
14264 Opciones de ecuación
14265 \family default
14266  de la configuración del documento.
14267  
14268 \end_layout
14269
14270 \begin_layout Standard
14271 \begin_inset space \hfill{}
14272 \end_inset
14273
14274
14275 \begin_inset Tabular
14276 <lyxtabular version="3" rows="11" columns="2">
14277 <features rotate="0" tabularvalignment="middle">
14278 <column alignment="center" valignment="top" width="0pt">
14279 <column alignment="center" valignment="top" width="0pt">
14280 <row>
14281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 Comando
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 Resultado
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 </row>
14300 <row>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305
14306 \backslash
14307 int
14308 \begin_inset Index idx
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312 Comandos ! I ! 
14313 \backslash
14314 int
14315 \end_layout
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 \begin_inset Formula $\int$
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 </row>
14337 <row>
14338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342
14343 \backslash
14344 oint
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 \begin_inset Formula $\oint$
14354 \end_inset
14355
14356
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 </row>
14362 <row>
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367
14368 \backslash
14369 ointctrclockwise
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 \begin_inset Formula $\ointctrclockwise$
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392
14393 \backslash
14394 ointclockwise
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 \begin_inset Formula $\ointclockwise$
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417
14418 \backslash
14419 sqint
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 \begin_inset Formula $\sqint$
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 </row>
14437 <row>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442
14443 \backslash
14444 fint
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453  
14454 \begin_inset Formula $\fint$
14455 \end_inset
14456
14457
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 <row>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468
14469 \backslash
14470 landupint
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479  
14480 \begin_inset Formula $\landupint$
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 </row>
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494
14495 \backslash
14496 landdownint
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505  
14506 \begin_inset Formula $\landdownint$
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 </row>
14515 <row>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520
14521 \backslash
14522 bigcap
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Formula $\bigcap$
14532 \end_inset
14533
14534
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 </row>
14540 <row>
14541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545
14546 \backslash
14547 bigcup
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 \begin_inset Formula $\bigcup$
14557 \end_inset
14558
14559
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 </row>
14565 </lyxtabular>
14566
14567 \end_inset
14568
14569
14570 \begin_inset space \hfill{}
14571 \end_inset
14572
14573
14574 \begin_inset Tabular
14575 <lyxtabular version="3" rows="11" columns="2">
14576 <features rotate="0" tabularvalignment="middle">
14577 <column alignment="center" valignment="top" width="0pt">
14578 <column alignment="center" valignment="top" width="0pt">
14579 <row>
14580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584 Comando
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 Resultado
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 </row>
14599 <row>
14600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Plain Layout
14604
14605 \backslash
14606 sum
14607 \begin_inset Index idx
14608 status collapsed
14609
14610 \begin_layout Plain Layout
14611 Comandos ! S ! 
14612 \backslash
14613 sum
14614 \end_layout
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 \begin_inset Formula $\sum$
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 </row>
14636 <row>
14637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641
14642 \backslash
14643 prod
14644 \begin_inset Index idx
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648 Comandos ! P ! 
14649 \backslash
14650 prod
14651 \end_layout
14652
14653 \end_inset
14654
14655
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 \begin_inset Formula $\prod$
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \end_inset
14671 </cell>
14672 </row>
14673 <row>
14674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678
14679 \backslash
14680 coprod
14681 \end_layout
14682
14683 \end_inset
14684 </cell>
14685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689 \begin_inset Formula $\coprod$
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 </row>
14698 <row>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703
14704 \backslash
14705 bigodot
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Plain Layout
14714 \begin_inset Formula $\bigodot$
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 </row>
14723 <row>
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728
14729 \backslash
14730 bigotimes
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 \begin_inset Formula $\bigotimes$
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 </row>
14748 <row>
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753
14754 \backslash
14755 bigoplus
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14761 \begin_inset Text
14762
14763 \begin_layout Plain Layout
14764 \begin_inset Formula $\bigoplus$
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 </row>
14773 <row>
14774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778
14779 \backslash
14780 bigwedge
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 \begin_inset Formula $\bigwedge$
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 <row>
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803
14804 \backslash
14805 bigvee
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 \begin_inset Formula $\bigvee$
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row>
14824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828
14829 \backslash
14830 bigsqcup
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 \begin_inset Formula $\bigsqcup$
14840 \end_inset
14841
14842
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 <row>
14849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853
14854 \backslash
14855 biguplus
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 \begin_inset Formula $\biguplus$
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 </row>
14873 </lyxtabular>
14874
14875 \end_inset
14876
14877
14878 \begin_inset space \hfill{}
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \begin_layout Standard
14885 Todos los operadores grandes se pueden insertar con el botón 
14886 \begin_inset Info
14887 type  "icon"
14888 arg   "math-insert \\intop"
14889 \end_inset
14890
14891  de la barra de ecuaciones.
14892 \end_layout
14893
14894 \begin_layout Standard
14895 Estos operadores son llamados grandes porque son mayores que los operadores
14896  binarios de aspecto semejante.
14897  Todos los operadores grandes pueden tener límites, como se describe en
14898  la subsección siguiente.
14899 \end_layout
14900
14901 \begin_layout Standard
14902 Para todos los operadores de integral hay una segunda versión disponible,
14903  terminando en 
14904 \series bold
14905 op
14906 \series default
14907
14908 \series bold
14909
14910 \backslash
14911 intop
14912 \series default
14913
14914 \series bold
14915
14916 \backslash
14917 ointop
14918 \series default
14919  etc.
14920  Estos operadores difieren de 
14921 \series bold
14922
14923 \backslash
14924 int
14925 \series default
14926 , etc., en el estilo en que se presentan los límites, véase
14927 \series bold
14928  
14929 \series default
14930
14931 \begin_inset CommandInset ref
14932 LatexCommand ref
14933 reference "sub:Límites-de-operadores"
14934
14935 \end_inset
14936
14937 .
14938 \end_layout
14939
14940 \begin_layout Subsubsection*
14941 Sugerencias para las integrales
14942 \end_layout
14943
14944 \begin_layout Standard
14945 La letra 
14946 \emph on
14947 d
14948 \emph default
14949  en una integral es un operador, por consiguiente debe escribirse en redonda.
14950  Esto se hace resaltando la 
14951 \emph on
14952 d
14953 \emph default
14954  y usando el atajo de teclado 
14955 \family sans
14956 Alt+C
14957 \begin_inset space ~
14958 \end_inset
14959
14960 R
14961 \family default
14962 .
14963 \begin_inset Foot
14964 status collapsed
14965
14966 \begin_layout Plain Layout
14967 véase estilos de letras en 
14968 \begin_inset CommandInset ref
14969 LatexCommand ref
14970 reference "sub:Estilos-de-tipografías"
14971
14972 \end_inset
14973
14974  
14975 \end_layout
14976
14977 \end_inset
14978
14979  Delante de la 
14980 \emph on
14981 d
14982 \emph default
14983  se inserta un espacio delgado, como es habitual en los operadores.
14984  Un ejemplo:
14985 \end_layout
14986
14987 \begin_layout Standard
14988 incorrecto: 
14989 \begin_inset Formula $\int A(x)dx$
14990 \end_inset
14991
14992
14993 \begin_inset Newline newline
14994 \end_inset
14995
14996
14997 \begin_inset Phantom HPhantom
14998 status open
14999
15000 \begin_layout Plain Layout
15001 in
15002 \end_layout
15003
15004 \end_inset
15005
15006 correcto: 
15007 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15008 \end_inset
15009
15010
15011 \end_layout
15012
15013 \begin_layout Standard
15014 Para integrales múltiples hay los siguientes comandos:
15015 \begin_inset VSpace medskip
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \begin_layout Standard
15022 \begin_inset space \hfill{}
15023 \end_inset
15024
15025
15026 \begin_inset Tabular
15027 <lyxtabular version="3" rows="4" columns="2">
15028 <features rotate="0" tabularvalignment="middle">
15029 <column alignment="center" valignment="top">
15030 <column alignment="center" valignment="top">
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 Comando
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 Resultado
15046 \begin_inset Note Note
15047 status collapsed
15048
15049 \begin_layout Plain Layout
15050
15051 \series bold
15052
15053 \backslash
15054 raisebox
15055 \series default
15056  se usa sólo como espaciador
15057 \end_layout
15058
15059 \end_inset
15060
15061
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \backslash
15074 iint
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15084 \end_inset
15085
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \backslash
15099 oiint
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 sqiint
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 </lyxtabular>
15143
15144 \end_inset
15145
15146
15147 \begin_inset space \hfill{}
15148 \end_inset
15149
15150
15151 \begin_inset Tabular
15152 <lyxtabular version="3" rows="4" columns="2">
15153 <features rotate="0" tabularvalignment="middle">
15154 <column alignment="center" valignment="top">
15155 <column alignment="center" valignment="top">
15156 <row>
15157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 Comando
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 Resultado
15171 \begin_inset Note Note
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175
15176 \series bold
15177
15178 \backslash
15179 raisebox
15180 \series default
15181  se usa sólo como espaciador
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 <row>
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197
15198 \backslash
15199 iiint
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \backslash
15224 iiiint
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \backslash
15249 dotsint
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 </lyxtabular>
15268
15269 \end_inset
15270
15271
15272 \begin_inset space \hfill{}
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Subsection
15279 Límites de operadores
15280 \begin_inset CommandInset label
15281 LatexCommand label
15282 name "sub:Límites-de-operadores"
15283
15284 \end_inset
15285
15286
15287 \begin_inset Index idx
15288 status collapsed
15289
15290 \begin_layout Plain Layout
15291 Operadores ! límites de
15292 \end_layout
15293
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \begin_layout Standard
15300 Los límites se crean mediante superíndices y subíndices:
15301 \end_layout
15302
15303 \begin_layout Standard
15304 \noindent
15305 \align center
15306 \begin_inset Tabular
15307 <lyxtabular version="3" rows="2" columns="2">
15308 <features rotate="0" tabularvalignment="middle">
15309 <column alignment="center" valignment="top">
15310 <column alignment="center" valignment="top">
15311 <row>
15312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 Comando
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 Resultado
15326 \begin_inset Note Note
15327 status collapsed
15328
15329 \begin_layout Plain Layout
15330
15331 \series bold
15332
15333 \backslash
15334 raisebox
15335 \series default
15336  se usa sólo como espaciador
15337 \end_layout
15338
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 <row>
15348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \backslash
15354 prod^
15355 \backslash
15356 infty
15357 \begin_inset space \textvisiblespace{}
15358 \end_inset
15359
15360
15361 \begin_inset Formula $\to$
15362 \end_inset
15363
15364 _0
15365 \begin_inset Formula $\to$
15366 \end_inset
15367
15368 A(x)
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Plain Layout
15377 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 </row>
15386 </lyxtabular>
15387
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \begin_layout Standard
15394 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15395  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15396 \end_layout
15397
15398 \begin_layout Standard
15399 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15400  directamente detrás del operador y se elige 
15401 \series bold
15402 Alineado
15403 \series default
15404  en el menú 
15405 \family sans
15406 Editar\SpecialChar \menuseparator
15407 Ecuación\SpecialChar \menuseparator
15408 Cambiar tipo de límites
15409 \family default
15410  (atajo 
15411 \family sans
15412 Alt+M
15413 \begin_inset space ~
15414 \end_inset
15415
15416 L
15417 \family default
15418 ).
15419  Un ejemplo:
15420 \end_layout
15421
15422 \begin_layout Standard
15423 El tipo de límites por omisión es:
15424 \begin_inset Formula 
15425 \[
15426 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15427 \]
15428
15429 \end_inset
15430
15431
15432 \end_layout
15433
15434 \begin_layout Standard
15435 Así se ven si se cambia el tipo de límites a 
15436 \series bold
15437 Alineado
15438 \series default
15439 :
15440 \begin_inset Formula 
15441 \[
15442 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15443 \]
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \begin_layout Standard
15451 En integrales, excepto las que terminan en 
15452 \series bold
15453 op
15454 \series default
15455  como 
15456 \series bold
15457
15458 \backslash
15459 intop
15460 \series default
15461
15462 \series bold
15463
15464 \backslash
15465 ointop
15466 \series default
15467 , etc., los límites se colocan por omisión junto al operador.
15468  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15469  operador.
15470  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15471 \series bold
15472 Presentado
15473 \series default
15474  para poner el límite debajo:
15475 \begin_inset Formula 
15476 \begin{equation}
15477 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
15478 \end{equation}
15479
15480 \end_inset
15481
15482
15483 \begin_inset VSpace medskip
15484 \end_inset
15485
15486 Para especificar condiciones en los límites se usan los comandos 
15487 \series bold
15488
15489 \backslash
15490 subarray
15491 \series default
15492
15493 \begin_inset Index idx
15494 status collapsed
15495
15496 \begin_layout Plain Layout
15497 Comandos ! S ! 
15498 \backslash
15499 subarray
15500 \end_layout
15501
15502 \end_inset
15503
15504  y 
15505 \series bold
15506
15507 \backslash
15508 substack
15509 \series default
15510
15511 \begin_inset Index idx
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515 Comandos ! S ! 
15516 \backslash
15517 substack
15518 \end_layout
15519
15520 \end_inset
15521
15522 .
15523  Por ejemplo, para componer la expresión
15524 \begin_inset Formula 
15525 \begin{equation}
15526 \sum_{\begin{subarray}{c}
15527 0<k<1000\\
15528 \\
15529 k\,\in\,\mathbb{N}
15530 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15531 \end{equation}
15532
15533 \end_inset
15534
15535 se ha hecho lo siguiente: primero se escribe el comando 
15536 \series bold
15537
15538 \backslash
15539 sum^n
15540 \series default
15541
15542 \begin_inset space \textvisiblespace{}
15543 \end_inset
15544
15545
15546 \series bold
15547 _
15548 \series default
15549 .
15550  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
15551  se inserta el comando 
15552 \series bold
15553
15554 \backslash
15555 subarray
15556 \series default
15557
15558 \begin_inset space \textvisiblespace{}
15559 \end_inset
15560
15561 .
15562  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
15563  distintas.
15564  Cada línea nueva se crea con un salto de línea (
15565 \family sans
15566 Ctrl+Entrar
15567 \family default
15568 ).
15569  Si ahora se teclea en ella
15570 \begin_inset Newline newline
15571 \end_inset
15572
15573
15574 \series bold
15575 0<k<1000 Ctrl+Entrar
15576 \begin_inset Newline newline
15577 \end_inset
15578
15579
15580 \series default
15581 aparece debajo un nuevo marco para la línea nueva.
15582 \end_layout
15583
15584 \begin_layout Standard
15585 La alineación de las líneas puede cambiarse a la izquierda con la 
15586 \family sans
15587 barra de herramientas de cuadros
15588 \family default
15589  o con el menú 
15590 \family sans
15591 Editar\SpecialChar \menuseparator
15592 Filas y columnas
15593 \family default
15594 .
15595  Para obtener alineación derecha se inserta 
15596 \series bold
15597
15598 \backslash
15599 hfill
15600 \series default
15601
15602 \begin_inset space \textvisiblespace{}
15603 \end_inset
15604
15605  al principio de la línea.
15606 \end_layout
15607
15608 \begin_layout Standard
15609 El comando 
15610 \series bold
15611
15612 \backslash
15613 substack
15614 \series default
15615  es equivalente a 
15616 \series bold
15617
15618 \backslash
15619 subarray
15620 \series default
15621  con la diferencia de que las líneas están siempre centradas.
15622 \begin_inset VSpace bigskip
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \begin_layout Standard
15629 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
15630  siguientes, como en la ecuación 
15631 \begin_inset CommandInset ref
15632 LatexCommand eqref
15633 reference "eq:substack"
15634
15635 \end_inset
15636
15637 , porque éstos se colocan junto a los límites.
15638  Para evitarlo se puede usar comando 
15639 \series bold
15640
15641 \backslash
15642 mathclap
15643 \series default
15644
15645 \begin_inset Index idx
15646 status collapsed
15647
15648 \begin_layout Plain Layout
15649 Comandos ! M ! 
15650 \backslash
15651 mathclap
15652 \end_layout
15653
15654 \end_inset
15655
15656  que 
15657 \lang english
15658 sets the width of its content to
15659 \lang spanish
15660  0
15661 \begin_inset space \thinspace{}
15662 \end_inset
15663
15664 pt.
15665 \begin_inset Newline newline
15666 \end_inset
15667
15668 Aplicado en la ecuación 
15669 \begin_inset CommandInset ref
15670 LatexCommand eqref
15671 reference "eq:substack"
15672
15673 \end_inset
15674
15675  se usa el comando
15676 \end_layout
15677
15678 \begin_layout Standard
15679
15680 \series bold
15681
15682 \backslash
15683 sum_
15684 \backslash
15685 mathclap
15686 \backslash
15687 substack
15688 \begin_inset space \textvisiblespace{}
15689 \end_inset
15690
15691 0<k<1000 Ctrl+Entrar
15692 \end_layout
15693
15694 \begin_layout Standard
15695 para componer el límite inferior.
15696  Ahora el sumando está junto al sumatorio:
15697 \begin_inset Formula 
15698 \[
15699 \sum_{\mathclap{\substack{0<k<1000\\
15700 \\
15701 k\,\in\,\mathbb{N}
15702 }
15703 }}^{n}k^{-2}
15704 \]
15705
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \begin_layout Standard
15712 \begin_inset VSpace bigskip
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \begin_layout Standard
15719
15720 \lang english
15721 When several consecutive operators have limits the typesetting of the limits
15722  looks often imperfect in the output, see this example:
15723 \lang spanish
15724
15725 \begin_inset Formula 
15726 \[
15727 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
15728 \]
15729
15730 \end_inset
15731
15732
15733 \lang english
15734 To improve the typesetting set in the document settings under 
15735 \family sans
15736 Math
15737 \begin_inset space ~
15738 \end_inset
15739
15740 Options
15741 \family default
15742  for the package
15743 \lang spanish
15744  
15745 \series bold
15746 mathtools
15747 \series default
15748
15749 \begin_inset Index idx
15750 status collapsed
15751
15752 \begin_layout Plain Layout
15753 Paquetes ! mathtools
15754 \end_layout
15755
15756 \end_inset
15757
15758  
15759 \lang english
15760 the option 
15761 \family sans
15762 Load
15763 \begin_inset space ~
15764 \end_inset
15765
15766 always
15767 \family default
15768 .
15769  Then insert into your formula the command 
15770 \series bold
15771 \lang spanish
15772
15773 \backslash
15774 adjustlimits
15775 \series default
15776
15777 \begin_inset Index idx
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781 Comandos ! A ! 
15782 \backslash
15783 adjustlimits
15784 \end_layout
15785
15786 \end_inset
15787
15788  
15789 \lang english
15790 directly before the first operator.
15791  The example will then look like this:
15792 \lang spanish
15793
15794 \begin_inset Formula 
15795 \[
15796 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
15797 \]
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \begin_layout Standard
15805 \begin_inset VSpace bigskip
15806 \end_inset
15807
15808 Cómo utilizar un límite para varios operadores se describe en la 
15809 \begin_inset CommandInset ref
15810 LatexCommand ref
15811 reference "sub:Operadores-de-usuario"
15812
15813 \end_inset
15814
15815 .
15816 \end_layout
15817
15818 \begin_layout Subsection
15819 Decoración para operadores
15820 \begin_inset Index idx
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 Operadores ! Decoración
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \begin_layout Standard
15833 Con los comandos 
15834 \series bold
15835
15836 \backslash
15837 overset
15838 \series default
15839
15840 \begin_inset Index idx
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844 Comandos ! O ! 
15845 \backslash
15846 overset
15847 \end_layout
15848
15849 \end_inset
15850
15851  y 
15852 \series bold
15853
15854 \backslash
15855 underset
15856 \series default
15857
15858 \begin_inset Index idx
15859 status collapsed
15860
15861 \begin_layout Plain Layout
15862 Comandos ! U ! 
15863 \backslash
15864 underset
15865 \end_layout
15866
15867 \end_inset
15868
15869  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15870  Con el comando 
15871 \series bold
15872
15873 \backslash
15874 sideset
15875 \series default
15876
15877 \begin_inset Index idx
15878 status collapsed
15879
15880 \begin_layout Plain Layout
15881 Comandos ! S ! 
15882 \backslash
15883 sideset
15884 \end_layout
15885
15886 \end_inset
15887
15888  se pueden poner caracteres delante y detrás de un operador grande.
15889 \end_layout
15890
15891 \begin_layout Standard
15892
15893 \lang english
15894 There are 4
15895 \begin_inset space ~
15896 \end_inset
15897
15898 variants of 
15899 \series bold
15900
15901 \backslash
15902 sideset
15903 \series default
15904 :
15905 \end_layout
15906
15907 \begin_layout Itemize
15908
15909 \series bold
15910 \lang english
15911
15912 \backslash
15913 sideset
15914 \series default
15915  is used to set characters at the corners of the operator
15916 \end_layout
15917
15918 \begin_layout Itemize
15919
15920 \series bold
15921 \lang english
15922
15923 \backslash
15924 sidesetn
15925 \series default
15926  is used to set characters before and/or behind the operator (this variant
15927  represents LaTeX's original 
15928 \series bold
15929
15930 \backslash
15931 sideset
15932 \series default
15933  command)
15934 \end_layout
15935
15936 \begin_layout Itemize
15937
15938 \series bold
15939 \lang english
15940
15941 \backslash
15942 sidesetl
15943 \series default
15944  is used to set characters at the left corners and/or behind the operator
15945 \end_layout
15946
15947 \begin_layout Itemize
15948
15949 \series bold
15950 \lang english
15951
15952 \backslash
15953 sidesetr
15954 \series default
15955  is used to set characters at the right corners and/or before the operator
15956 \end_layout
15957
15958 \begin_layout Standard
15959 Por ejemplo, el comando 
15960 \series bold
15961
15962 \backslash
15963 sidesetn
15964 \begin_inset space \textvisiblespace{}
15965 \end_inset
15966
15967
15968 \backslash
15969 sum
15970 \begin_inset space \textvisiblespace{}
15971 \end_inset
15972
15973
15974 \begin_inset Formula $\to$
15975 \end_inset
15976
15977 '
15978 \begin_inset Formula $\to$
15979 \end_inset
15980
15981 _k=1
15982 \begin_inset space \textvisiblespace{}
15983 \end_inset
15984
15985
15986 \series default
15987 ^
15988 \series bold
15989 n
15990 \series default
15991  genera:
15992 \begin_inset Formula 
15993 \[
15994 \sideset{}{'}\sum_{k=1}^{n}
15995 \]
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Standard
16003 \begin_inset Note Greyedout
16004 status open
16005
16006 \begin_layout Plain Layout
16007
16008 \series bold
16009 Nota: 
16010 \backslash
16011 sideset
16012 \series default
16013  sólo se puede usar para decorar operadores grandes, no permite operadores
16014  binarios.
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Standard
16023 Con 
16024 \series bold
16025
16026 \backslash
16027 overset
16028 \series default
16029  y 
16030 \series bold
16031
16032 \backslash
16033 underset
16034 \series default
16035  también se pueden decorar símbolos y caracteres.
16036  Por ejemplo el comando 
16037 \series bold
16038
16039 \backslash
16040 overset
16041 \begin_inset space \textvisiblespace{}
16042 \end_inset
16043
16044
16045 \backslash
16046 maltese
16047 \begin_inset space \textvisiblespace{}
16048 \end_inset
16049
16050
16051 \series default
16052
16053 \begin_inset Formula $\uparrow$
16054 \end_inset
16055
16056
16057 \series bold
16058 a
16059 \series default
16060  genera:
16061 \begin_inset Formula 
16062 \[
16063 \overset{a}{\maltese}
16064 \]
16065
16066 \end_inset
16067
16068
16069 \end_layout
16070
16071 \begin_layout Subsection
16072 Operadores binarios
16073 \begin_inset CommandInset label
16074 LatexCommand label
16075 name "sub:Operadores-binarios"
16076
16077 \end_inset
16078
16079
16080 \begin_inset Index idx
16081 status collapsed
16082
16083 \begin_layout Plain Layout
16084 Operadores ! binarios
16085 \end_layout
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \begin_layout Standard
16093 Los operadores binarios se rodean por espacios si llevan un carácter delante
16094  o detrás.
16095 \begin_inset VSpace medskip
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \begin_layout Standard
16102 \begin_inset space \hfill{}
16103 \end_inset
16104
16105
16106 \begin_inset Tabular
16107 <lyxtabular version="3" rows="13" columns="2">
16108 <features rotate="0" tabularvalignment="middle">
16109 <column alignment="center" valignment="top" width="0pt">
16110 <column alignment="center" valignment="top" width="0pt">
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 Comando
16117 \begin_inset Note Note
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121
16122 \series bold
16123
16124 \backslash
16125 raisebox
16126 \series default
16127  se usa sólo como espaciador
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 Operador
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 +
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 \begin_inset Formula $+$
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 <row>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 -
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Formula $-$
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \backslash
16200 pm
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 \begin_inset Formula $\pm$
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \backslash
16225 mp
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 \begin_inset Formula $\mp$
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \backslash
16250 cdot
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 \begin_inset Formula $\cdot$
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273
16274 \backslash
16275 times
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284 \begin_inset Formula $\times$
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \backslash
16300 div
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 \begin_inset Formula $\div$
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 <row>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 \begin_inset ERT
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327
16328
16329 \backslash
16330 raisebox{-1.2mm}{
16331 \end_layout
16332
16333 \end_inset
16334
16335 *
16336 \begin_inset ERT
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340
16341 }
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 \begin_inset Formula $*$
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 </row>
16364 <row>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369
16370 \backslash
16371 star
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 \begin_inset Formula $\star$
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \backslash
16396 circ
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 \begin_inset Formula $\circ$
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \backslash
16421 diamond
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 \begin_inset Formula $\diamond$
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \backslash
16446 bullet
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 \begin_inset Formula $\bullet$
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 </lyxtabular>
16465
16466 \end_inset
16467
16468
16469 \begin_inset space \hfill{}
16470 \end_inset
16471
16472
16473 \begin_inset Tabular
16474 <lyxtabular version="3" rows="13" columns="2">
16475 <features rotate="0" tabularvalignment="middle">
16476 <column alignment="center" valignment="top" width="0pt">
16477 <column alignment="center" valignment="top" width="0pt">
16478 <row>
16479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 Comando
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 Operador
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 </row>
16498 <row>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503
16504 \backslash
16505 nabla
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Formula $\nabla$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 <row>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528
16529 \backslash
16530 bigtriangledown
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 \begin_inset Formula $\bigtriangledown$
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553
16554 \backslash
16555 bigtriangleup
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 \begin_inset Formula $\bigtriangleup$
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 </row>
16573 <row>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \backslash
16580 Box
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 \begin_inset Formula $\Box$
16590 \end_inset
16591
16592
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 <row>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603
16604 \backslash
16605 cap 
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 \begin_inset Formula $\cap$
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 <row>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628
16629 \backslash
16630 cup
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 \begin_inset Formula $\cup$
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 </row>
16648 <row>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653
16654 \backslash
16655 dagger
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 \begin_inset Formula $\dagger$
16665 \end_inset
16666
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678
16679 \backslash
16680 ddagger
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 \begin_inset Formula $\ddagger$
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 </row>
16698 <row>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703
16704 \backslash
16705 wr
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 \begin_inset Formula $\wr$
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 </row>
16723 <row>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728
16729 \backslash
16730 bigcirc
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 \begin_inset Formula $\bigcirc$
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 </row>
16748 <row>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753
16754 \backslash
16755 wedge
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 \begin_inset Formula $\wedge$
16765 \end_inset
16766
16767
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 </row>
16773 <row>
16774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \backslash
16780 vee
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $\vee$
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 </lyxtabular>
16799
16800 \end_inset
16801
16802
16803 \begin_inset space \hfill{}
16804 \end_inset
16805
16806
16807 \begin_inset Tabular
16808 <lyxtabular version="3" rows="13" columns="2">
16809 <features rotate="0" tabularvalignment="middle">
16810 <column alignment="center" valignment="top" width="0pt">
16811 <column alignment="center" valignment="top" width="0pt">
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 Comando
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 Operador
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \backslash
16839 oplus
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 $\oplus$
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 \backslash
16864 ominus
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 \begin_inset Formula $\ominus$
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \backslash
16889 otimes
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 \begin_inset Formula $\otimes$
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \backslash
16914 oslash
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 \begin_inset Formula $\oslash$
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \backslash
16939 odot
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\odot$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 amalg
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\amalg$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 uplus
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\uplus$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 setminus
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\setminus$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 sqcap
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\sqcap$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 sqcup
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\sqcup$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \backslash
17089 triangleleft
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 \begin_inset Formula $\triangleleft$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 triangleright
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\triangleright$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 </lyxtabular>
17133
17134 \end_inset
17135
17136
17137 \begin_inset space \hfill{}
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 Todos los operadores binarios se pueden insertar también con el botón 
17145 \begin_inset Info
17146 type  "icon"
17147 arg   "math-insert \\pm"
17148 \end_inset
17149
17150  de la barra de ecuaciones.
17151 \end_layout
17152
17153 \begin_layout Standard
17154 Para imprimir el operador Laplace se pueden usar 
17155 \series bold
17156
17157 \backslash
17158 Delta
17159 \series default
17160  o 
17161 \series bold
17162
17163 \backslash
17164 nabla
17165 \series default
17166 ^
17167 \series bold
17168 2
17169 \series default
17170  (
17171 \begin_inset Formula $\nabla^{2}$
17172 \end_inset
17173
17174 ) en vez de 
17175 \series bold
17176
17177 \backslash
17178 bigtriangleup
17179 \series default
17180 .
17181 \end_layout
17182
17183 \begin_layout Standard
17184 El carácter 
17185 \family sans
17186 Separador de menú
17187 \family default
17188  del menú 
17189 \family sans
17190 Insertar\SpecialChar \menuseparator
17191 Carácter especial
17192 \family default
17193  es el operador 
17194 \series bold
17195
17196 \backslash
17197 triangleright
17198 \series default
17199 .
17200 \end_layout
17201
17202 \begin_layout Subsection
17203 Operadores definidos por el usuario
17204 \begin_inset CommandInset label
17205 LatexCommand label
17206 name "sub:Operadores-de-usuario"
17207
17208 \end_inset
17209
17210
17211 \begin_inset Index idx
17212 status collapsed
17213
17214 \begin_layout Plain Layout
17215 Operadores ! personalizados
17216 \end_layout
17217
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \begin_layout Standard
17224 Con ayuda del comando 
17225 \series bold
17226
17227 \backslash
17228 DeclareMathOperator
17229 \series default
17230
17231 \begin_inset Index idx
17232 status collapsed
17233
17234 \begin_layout Plain Layout
17235 Comandos ! D ! 
17236 \backslash
17237 dbinom@
17238 \backslash
17239 DeclareMathOperator
17240 \end_layout
17241
17242 \end_inset
17243
17244  se pueden definir operadores personalizados en el preámbulo LaTeX.
17245  Su esquema es:
17246 \end_layout
17247
17248 \begin_layout Standard
17249
17250 \series bold
17251
17252 \backslash
17253 DeclareMathOperator{comando nuevo}{presentación}
17254 \end_layout
17255
17256 \begin_layout Standard
17257 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17258  en la salida.
17259  Para definir un operador grande hay que añadirle un * detrás.
17260  Todos los operadores grandes personalizados pueden tener límites como se
17261  describe en 
17262 \begin_inset CommandInset ref
17263 LatexCommand ref
17264 reference "sub:Límites-de-operadores"
17265
17266 \end_inset
17267
17268 .
17269 \end_layout
17270
17271 \begin_layout Standard
17272 Por ejemplo, la línea en el preámbulo LaTeX
17273 \end_layout
17274
17275 \begin_layout Standard
17276
17277 \series bold
17278
17279 \backslash
17280 DeclareMathOperator*{
17281 \backslash
17282 Lozenge}{
17283 \backslash
17284 blacklozenge}
17285 \end_layout
17286
17287 \begin_layout Standard
17288 define el comando 
17289 \series bold
17290
17291 \backslash
17292 Lozenge
17293 \series default
17294 , que inserta un operador grande que es el símbolo blacklozenge de la 
17295 \begin_inset CommandInset ref
17296 LatexCommand ref
17297 reference "sub:Símbolos-misceláneos"
17298
17299 \end_inset
17300
17301 .
17302 \begin_inset Formula 
17303 \[
17304 \Lozenge_{n=1}^{\infty}
17305 \]
17306
17307 \end_inset
17308
17309 El comando para esta expresión es: 
17310 \series bold
17311
17312 \backslash
17313 Lozenge^
17314 \backslash
17315 infty
17316 \begin_inset Formula $\rightarrow$
17317 \end_inset
17318
17319 _n=1
17320 \begin_inset VSpace bigskip
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \begin_layout Standard
17327 Si los operadores personalizados no se van a usar varias veces en el documento,
17328  se pueden también definir con los comandos 
17329 \series bold
17330
17331 \backslash
17332 mathop
17333 \series default
17334
17335 \begin_inset Index idx
17336 status collapsed
17337
17338 \begin_layout Plain Layout
17339 Comandos ! M ! 
17340 \backslash
17341 mathop
17342 \end_layout
17343
17344 \end_inset
17345
17346  y 
17347 \series bold
17348
17349 \backslash
17350 mathbin
17351 \series default
17352
17353 \begin_inset Index idx
17354 status collapsed
17355
17356 \begin_layout Plain Layout
17357 Comandos ! M ! 
17358 \backslash
17359 mathbin
17360 \end_layout
17361
17362 \end_inset
17363
17364 , con el siguiente esquema:
17365 \end_layout
17366
17367 \begin_layout Standard
17368
17369 \series bold
17370
17371 \backslash
17372 mathop{presentación}
17373 \series default
17374  y 
17375 \series bold
17376
17377 \backslash
17378 mathbin{presentación}
17379 \end_layout
17380
17381 \begin_layout Standard
17382
17383 \series bold
17384
17385 \backslash
17386 mathop
17387 \series default
17388  define operadores grandes, 
17389 \series bold
17390
17391 \backslash
17392 mathbin
17393 \series default
17394  operadores binarios.
17395 \end_layout
17396
17397 \begin_layout Standard
17398
17399 \series bold
17400
17401 \backslash
17402 mathop
17403 \series default
17404  se puede usar, p.e., para poner un límite a varios operadores:
17405 \begin_inset Formula 
17406 \[
17407 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17408 \]
17409
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \begin_layout Standard
17416 El comando para la expresión anterior es:
17417 \begin_inset Newline newline
17418 \end_inset
17419
17420
17421 \series bold
17422
17423 \backslash
17424 mathop{
17425 \backslash
17426 sum
17427 \backslash
17428 negmedspace
17429 \backslash
17430 sum
17431 \series default
17432
17433 \begin_inset space \textvisiblespace{}
17434 \end_inset
17435
17436
17437 \series bold
17438
17439 \begin_inset Formula $\to$
17440 \end_inset
17441
17442 ^N
17443 \series default
17444
17445 \begin_inset space \textvisiblespace{}
17446 \end_inset
17447
17448
17449 \series bold
17450 _i,j=1
17451 \end_layout
17452
17453 \begin_layout Standard
17454 \begin_inset Newpage newpage
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \begin_layout Section
17461 Tipografías
17462 \begin_inset Index idx
17463 status collapsed
17464
17465 \begin_layout Plain Layout
17466 Tipografías
17467 \end_layout
17468
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \begin_layout Subsection
17475 Estilos de tipografías
17476 \begin_inset CommandInset label
17477 LatexCommand label
17478 name "sub:Estilos-de-tipografías"
17479
17480 \end_inset
17481
17482
17483 \begin_inset Index idx
17484 status collapsed
17485
17486 \begin_layout Plain Layout
17487 Tipografías ! estilos de
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Standard
17496 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17497  estilos:
17498 \end_layout
17499
17500 \begin_layout Standard
17501 \begin_inset VSpace -2mm
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \begin_layout Standard
17508 \align center
17509 \begin_inset Tabular
17510 <lyxtabular version="3" rows="7" columns="3">
17511 <features rotate="0" tabularvalignment="middle">
17512 <column alignment="center" valignment="top">
17513 <column alignment="center" valignment="top">
17514 <column alignment="center" valignment="top">
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 Comando
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 Resultado
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 atajo
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 mathbb
17552 \series bold
17553
17554 \begin_inset space \textvisiblespace{}
17555 \end_inset
17556
17557
17558 \series default
17559 ABC
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\mathbb{ABC}$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \family sans
17582 Alt+C C
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 </row>
17588 <row>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \backslash
17595 mathbf
17596 \series bold
17597
17598 \begin_inset space \textvisiblespace{}
17599 \end_inset
17600
17601
17602 \series default
17603 AbC
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset Formula $\mathbf{AbC}$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624
17625 \family sans
17626 Ctrl+B
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 </row>
17632 <row>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \backslash
17639 boldsymbol
17640 \series bold
17641
17642 \begin_inset space \textvisiblespace{}
17643 \end_inset
17644
17645
17646 \series default
17647 AbC
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset Formula $\boldsymbol{AbC}$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668
17669 \family sans
17670 Ctrl+Alt+B , Alt+C B
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 </row>
17676 <row>
17677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681
17682 \backslash
17683 mathcal
17684 \series bold
17685
17686 \begin_inset space \textvisiblespace{}
17687 \end_inset
17688
17689
17690 \series default
17691 ABC
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 \begin_inset Formula $\mathcal{ABC}$
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712
17713 \family sans
17714 Ctrl+E , Alt+C E
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 </row>
17720 <row>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725
17726 \backslash
17727 mathfrak
17728 \series bold
17729
17730 \begin_inset space \textvisiblespace{}
17731 \end_inset
17732
17733
17734 \series default
17735 AbC
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 \begin_inset Formula $\mathfrak{AbC}$
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 -
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 </row>
17762 <row>
17763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767
17768 \backslash
17769 mathscr
17770 \series bold
17771
17772 \begin_inset space \textvisiblespace{}
17773 \end_inset
17774
17775
17776 \series default
17777 AbC
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 \begin_inset Formula $\mathscr{AbC}$
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 -
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 </row>
17804 </lyxtabular>
17805
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \begin_layout Standard
17812 \align center
17813 \begin_inset Tabular
17814 <lyxtabular version="3" rows="5" columns="3">
17815 <features rotate="0" tabularvalignment="middle">
17816 <column alignment="center" valignment="top">
17817 <column alignment="center" valignment="top">
17818 <column alignment="center" valignment="top">
17819 <row>
17820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824 Comando
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833 Resultado
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842 atajo
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 </row>
17848 <row>
17849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853
17854 \backslash
17855 mathit
17856 \series bold
17857
17858 \begin_inset space \textvisiblespace{}
17859 \end_inset
17860
17861
17862 \series default
17863 AbC
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 \begin_inset Formula $\mathit{AbC}$
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 -
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 </row>
17890 <row>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895
17896 \backslash
17897 mathrm
17898 \series bold
17899
17900 \begin_inset space \textvisiblespace{}
17901 \end_inset
17902
17903
17904 \series default
17905 AbC
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 \begin_inset Formula $\mathrm{AbC}$
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926
17927 \family sans
17928 Alt+C R
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 </row>
17934 <row>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \backslash
17941 mathsf
17942 \series bold
17943
17944 \begin_inset space \textvisiblespace{}
17945 \end_inset
17946
17947
17948 \series default
17949 AbC
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Formula $\mathsf{AbC}$
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970
17971 \family sans
17972 Alt+C S
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 </row>
17978 <row>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \backslash
17985 mathtt
17986 \series bold
17987
17988 \begin_inset space \textvisiblespace{}
17989 \end_inset
17990
17991
17992 \series default
17993 AbC
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 \begin_inset Formula $\mathtt{AbC}$
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014
18015 \family sans
18016 Ctrl+Mayúsculas+P
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 </row>
18022 </lyxtabular>
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \begin_layout Standard
18030 \begin_inset Note Greyedout
18031 status open
18032
18033 \begin_layout Plain Layout
18034
18035 \series bold
18036 Nota
18037 \series default
18038 : Los estilos 
18039 \series bold
18040
18041 \backslash
18042 mathbb
18043 \series default
18044  y 
18045 \series bold
18046
18047 \backslash
18048 mathcal
18049 \series default
18050  sólo se aplican a letras mayúsculas.
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Standard
18059 El estilo predeterminado es 
18060 \series bold
18061
18062 \backslash
18063 mathnormal
18064 \series default
18065 .
18066 \end_layout
18067
18068 \begin_layout Standard
18069 Los comandos de estilo funcionan también en estructuras matemáticas:
18070 \begin_inset Formula 
18071 \[
18072 \mathfrak{A=\frac{b}{C}}
18073 \]
18074
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Standard
18081 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18082  de ecuaciones sino en el estilo tipográfico de texto 
18083 \series bold
18084
18085 \backslash
18086 textrm
18087 \series default
18088 .
18089  Este estilo no se puede poner correctamente con el diálogo de estilo de
18090  texto por un fallo de LyX.
18091 \begin_inset Foot
18092 status collapsed
18093
18094 \begin_layout Plain Layout
18095 \begin_inset CommandInset href
18096 LatexCommand href
18097 name "LyX-bug #4629"
18098 target "http://www.lyx.org/trac/ticket/4629"
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \begin_layout Standard
18111 En vez de comandos se puede usar el menú 
18112 \family sans
18113 Editar\SpecialChar \menuseparator
18114 Ecuación\SpecialChar \menuseparator
18115 Estilo del texto
18116 \family default
18117  o el botón 
18118 \begin_inset Info
18119 type  "icon"
18120 arg   "math-insert \\font"
18121 \end_inset
18122
18123 .
18124 \end_layout
18125
18126 \begin_layout Subsection
18127 Ecuaciones en negrita
18128 \begin_inset CommandInset label
18129 LatexCommand label
18130 name "sub:Ecuaciones-en-negrita"
18131
18132 \end_inset
18133
18134
18135 \begin_inset Index idx
18136 status collapsed
18137
18138 \begin_layout Plain Layout
18139 Ecuación ! en negrita
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Para poner en negrita una ecuación completa no se puede usar el comando
18149  
18150 \series bold
18151
18152 \backslash
18153 mathbf
18154 \series default
18155 , porque no funciona con minúsculas griegas.
18156  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18157 \begin_inset Formula 
18158 \[
18159 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18160 \]
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \begin_layout Standard
18168 Para presentar la ecuación correctamente se usa el comando 
18169 \series bold
18170 boldsymbol
18171 \series default
18172 :
18173 \begin_inset Formula 
18174 \[
18175 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18176 \]
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 También es posible poner la fórmula en un 
18185 \series bold
18186 entorno boldmath
18187 \series default
18188 , que se inserta con el comando 
18189 \series bold
18190
18191 \backslash
18192 boldmath
18193 \series default
18194
18195 \begin_inset Index idx
18196 status collapsed
18197
18198 \begin_layout Plain Layout
18199 Comandos ! B ! 
18200 \backslash
18201 boldmath
18202 \end_layout
18203
18204 \end_inset
18205
18206  en modo TeX.
18207  Para finalizar el entorno se usa el comando 
18208 \series bold
18209
18210 \backslash
18211 unboldmath
18212 \series default
18213
18214 \begin_inset Index idx
18215 status collapsed
18216
18217 \begin_layout Plain Layout
18218 Comandos ! U ! 
18219 \backslash
18220 unboldmath
18221 \end_layout
18222
18223 \end_inset
18224
18225  en modo TeX.
18226 \begin_inset ERT
18227 status collapsed
18228
18229 \begin_layout Plain Layout
18230
18231
18232 \backslash
18233 boldmath
18234 \end_layout
18235
18236 \end_inset
18237
18238
18239 \begin_inset Formula 
18240 \[
18241 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
18242 \]
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset ERT
18251 status collapsed
18252
18253 \begin_layout Plain Layout
18254
18255
18256 \backslash
18257 unboldmath
18258 \end_layout
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Subsection
18266 Ecuaciones coloreadas
18267 \begin_inset Index idx
18268 status collapsed
18269
18270 \begin_layout Plain Layout
18271 Ecuación ! coloreada
18272 \end_layout
18273
18274 \end_inset
18275
18276
18277 \end_layout
18278
18279 \begin_layout Standard
18280 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18281  o una parte de una ecuación y usa el diálogo 
18282 \family sans
18283 Estilo del texto
18284 \family default
18285 .
18286  Aquí hay una ecuación en magenta:
18287 \begin_inset Formula 
18288 \[
18289 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18290 \]
18291
18292 \end_inset
18293
18294 También puedes definir tus propios colores como se describe en
18295 \begin_inset space ~
18296 \end_inset
18297
18298
18299 \begin_inset CommandInset ref
18300 LatexCommand ref
18301 reference "sub:Marcos-coloreados"
18302
18303 \end_inset
18304
18305 .
18306  Pueden usarse con el comando en código TeX 
18307 \series bold
18308
18309 \backslash
18310 textcolor
18311 \series default
18312
18313 \begin_inset Index idx
18314 status collapsed
18315
18316 \begin_layout Plain Layout
18317 Comandos ! T ! 
18318 \backslash
18319 textcolor
18320 \end_layout
18321
18322 \end_inset
18323
18324  según el esquema
18325 \end_layout
18326
18327 \begin_layout Standard
18328
18329 \series bold
18330
18331 \backslash
18332 textcolor{color}{caracteres o ecuación}
18333 \end_layout
18334
18335 \begin_layout Standard
18336 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18337 e en rojo:
18338 \end_layout
18339
18340 \begin_layout Standard
18341 \begin_inset ERT
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345
18346
18347 \backslash
18348 textcolor{verdeoscuro}{
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \begin_inset Formula 
18355 \[
18356 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18357 \]
18358
18359 \end_inset
18360
18361
18362 \begin_inset ERT
18363 status collapsed
18364
18365 \begin_layout Plain Layout
18366
18367 }
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18377  a ecuaciones completas.
18378 \begin_inset Foot
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382 \begin_inset CommandInset href
18383 LatexCommand href
18384 name "LyX-bug #5269"
18385 target "http://www.lyx.org/trac/ticket/5269"
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Subsection
18398 Tamaños de tipografías
18399 \begin_inset CommandInset label
18400 LatexCommand label
18401 name "sub:Tamaños-de-tipografías"
18402
18403 \end_inset
18404
18405
18406 \begin_inset Index idx
18407 status collapsed
18408
18409 \begin_layout Plain Layout
18410 Tipografías ! tamaño
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Standard
18419 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18420  siguientes comandos de tamaño:
18421 \end_layout
18422
18423 \begin_layout Standard
18424
18425 \series bold
18426
18427 \backslash
18428 Huge
18429 \series default
18430
18431 \series bold
18432
18433 \backslash
18434 huge
18435 \series default
18436
18437 \series bold
18438
18439 \backslash
18440 LARGE
18441 \series default
18442
18443 \series bold
18444
18445 \backslash
18446 Large
18447 \series default
18448
18449 \series bold
18450
18451 \backslash
18452 large
18453 \series default
18454
18455 \series bold
18456
18457 \backslash
18458 normalsize
18459 \series default
18460
18461 \series bold
18462
18463 \backslash
18464 small
18465 \series default
18466 ,
18467 \begin_inset Newline newline
18468 \end_inset
18469
18470
18471 \series bold
18472
18473 \backslash
18474 footnotesize
18475 \series default
18476
18477 \series bold
18478
18479 \backslash
18480 scriptsize
18481 \series default
18482 , y 
18483 \series bold
18484
18485 \backslash
18486 tiny
18487 \end_layout
18488
18489 \begin_layout Standard
18490 El tamaño dado por los comandos depende del tamaño base de la tipografía
18491  en el documento, dado por el comando 
18492 \series bold
18493
18494 \backslash
18495 normalsize
18496 \series default
18497 .
18498  Los demás comandos producen tamaños menores o mayores que 
18499 \series bold
18500
18501 \backslash
18502 normalsize
18503 \series default
18504 .
18505  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18506  Si, por ejemplo, la tipografía del documento es de 12
18507 \begin_inset space \thinspace{}
18508 \end_inset
18509
18510 pt, el comando 
18511 \series bold
18512
18513 \backslash
18514 Huge
18515 \series default
18516  da el mismo tamaño que 
18517 \series bold
18518
18519 \backslash
18520 huge
18521 \series default
18522 .
18523 \end_layout
18524
18525 \begin_layout Standard
18526 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18527  a todas las ecuaciones y texto siguientes.
18528  Para volver al tamaño anterior hay que insertar el comando 
18529 \series bold
18530
18531 \backslash
18532 normalsize
18533 \series default
18534  en modo TeX detrás de la ecuación.
18535 \end_layout
18536
18537 \begin_layout Standard
18538 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18539  comandos de tamaño o el botón 
18540 \begin_inset Info
18541 type  "icon"
18542 arg   "math-insert \\style"
18543 \end_inset
18544
18545 :
18546 \end_layout
18547
18548 \begin_layout Standard
18549 \noindent
18550 \align center
18551 \begin_inset Tabular
18552 <lyxtabular version="3" rows="5" columns="2">
18553 <features rotate="0" tabularvalignment="middle">
18554 <column alignment="center" valignment="top">
18555 <column alignment="center" valignment="top">
18556 <row>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 Comando
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 Resultado
18571 \begin_inset Note Note
18572 status collapsed
18573
18574 \begin_layout Plain Layout
18575
18576 \series bold
18577
18578 \backslash
18579 raisebox
18580 \series default
18581  se usa sólo como espaciador
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 </row>
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \backslash
18599 displaystyle
18600 \begin_inset Index idx
18601 status collapsed
18602
18603 \begin_layout Plain Layout
18604 Comandos ! D ! 
18605 \backslash
18606 displaystyle
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 </row>
18629 <row>
18630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \backslash
18636 textstyle
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 </row>
18654 <row>
18655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
18660 \backslash
18661 scriptstyle
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \backslash
18686 scriptscriptstyle
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 </lyxtabular>
18705
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \begin_layout Standard
18712 Después de introducir estos comandos, aparece un marco azul en el que se
18713  insertan las partes de la fórmula.
18714 \end_layout
18715
18716 \begin_layout Standard
18717 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18718  para símbolos o letras en texto matemático.
18719  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18720  de texto anteriores.
18721  Todos los caracteres siguientes, hasta el final del texto matemático o
18722  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18723  Dos ejemplos:
18724 \begin_inset VSpace -2mm
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 \begin_inset ERT
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735
18736
18737 \backslash
18738 huge
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \begin_inset Formula 
18745 \[
18746 A=\frac{B}{c}\cdot\maltese
18747 \]
18748
18749 \end_inset
18750
18751
18752 \begin_inset Formula 
18753 \[
18754 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18755 \]
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 \begin_inset ERT
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767
18768
18769 \backslash
18770 normalsize
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \begin_inset VSpace medskip
18777 \end_inset
18778
18779
18780 \end_layout
18781
18782 \begin_layout Standard
18783 Antes de las ecuaciones se ha insertado el comando 
18784 \series bold
18785
18786 \backslash
18787 huge
18788 \series default
18789 .
18790  Para la segunda ecuación el comando es:
18791 \begin_inset Newline newline
18792 \end_inset
18793
18794
18795 \series bold
18796
18797 \backslash
18798 maltese
18799 \begin_inset space \textvisiblespace{}
18800 \end_inset
18801
18802 A Alt+M M 
18803 \backslash
18804 Large
18805 \begin_inset space \textvisiblespace{}
18806 \end_inset
18807
18808
18809 \backslash
18810 maltese
18811 \begin_inset space \textvisiblespace{}
18812 \end_inset
18813
18814
18815 \backslash
18816 textit
18817 \begin_inset space \textvisiblespace{}
18818 \end_inset
18819
18820 A
18821 \begin_inset Formula $\to$
18822 \end_inset
18823
18824
18825 \begin_inset Formula $\to$
18826 \end_inset
18827
18828
18829 \begin_inset Newline newline
18830 \end_inset
18831
18832
18833 \begin_inset space \hspace*{}
18834 \length 1cm
18835 \end_inset
18836
18837 Alt+M M 
18838 \backslash
18839 tiny
18840 \begin_inset space \textvisiblespace{}
18841 \end_inset
18842
18843
18844 \backslash
18845 maltese
18846 \begin_inset space \textvisiblespace{}
18847 \end_inset
18848
18849
18850 \backslash
18851 textit
18852 \begin_inset space \textvisiblespace{}
18853 \end_inset
18854
18855 A
18856 \end_layout
18857
18858 \begin_layout Standard
18859 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18860  el tamaño por omisión.
18861 \end_layout
18862
18863 \begin_layout Section
18864 Letras griegas
18865 \begin_inset Index idx
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869 Letras griegas
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Standard
18878 Las letras griegas se pueden insertar además mediante el botón 
18879 \begin_inset Info
18880 type  "icon"
18881 arg   "math-insert \\alpha"
18882 \end_inset
18883
18884  de la barra de ecuaciones.
18885  Las normas internacionales de tipografía proponen que las letras griegas
18886  en ecuaciones deben escribirse en cursiva/inclinada.
18887  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18888  en redonda.
18889  Para las normas en español, véase
18890 \begin_inset space ~
18891 \end_inset
18892
18893
18894 \begin_inset CommandInset citation
18895 LatexCommand cite
18896 key "Bezos"
18897
18898 \end_inset
18899
18900 .
18901 \end_layout
18902
18903 \begin_layout Subsection
18904 Minúsculas
18905 \begin_inset Index idx
18906 status collapsed
18907
18908 \begin_layout Plain Layout
18909 Letras griegas ! minúsculas
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 \begin_inset space \hfill{}
18919 \end_inset
18920
18921
18922 \begin_inset Tabular
18923 <lyxtabular version="3" rows="11" columns="2">
18924 <features rotate="0" tabularvalignment="middle">
18925 <column alignment="center" valignment="top" width="0pt">
18926 <column alignment="center" valignment="top" width="0pt">
18927 <row>
18928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 Comando
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 Símbolo
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \backslash
18954 alpha
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Formula $\alpha$
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 <row>
18973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977
18978 \backslash
18979 beta
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988 \begin_inset Formula $\beta$
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 </row>
18997 <row>
18998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \backslash
19004 gamma
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013 \begin_inset Formula $\gamma$
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 <row>
19023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027
19028 \backslash
19029 delta
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 \begin_inset Formula $\delta$
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 </row>
19047 <row>
19048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \backslash
19054 epsilon
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 \begin_inset Formula $\epsilon$
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 </row>
19072 <row>
19073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \backslash
19079 varepsilon
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 \begin_inset Formula $\varepsilon$
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 </row>
19097 <row>
19098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102
19103 \backslash
19104 zeta
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113 \begin_inset Formula $\zeta$
19114 \end_inset
19115
19116
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 </row>
19122 <row>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \backslash
19129 eta
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138 \begin_inset Formula $\eta$
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 </row>
19147 <row>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152
19153 \backslash
19154 theta
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 \begin_inset Formula $\theta$
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 </row>
19172 <row>
19173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \backslash
19179 vartheta
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 \begin_inset Formula $\vartheta$
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 </row>
19197 </lyxtabular>
19198
19199 \end_inset
19200
19201
19202 \begin_inset space \hfill{}
19203 \end_inset
19204
19205
19206 \begin_inset Tabular
19207 <lyxtabular version="3" rows="12" columns="2">
19208 <features rotate="0" tabularvalignment="middle">
19209 <column alignment="center" valignment="top" width="0pt">
19210 <column alignment="center" valignment="top" width="0pt">
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Comando
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 Símbolo
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \backslash
19238 iota
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 \begin_inset Formula $\iota$
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row>
19257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \backslash
19263 kappa
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Formula $\kappa$
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 <row>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \backslash
19288 varkappa
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset Formula $\varkappa$
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \backslash
19313 lambda
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Formula $\lambda$
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 mu
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 \begin_inset Formula $\mu$
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \backslash
19363 nu
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 \begin_inset Formula $\nu$
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 </row>
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386
19387 \backslash
19388 xi
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 \begin_inset Formula $\xi$
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 </row>
19406 <row>
19407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411 o
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $o$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434
19435 \backslash
19436 pi
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 \begin_inset Formula $\pi$
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \backslash
19461 varpi
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 \begin_inset Formula $\varpi$
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 <row>
19480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \backslash
19486 rho
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 \begin_inset Formula $\rho$
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 </lyxtabular>
19505
19506 \end_inset
19507
19508
19509 \begin_inset space \hfill{}
19510 \end_inset
19511
19512
19513 \begin_inset Tabular
19514 <lyxtabular version="3" rows="11" columns="2">
19515 <features rotate="0" tabularvalignment="middle">
19516 <column alignment="center" valignment="top" width="0pt">
19517 <column alignment="center" valignment="top" width="0pt">
19518 <row>
19519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 Comando
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 Símbolo
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 </row>
19538 <row>
19539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543
19544 \backslash
19545 varrho
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset Formula $\varrho$
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 </row>
19563 <row>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568
19569 \backslash
19570 sigma
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579 \begin_inset Formula $\sigma$
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 </row>
19588 <row>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593
19594 \backslash
19595 varsigma
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Formula $\varsigma$
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618
19619 \backslash
19620 tau
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $\tau$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \backslash
19645 upsilon
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Formula $\upsilon$
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 </row>
19663 <row>
19664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \backslash
19670 phi
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 \begin_inset Formula $\phi$
19680 \end_inset
19681
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 </row>
19688 <row>
19689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693
19694 \backslash
19695 varphi
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 \begin_inset Formula $\varphi$
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 </row>
19713 <row>
19714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718
19719 \backslash
19720 chi
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset Formula $\chi$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \backslash
19745 psi
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 \begin_inset Formula $\psi$
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 <row>
19764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768
19769 \backslash
19770 omega
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Formula $\omega$
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 </lyxtabular>
19789
19790 \end_inset
19791
19792
19793 \begin_inset space \hfill{}
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Standard
19800 \begin_inset VSpace medskip
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \begin_layout Standard
19807 Cómo escribir letras griegas especiales en redonda se explica en 
19808 \begin_inset CommandInset ref
19809 LatexCommand ref
19810 reference "sub:Griegas-en-redonda"
19811
19812 \end_inset
19813
19814 .
19815 \end_layout
19816
19817 \begin_layout Subsection
19818 Mayúsculas
19819 \begin_inset Index idx
19820 status collapsed
19821
19822 \begin_layout Plain Layout
19823 Letras griegas ! mayúsculas
19824 \end_layout
19825
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \begin_layout Standard
19832 \begin_inset space \hfill{}
19833 \end_inset
19834
19835
19836 \begin_inset Tabular
19837 <lyxtabular version="3" rows="7" columns="2">
19838 <features rotate="0" tabularvalignment="middle">
19839 <column alignment="center" valignment="top" width="0pt">
19840 <column alignment="center" valignment="top" width="0pt">
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 Comando
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 Símbolo
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 Gamma
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\Gamma$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 Delta
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\Delta$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 <row>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \backslash
19918 Theta
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 \begin_inset Formula $\Theta$
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \backslash
19943 Lambda
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 \begin_inset Formula $\Lambda$
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \backslash
19968 Xi
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 \begin_inset Formula $\Xi$
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 <row>
19987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991
19992 \backslash
19993 Pi
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 \begin_inset Formula $\Pi$
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 </row>
20011 </lyxtabular>
20012
20013 \end_inset
20014
20015
20016 \begin_inset space \hfill{}
20017 \end_inset
20018
20019
20020 \begin_inset Tabular
20021 <lyxtabular version="3" rows="6" columns="2">
20022 <features rotate="0" tabularvalignment="middle">
20023 <column alignment="center" valignment="top" width="0pt">
20024 <column alignment="center" valignment="top" width="0pt">
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 Comando
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 Símbolo
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050
20051 \backslash
20052 Sigma
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $\Sigma$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \backslash
20077 Upsilon
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\Upsilon$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100
20101 \backslash
20102 Phi
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 \begin_inset Formula $\Phi$
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 <row>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125
20126 \backslash
20127 Psi
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\Psi$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 </row>
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \backslash
20152 Omega
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\Omega$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 </lyxtabular>
20171
20172 \end_inset
20173
20174
20175 \begin_inset space \hfill{}
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Standard
20182 \begin_inset VSpace medskip
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \begin_layout Standard
20189 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20190  cuando se desarrolló TeX.
20191  Para obtener mayúsculas en cursiva, inicia cada comando con 
20192 \series bold
20193 var
20194 \series default
20195 .
20196  Por ejemplo, el comando 
20197 \series bold
20198
20199 \backslash
20200 varGamma
20201 \series default
20202  genera 
20203 \begin_inset Formula $\varGamma$
20204 \end_inset
20205
20206 .
20207  Otra forma es cargar el paquete 
20208 \series bold
20209 fixmath
20210 \series default
20211
20212 \begin_inset Foot
20213 status collapsed
20214
20215 \begin_layout Plain Layout
20216
20217 \series bold
20218 fixmath
20219 \series default
20220  forma parte del paquete LaTeX 
20221 \series bold
20222 was
20223 \series default
20224
20225 \begin_inset Index idx
20226 status collapsed
20227
20228 \begin_layout Plain Layout
20229 Paquetes ! was
20230 \begin_inset ERT
20231 status collapsed
20232
20233 \begin_layout Plain Layout
20234
20235
20236 \backslash
20237 vspace{4mm}
20238 \end_layout
20239
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246
20247 .
20248 \end_layout
20249
20250 \end_inset
20251
20252
20253 \begin_inset Index idx
20254 status collapsed
20255
20256 \begin_layout Plain Layout
20257 Paquetes ! fixmath
20258 \end_layout
20259
20260 \end_inset
20261
20262  con la línea siguiente en el preámbulo LaTeX
20263 \end_layout
20264
20265 \begin_layout Standard
20266
20267 \series bold
20268
20269 \backslash
20270 usepackage{fixmath}
20271 \end_layout
20272
20273 \begin_layout Standard
20274 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
20275 ente en cursiva.
20276 \end_layout
20277
20278 \begin_layout Subsection
20279 Letras en negrita
20280 \begin_inset Index idx
20281 status collapsed
20282
20283 \begin_layout Plain Layout
20284 Letras griegas ! en negrita
20285 \end_layout
20286
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \begin_layout Standard
20293 Las letras griegas no admiten diferentes estilos de letra como las latinas.
20294  Sólo se pueden poner en negrita con el comando 
20295 \series bold
20296
20297 \backslash
20298 boldsymbol
20299 \series default
20300
20301 \begin_inset Index idx
20302 status collapsed
20303
20304 \begin_layout Plain Layout
20305 Comandos ! B ! 
20306 \backslash
20307 boldsymbol
20308 \end_layout
20309
20310 \end_inset
20311
20312 .
20313 \end_layout
20314
20315 \begin_layout Standard
20316 \align center
20317 \begin_inset Tabular
20318 <lyxtabular version="3" rows="3" columns="2">
20319 <features rotate="0" tabularvalignment="middle">
20320 <column alignment="center" valignment="top">
20321 <column alignment="center" valignment="top">
20322 <row>
20323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327 Comando
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 Símbolo
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \backslash
20349 Upsilon
20350 \backslash
20351 boldsymbol
20352 \backslash
20353 Upsilon
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 <row>
20372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \backslash
20378 theta
20379 \backslash
20380 boldsymbol
20381 \backslash
20382 theta
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\theta\boldsymbol{\theta}$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 </lyxtabular>
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Section
20408 Símbolos
20409 \begin_inset ERT
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413
20414
20415 \backslash
20416 texorpdfstring{
20417 \end_layout
20418
20419 \end_inset
20420
20421
20422 \begin_inset Foot
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20427  LaTeX en 
20428 \begin_inset CommandInset citation
20429 LatexCommand cite
20430 key "Symbols"
20431
20432 \end_inset
20433
20434 .
20435 \end_layout
20436
20437 \end_inset
20438
20439
20440 \begin_inset ERT
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444
20445 }{}
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \begin_inset Note Note
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455
20456 \backslash
20457 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20458  PDF.
20459 \end_layout
20460
20461 \begin_layout Plain Layout
20462 Más sobre 
20463 \backslash
20464 texorpdfstring en la sección 
20465 \begin_inset CommandInset ref
20466 LatexCommand ref
20467 reference "sub:Ecuaciones-en-encabezados"
20468
20469 \end_inset
20470
20471 .
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \begin_inset Index idx
20478 status collapsed
20479
20480 \begin_layout Plain Layout
20481 Símbolos
20482 \end_layout
20483
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \begin_layout Standard
20490 Muchos de los símbolos listados en esta sección se pueden insertar además
20491  mediante los botones 
20492 \begin_inset Info
20493 type  "icon"
20494 arg   "math-insert \\nabla"
20495 \end_inset
20496
20497  y 
20498 \begin_inset Info
20499 type  "icon"
20500 arg   "math-insert \\digamma"
20501 \end_inset
20502
20503  de la barra de ecuaciones.
20504 \end_layout
20505
20506 \begin_layout Subsection
20507 Símbolos matemáticos
20508 \begin_inset CommandInset label
20509 LatexCommand label
20510 name "sub:Símbolos-matemáticos"
20511
20512 \end_inset
20513
20514
20515 \begin_inset Index idx
20516 status collapsed
20517
20518 \begin_layout Plain Layout
20519 Símbolos ! matemáticos
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \begin_layout Standard
20528 \begin_inset space \hfill{}
20529 \end_inset
20530
20531
20532 \begin_inset Tabular
20533 <lyxtabular version="3" rows="10" columns="2">
20534 <features rotate="0" tabularvalignment="middle">
20535 <column alignment="center" valignment="top" width="0pt">
20536 <column alignment="center" valignment="top" width="0pt">
20537 <row>
20538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 Comando
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 Símbolo
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 <row>
20558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562
20563 \backslash
20564 neg
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 \begin_inset Formula $\neg$
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \backslash
20589 Im
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\Im$
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \backslash
20614 Re
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Formula $\Re$
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \backslash
20639 aleph
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Formula $\aleph$
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 partial
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\partial$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 infty
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\infty$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 wp
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\wp$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 <row>
20733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \backslash
20739 imath
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\imath$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 jmath
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\jmath$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 </lyxtabular>
20783
20784 \end_inset
20785
20786
20787 \begin_inset space \hfill{}
20788 \end_inset
20789
20790
20791 \begin_inset Tabular
20792 <lyxtabular version="3" rows="10" columns="2">
20793 <features rotate="0" tabularvalignment="middle">
20794 <column alignment="center" valignment="top" width="0pt">
20795 <column alignment="center" valignment="top" width="0pt">
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 Comando
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 Símbolo
20811 \begin_inset Note Note
20812 status collapsed
20813
20814 \begin_layout Plain Layout
20815
20816 \series bold
20817
20818 \backslash
20819 raisebox
20820 \series default
20821  se usa sólo como espaciador
20822 \end_layout
20823
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 forall
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\forall$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 exists
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\exists$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 nexists
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\nexists$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \backslash
20914 emptyset
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 \begin_inset Formula $\emptyset$
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 varnothing
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $\varnothing$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962
20963 \backslash
20964 dag
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 \begin_inset Formula $\dag$
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 </row>
20982 <row>
20983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \backslash
20989 ddag
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 \begin_inset Formula $\ddag$
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row>
21008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012
21013 \backslash
21014 complement
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 \begin_inset ERT
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027
21028
21029 \backslash
21030 raisebox{-0.8mm}{
21031 \end_layout
21032
21033 \end_inset
21034
21035
21036 \begin_inset Formula $\complement$
21037 \end_inset
21038
21039
21040 \begin_inset ERT
21041 status collapsed
21042
21043 \begin_layout Plain Layout
21044
21045 }
21046 \end_layout
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 </row>
21056 <row>
21057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \backslash
21063 Bbbk
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $\Bbbk$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 </lyxtabular>
21082
21083 \end_inset
21084
21085
21086 \begin_inset space \hfill{}
21087 \end_inset
21088
21089
21090 \begin_inset Tabular
21091 <lyxtabular version="3" rows="10" columns="2">
21092 <features rotate="0" tabularvalignment="middle">
21093 <column alignment="center" valignment="top" width="0pt">
21094 <column alignment="center" valignment="top" width="0pt">
21095 <row>
21096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100 Comando
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 Símbolo
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 </row>
21115 <row>
21116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120
21121 \backslash
21122 prime
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $\prime$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145
21146 \backslash
21147 backprime
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 \begin_inset Formula $\backprime$
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 </row>
21165 <row>
21166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170
21171 \backslash
21172 mho
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\mho$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 <row>
21191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195
21196 \backslash
21197 triangle
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Formula $\triangle$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 angle
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\angle$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 measuredangle
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $\measuredangle$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row>
21266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270
21271 \backslash
21272 sphericalangle
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $\sphericalangle$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row>
21291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 top
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset Formula $\top$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320
21321 \backslash
21322 bot
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 \begin_inset Formula $\bot$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 </lyxtabular>
21341
21342 \end_inset
21343
21344
21345 \begin_inset space \hfill{}
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \begin_layout Standard
21352 \noindent
21353 \align center
21354 \begin_inset Newpage newpage
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \begin_layout Subsection
21361 Símbolos misceláneos
21362 \begin_inset CommandInset label
21363 LatexCommand label
21364 name "sub:Símbolos-misceláneos"
21365
21366 \end_inset
21367
21368
21369 \begin_inset Index idx
21370 status collapsed
21371
21372 \begin_layout Plain Layout
21373 Símbolos ! misceláneos
21374 \end_layout
21375
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \begin_layout Standard
21382 \noindent
21383 \align center
21384 \begin_inset Tabular
21385 <lyxtabular version="3" rows="10" columns="2">
21386 <features rotate="0" tabularvalignment="middle">
21387 <column alignment="center" valignment="top" width="0pt">
21388 <column alignment="center" valignment="top" width="0pt">
21389 <row>
21390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 Comando
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 Símbolo
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \backslash
21416 flat
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\flat$
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 natural
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\natural$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464
21465 \backslash
21466 sharp
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\sharp$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 surd
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\surd$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 <row>
21510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \backslash
21516 checkmark
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Formula $\checkmark$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 </row>
21534 <row>
21535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539
21540 \backslash
21541 yen
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Formula $\yen$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \backslash
21566 pounds
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $\pounds$
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 </row>
21584 <row>
21585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 $
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 \begin_inset Formula $\$$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 §
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $§$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 </lyxtabular>
21631
21632 \end_inset
21633
21634
21635 \begin_inset Tabular
21636 <lyxtabular version="3" rows="10" columns="2">
21637 <features rotate="0" tabularvalignment="middle">
21638 <column alignment="center" valignment="top">
21639 <column alignment="center" valignment="top">
21640 <row>
21641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 Comando
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 Símbolo
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 hbar
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\hbar$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \backslash
21692 hslash
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $\hslash$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 <row>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715
21716 \backslash
21717 clubsuit
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 \begin_inset Formula $\clubsuit$
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 spadesuit
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\spadesuit$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 bigstar
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\bigstar$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 blacklozenge
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\blacklozenge$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 blacktriangle
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\blacktriangle$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 blacktiangledown
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\blacktriangledown$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 bullet
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\bullet$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 </lyxtabular>
21886
21887 \end_inset
21888
21889
21890 \begin_inset Tabular
21891 <lyxtabular version="3" rows="10" columns="2">
21892 <features rotate="0" tabularvalignment="middle">
21893 <column alignment="center" valignment="top" width="0pt">
21894 <column alignment="center" valignment="top" width="0pt">
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 Comando
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 Símbolo
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 diamondsuit
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\diamondsuit$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 Diamond
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\Diamond$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 heartsuit
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\heartsuit$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \backslash
21997 P
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Formula $\P$
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 <row>
22016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \backslash
22022 copyright
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 \begin_inset Formula $\copyright$
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 circledR
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Formula $\circledR$
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 </row>
22065 <row>
22066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 maltese
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\maltese$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \backslash
22097 diagup
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\diagup$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \backslash
22122 diagdown
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Formula $\diagdown$
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 </lyxtabular>
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Standard
22148 \begin_inset VSpace medskip
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Standard
22155 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22156 \begin_inset CommandInset ref
22157 LatexCommand ref
22158 reference "sub:Tamaños-de-tipografías"
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Subsection
22166 El símbolo del euro, €
22167 \begin_inset Index idx
22168 status collapsed
22169
22170 \begin_layout Plain Layout
22171 Símbolos ! euro
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \begin_inset Index idx
22178 status collapsed
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 @
22184 \begin_inset ERT
22185 status collapsed
22186
22187 \begin_layout Plain Layout
22188
22189
22190 \backslash
22191 officialeuro
22192 \end_layout
22193
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \begin_layout Standard
22205 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22206  LaTeX 
22207 \series bold
22208 eurosym
22209 \series default
22210
22211 \begin_inset Index idx
22212 status collapsed
22213
22214 \begin_layout Plain Layout
22215 Paquetes ! eurosym
22216 \end_layout
22217
22218 \end_inset
22219
22220 , y cargado en el preámbulo LaTeX con la línea
22221 \end_layout
22222
22223 \begin_layout Standard
22224
22225 \series bold
22226
22227 \backslash
22228 usepackage[gennarrow]{eurosym}
22229 \end_layout
22230
22231 \begin_layout Standard
22232 Actualmente también se puede insertar con el comando 
22233 \series bold
22234
22235 \backslash
22236 euro
22237 \series default
22238
22239 \begin_inset Index idx
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243 Comandos ! E ! 
22244 \backslash
22245 euro
22246 \end_layout
22247
22248 \end_inset
22249
22250 .
22251 \end_layout
22252
22253 \begin_layout Standard
22254 El símbolo del euro puede insertarse directamente con la tecla € en texto
22255  matemático sin tener 
22256 \series bold
22257 eurosym
22258 \series default
22259  instalado.
22260  Si 
22261 \series bold
22262 eurosym
22263 \series default
22264  está instalado, se puede insertar 
22265 \series bold
22266
22267 \backslash
22268 euro
22269 \series default
22270  en modo TeX.
22271  El símbolo oficial de la moneda se puede insertar con el comando 
22272 \series bold
22273
22274 \backslash
22275 officialeuro
22276 \series default
22277
22278 \begin_inset Index idx
22279 status collapsed
22280
22281 \begin_layout Plain Layout
22282 Comandos ! O ! 
22283 \backslash
22284 officialeuro
22285 \end_layout
22286
22287 \end_inset
22288
22289 , que sólo está disponible en modo TeX.
22290 \end_layout
22291
22292 \begin_layout Standard
22293 \begin_inset ERT
22294 status collapsed
22295
22296 \begin_layout Plain Layout
22297
22298
22299 \backslash
22300 ifeurosym
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \begin_inset Note Note
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22311  
22312 \series bold
22313 eurosym
22314 \series default
22315 .
22316 \end_layout
22317
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \begin_layout Standard
22324 Un vistazo a los diferentes símbolos del euro.
22325 \end_layout
22326
22327 \begin_layout Standard
22328 \noindent
22329 \align center
22330 \begin_inset Tabular
22331 <lyxtabular version="3" rows="4" columns="3">
22332 <features rotate="0" tabularvalignment="middle">
22333 <column alignment="center" valignment="top">
22334 <column alignment="center" valignment="top">
22335 <column alignment="center" valignment="top">
22336 <row>
22337 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 Comando
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 Símbolo
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 ecuación
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379
22380 \backslash
22381 euro
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 \begin_inset Formula $\euro$
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 </row>
22399 <row>
22400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 texto matemático
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\mbox{€}$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 modo TeX
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \backslash
22447 officialeuro
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461
22462 \backslash
22463 officialeuro
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 </lyxtabular>
22475
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \begin_layout Standard
22482 \begin_inset ERT
22483 status collapsed
22484
22485 \begin_layout Plain Layout
22486
22487
22488 \backslash
22489 else
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \begin_inset Note Note
22496 status collapsed
22497
22498 \begin_layout Plain Layout
22499 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22500 \series bold
22501 eurosym
22502 \series default
22503 :
22504 \end_layout
22505
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \begin_layout Standard
22512 Para ver la salida completa de esta subsección debe estar instalado el paquete
22513  LaTeX 
22514 \series bold
22515 eurosym
22516 \series default
22517 .
22518 \end_layout
22519
22520 \begin_layout Standard
22521 \begin_inset ERT
22522 status collapsed
22523
22524 \begin_layout Plain Layout
22525
22526
22527 \backslash
22528 fi
22529 \end_layout
22530
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \begin_layout Section
22537 Relaciones
22538 \begin_inset CommandInset label
22539 LatexCommand label
22540 name "sec:Relaciones"
22541
22542 \end_inset
22543
22544
22545 \begin_inset Index idx
22546 status collapsed
22547
22548 \begin_layout Plain Layout
22549 Relaciones
22550 \end_layout
22551
22552 \end_inset
22553
22554
22555 \begin_inset Index idx
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559 Comparaciones|see
22560 \begin_inset ERT
22561 status collapsed
22562
22563 \begin_layout Plain Layout
22564
22565 {
22566 \end_layout
22567
22568 \end_inset
22569
22570 Relaciones
22571 \begin_inset ERT
22572 status collapsed
22573
22574 \begin_layout Plain Layout
22575
22576 }
22577 \end_layout
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \begin_layout Standard
22590 Todas las relaciones siguientes se pueden insertar también con el botón
22591  
22592 \begin_inset Info
22593 type  "icon"
22594 arg   "math-insert \\leq"
22595 \end_inset
22596
22597  de la barra de ecuaciones.
22598 \end_layout
22599
22600 \begin_layout Standard
22601 \begin_inset space \hfill{}
22602 \end_inset
22603
22604
22605 \begin_inset Tabular
22606 <lyxtabular version="3" rows="17" columns="2">
22607 <features rotate="0" tabularvalignment="middle">
22608 <column alignment="center" valignment="top" width="0pt">
22609 <column alignment="center" valignment="top" width="0pt">
22610 <row>
22611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 Comando
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 Relación
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 <
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Formula $<$
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 </row>
22653 <row>
22654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658
22659 \backslash
22660 le
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 \begin_inset Formula $\le$
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 </row>
22678 <row>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683
22684 \backslash
22685 ll
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 \begin_inset Formula $\ll$
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 </row>
22703 <row>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708
22709 \backslash
22710 prec
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 \begin_inset Formula $\prec$
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 </row>
22728 <row>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733
22734 \backslash
22735 preceq
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 \begin_inset Formula $\preceq$
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 <row>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758
22759 \backslash
22760 subset
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769 \begin_inset Formula $\subset$
22770 \end_inset
22771
22772
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 </row>
22778 <row>
22779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783
22784 \backslash
22785 subseteq
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 \begin_inset Formula $\subseteq$
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 </row>
22803 <row>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808
22809 \backslash
22810 sqsubseteq
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 \begin_inset Formula $\sqsubseteq$
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 <row>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833
22834 \backslash
22835 in
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 \begin_inset Formula $\in$
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858
22859 \backslash
22860 vdash
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 \begin_inset Formula $\vdash$
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 </row>
22878 <row>
22879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \backslash
22885 smile
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 \begin_inset Formula $\smile$
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 </row>
22903 <row>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908
22909 \backslash
22910 lhd
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919 \begin_inset Formula $\lhd$
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 </row>
22928 <row>
22929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933
22934 \backslash
22935 unlhd
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Formula $\unlhd$
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 </row>
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958
22959 \backslash
22960 gtrless
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 \begin_inset Formula $\gtrless$
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 <row>
22979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983
22984 \backslash
22985 mid
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 \begin_inset Formula $\mid$
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 </row>
23003 <row>
23004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008
23009 \backslash
23010 nmid
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Formula $\nmid$
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 </lyxtabular>
23029
23030 \end_inset
23031
23032
23033 \begin_inset space \hfill{}
23034 \end_inset
23035
23036
23037 \begin_inset Tabular
23038 <lyxtabular version="3" rows="17" columns="2">
23039 <features rotate="0" tabularvalignment="middle">
23040 <column alignment="center" valignment="top" width="0pt">
23041 <column alignment="center" valignment="top" width="0pt">
23042 <row>
23043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 Comando
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 Relación
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 </row>
23062 <row>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 =
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076 \begin_inset Formula $=$
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 </row>
23085 <row>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090
23091 \backslash
23092 not=
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101 \begin_inset Formula $\not=$
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 <row>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115
23116 \backslash
23117 equiv
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 \begin_inset Formula $\equiv$
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 </row>
23135 <row>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140
23141 \backslash
23142 sim
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 \begin_inset Formula $\sim$
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 </row>
23160 <row>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165
23166 \backslash
23167 simeq
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176 \begin_inset Formula $\simeq$
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \end_inset
23183 </cell>
23184 </row>
23185 <row>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190
23191 \backslash
23192 approx
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201 \begin_inset Formula $\approx$
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 </row>
23210 <row>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215
23216 \backslash
23217 cong
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 \begin_inset Formula $\cong$
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 </row>
23235 <row>
23236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240
23241 \backslash
23242 bowtie
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 \begin_inset Formula $\bowtie$
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \backslash
23267 notin
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 \begin_inset Formula $\notin$
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 </row>
23285 <row>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290
23291 \backslash
23292 perp
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301 \begin_inset Formula $\perp$
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 </row>
23310 <row>
23311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315
23316 \backslash
23317 propto
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 \begin_inset Formula $\propto$
23327 \end_inset
23328
23329
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 </row>
23335 <row>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340
23341 \backslash
23342 asymp
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 \begin_inset Formula $\asymp$
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \backslash
23367 doteq
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Formula $\doteq$
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 </row>
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390
23391 \backslash
23392 circeq
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Formula $\circeq$
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \backslash
23417 models
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $\models$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440
23441 \backslash
23442 widehat=
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Formula $\widehat{=}$
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 </lyxtabular>
23461
23462 \end_inset
23463
23464
23465 \begin_inset space \hfill{}
23466 \end_inset
23467
23468
23469 \begin_inset Tabular
23470 <lyxtabular version="3" rows="17" columns="2">
23471 <features rotate="0" tabularvalignment="middle">
23472 <column alignment="center" valignment="top" width="0pt">
23473 <column alignment="center" valignment="top" width="0pt">
23474 <row>
23475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 Comando
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 Relación
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 <row>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 >
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 \begin_inset Formula $>$
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 </row>
23517 <row>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522
23523 \backslash
23524 ge
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533 \begin_inset Formula $\ge$
23534 \end_inset
23535
23536
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 </row>
23542 <row>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547
23548 \backslash
23549 gg
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 \begin_inset Formula $\gg$
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 </row>
23567 <row>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572
23573 \backslash
23574 succ
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 \begin_inset Formula $\succ$
23584 \end_inset
23585
23586
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 <row>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597
23598 \backslash
23599 succeq
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 \begin_inset Formula $\succeq$
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 </row>
23617 <row>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622
23623 \backslash
23624 supset
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633 \begin_inset Formula $\supset$
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 </row>
23642 <row>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647
23648 \backslash
23649 supseteq
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Formula $\supseteq$
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 </row>
23667 <row>
23668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672
23673 \backslash
23674 sqsupseteq
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Formula $\sqsupseteq$
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 <row>
23693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697
23698 \backslash
23699 ni
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 \begin_inset Formula $\ni$
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 </row>
23717 <row>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \backslash
23724 dashv
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 \begin_inset Formula $\dashv$
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 </row>
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747
23748 \backslash
23749 frown
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758 \begin_inset Formula $\frown$
23759 \end_inset
23760
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 </row>
23767 <row>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772
23773 \backslash
23774 rhd
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 \begin_inset Formula $\rhd$
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 </row>
23792 <row>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797
23798 \backslash
23799 unrhd
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 \begin_inset Formula $\unrhd$
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 </row>
23817 <row>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \backslash
23824 lessgtr
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 \begin_inset Formula $\lessgtr$
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847
23848 \backslash
23849 parallel
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $\parallel$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 <row>
23868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \backslash
23874 nparallel
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 \begin_inset Formula $\nparallel$
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 </row>
23892 </lyxtabular>
23893
23894 \end_inset
23895
23896
23897 \begin_inset space \hfill{}
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \begin_layout Standard
23904 \begin_inset VSpace medskip
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Standard
23911 Los caracteres 
23912 \series bold
23913
23914 \backslash
23915 lhd
23916 \series default
23917  y 
23918 \series bold
23919
23920 \backslash
23921 rhd
23922 \series default
23923  son mayores que los operadores de aspecto similar 
23924 \series bold
23925
23926 \backslash
23927 triangleleft
23928 \series default
23929  y 
23930 \series bold
23931
23932 \backslash
23933 triangleright
23934 \series default
23935 , respectivamente.
23936 \end_layout
23937
23938 \begin_layout Standard
23939
23940 \lang english
23941 LyX supports also many special relations.
23942  Use the toolbar button
23943 \lang spanish
23944  
23945 \begin_inset Info
23946 type  "icon"
23947 arg   "math-insert \\leqq"
23948 \end_inset
23949
23950  
23951 \lang english
23952 to see a list of these relations.
23953 \end_layout
23954
23955 \begin_layout Standard
23956 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23957 \end_layout
23958
23959 \begin_layout Standard
23960 Se pueden componer relaciones con etiquetas con el comando 
23961 \series bold
23962
23963 \backslash
23964 stackrel
23965 \series default
23966
23967 \begin_inset Index idx
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971 Comandos ! S ! 
23972 \backslash
23973 stackrel
23974 \end_layout
23975
23976 \end_inset
23977
23978 :
23979 \end_layout
23980
23981 \begin_layout Standard
23982 \align center
23983 \begin_inset Tabular
23984 <lyxtabular version="3" rows="2" columns="2">
23985 <features rotate="0" tabularvalignment="middle">
23986 <column alignment="center" valignment="top">
23987 <column alignment="center" valignment="top">
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993 Comando
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 Resultado
24003 \begin_inset Note Note
24004 status collapsed
24005
24006 \begin_layout Plain Layout
24007
24008 \series bold
24009
24010 \backslash
24011 raisebox
24012 \series default
24013  se usa sólo como espaciador
24014 \end_layout
24015
24016 \end_inset
24017
24018
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 </row>
24024 <row>
24025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 A(r)
24030 \backslash
24031 stackrel
24032 \begin_inset space \textvisiblespace{}
24033 \end_inset
24034
24035 r
24036 \backslash
24037 to
24038 \backslash
24039 infty
24040 \begin_inset space \textvisiblespace{}
24041 \end_inset
24042
24043
24044 \begin_inset Formula $\downarrow$
24045 \end_inset
24046
24047
24048 \backslash
24049 approx
24050 \begin_inset space \textvisiblespace{}
24051 \end_inset
24052
24053
24054 \begin_inset space \textvisiblespace{}
24055 \end_inset
24056
24057 B
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 </lyxtabular>
24076
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Section
24083 Funciones
24084 \end_layout
24085
24086 \begin_layout Subsection
24087 Funciones predefinidas
24088 \begin_inset CommandInset label
24089 LatexCommand label
24090 name "sub:Funciones-predefinidas"
24091
24092 \end_inset
24093
24094
24095 \begin_inset Index idx
24096 status collapsed
24097
24098 \begin_layout Plain Layout
24099 Funciones ! predefinidas
24100 \end_layout
24101
24102 \end_inset
24103
24104
24105 \begin_inset Index idx
24106 status collapsed
24107
24108 \begin_layout Plain Layout
24109 Funciones ! en español
24110 \end_layout
24111
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \begin_layout Standard
24118 En general las variables se escriben en 
24119 \emph on
24120 cursiva
24121 \emph default
24122  en expresiones matemáticas, pero no los nombres de las funciones, porque
24123  
24124 \begin_inset Formula $sen$
24125 \end_inset
24126
24127  podría confundirse con 
24128 \begin_inset Formula $s\cdot e\cdot n$
24129 \end_inset
24130
24131 .
24132  Por eso hay funciones predefinidas, que además se separan un poco del factor
24133  precedente.
24134  Se insertan como comandos con una barra inversa delante de su nombre.
24135 \end_layout
24136
24137 \begin_layout Standard
24138 \align center
24139 \begin_inset Tabular
24140 <lyxtabular version="3" rows="2" columns="4">
24141 <features rotate="0" tabularvalignment="middle">
24142 <column alignment="center" valignment="top" width="0pt">
24143 <column alignment="center" valignment="top" width="0pt">
24144 <column alignment="center" valignment="top" width="0pt">
24145 <column alignment="center" valignment="top" width="0pt">
24146 <row>
24147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 Comando
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 Resultado
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 Comando
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 Resultado
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 Asen(x)+B
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Formula $Asen(x)+B$
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 A
24211 \backslash
24212 sen(x)+B
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221 \begin_inset Formula $A\sen(x)+B$
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 </row>
24230 </lyxtabular>
24231
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout Standard
24238 Las funciones siguientes están predefinidas:
24239 \begin_inset Foot
24240 status collapsed
24241
24242 \begin_layout Plain Layout
24243 Se han añadido los comandos equivalentes proporcionados por el estilo 
24244 \series bold
24245 spanish
24246 \series default
24247  de 
24248 \series bold
24249 babel
24250 \series default
24251 .
24252  (Estos no están disponibles en el panel de funciones).
24253  Además, en su caso, las funciones serán acentuadas automáticamente en la
24254  salida, p.
24255 \begin_inset space \thinspace{}
24256 \end_inset
24257
24258 e.
24259  
24260 \begin_inset Quotes fld
24261 \end_inset
24262
24263 lím
24264 \begin_inset Quotes frd
24265 \end_inset
24266
24267  o 
24268 \begin_inset Quotes fld
24269 \end_inset
24270
24271 máx
24272 \begin_inset Quotes frd
24273 \end_inset
24274
24275 .
24276  Más información en 
24277 \begin_inset CommandInset citation
24278 LatexCommand cite
24279 key "spanish"
24280
24281 \end_inset
24282
24283 .
24284  (
24285 \emph on
24286 N.
24287 \begin_inset space \thinspace{}
24288 \end_inset
24289
24290 del t.
24291 \emph default
24292 )
24293 \end_layout
24294
24295 \end_inset
24296
24297
24298 \end_layout
24299
24300 \begin_layout Standard
24301 \begin_inset VSpace -2mm
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \begin_layout Standard
24308 \align center
24309 \begin_inset Tabular
24310 <lyxtabular version="3" rows="9" columns="7">
24311 <features rotate="0" tabularvalignment="middle">
24312 <column alignment="center" valignment="top" width="0pt">
24313 <column alignment="center" valignment="top" width="0pt">
24314 <column alignment="center" valignment="top" width="0pt">
24315 <column alignment="center" valignment="top" width="0pt">
24316 <column alignment="center" valignment="top" width="0pt">
24317 <column alignment="center" valignment="top" width="0pt">
24318 <column alignment="center" valignment="top" width="0pt">
24319 <row>
24320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 Comando
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 español
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 Comando
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351 español
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360 Comando
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369 español
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 Comando
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 </row>
24384 <row>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 sin
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 sen
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411
24412 \backslash
24413 sinh
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422
24423 \backslash
24424 senh
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24430 \begin_inset Text
24431
24432 \begin_layout Plain Layout
24433
24434 \backslash
24435 arcsin
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 arcsen
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 sup
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 </row>
24463 <row>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468
24469 \backslash
24470 cos
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488
24489 \backslash
24490 cosh
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508
24509 \backslash
24510 arccos
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 inf
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 </row>
24536 <row>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541
24542 \backslash
24543 tan
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 tg
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 tanh
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 tgh
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 arctan
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 arctg
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 lim
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 </row>
24615 <row>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620
24621 \backslash
24622 cot
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 cotg
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \backslash
24644 coth
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \backslash
24664 arg
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682
24683 \backslash
24684 liminf
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 </row>
24690 <row>
24691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695
24696 \backslash
24697 sec
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
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 min
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
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \backslash
24737 deg
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 limsup
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 </row>
24763 <row>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 csc
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 cosec
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 max
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \backslash
24812 det
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \backslash
24832 Pr
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 </row>
24838 <row>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 ln
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 exp
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883
24884 \backslash
24885 dim
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903
24904 \backslash
24905 hom
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 </row>
24911 <row>
24912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916
24917 \backslash
24918 lg
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936
24937 \backslash
24938 log
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956
24957 \backslash
24958 ker
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 gcd
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 </row>
24984 </lyxtabular>
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992 También se pueden insertar con el botón 
24993 \begin_inset Info
24994 type  "icon"
24995 arg   "math-insert \\functions"
24996 \end_inset
24997
24998  de la barra de ecuaciones.
24999 \end_layout
25000
25001 \begin_layout Subsection
25002 Funciones definidas por el usuario
25003 \begin_inset Index idx
25004 status collapsed
25005
25006 \begin_layout Plain Layout
25007 Funciones ! personalizadas
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Standard
25016 Para usar una función no predefinida, como por ejemplo la función signo,
25017  sgn(x), hay dos posibilidades:
25018 \end_layout
25019
25020 \begin_layout Itemize
25021 Define la función añadiendo al preámbulo LaTeX la línea
25022 \begin_inset Foot
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026 Más sobre 
25027 \series bold
25028
25029 \backslash
25030 DeclareMathOperator
25031 \series default
25032  en 
25033 \begin_inset CommandInset ref
25034 LatexCommand ref
25035 reference "sub:Operadores-de-usuario"
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \begin_inset Newline newline
25046 \end_inset
25047
25048
25049 \begin_inset VSpace -3mm
25050 \end_inset
25051
25052
25053 \begin_inset Newline newline
25054 \end_inset
25055
25056
25057 \series bold
25058
25059 \backslash
25060 DeclareMathOperator{
25061 \backslash
25062 sgn}{sgn}
25063 \series default
25064
25065 \begin_inset Index idx
25066 status collapsed
25067
25068 \begin_layout Plain Layout
25069 Comandos ! D ! 
25070 \backslash
25071 dbinom@
25072 \backslash
25073 DeclareMathOperator
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \begin_inset Newline newline
25080 \end_inset
25081
25082
25083 \begin_inset VSpace -2mm
25084 \end_inset
25085
25086
25087 \begin_inset Newline newline
25088 \end_inset
25089
25090 Ahora la función recién definida se puede obtener con el comando 
25091 \series bold
25092
25093 \backslash
25094 sgn
25095 \series default
25096 .
25097 \end_layout
25098
25099 \begin_layout Itemize
25100 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25101  en nuestro ejemplo las letras 
25102 \emph on
25103 sgn
25104 \emph default
25105 , y cámbialo a texto matemático.
25106  Entre el factor precedente y la función se inserta un espacio.
25107 \end_layout
25108
25109 \begin_layout Standard
25110 El resultado con ambos métodos es el mismo que con una función predefinida:
25111 \begin_inset Foot
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25116  negro.
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \begin_layout Standard
25125 \align center
25126 \begin_inset Tabular
25127 <lyxtabular version="3" rows="3" columns="2">
25128 <features rotate="0" tabularvalignment="middle">
25129 <column alignment="center" valignment="top" width="0pt">
25130 <column alignment="center" valignment="top" width="0pt">
25131 <row>
25132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136 Comando
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145 Resultado
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 </row>
25151 <row>
25152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156 A
25157 \backslash
25158 sgn(x)+B
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25164 \begin_inset Text
25165
25166 \begin_layout Plain Layout
25167 \begin_inset Formula $A\sgn(x)+B$
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 </row>
25176 <row>
25177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181 A
25182 \backslash
25183 ,
25184 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25185 \end_inset
25186
25187 (x)+B
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 </row>
25205 </lyxtabular>
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Standard
25213 El primer método es preferible si la función se va a usar varias veces.
25214 \end_layout
25215
25216 \begin_layout Standard
25217 \noindent
25218 \align center
25219 \begin_inset Newpage newpage
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \begin_layout Subsection
25226 Límites
25227 \begin_inset Index idx
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231 Limites@Límites
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Standard
25240 Para límites, además de 
25241 \series bold
25242
25243 \backslash
25244 lim
25245 \series default
25246
25247 \begin_inset Index idx
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 Comandos ! L ! 
25252 \backslash
25253 lim
25254 \end_layout
25255
25256 \end_inset
25257
25258
25259 \series bold
25260
25261 \backslash
25262 liminf
25263 \series default
25264  y 
25265 \series bold
25266
25267 \backslash
25268 limsup
25269 \series default
25270  están definidas las siguientes funciones:
25271 \series bold
25272  
25273 \end_layout
25274
25275 \begin_layout Standard
25276 \noindent
25277 \align center
25278 \begin_inset Tabular
25279 <lyxtabular version="3" rows="5" columns="2">
25280 <features rotate="0" tabularvalignment="middle">
25281 <column alignment="center" valignment="top">
25282 <column alignment="center" valignment="top">
25283 <row>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 Comando
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297 Resultado
25298 \begin_inset Note Note
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302
25303 \series bold
25304
25305 \backslash
25306 raisebox
25307 \series default
25308  se usa sólo como espaciador
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 </row>
25319 <row>
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324
25325 \backslash
25326 varliminf
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 \begin_inset Formula $\varliminf$
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 </row>
25344 <row>
25345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 varlimsup
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360 \begin_inset Formula $\varlimsup$
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 </row>
25369 <row>
25370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 varprojlim
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Formula $\varprojlim$
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 <row>
25395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 varinjlim
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410 \begin_inset Formula $\varinjlim$
25411 \end_inset
25412
25413
25414 \begin_inset Formula $\raisebox{-2.5mm}{}$
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 </lyxtabular>
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431 \begin_inset VSpace medskip
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \begin_layout Standard
25438 El límite se crea insertando un subíndice.
25439  Se imprime a la derecha junto a la función en una fórmula en línea:
25440 \end_layout
25441
25442 \begin_layout Standard
25443 \noindent
25444 \align center
25445 \begin_inset Tabular
25446 <lyxtabular version="3" rows="2" columns="2">
25447 <features rotate="0" tabularvalignment="middle">
25448 <column alignment="center" valignment="top" width="0pt">
25449 <column alignment="center" valignment="top" width="0pt">
25450 <row>
25451 <cell alignment="center" valignment="top" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 Comando
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 <cell alignment="center" valignment="top" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 \begin_inset space \hspace{}
25465 \length 1cm
25466 \end_inset
25467
25468 Resultado
25469 \begin_inset Note Note
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473
25474 \series bold
25475
25476 \backslash
25477 raisebox
25478 \series default
25479  se usa sólo como espaciador
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \end_inset
25488 </cell>
25489 </row>
25490 <row>
25491 <cell alignment="center" valignment="top" usebox="none">
25492 \begin_inset Text
25493
25494 \begin_layout Plain Layout
25495
25496 \backslash
25497 lim_x
25498 \backslash
25499 to
25500 \begin_inset space \textvisiblespace{}
25501 \end_inset
25502
25503 A
25504 \begin_inset space \textvisiblespace{}
25505 \end_inset
25506
25507 x=B
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 </lyxtabular>
25526
25527 \end_inset
25528
25529
25530 \end_layout
25531
25532 \begin_layout Standard
25533 En una ecuación presentada el límite se imprime debajo, como es habitual:
25534 \begin_inset Formula 
25535 \[
25536 \lim\limits _{x\rightarrow A}=B
25537 \]
25538
25539 \end_inset
25540
25541
25542 \end_layout
25543
25544 \begin_layout Standard
25545 \begin_inset VSpace medskip
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552
25553 \lang english
25554 How to adjust the typesetting of the limits see
25555 \lang spanish
25556  
25557 \begin_inset CommandInset ref
25558 LatexCommand ref
25559 reference "sub:Límites-de-operadores"
25560
25561 \end_inset
25562
25563 .
25564 \end_layout
25565
25566 \begin_layout Subsection
25567 Función módulo
25568 \begin_inset Index idx
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572 Funciones ! módulo
25573 \end_layout
25574
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581 La función módulo es especial, porque existe en cuatro variantes.
25582 \end_layout
25583
25584 \begin_layout Standard
25585 En una ecuación presentada:
25586 \begin_inset Formula 
25587 \begin{align*}
25588 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25589 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25590 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25591 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25592 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25593 \end{align*}
25594
25595 \end_inset
25596
25597 En una ecuación en línea se pone menos espacio delante del nombre de la
25598  función para todas las variantes.
25599  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25600  siguente.
25601  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25602 \begin_inset Formula 
25603 \begin{align*}
25604 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25605 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25606 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25607 \end{align*}
25608
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \begin_layout Section
25615 Caracteres especiales
25616 \begin_inset Index idx
25617 status collapsed
25618
25619 \begin_layout Plain Layout
25620 Caracteres especiales
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \begin_layout Subsection
25629 Caracteres especiales en texto matemático
25630 \end_layout
25631
25632 \begin_layout Standard
25633 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25634  TeX:
25635 \end_layout
25636
25637 \begin_layout Standard
25638 \begin_inset space \hfill{}
25639 \end_inset
25640
25641
25642 \begin_inset Tabular
25643 <lyxtabular version="3" rows="8" columns="2">
25644 <features rotate="0" tabularvalignment="middle">
25645 <column alignment="block" valignment="top">
25646 <column alignment="block" valignment="top">
25647 <row>
25648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652 Comando
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 Resultado
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 </row>
25667 <row>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 oe
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683 \begin_inset Formula $\textrm{œ}$
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 </row>
25692 <row>
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 OE
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 \begin_inset Formula $\textrm{Œ}$
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 </row>
25717 <row>
25718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722
25723 \backslash
25724 ae
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25730 \begin_inset Text
25731
25732 \begin_layout Plain Layout
25733 \begin_inset Formula $\textrm{æ}$
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 </row>
25742 <row>
25743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747
25748 \backslash
25749 AE
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 \begin_inset Formula $\textrm{Æ}$
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 </row>
25767 <row>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \backslash
25774 aa
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 \begin_inset Formula $\textrm{\aa}$
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 <row>
25793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797
25798 \backslash
25799 AA
25800 \begin_inset Index idx
25801 status collapsed
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 @
25807 \begin_inset ERT
25808 status collapsed
25809
25810 \begin_layout Plain Layout
25811
25812
25813 \backslash
25814 textrm{
25815 \backslash
25816 AA}
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835 \begin_inset Formula $\textrm{Å}$
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 </row>
25844 <row>
25845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849
25850 \backslash
25851 i
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Plain Layout
25860 \begin_inset Formula $\textrm{ı}$
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 </row>
25869 </lyxtabular>
25870
25871 \end_inset
25872
25873
25874 \begin_inset space \hfill{}
25875 \end_inset
25876
25877
25878 \begin_inset Tabular
25879 <lyxtabular version="3" rows="8" columns="2">
25880 <features rotate="0" tabularvalignment="middle">
25881 <column alignment="block" valignment="top">
25882 <column alignment="center" valignment="top">
25883 <row>
25884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Plain Layout
25888 Comando
25889 \begin_inset Note Note
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893
25894 \series bold
25895
25896 \backslash
25897 raisebox
25898 \series default
25899  se usa sólo como espaciador
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Plain Layout
25913 Resultado
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 </row>
25919 <row>
25920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Plain Layout
25924
25925 \backslash
25926 o
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 \begin_inset Formula $\textrm{ø}$
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 O
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960 \begin_inset Formula $\textrm{Ø}$
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 </row>
25969 <row>
25970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974
25975 \backslash
25976 l
25977 \end_layout
25978
25979 \end_inset
25980 </cell>
25981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25982 \begin_inset Text
25983
25984 \begin_layout Plain Layout
25985 \begin_inset Formula $\textrm{ł}$
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 </row>
25994 <row>
25995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999
26000 \backslash
26001 L
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010 \begin_inset Formula $\textrm{Ł}$
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 </row>
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 !
26025 \begin_inset space \hspace{}
26026 \length 0mm
26027 \end_inset
26028
26029 `
26030 \begin_inset space \textvisiblespace{}
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26039 \begin_inset Text
26040
26041 \begin_layout Plain Layout
26042 \begin_inset Formula $\textrm{!`}$
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 </row>
26051 <row>
26052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056 ?
26057 \begin_inset space \hspace{}
26058 \length 0mm
26059 \end_inset
26060
26061 `
26062 \begin_inset space \textvisiblespace{}
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 \begin_inset Formula $\textrm{?`}$
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 <row>
26084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088
26089 \backslash
26090 j
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 \begin_inset Formula $\textrm{ȷ}$
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 </row>
26108 </lyxtabular>
26109
26110 \end_inset
26111
26112
26113 \begin_inset space \hfill{}
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Standard
26120 Los caracteres 
26121 \begin_inset Formula $\textrm{\textrm{Å}}$
26122 \end_inset
26123
26124  y 
26125 \begin_inset Formula $\textrm{\textrm{Ø}}$
26126 \end_inset
26127
26128  también se pueden insertar mediante el botón 
26129 \begin_inset Info
26130 type  "icon"
26131 arg   "math-insert \\digamma"
26132 \end_inset
26133
26134  de la barra de ecuaciones.
26135 \end_layout
26136
26137 \begin_layout Standard
26138 Los comandos 
26139 \series bold
26140 !
26141 \begin_inset space \hspace{}
26142 \length 0mm
26143 \end_inset
26144
26145 `
26146 \series default
26147  y 
26148 \series bold
26149 ?
26150 \begin_inset space \hspace{}
26151 \length 0mm
26152 \end_inset
26153
26154 `
26155 \series default
26156  son una excepción porque se pueden insertar directamente a texto en LyX.
26157  
26158 \end_layout
26159
26160 \begin_layout Subsection
26161 Acentos en texto
26162 \begin_inset CommandInset label
26163 LatexCommand label
26164 name "sub:Acentos-en-texto"
26165
26166 \end_inset
26167
26168
26169 \begin_inset Index idx
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173 Acentos ! en texto
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \begin_layout Standard
26182 Con los siguientes comandos se pueden acentuar todas las letras.
26183  Los comandos deben ponerse en modo TeX.
26184 \end_layout
26185
26186 \begin_layout Standard
26187 \begin_inset space \hfill{}
26188 \end_inset
26189
26190
26191 \begin_inset Tabular
26192 <lyxtabular version="3" rows="8" columns="2">
26193 <features rotate="0" tabularvalignment="middle">
26194 <column alignment="block" valignment="top">
26195 <column alignment="block" valignment="top">
26196 <row>
26197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201 Comando
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210 Resultado
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 </row>
26216 <row>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221
26222 \backslash
26223
26224 \begin_inset Quotes grd
26225 \end_inset
26226
26227 e
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset ERT
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240
26241
26242 \backslash
26243 "e
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 <row>
26255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259
26260 \backslash
26261 `e
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 \begin_inset ERT
26271 status collapsed
26272
26273 \begin_layout Plain Layout
26274
26275
26276 \backslash
26277 `e
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 </row>
26288 <row>
26289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293
26294 \backslash
26295 ^
26296 \begin_inset space \textvisiblespace{}
26297 \end_inset
26298
26299 e
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308 \begin_inset ERT
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312
26313
26314 \backslash
26315 ^e
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 </row>
26326 <row>
26327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Plain Layout
26331
26332 \backslash
26333 =e
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342 \begin_inset ERT
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346
26347
26348 \backslash
26349 =e
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 </row>
26360 <row>
26361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365
26366 \backslash
26367 u
26368 \begin_inset space \textvisiblespace{}
26369 \end_inset
26370
26371 e
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 \begin_inset ERT
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384
26385
26386 \backslash
26387 u e
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403
26404 \backslash
26405 b
26406 \begin_inset space \textvisiblespace{}
26407 \end_inset
26408
26409 e
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418 \begin_inset ERT
26419 status collapsed
26420
26421 \begin_layout Plain Layout
26422
26423
26424 \backslash
26425 b e
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 <row>
26437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441
26442 \backslash
26443 t
26444 \begin_inset space \textvisiblespace{}
26445 \end_inset
26446
26447 ee
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 \begin_inset ERT
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460
26461
26462 \backslash
26463 t ee
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 </row>
26474 </lyxtabular>
26475
26476 \end_inset
26477
26478
26479 \begin_inset space \hfill{}
26480 \end_inset
26481
26482
26483 \begin_inset Tabular
26484 <lyxtabular version="3" rows="8" columns="2">
26485 <features rotate="0" tabularvalignment="middle">
26486 <column alignment="block" valignment="top">
26487 <column alignment="center" valignment="top">
26488 <row>
26489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 Comando
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 Resultado
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 <row>
26509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513
26514 \backslash
26515 H
26516 \begin_inset space \textvisiblespace{}
26517 \end_inset
26518
26519 e
26520 \end_layout
26521
26522 \end_inset
26523 </cell>
26524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26525 \begin_inset Text
26526
26527 \begin_layout Plain Layout
26528 \begin_inset ERT
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532
26533
26534 \backslash
26535 H e
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 </row>
26546 <row>
26547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551
26552 \backslash
26553 'e
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 \begin_inset ERT
26563 status collapsed
26564
26565 \begin_layout Plain Layout
26566
26567
26568 \backslash
26569 'e
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 </row>
26580 <row>
26581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585
26586 \backslash
26587 ~e
26588 \begin_inset Index idx
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592 Tilde
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 \begin_inset ERT
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610
26611
26612 \backslash
26613 ~e
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 </row>
26624 <row>
26625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629
26630 \backslash
26631 .e
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 \begin_inset ERT
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644
26645
26646 \backslash
26647 .e
26648 \end_layout
26649
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 </row>
26658 <row>
26659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663
26664 \backslash
26665 v
26666 \begin_inset space \textvisiblespace{}
26667 \end_inset
26668
26669 e
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 \begin_inset ERT
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682
26683
26684 \backslash
26685 v e
26686 \end_layout
26687
26688 \end_inset
26689
26690
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 </row>
26696 <row>
26697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701
26702 \backslash
26703 d
26704 \begin_inset space \textvisiblespace{}
26705 \end_inset
26706
26707 e
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 d e
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741 c
26742 \begin_inset space \textvisiblespace{}
26743 \end_inset
26744
26745 e
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 c e
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 </lyxtabular>
26773
26774 \end_inset
26775
26776
26777 \begin_inset space \hfill{}
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Standard
26784 \begin_inset VSpace medskip
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 Con el comando 
26792 \series bold
26793
26794 \backslash
26795 t
26796 \series default
26797  también se pueden acentuar dos caracteres distintos.
26798  El comando 
26799 \series bold
26800
26801 \backslash
26802 t
26803 \begin_inset space \textvisiblespace{}
26804 \end_inset
26805
26806 sz
26807 \series default
26808  genera 
26809 \begin_inset ERT
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813
26814
26815 \backslash
26816 t sz
26817 \end_layout
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Standard
26825 Los acentos 
26826 \series bold
26827 `
26828 \series default
26829  , 
26830 \series bold
26831 '
26832 \series default
26833  y 
26834 \series bold
26835 ^
26836 \series default
26837  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26838  TeX.
26839  Lo mismo se aplica a la tilde
26840 \begin_inset Foot
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26845 \end_layout
26846
26847 \end_inset
26848
26849  con 
26850 \emph on
26851 a
26852 \emph default
26853
26854 \emph on
26855 o
26856 \emph default
26857  y 
26858 \emph on
26859 n.
26860 \end_layout
26861
26862 \begin_layout Standard
26863 Los comandos 
26864 \series bold
26865
26866 \backslash
26867 b
26868 \series default
26869  , 
26870 \series bold
26871
26872 \backslash
26873 c
26874 \series default
26875  , 
26876 \series bold
26877
26878 \backslash
26879 d
26880 \series default
26881  , 
26882 \series bold
26883
26884 \backslash
26885 H
26886 \series default
26887  , 
26888 \series bold
26889
26890 \backslash
26891 t
26892 \series default
26893  , 
26894 \series bold
26895
26896 \backslash
26897 u
26898 \series default
26899  , 
26900 \series bold
26901
26902 \backslash
26903 v
26904 \series default
26905 , y acentos insertados directamente con el teclado también están disponibles
26906  en texto matemático.
26907  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26908  
26909 \begin_inset CommandInset ref
26910 LatexCommand ref
26911 reference "sub:Acentos-para-un"
26912
26913 \end_inset
26914
26915 .
26916 \end_layout
26917
26918 \begin_layout Standard
26919 \begin_inset VSpace bigskip
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \begin_layout Standard
26926 Además, con el comando 
26927 \series bold
26928
26929 \backslash
26930 textcircled
26931 \series default
26932
26933 \begin_inset Index idx
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937 Comandos ! T ! 
26938 \backslash
26939 textcircled
26940 \end_layout
26941
26942 \end_inset
26943
26944  se pueden insertar en un círculo todos los números y letras, de forma parecida
26945  al símbolo copyright.
26946 \end_layout
26947
26948 \begin_layout Standard
26949 \noindent
26950 \align center
26951 \begin_inset Tabular
26952 <lyxtabular version="3" rows="3" columns="2">
26953 <features rotate="0" tabularvalignment="middle">
26954 <column alignment="center" valignment="top">
26955 <column alignment="center" valignment="top">
26956 <row>
26957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 Comando
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 Resultado
26971 \begin_inset Note Note
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976 \series bold
26977
26978 \backslash
26979 raisebox
26980 \series default
26981  se usa sólo como espaciador
26982 \end_layout
26983
26984 \end_inset
26985
26986
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 </row>
26992 <row>
26993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26994 \begin_inset Text
26995
26996 \begin_layout Plain Layout
26997
26998 \backslash
26999 textcircled{w}
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 \begin_inset ERT
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012
27013
27014 \backslash
27015 textcircled{w}
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 <row>
27027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Plain Layout
27031
27032 \backslash
27033 Large 
27034 \backslash
27035 textcircled{
27036 \backslash
27037 normalsize
27038 \backslash
27039 protect
27040 \backslash
27041 raisebox{-1.5pt}{W}}
27042 \end_layout
27043
27044 \end_inset
27045 </cell>
27046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27047 \begin_inset Text
27048
27049 \begin_layout Plain Layout
27050 \begin_inset Formula $\raisebox{4.5mm}{}$
27051 \end_inset
27052
27053
27054 \begin_inset ERT
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059
27060 \backslash
27061 Large 
27062 \backslash
27063 textcircled{
27064 \backslash
27065 normalsize
27066 \backslash
27067 protect
27068 \backslash
27069 raisebox{-1.5pt}W}
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \begin_inset Formula $\raisebox{-2mm}{}$
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \end_inset
27082 </cell>
27083 </row>
27084 </lyxtabular>
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 Hay que tener cuidado que el carácter se ajuste al círculo.
27093  Por eso 
27094 \series bold
27095
27096 \backslash
27097 Large
27098 \begin_inset Foot
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102 véase 
27103 \begin_inset CommandInset ref
27104 LatexCommand ref
27105 reference "sub:Tamaños-de-tipografías"
27106
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \end_inset
27113
27114
27115 \series default
27116  especifica el tamaño del círculo.
27117  Con ayuda de 
27118 \series bold
27119
27120 \backslash
27121 raisebox
27122 \begin_inset Foot
27123 status collapsed
27124
27125 \begin_layout Plain Layout
27126 véase 
27127 \begin_inset CommandInset ref
27128 LatexCommand ref
27129 reference "sub:Marcos-sin-bordes"
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \series default
27140  se puede centrar el carácter.
27141 \end_layout
27142
27143 \begin_layout Subsection
27144 Números en estilo antiguo
27145 \begin_inset Index idx
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149 Numeros@Números ! en estilo antiguo
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \begin_layout Standard
27158 Los números en estilo antiguo o elzevirianos se componen con el comando
27159  
27160 \series bold
27161
27162 \backslash
27163 oldstylenums
27164 \series default
27165
27166 \begin_inset Index idx
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170 Comandos ! O ! 
27171 \backslash
27172 oldstylenums
27173 \end_layout
27174
27175 \end_inset
27176
27177 .
27178  El comando se puede usar en ecuaciones y en modo TeX.
27179  Su esquema es:
27180 \end_layout
27181
27182 \begin_layout Standard
27183
27184 \series bold
27185
27186 \backslash
27187 oldstylenums{número}
27188 \end_layout
27189
27190 \begin_layout Standard
27191 El comando 
27192 \series bold
27193
27194 \backslash
27195 oldstylenums{0123456789}
27196 \series default
27197  genera: 
27198 \begin_inset Formula $\oldstylenums{0123456789}$
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_layout Section
27205 Estilos de ecuación
27206 \begin_inset CommandInset label
27207 LatexCommand label
27208 name "sec:Estilos-de-ecuación"
27209
27210 \end_inset
27211
27212
27213 \begin_inset Index idx
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217 Ecuación ! estilos de
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Itemize
27226 Hay dos estilos diferentes de alineación:
27227 \end_layout
27228
27229 \begin_deeper
27230 \begin_layout Description
27231 Centrado es el estándar predefinido
27232 \end_layout
27233
27234 \begin_layout Description
27235 Sangrado para este estilo debe insertarse la opción de clase 
27236 \series bold
27237 fleqn
27238 \series default
27239  en el menú 
27240 \family sans
27241 Documento\SpecialChar \menuseparator
27242 Configuración
27243 \family default
27244  bajo 
27245 \family sans
27246 Clase de documento
27247 \end_layout
27248
27249 \begin_layout Standard
27250 Cuando se usa 
27251 \series bold
27252 Sangrado
27253 \series default
27254 , éste se puede ajustar con la longitud 
27255 \series bold
27256
27257 \backslash
27258 mathindent
27259 \series default
27260
27261 \begin_inset Index idx
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265 Comandos ! M ! 
27266 \backslash
27267 mathindent
27268 \end_layout
27269
27270 \end_inset
27271
27272 .
27273  Para 15
27274 \begin_inset space \thinspace{}
27275 \end_inset
27276
27277 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
27278 \end_layout
27279
27280 \begin_layout Standard
27281
27282 \series bold
27283
27284 \backslash
27285 setlength{
27286 \backslash
27287 mathindent}{15mm}
27288 \end_layout
27289
27290 \begin_layout Standard
27291 Si no se especifica longitud se usa el valor predeterminado de 30
27292 \begin_inset space \thinspace{}
27293 \end_inset
27294
27295 pt.
27296 \end_layout
27297
27298 \end_deeper
27299 \begin_layout Itemize
27300 Y dos estilos diferentes de numeración:
27301 \end_layout
27302
27303 \begin_deeper
27304 \begin_layout Description
27305 Derecha es el estándar predefinido
27306 \end_layout
27307
27308 \begin_layout Description
27309 Izquierda para este estilo debe insertarse la opción de clase 
27310 \series bold
27311 leqno
27312 \series default
27313  en el menú 
27314 \family sans
27315 Documento\SpecialChar \menuseparator
27316 Configuración
27317 \family default
27318  bajo 
27319 \family sans
27320 Clase de documento
27321 \end_layout
27322
27323 \end_deeper
27324 \begin_layout Standard
27325
27326 \series bold
27327 fleqn
27328 \series default
27329  y 
27330 \series bold
27331 leqno
27332 \series default
27333  también se pueden usar juntos.
27334  En ese caso se insertan ambas opciones, separadas por una coma.
27335 \end_layout
27336
27337 \begin_layout Standard
27338 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27339  documento.
27340  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27341  estilo 
27342 \series bold
27343 Centrado
27344 \series default
27345  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27346 \begin_inset CommandInset ref
27347 LatexCommand ref
27348 reference "sub:Entorno-flalign"
27349
27350 \end_inset
27351
27352 .
27353 \end_layout
27354
27355 \begin_layout Section
27356 Ecuaciones multilínea
27357 \begin_inset CommandInset label
27358 LatexCommand label
27359 name "sec:Ecuaciones-multilínea"
27360
27361 \end_inset
27362
27363
27364 \begin_inset Index idx
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368 Ecuación ! multilínea
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Subsection
27377 General
27378 \end_layout
27379
27380 \begin_layout Standard
27381 En LyX se generan nuevas líneas en una ecuación con 
27382 \family sans
27383 Ctrl+Entrar
27384 \family default
27385 .
27386  Esto crea un 
27387 \series bold
27388 entorno eqnarray
27389 \series default
27390 , que se describe en
27391 \begin_inset space ~
27392 \end_inset
27393
27394
27395 \begin_inset CommandInset ref
27396 LatexCommand ref
27397 reference "sub:Entorno-eqnarray"
27398
27399 \end_inset
27400
27401  o, si se ha marcado la opción 
27402 \family sans
27403 Usar
27404 \begin_inset space ~
27405 \end_inset
27406
27407 el
27408 \begin_inset space ~
27409 \end_inset
27410
27411 paquete
27412 \begin_inset space ~
27413 \end_inset
27414
27415 de
27416 \begin_inset space ~
27417 \end_inset
27418
27419 ecuaciones
27420 \begin_inset space ~
27421 \end_inset
27422
27423 AMS
27424 \family default
27425  en la configuración del documento
27426 \family sans
27427 , un 
27428 \series bold
27429 entorno
27430 \family default
27431 \series default
27432  
27433 \series bold
27434 align
27435 \series default
27436 , que se describe en
27437 \begin_inset space ~
27438 \end_inset
27439
27440
27441 \begin_inset CommandInset ref
27442 LatexCommand ref
27443 reference "sub:Entorno-align-estándar"
27444
27445 \end_inset
27446
27447 .
27448  Se recomienda el entorno align porque proporciona una salida tipográficamente
27449  correcta en cualquier caso.
27450 \end_layout
27451
27452 \begin_layout Standard
27453 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27454  el menú 
27455 \family sans
27456 Insertar\SpecialChar \menuseparator
27457 Ecuación
27458 \family default
27459 .
27460  En las siguientes secciones se describen estos entornos.
27461 \end_layout
27462
27463 \begin_layout Standard
27464 En todos los entornos de ecuación multilínea la combinación 
27465 \family sans
27466 Ctrl+Entrar
27467 \family default
27468  genera una línea nueva.
27469  Para añadir o quitar líneas se pueden usar los botones 
27470 \begin_inset Info
27471 type  "icon"
27472 arg   "inset-modify tabular append-row"
27473 \end_inset
27474
27475  o 
27476 \begin_inset Info
27477 type  "icon"
27478 arg   "inset-modify tabular delete-row"
27479 \end_inset
27480
27481  de la barra de herramientas, respectivamente, o el menú 
27482 \family sans
27483 Editar\SpecialChar \menuseparator
27484 Filas y columnas
27485 \family default
27486 .
27487 \end_layout
27488
27489 \begin_layout Subsubsection
27490 Separación de líneas
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "sub:Separación-de-líneas"
27494
27495 \end_inset
27496
27497
27498 \begin_inset Index idx
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 Ecuación ! multilínea ! separación de filas
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Standard
27511 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27512 \begin_inset Formula 
27513 \begin{eqnarray*}
27514 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}\\
27515 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
27516 \end{eqnarray*}
27517
27518 \end_inset
27519
27520 En LaTeX un espacio adicional para una línea se especifica como argumento
27521  opcional del comando de nueva línea.
27522  Esto aún no es posible en LYX,
27523 \begin_inset Foot
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527 véase 
27528 \begin_inset CommandInset href
27529 LatexCommand href
27530 name "LyX-bug #1505"
27531 target "http://www.lyx.org/trac/ticket/1505"
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \end_inset
27539
27540  por lo que toda la ecuación debe insertarse en modo TeX.
27541  Para añadir espacio en nuestro ejemplo se inserta el comando 
27542 \series bold
27543
27544 \backslash
27545
27546 \backslash
27547 [3mm]
27548 \series default
27549  al final de la primera línea.
27550  Así: 
27551 \begin_inset ERT
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555
27556
27557 \backslash
27558 begin{eqnarray*}
27559 \end_layout
27560
27561 \begin_layout Plain Layout
27562
27563 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27564  = & 
27565 \backslash
27566 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27567 \backslash
27568
27569 \backslash
27570 [3mm]
27571 \end_layout
27572
27573 \begin_layout Plain Layout
27574
27575 4x^{2}
27576 \backslash
27577 left(B^{2}+x_{0}^{2}
27578 \backslash
27579 right)+4x_{0}x
27580 \backslash
27581 left(D-B^{2}
27582 \backslash
27583 right)+B^{2}
27584 \backslash
27585 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27586 \backslash
27587 right) & = & 0
27588 \end_layout
27589
27590 \begin_layout Plain Layout
27591
27592
27593 \backslash
27594 end{eqnarray*}
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \begin_inset VSpace bigskip
27601 \end_inset
27602
27603
27604 \end_layout
27605
27606 \begin_layout Standard
27607 Para obtener separación en todas las líneas hay que cambiar la longitud
27608  
27609 \series bold
27610
27611 \backslash
27612 jot
27613 \series default
27614
27615 \begin_inset Index idx
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619 Comandos ! J ! 
27620 \backslash
27621 jot
27622 \end_layout
27623
27624 \end_inset
27625
27626 .
27627  La definición es: 
27628 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27629 \end_inset
27630
27631 .
27632  El valor predeterminado para 
27633 \series bold
27634
27635 \backslash
27636 jot
27637 \series default
27638  es 3
27639 \begin_inset space \thinspace{}
27640 \end_inset
27641
27642 pt.
27643  Para establecer una separación adicional de 3
27644 \begin_inset space \thinspace{}
27645 \end_inset
27646
27647 mm como en el ejemplo anterior, se inserta el comando
27648 \end_layout
27649
27650 \begin_layout Standard
27651
27652 \series bold
27653
27654 \backslash
27655 setlength{
27656 \backslash
27657 jot}{3mm+3pt}
27658 \end_layout
27659
27660 \begin_layout Standard
27661 en modo TeX antes de la ecuación.
27662  Es necesario cargar el paquete 
27663 \series bold
27664 calc
27665 \series default
27666
27667 \begin_inset Foot
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672 \series bold
27673 calc
27674 \series default
27675  forma parte de toda instalación LaTeX estándar.
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \begin_inset Index idx
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 Paquetes ! calc
27686 \end_layout
27687
27688 \end_inset
27689
27690  en el preámbulo con la línea
27691 \end_layout
27692
27693 \begin_layout Standard
27694
27695 \series bold
27696
27697 \backslash
27698 usepackage{calc}
27699 \end_layout
27700
27701 \begin_layout Standard
27702 Se obtiene:
27703 \begin_inset ERT
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707
27708
27709 \backslash
27710 setlength{
27711 \backslash
27712 jot}{3mm+3pt}
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \begin_inset Formula 
27719 \begin{eqnarray*}
27720 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}\\
27721 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
27722 \end{eqnarray*}
27723
27724 \end_inset
27725
27726
27727 \begin_inset ERT
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732
27733 \backslash
27734 setlength{
27735 \backslash
27736 jot}{3pt}
27737 \end_layout
27738
27739 \end_inset
27740
27741  Para volver a la distancia predeterminada, 
27742 \series bold
27743
27744 \backslash
27745 jot
27746 \series default
27747  se establece en 3
27748 \begin_inset space \thinspace{}
27749 \end_inset
27750
27751 pt.
27752 \end_layout
27753
27754 \begin_layout Subsubsection
27755 Separación de columnas
27756 \begin_inset CommandInset label
27757 LatexCommand label
27758 name "sub:Separación-de-columnas"
27759
27760 \end_inset
27761
27762
27763 \begin_inset Index idx
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 Ecuación ! multilínea !separación de columnas
27768 \end_layout
27769
27770 \end_inset
27771
27772
27773 \end_layout
27774
27775 \begin_layout Standard
27776 Una ecuación multilínea forma una matriz.
27777  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27778  columnas.
27779  Cambiando la separación de columnas en este entorno se puede cambiar el
27780  espacio junto al signo de relación.
27781 \end_layout
27782
27783 \begin_layout Standard
27784 La separación de columnas se especifica con la longitud
27785 \series bold
27786  
27787 \backslash
27788 arraycolsep
27789 \series default
27790
27791 \begin_inset Index idx
27792 status collapsed
27793
27794 \begin_layout Plain Layout
27795 Comandos ! A ! 
27796 \backslash
27797 arraycolsep
27798 \end_layout
27799
27800 \end_inset
27801
27802  según:
27803 \begin_inset Newline newline
27804 \end_inset
27805
27806 separación de columnas = 2
27807 \begin_inset space \thinspace{}
27808 \end_inset
27809
27810
27811 \series bold
27812
27813 \backslash
27814 arraycolsep
27815 \series default
27816
27817 \begin_inset Newline newline
27818 \end_inset
27819
27820 Así, el comando en modo TeX
27821 \end_layout
27822
27823 \begin_layout Standard
27824
27825 \series bold
27826
27827 \backslash
27828 setlength{
27829 \backslash
27830 arraycolsep}{1cm}
27831 \end_layout
27832
27833 \begin_layout Standard
27834 establece para todas las ecuaciones siguientes una separación de columnas
27835  de 2
27836 \begin_inset space \thinspace{}
27837 \end_inset
27838
27839 cm.
27840  Para volver al valor predefinido, 
27841 \series bold
27842
27843 \backslash
27844 arraycolsep
27845 \series default
27846  se pone en 5
27847 \begin_inset space \thinspace{}
27848 \end_inset
27849
27850 pt.
27851 \end_layout
27852
27853 \begin_layout Standard
27854 Una ecuación con separación de 2
27855 \begin_inset space \thinspace{}
27856 \end_inset
27857
27858 cm entre columnas:
27859 \begin_inset ERT
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 setlength{
27867 \backslash
27868 arraycolsep}{1cm}
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \begin_inset Formula 
27875 \begin{eqnarray*}
27876 A & = & B\\
27877 C & \ne & A
27878 \end{eqnarray*}
27879
27880 \end_inset
27881
27882 Una ecuación con la separación predefinida para matrices, 10
27883 \begin_inset space \thinspace{}
27884 \end_inset
27885
27886 pt:
27887 \begin_inset ERT
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891
27892
27893 \backslash
27894 setlength{
27895 \backslash
27896 arraycolsep}{5pt}
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \begin_inset Formula 
27903 \begin{eqnarray*}
27904 A & = & B\\
27905 C & \ne & A
27906 \end{eqnarray*}
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Subsubsection
27914 Ecuaciones largas
27915 \begin_inset Index idx
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 Ecuación ! larga
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Standard
27928 Se pueden componer ecuaciones largas mediante estos métodos:
27929 \end_layout
27930
27931 \begin_layout Itemize
27932 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27933  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27934 \begin_inset Formula 
27935 \begin{eqnarray}
27936 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 \\
27937  &  & -\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}
27938 \end{eqnarray}
27939
27940 \end_inset
27941
27942 El signo menos al principio de la segunda línea normalmente no aparece como
27943  operador porque es el primer carácter de la línea.
27944  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27945  Para evitarlo se ha insertado 3
27946 \begin_inset space \thinspace{}
27947 \end_inset
27948
27949 pt de espacio detrás del menos con el comando 
27950 \series bold
27951
27952 \backslash
27953 hspace
27954 \series default
27955 .
27956 \begin_inset Foot
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960 véase más sobre 
27961 \series bold
27962
27963 \backslash
27964 hspace
27965 \series default
27966  en 
27967 \begin_inset CommandInset ref
27968 LatexCommand ref
27969 reference "sub:Espacio-variable"
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \end_inset
27977
27978
27979 \begin_inset Index idx
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 Comandos ! H ! 
27984 \backslash
27985 hspace
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Itemize
27994 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27995 \series bold
27996
27997 \backslash
27998 lefteqn
27999 \series default
28000
28001 \begin_inset Index idx
28002 status collapsed
28003
28004 \begin_layout Plain Layout
28005 Comandos ! L ! 
28006 \backslash
28007 lefteqn
28008 \end_layout
28009
28010 \end_inset
28011
28012 .
28013  Se inserta en la primer columna de la primera línea y hace que todas las
28014  inserciones posteriores sobreescriban las columnas siguientes:
28015 \begin_inset Formula 
28016 \begin{eqnarray}
28017 \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 \\
28018  &  & -\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 \\
28019  &  & =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}
28020 \end{eqnarray}
28021
28022 \end_inset
28023
28024 Tras la inserción de 
28025 \series bold
28026
28027 \backslash
28028 lefteqn
28029 \series default
28030  el cursor está en un marco púrpura un poco a la izquierda del azul.
28031  La ecuación se inserta en éste.
28032 \begin_inset Newline newline
28033 \end_inset
28034
28035 El contenido de las restantes líneas se inserta en la segunda columna o
28036  en otra.
28037  A mayor número de columna donde se inserte, mayor sangrado.
28038 \begin_inset VSpace medskip
28039 \end_inset
28040
28041
28042 \begin_inset Newline newline
28043 \end_inset
28044
28045
28046 \begin_inset Note Greyedout
28047 status open
28048
28049 \begin_layout Plain Layout
28050 Ten en cuenta lo siguiente si usas 
28051 \series bold
28052
28053 \backslash
28054 lefteqn
28055 \series default
28056 :
28057 \end_layout
28058
28059 \begin_layout Itemize
28060 La ecuación no usa la anchura total de la página.
28061  Cuando se añade, p.
28062 \begin_inset space \thinspace{}
28063 \end_inset
28064
28065 e., el término 
28066 \begin_inset Formula $-B^{2}$
28067 \end_inset
28068
28069  en la primera línea del ejemplo, debería estar fuera del margen.
28070  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28071  principio de la primera línea.
28072 \end_layout
28073
28074 \begin_layout Itemize
28075 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28076  primera línea.
28077 \begin_inset Foot
28078 status collapsed
28079
28080 \begin_layout Plain Layout
28081 \begin_inset CommandInset href
28082 LatexCommand href
28083 name "LyX-bug #1429"
28084 target "http://www.lyx.org/trac/ticket/1429"
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \end_inset
28092
28093  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28094  teclas de flecha.
28095 \end_layout
28096
28097 \end_inset
28098
28099  
28100 \end_layout
28101
28102 \begin_layout Itemize
28103 Se describen otros métodos para escribir fórmulas largas en 
28104 \begin_inset CommandInset ref
28105 LatexCommand ref
28106 reference "sub:Entorno-multilínea"
28107
28108 \end_inset
28109
28110  y 
28111 \begin_inset CommandInset ref
28112 LatexCommand ref
28113 reference "sub:Partes-multilínea"
28114
28115 \end_inset
28116
28117 .
28118 \end_layout
28119
28120 \begin_layout Subsubsection
28121 Fracciones multilínea
28122 \begin_inset CommandInset label
28123 LatexCommand label
28124 name "sub:Fracciones-multilínea"
28125
28126 \end_inset
28127
28128
28129 \begin_inset Index idx
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133 Fracciones ! multilínea
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Standard
28142
28143 \lang english
28144 There are cases where the denominator and/or the numerator of a fraction
28145  is so long that the fraction does not fit into one line.
28146  It is then necessary to add a line break within the fraction.
28147  This can be done using the command
28148 \lang spanish
28149  
28150 \series bold
28151
28152 \backslash
28153 splitfrac
28154 \series default
28155
28156 \begin_inset Index idx
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 Comandos ! S ! 
28161 \backslash
28162 splitfrac
28163 \end_layout
28164
28165 \end_inset
28166
28167 .
28168  
28169 \lang english
28170 To activate it, set in the document settings under 
28171 \family sans
28172 Math
28173 \begin_inset space ~
28174 \end_inset
28175
28176 Options
28177 \family default
28178  for the package 
28179 \series bold
28180 \lang spanish
28181 mathtools
28182 \series default
28183
28184 \begin_inset Index idx
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188 Paquetes ! mathtools
28189 \end_layout
28190
28191 \end_inset
28192
28193  
28194 \lang english
28195 the option 
28196 \family sans
28197 Load
28198 \begin_inset space ~
28199 \end_inset
28200
28201 always
28202 \family default
28203 .
28204  
28205 \series bold
28206
28207 \backslash
28208 splitfrac
28209 \series default
28210  has the scheme
28211 \end_layout
28212
28213 \begin_layout Standard
28214
28215 \series bold
28216 \lang english
28217
28218 \backslash
28219 splitfrac{first line}{second line}
28220 \end_layout
28221
28222 \begin_layout Standard
28223
28224 \lang english
28225 and is used as denominator and/or numerator:
28226 \end_layout
28227
28228 \begin_layout Standard
28229 \begin_inset Formula 
28230 \[
28231 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28232 \]
28233
28234 \end_inset
28235
28236
28237 \lang english
28238 The command for the first numerator above is:
28239 \end_layout
28240
28241 \begin_layout Standard
28242
28243 \series bold
28244
28245 \backslash
28246 splitfrac
28247 \begin_inset space \textvisiblespace{}
28248 \end_inset
28249
28250
28251 \backslash
28252 {xy+xy+xy+xy+xy
28253 \begin_inset space \textvisiblespace{}
28254 \end_inset
28255
28256
28257 \backslash
28258 {+wy+wy+wy+wy
28259 \end_layout
28260
28261 \begin_layout Subsubsection
28262 Delimitadores multilínea
28263 \begin_inset CommandInset label
28264 LatexCommand label
28265 name "sub:Delimitadores-multilínea"
28266
28267 \end_inset
28268
28269
28270 \begin_inset Index idx
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274 Delimitadores ! para varias líneas
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283 Para poner delimitadores que cubran varias líneas hay un problema:
28284 \begin_inset Formula 
28285 \begin{eqnarray*}
28286 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28287  &  & \left.\cdots+B-D\right]
28288 \end{eqnarray*}
28289
28290 \end_inset
28291
28292 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28293 res con tamaño variable no abarcan líneas múltiples.
28294 \end_layout
28295
28296 \begin_layout Standard
28297 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28298  primera línea se finaliza con 
28299 \series bold
28300
28301 \backslash
28302 right.
28303 \series default
28304
28305 \begin_inset Index idx
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 Comandos ! R ! 
28310 \backslash
28311 right
28312 \end_layout
28313
28314 \end_inset
28315
28316  y la segunda con 
28317 \series bold
28318
28319 \backslash
28320 left.
28321 \series default
28322 .
28323 \begin_inset Foot
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327 Más sobre 
28328 \series bold
28329
28330 \backslash
28331 left.
28332
28333 \series default
28334  y 
28335 \series bold
28336
28337 \backslash
28338 right.
28339
28340 \series default
28341  en 
28342 \begin_inset CommandInset ref
28343 LatexCommand ref
28344 reference "sub:Tamaño-automático-de"
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \begin_inset Index idx
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358 Comandos ! L ! 
28359 \backslash
28360 left
28361 \end_layout
28362
28363 \end_inset
28364
28365  Después de 
28366 \series bold
28367
28368 \backslash
28369 left.
28370
28371 \series default
28372  se inserta el comando 
28373 \series bold
28374
28375 \backslash
28376 vphantom
28377 \series default
28378
28379 \begin_inset space \textvisiblespace{}
28380 \end_inset
28381
28382
28383 \series bold
28384
28385 \backslash
28386 prod
28387 \series default
28388 ^
28389 \begin_inset space \textvisiblespace{}
28390 \end_inset
28391
28392
28393 \series bold
28394
28395 \backslash
28396 infty
28397 \series default
28398
28399 \begin_inset space \textvisiblespace{}
28400 \end_inset
28401
28402
28403 \series bold
28404
28405 \begin_inset Formula $\downarrow$
28406 \end_inset
28407
28408 _R=1}
28409 \series default
28410
28411 \begin_inset Index idx
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415 Comandos ! V ! 
28416 \backslash
28417 vphantom
28418 \end_layout
28419
28420 \end_inset
28421
28422 , porque el operador de multiplicación con sus límites es el símbolo mayor
28423  en la primera línea y ese debería ser el tamaño para el delimitador en
28424  la segunda línea.
28425 \end_layout
28426
28427 \begin_layout Standard
28428 El resultado es: 
28429 \begin_inset Formula 
28430 \begin{eqnarray*}
28431 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28432  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28433 \end{eqnarray*}
28434
28435 \end_inset
28436
28437
28438 \end_layout
28439
28440 \begin_layout Subsection
28441 Entornos align
28442 \end_layout
28443
28444 \begin_layout Standard
28445 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28446  Son especialmente apropiados para poner ecuaciones adosadas.
28447 \end_layout
28448
28449 \begin_layout Standard
28450 Los entornos align constan de columnas.
28451  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28452  En un entorno align se puede numerar cada línea.
28453 \end_layout
28454
28455 \begin_layout Standard
28456 Los entornos align se crean con el menú 
28457 \family sans
28458 Insertar\SpecialChar \menuseparator
28459 Ecuación
28460 \family default
28461 .
28462  Una ecuación existente se puede convertir a align con el menú 
28463 \family sans
28464 Editar\SpecialChar \menuseparator
28465 Ecuación\SpecialChar \menuseparator
28466 Cambiar tipo de ecuación
28467 \family default
28468 .
28469 \end_layout
28470
28471 \begin_layout Standard
28472 Para añadir o quitar columnas se pueden usar los botones 
28473 \begin_inset Info
28474 type  "icon"
28475 arg   "inset-modify tabular append-column"
28476 \end_inset
28477
28478  o 
28479 \begin_inset Info
28480 type  "icon"
28481 arg   "inset-modify tabular delete-column"
28482 \end_inset
28483
28484  de la barra de ecuaciones o el menú 
28485 \family sans
28486 Editar\SpecialChar \menuseparator
28487 Filas y columnas
28488 \family default
28489 .
28490 \end_layout
28491
28492 \begin_layout Subsubsection
28493 Entorno align estándar
28494 \begin_inset CommandInset label
28495 LatexCommand label
28496 name "sub:Entorno-align-estándar"
28497
28498 \end_inset
28499
28500
28501 \begin_inset Index idx
28502 status collapsed
28503
28504 \begin_layout Plain Layout
28505 Ecuación ! multilínea ! entorno align
28506 \end_layout
28507
28508 \end_inset
28509
28510
28511 \end_layout
28512
28513 \begin_layout Standard
28514 Este entorno align se crea pulsando 
28515 \family sans
28516 Ctrl+Entrar
28517 \family default
28518  en una ecuación o con el menú 
28519 \family sans
28520 Insertar\SpecialChar \menuseparator
28521 Ecuación\SpecialChar \menuseparator
28522 Entorno AMS align
28523 \family default
28524 .
28525 \end_layout
28526
28527 \begin_layout Standard
28528 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28529  align de cuatro columnas:
28530 \begin_inset Formula 
28531 \begin{align*}
28532 A & =\sen(B) & C & =D\\
28533 C & \neq A & B & \neq D
28534 \end{align*}
28535
28536 \end_inset
28537
28538 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28539  un 
28540 \series bold
28541
28542 \backslash
28543 hfill
28544 \series default
28545
28546 \begin_inset Foot
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550 Más sobre 
28551 \series bold
28552
28553 \backslash
28554 hfill
28555 \series default
28556  en 
28557 \begin_inset CommandInset ref
28558 LatexCommand ref
28559 reference "sub:Espacio-variable"
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \end_inset
28567
28568  antes de la primera y detrás de cada columna par.
28569  Si se pone en estilo 
28570 \series bold
28571 Sangrado
28572 \series default
28573 ,
28574 \begin_inset Foot
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 véase estilos de ecuación en 
28579 \begin_inset CommandInset ref
28580 LatexCommand ref
28581 reference "sec:Estilos-de-ecuación"
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \end_inset
28589
28590  la ecuación queda sin el 
28591 \series bold
28592
28593 \backslash
28594 hfill
28595 \series default
28596  ante la primera columna.
28597 \end_layout
28598
28599 \begin_layout Subsubsection
28600 Entorno alignat
28601 \begin_inset Index idx
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605 Ecuación ! multilínea ! entorno alignat
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 El entorno alignat no tiene separación predefinida de columnas.
28615  Se puede insertar manualmente con los espacios descritos en 
28616 \begin_inset CommandInset ref
28617 LatexCommand ref
28618 reference "sec:Espacio"
28619
28620 \end_inset
28621
28622 .
28623 \end_layout
28624
28625 \begin_layout Standard
28626 El ejemplo anterior en el entorno alignat, con un espacio de 1
28627 \begin_inset space \thinspace{}
28628 \end_inset
28629
28630 cm al comienzo da la segunda ecuación:
28631 \begin_inset Formula 
28632 \begin{alignat*}{2}
28633 A & =\sen(B)\hspace{1cm} & C & =D\\
28634 C & \neq A & B & \neq D
28635 \end{alignat*}
28636
28637 \end_inset
28638
28639 Como cada columna puede tener un espacio diferente, este entorno es especialment
28640 e apropiado para poner tres o más ecuaciones adosadas.
28641 \end_layout
28642
28643 \begin_layout Subsubsection
28644 Entorno flalign
28645 \begin_inset CommandInset label
28646 LatexCommand label
28647 name "sub:Entorno-flalign"
28648
28649 \end_inset
28650
28651
28652 \begin_inset Index idx
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656 Ecuación ! multilínea ! entorno flalign
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \begin_layout Standard
28665 En este entorno las dos primeras columnas están siempre tan a la izquierda
28666  como sea posible y las dos últimas a la derecha.
28667  Ejemplo:
28668 \begin_inset Formula 
28669 \begin{flalign*}
28670 A & =1 & B & =2 & C & =3\\
28671 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28672 \end{flalign*}
28673
28674 \end_inset
28675
28676 En un entorno flalign con un número impar de columnas, en la última de las
28677  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28678  alineadas a la izquierda, aunque se use el estilo 
28679 \series bold
28680 Centrado
28681 \series default
28682 .
28683  Un ejemplo de fórmula sangrada 
28684 \begin_inset CommandInset ref
28685 LatexCommand eqref
28686 reference "eq:IntVol"
28687
28688 \end_inset
28689
28690 :
28691 \begin_inset Formula 
28692 \begin{flalign}
28693 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28694 \end{flalign}
28695
28696 \end_inset
28697
28698 Las dos primeras columnas contienen la fórmula.
28699  Para sangrarla como con el estilo 
28700 \series bold
28701 Sangrado
28702 \series default
28703 , se añade un espacio de 30
28704 \begin_inset space \thinspace{}
28705 \end_inset
28706
28707 pt al comienzo de la primera columna.
28708  
28709 \end_layout
28710
28711 \begin_layout Subsection
28712 Entorno eqnarray
28713 \begin_inset CommandInset label
28714 LatexCommand label
28715 name "sub:Entorno-eqnarray"
28716
28717 \end_inset
28718
28719
28720 \begin_inset Index idx
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 Ecuación ! multilínea ! entorno eqnarray
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \begin_inset Index idx
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734 Ecuación ! multilínea ! entorno eqnarray
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 Al introducir este entorno aparecen tres marcos azules.
28744  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28745  El contenido del marco central está centrado y algo más pequeño, porque
28746  está diseñado para insertar sólo caracteres de relación.
28747 \begin_inset Formula 
28748 \begin{eqnarray*}
28749 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28750 AB & AB & AB\\
28751 A & = & A
28752 \end{eqnarray*}
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Subsection
28760 Entorno gather
28761 \begin_inset Index idx
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765 Ecuación ! multilínea ! entorno gather
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 Este entorno consta de una sola columna centrada.
28775  Se puede numerar cada línea.
28776 \begin_inset Formula 
28777 \begin{gather}
28778 A=1\\
28779 X=\mbox{-}1
28780 \end{gather}
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Subsection
28788 Entorno multilínea
28789 \begin_inset CommandInset label
28790 LatexCommand label
28791 name "sub:Entorno-multilínea"
28792
28793 \end_inset
28794
28795
28796 \begin_inset Index idx
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800 Ecuación ! multilínea ! entorno multilínea
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Standard
28809 El entorno multilínea, como gather, consta de una sola columna.
28810  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28811  Las demás están centradas.
28812  Por tanto este entorno es apropiado para ecuaciones largas.
28813  Como ejemplo, la ecuación
28814 \begin_inset space ~
28815 \end_inset
28816
28817
28818 \begin_inset CommandInset ref
28819 LatexCommand eqref
28820 reference "eq:lefteqn"
28821
28822 \end_inset
28823
28824  en entorno multilínea:
28825 \begin_inset Formula 
28826 \begin{multline}
28827 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}\\
28828 -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}\\
28829 =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}}
28830 \end{multline}
28831
28832 \end_inset
28833
28834 En la salida sólo aparece numerada la última (primera) línea si la numeración
28835  del documento es a la derecha (izquierda).
28836 \begin_inset Foot
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 véanse los estilos de numeración en 
28841 \begin_inset CommandInset ref
28842 LatexCommand ref
28843 reference "sec:Estilos-de-ecuación"
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \end_layout
28854
28855 \begin_layout Standard
28856 Con los comandos 
28857 \series bold
28858
28859 \backslash
28860 shoveright
28861 \series default
28862
28863 \begin_inset Index idx
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867 Comandos ! S ! 
28868 \backslash
28869 shoveright
28870 \end_layout
28871
28872 \end_inset
28873
28874  y 
28875 \series bold
28876
28877 \backslash
28878 shoveleft
28879 \series default
28880
28881 \begin_inset Index idx
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885 Comandos ! S ! 
28886 \backslash
28887 shoveleft
28888 \end_layout
28889
28890 \end_inset
28891
28892 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28893 ente.
28894  Los comandos se usan como sigue:
28895 \end_layout
28896
28897 \begin_layout Standard
28898
28899 \series bold
28900
28901 \backslash
28902 shoveright{contenido de la línea}
28903 \series default
28904  y 
28905 \series bold
28906
28907 \backslash
28908 shoveleft{contenido de la línea}
28909 \end_layout
28910
28911 \begin_layout Standard
28912 \begin_inset VSpace medskip
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 La longitud 
28920 \series bold
28921
28922 \backslash
28923 multlinegap
28924 \series default
28925
28926 \begin_inset Index idx
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Comandos ! M ! 
28931 \backslash
28932 multlinegap
28933 \end_layout
28934
28935 \end_inset
28936
28937  especifica la distancia de la primera línea desde el margen izquierdo de
28938  la página.
28939  Esta longitud es 0
28940 \begin_inset space \thinspace{}
28941 \end_inset
28942
28943 pt por omisión.
28944 \end_layout
28945
28946 \begin_layout Standard
28947 Como ejemplo la ecuación anterior con el comando
28948 \end_layout
28949
28950 \begin_layout Standard
28951
28952 \series bold
28953
28954 \backslash
28955 setlength{
28956 \backslash
28957 multlinegap}{2cm}
28958 \end_layout
28959
28960 \begin_layout Standard
28961 insertado previamente en modo TeX:
28962 \begin_inset ERT
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966
28967
28968 \backslash
28969 setlength{
28970 \backslash
28971 multlinegap}{2cm}
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \begin_inset Formula 
28978 \begin{multline}
28979 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}\\
28980 \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}}\\
28981 =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}}
28982 \end{multline}
28983
28984 \end_inset
28985
28986
28987 \begin_inset ERT
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991
28992
28993 \backslash
28994 setlength{
28995 \backslash
28996 multlinegap}{0pt}
28997 \end_layout
28998
28999 \end_inset
29000
29001 La segunda línea se ha alineado a la izquierda con 
29002 \series bold
29003
29004 \backslash
29005 shoveleft
29006 \series default
29007 .
29008 \end_layout
29009
29010 \begin_layout Subsection
29011 Ecuación con partes multilínea
29012 \begin_inset CommandInset label
29013 LatexCommand label
29014 name "sub:Partes-multilínea"
29015
29016 \end_inset
29017
29018
29019 \begin_inset Index idx
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 Ecuación ! multilínea ! solo parte
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
29033  siguientes entornos: 
29034 \series bold
29035 aligned
29036 \series default
29037
29038 \series bold
29039 alignedat
29040 \series default
29041
29042 \series bold
29043 gathered
29044 \series default
29045  o 
29046 \series bold
29047 split
29048 \series default
29049 .
29050  Se pueden elegir en el menú 
29051 \family sans
29052 Insertar\SpecialChar \menuseparator
29053 Ecuación
29054 \family default
29055  o usando los comandos aquí descritos.
29056 \end_layout
29057
29058 \begin_layout Standard
29059 Los tres primeros tienen las mismas propiedades que los correspondientes
29060  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29061  Un ejemplo:
29062 \begin_inset Formula 
29063 \[
29064 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29065 \Delta E\Delta t & \ge\frac{\hbar}{2}
29066 \end{aligned}
29067 \right\} \mbox{Relaciones de incertidumbre}
29068 \]
29069
29070 \end_inset
29071
29072 Para componer esta expresión se inserta una ecuación presentada y en ella
29073  se introduce el comando 
29074 \series bold
29075
29076 \backslash
29077 aligned
29078 \series default
29079
29080 \begin_inset Index idx
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 Comandos ! A ! 
29085 \backslash
29086 aligned
29087 \end_layout
29088
29089 \end_inset
29090
29091 .
29092  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29093  añadir filas y columnas.
29094  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29095  como la llave.
29096 \end_layout
29097
29098 \begin_layout Standard
29099 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29100  se alinean horizontalmente.
29101  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29102  de ecuación se centra verticalmente con las líneas.
29103  Como ejemplo, la ecuación 
29104 \begin_inset CommandInset ref
29105 LatexCommand eqref
29106 reference "eq:cortolargo"
29107
29108 \end_inset
29109
29110  en entorno aligned: 
29111 \begin_inset Formula 
29112 \begin{equation}
29113 \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}|}\\
29114  & -\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}|}
29115 \end{aligned}
29116 \end{equation}
29117
29118 \end_inset
29119
29120 Para usar los entornos 
29121 \series bold
29122 alignedat
29123 \series default
29124
29125 \series bold
29126 gathered
29127 \series default
29128 , o 
29129 \series bold
29130 split
29131 \series default
29132 , se insertan respectivamente los comandos
29133 \series bold
29134  
29135 \backslash
29136 alignedat
29137 \series default
29138 ,
29139 \begin_inset Index idx
29140 status collapsed
29141
29142 \begin_layout Plain Layout
29143 Comandos ! A ! 
29144 \backslash
29145 alignedat
29146 \end_layout
29147
29148 \end_inset
29149
29150  
29151 \series bold
29152
29153 \backslash
29154 gathered
29155 \series default
29156
29157 \begin_inset Index idx
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161 Comandos ! G ! 
29162 \backslash
29163 gathered
29164 \end_layout
29165
29166 \end_inset
29167
29168 , o 
29169 \series bold
29170
29171 \backslash
29172 split
29173 \series default
29174
29175 \begin_inset Index idx
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179 Comandos ! S ! 
29180 \backslash
29181 split
29182 \end_layout
29183
29184 \end_inset
29185
29186 .
29187  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29188  tener dos columnas.
29189 \end_layout
29190
29191 \begin_layout Subsection
29192 Texto en ecuaciones multilínea
29193 \begin_inset CommandInset label
29194 LatexCommand label
29195 name "sub:Texto-en-multilínea"
29196
29197 \end_inset
29198
29199
29200 \begin_inset Index idx
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204 Texto ! en ecuaciones
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \begin_inset Index idx
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214 Ecuación ! multilínea ! texto en
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 En los entornos align, multilínea y gather, se puede insertar texto que
29224  se mostrará en una línea separada y que no afecta la alineación de columna.
29225  Para esto se usa el comando 
29226 \series bold
29227
29228 \backslash
29229 intertext
29230 \series default
29231
29232 \begin_inset Index idx
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236 Comandos ! I ! 
29237 \backslash
29238 intertext
29239 \end_layout
29240
29241 \end_inset
29242
29243  con el siguiente esquema:
29244 \end_layout
29245
29246 \begin_layout Standard
29247
29248 \series bold
29249
29250 \backslash
29251 intertext{texto}
29252 \end_layout
29253
29254 \begin_layout Standard
29255 El texto no debería ocupar más de una línea porque no se puede partir con
29256  guión.
29257  Como LyX aún no soporta 
29258 \series bold
29259
29260 \backslash
29261 intertext
29262 \series default
29263  directamente, el texto se escribe como texto matemático.
29264  
29265 \series bold
29266
29267 \backslash
29268 intertext
29269 \series default
29270  debe por tanto estar al comienzo de una línea y en la salida se presenta
29271  sobre esta línea.
29272  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29273 \begin_inset Formula 
29274 \begin{align}
29275 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29276 \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
29277 \end{align}
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285
29286 \series bold
29287
29288 \backslash
29289 intertext
29290 \series default
29291  
29292 \lang english
29293 always creates some vertical space between the text and the formula lines.
29294  To avoid this space, set in the document settings under 
29295 \family sans
29296 Math
29297 \begin_inset space ~
29298 \end_inset
29299
29300 Options
29301 \family default
29302  for the package 
29303 \series bold
29304 \lang spanish
29305 mathtools
29306 \series default
29307
29308 \begin_inset Index idx
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312 Paquetes ! mathtools
29313 \end_layout
29314
29315 \end_inset
29316
29317  
29318 \lang english
29319 the option 
29320 \family sans
29321 Load
29322 \begin_inset space ~
29323 \end_inset
29324
29325 always
29326 \family default
29327 .
29328  Then you can use the command
29329 \lang spanish
29330  
29331 \series bold
29332
29333 \backslash
29334 shortintertext
29335 \series default
29336
29337 \begin_inset Index idx
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341 Comandos ! S ! 
29342 \backslash
29343 shortintertext
29344 \end_layout
29345
29346 \end_inset
29347
29348  
29349 \lang english
29350 instead of 
29351 \series bold
29352
29353 \backslash
29354 intertext
29355 \series default
29356 :
29357 \lang spanish
29358
29359 \begin_inset Formula 
29360 \begin{align}
29361 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29362 \shortintertext{\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
29363 \end{align}
29364
29365 \end_inset
29366
29367
29368 \end_layout
29369
29370 \begin_layout Section
29371 Numeración de ecuaciones
29372 \begin_inset Index idx
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376 Ecuación ! numeración|see
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381
29382 {
29383 \end_layout
29384
29385 \end_inset
29386
29387 Numeración de ecuaciones
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393 }
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \begin_inset Index idx
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408 Numeración de ecuaciones
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \end_layout
29415
29416 \begin_layout Subsection
29417 General
29418 \end_layout
29419
29420 \begin_layout Standard
29421 Las ecuaciones numeradas se insertan con el menú 
29422 \family sans
29423 Insertar\SpecialChar \menuseparator
29424 Ecuación
29425 \family default
29426  
29427 \family sans
29428 \SpecialChar \menuseparator
29429 Numerada
29430 \family default
29431  (atajo 
29432 \family sans
29433 Ctrl+Alt
29434 \begin_inset space ~
29435 \end_inset
29436
29437 N
29438 \family default
29439 ).
29440  Ecuaciones existentes se pueden numerar con el menú 
29441 \family sans
29442 Editar\SpecialChar \menuseparator
29443 Ecuación\SpecialChar \menuseparator
29444 Numerar la ecuación
29445 \family default
29446  (atajo
29447 \family sans
29448  Alt+M
29449 \begin_inset space ~
29450 \end_inset
29451
29452 N
29453 \family default
29454 ).
29455  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29456  En la salida se muestra el número real.
29457 \end_layout
29458
29459 \begin_layout Standard
29460 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29461  líneas.
29462  No obstante, la numeración se puede controlar en cada línea con el menú
29463  
29464 \family sans
29465 Editar\SpecialChar \menuseparator
29466 Ecuación\SpecialChar \menuseparator
29467 Numerar la línea
29468 \family default
29469  (atajo
29470 \family sans
29471  Alt+M
29472 \begin_inset space ~
29473 \end_inset
29474
29475 Mayúsculas+N
29476 \family default
29477 ).
29478 \end_layout
29479
29480 \begin_layout Standard
29481 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29482  distintos, véase 
29483 \begin_inset CommandInset ref
29484 LatexCommand ref
29485 reference "sec:Estilos-de-ecuación"
29486
29487 \end_inset
29488
29489 .
29490 \end_layout
29491
29492 \begin_layout Subsection
29493 Referencias cruzadas
29494 \begin_inset Index idx
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498 Ecuación ! referencias cruzadas a
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Todas las ecuaciones con etiqueta se pueden referir.
29508  La etiqueta se añade con el menú 
29509 \family sans
29510 Insertar\SpecialChar \menuseparator
29511 Etiqueta
29512 \family default
29513  o con el botón 
29514 \begin_inset Info
29515 type  "icon"
29516 arg   "label-insert"
29517 \end_inset
29518
29519  de la barra de herramientas.
29520  El cursor debe estar dentro de una ecuación en modo presentación.
29521  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
29522  
29523 \family sans
29524 Etiqueta de ecuación
29525 \family default
29526 .
29527  Surge un diálogo con el prefijo 
29528 \series bold
29529 eq:
29530 \series default
29531 , detrás del cual se escribe el texto de la etiqueta.
29532  El prefijo significa 
29533 \begin_inset Quotes fld
29534 \end_inset
29535
29536 equation
29537 \begin_inset Quotes frd
29538 \end_inset
29539
29540  y hace más fácil encontrar etiquetas en documentos extensos porque así
29541  se distingue p.
29542 \begin_inset space \thinspace{}
29543 \end_inset
29544
29545 ej.
29546 \begin_inset space ~
29547 \end_inset
29548
29549 de las etiquetas de sección.
29550  Para cambiar una etiqueta se usa de nuevo el menú 
29551 \family sans
29552 Insertar\SpecialChar \menuseparator
29553 Etiqueta 
29554 \family default
29555 o la opción 
29556 \family sans
29557 Etiqueta de ecuación
29558 \family default
29559  al hacer clic derecha sobre una fórmula.
29560 \end_layout
29561
29562 \begin_layout Standard
29563 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29564  ecuación.
29565  Una ecuación con etiqueta se numera siempre.
29566 \end_layout
29567
29568 \begin_layout Standard
29569 Las referencias cruzadas se insertan mediante el menú 
29570 \family sans
29571 Insertar\SpecialChar \menuseparator
29572 Referencia cruzada
29573 \family default
29574  o con el botón 
29575 \begin_inset Info
29576 type  "icon"
29577 arg   "dialog-show-new-inset ref"
29578 \end_inset
29579
29580 .
29581  Una referencia a una ecuación aparece en la salida con su número.
29582  Si en el diálogo de referencia cruzada se elige el formato 
29583 \series bold
29584 (<referencia>)
29585 \series default
29586 , la referencia se muestra en la salida entre paréntesis.
29587  
29588 \begin_inset Newline newline
29589 \end_inset
29590
29591 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29592  a la ecuación de referencia.
29593 \end_layout
29594
29595 \begin_layout Standard
29596 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29597  siguientes:
29598 \begin_inset Note Note
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602 Observa los distintos tipos de referencias cruzadas.
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \end_layout
29609
29610 \begin_layout Standard
29611 Las ecuaciones 
29612 \begin_inset CommandInset ref
29613 LatexCommand eqref
29614 reference "eq:tag"
29615
29616 \end_inset
29617
29618  y 
29619 \begin_inset CommandInset ref
29620 LatexCommand eqref
29621 reference "eq:c"
29622
29623 \end_inset
29624
29625  son equivalentes.
29626  En (
29627 \begin_inset CommandInset ref
29628 LatexCommand ref
29629 reference "eq:Lat"
29630
29631 \end_inset
29632
29633 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29634 \begin_inset CommandInset ref
29635 LatexCommand ref
29636 reference "eq:Rom"
29637
29638 \end_inset
29639
29640 ).
29641 \begin_inset VSpace medskip
29642 \end_inset
29643
29644
29645 \end_layout
29646
29647 \begin_layout Standard
29648 Si el argumento de 
29649 \series bold
29650
29651 \backslash
29652 tag
29653 \begin_inset Foot
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657
29658 \series bold
29659
29660 \backslash
29661 tag
29662 \series default
29663  se describe en 
29664 \begin_inset CommandInset ref
29665 LatexCommand ref
29666 reference "sub:Numeración-personalizada"
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \series default
29677  contiene un marco, como se describe en la 
29678 \begin_inset CommandInset ref
29679 LatexCommand ref
29680 reference "sub:Marcos-de-párrafo"
29681
29682 \end_inset
29683
29684 , no se puede referir la ecuación.
29685 \end_layout
29686
29687 \begin_layout Subsection
29688 Subnumeración
29689 \begin_inset Index idx
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 Numeración de ecuaciones ! subnumeración
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \end_layout
29700
29701 \begin_layout Standard
29702 Con ayuda de los comandos 
29703 \series bold
29704
29705 \backslash
29706 begin{subequations}
29707 \series default
29708  y 
29709 \series bold
29710
29711 \backslash
29712 end{subequations}
29713 \series default
29714  en modo TeX se pueden subnumerar ecuaciones.
29715 \end_layout
29716
29717 \begin_layout Standard
29718 Ejemplo:
29719 \begin_inset Formula 
29720 \begin{equation}
29721 A=C-B\label{eq:a}
29722 \end{equation}
29723
29724 \end_inset
29725
29726
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732
29733 \backslash
29734 addtocounter{equation}{-1}
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745
29746 \backslash
29747 begin{subequations}
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \begin_inset VSpace -5mm
29754 \end_inset
29755
29756
29757 \begin_inset Formula 
29758 \begin{equation}
29759 B=C-A\label{eq:b}
29760 \end{equation}
29761
29762 \end_inset
29763
29764
29765 \begin_inset Formula 
29766 \begin{equation}
29767 C=A+B\label{eq:c}
29768 \end{equation}
29769
29770 \end_inset
29771
29772
29773 \end_layout
29774
29775 \begin_layout Standard
29776 \begin_inset ERT
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780
29781
29782 \backslash
29783 end{subequations}
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \end_layout
29790
29791 \begin_layout Standard
29792 Para este ejemplo se ha hecho lo siguiente:
29793 \end_layout
29794
29795 \begin_layout Enumerate
29796 se inserta la primera ecuación
29797 \end_layout
29798
29799 \begin_layout Enumerate
29800 después de ella se inserta
29801 \series bold
29802
29803 \begin_inset Newline newline
29804 \end_inset
29805
29806
29807 \backslash
29808 addtocounter{equation}{-1} 
29809 \backslash
29810 begin{subequations}
29811 \begin_inset Index idx
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815 Comandos ! A ! 
29816 \backslash
29817 addtocounter
29818 \end_layout
29819
29820 \end_inset
29821
29822
29823 \end_layout
29824
29825 \begin_layout Enumerate
29826 se inserta la segunda ecuación
29827 \end_layout
29828
29829 \begin_layout Enumerate
29830 se inserta la tercera ecuación
29831 \end_layout
29832
29833 \begin_layout Enumerate
29834 se inserta 
29835 \series bold
29836
29837 \backslash
29838 end{subequations}
29839 \series default
29840  tras la tercera ecuación
29841 \end_layout
29842
29843 \begin_layout Standard
29844 Toda ecuación entre los comandos 
29845 \series bold
29846
29847 \backslash
29848 begin
29849 \series default
29850  y 
29851 \series bold
29852
29853 \backslash
29854 end
29855 \series default
29856  se subnumera con a, b, c\SpecialChar \ldots{}
29857  En ecuaciones multilínea se subnumerará cada línea.
29858  Todas las ecuaciones subnumeradas son tratadas como 
29859 \emph on
29860 una
29861 \emph default
29862  ecuación numerada.
29863  Pero como cada ecuación numerada aumenta el contador 
29864 \series bold
29865 equation
29866 \series default
29867  en uno, hay que disminuir el comando 
29868 \series bold
29869
29870 \backslash
29871 addtocounter
29872 \series default
29873 .
29874  De lo contrario, las ecuaciones 
29875 \begin_inset CommandInset ref
29876 LatexCommand eqref
29877 reference "eq:a"
29878
29879 \end_inset
29880
29881
29882 \begin_inset CommandInset ref
29883 LatexCommand eqref
29884 reference "eq:b"
29885
29886 \end_inset
29887
29888
29889 \begin_inset CommandInset ref
29890 LatexCommand eqref
29891 reference "eq:c"
29892
29893 \end_inset
29894
29895  se numerarían 
29896 \begin_inset CommandInset ref
29897 LatexCommand eqref
29898 reference "eq:a"
29899
29900 \end_inset
29901
29902
29903 \begin_inset CommandInset ref
29904 LatexCommand eqref
29905 reference "eq:d"
29906
29907 \end_inset
29908
29909
29910 \begin_inset CommandInset ref
29911 LatexCommand eqref
29912 reference "eq:f"
29913
29914 \end_inset
29915
29916 .
29917 \end_layout
29918
29919 \begin_layout Standard
29920 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29921  ecuaciones.
29922  Para evitarlo se inserta ese espacio vertical de -5
29923 \begin_inset space \thinspace{}
29924 \end_inset
29925
29926 mm detrás del comando 
29927 \series bold
29928
29929 \backslash
29930 begin{subequations}
29931 \series default
29932 .
29933
29934 \series bold
29935  
29936 \series default
29937 Si se usa el estilo 
29938 \series bold
29939 Sangrado
29940 \series default
29941
29942 \begin_inset Foot
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946 véase estilos de ecuación en 
29947 \begin_inset CommandInset ref
29948 LatexCommand ref
29949 reference "sec:Estilos-de-ecuación"
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \end_inset
29957
29958 , entonces se inserta -7
29959 \begin_inset space \thinspace{}
29960 \end_inset
29961
29962 mm.
29963 \end_layout
29964
29965 \begin_layout Standard
29966 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29967  de la segunda línea:
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 begin{subequations}
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \begin_inset Formula 
29982 \begin{eqnarray}
29983 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29984  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29985  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29986 \end{eqnarray}
29987
29988 \end_inset
29989
29990
29991 \begin_inset ERT
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995
29996
29997 \backslash
29998 end{subequations}
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Subsection
30007 Numeración definida por el usuario
30008 \begin_inset CommandInset label
30009 LatexCommand label
30010 name "sub:Numeración-personalizada"
30011
30012 \end_inset
30013
30014
30015 \begin_inset Index idx
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 Numeración de ecuaciones ! personalizada
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Con la numeración estándar el número se coloca entre paréntesis.
30029  Para reemplazar los paréntesis con barras verticales, p.
30030 \begin_inset space \thinspace{}
30031 \end_inset
30032
30033 e., se añade al preámbulo LaTeX la línea: 
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 def
30042 \backslash
30043 tagform@#1{
30044 \backslash
30045 maketag@@@{|#1|}}
30046 \series default
30047
30048 \begin_inset Note Note
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30053  Para activarlo, quita el % del principio.
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Standard
30062 Para usar otros caracteres, se reemplazan las barras al lado de 
30063 \series bold
30064 #1
30065 \series default
30066  por ellos.
30067  Para obtener sólo el número de ecuación se omiten las barras verticales.
30068 \begin_inset VSpace bigskip
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30076  consecutivo, se usa el comando 
30077 \series bold
30078
30079 \backslash
30080 tag
30081 \begin_inset Index idx
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085 Comandos ! T ! 
30086 \backslash
30087 tag
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \series default
30094 :
30095 \begin_inset Formula 
30096 \begin{equation}
30097 A+B=C\tag{algo}\label{eq:tag}
30098 \end{equation}
30099
30100 \end_inset
30101
30102 En este ejemplo se ha insertado el comando
30103 \series bold
30104  
30105 \backslash
30106 tag
30107 \begin_inset space \textvisiblespace{}
30108 \end_inset
30109
30110 algo
30111 \series default
30112  en la ecuación.
30113 \end_layout
30114
30115 \begin_layout Standard
30116 Si se usa en su lugar el comando con asterisco 
30117 \series bold
30118
30119 \backslash
30120 tag*
30121 \begin_inset space \textvisiblespace{}
30122 \end_inset
30123
30124 algo
30125 \series default
30126  no se imprimen los paréntesis:
30127 \begin_inset Formula 
30128 \[
30129 A+B=C\tag*{algo}
30130 \]
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Standard
30138 \begin_inset VSpace bigskip
30139 \end_inset
30140
30141
30142 \end_layout
30143
30144 \begin_layout Standard
30145 Para reiniciar la numeración en nuevas partes o secciones del documento
30146  se usan los siguientes comandos:
30147 \end_layout
30148
30149 \begin_layout Standard
30150
30151 \series bold
30152
30153 \backslash
30154 @addtoreset{equation}{part}
30155 \series default
30156
30157 \begin_inset Index idx
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161 Comandos ! 
30162 \begin_inset ERT
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166
30167 "
30168 \end_layout
30169
30170 \end_inset
30171
30172 @
30173 \begin_inset ERT
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177
30178 "
30179 \end_layout
30180
30181 \end_inset
30182
30183  ! 
30184 \backslash
30185
30186 \begin_inset ERT
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190
30191 "
30192 \end_layout
30193
30194 \end_inset
30195
30196 @
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202 "
30203 \end_layout
30204
30205 \end_inset
30206
30207 addtoreset
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \begin_inset Newline newline
30214 \end_inset
30215
30216
30217 \series bold
30218
30219 \backslash
30220 @addtoreset{equation}{section}
30221 \end_layout
30222
30223 \begin_layout Standard
30224 Pata poder usar estos comandos en modo TeX, el carácter 
30225 \begin_inset Quotes fld
30226 \end_inset
30227
30228 @
30229 \begin_inset Quotes frd
30230 \end_inset
30231
30232  debe 
30233 \begin_inset Quotes fld
30234 \end_inset
30235
30236 activarse
30237 \begin_inset Quotes frd
30238 \end_inset
30239
30240  para LaTeX con el comando 
30241 \series bold
30242
30243 \backslash
30244 makeatletter
30245 \series default
30246 .
30247  El comando 
30248 \series bold
30249
30250 \backslash
30251 makeatother
30252 \series default
30253  deshace esto.
30254  Así pues, la secuencia de comandos en modo TeX es:
30255 \end_layout
30256
30257 \begin_layout Standard
30258
30259 \series bold
30260
30261 \backslash
30262 makeatletter
30263 \begin_inset Newline newline
30264 \end_inset
30265
30266
30267 \backslash
30268 @addtoreset{equation}{section}
30269 \begin_inset Newline newline
30270 \end_inset
30271
30272
30273 \backslash
30274 makeatother
30275 \end_layout
30276
30277 \begin_layout Standard
30278 En el preámbulo LaTeX se pueden omitir 
30279 \series bold
30280
30281 \backslash
30282 makeatletter
30283 \series default
30284  y 
30285 \series bold
30286
30287 \backslash
30288 makeatother
30289 \series default
30290  pues son automáticamente insertados por LyX.
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Para el comando 
30295 \series bold
30296
30297 \backslash
30298 @addtoreset
30299 \series default
30300 ,
30301 \series bold
30302  
30303 \series default
30304 hay que cargar en el preámbulo LaTeX el archivo 
30305 \series bold
30306 remreset.sty
30307 \series default
30308
30309 \begin_inset Foot
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314 \series bold
30315 remreset
30316 \series default
30317  es parte del paquete LaTeX 
30318 \series bold
30319 carlisle
30320 \series default
30321
30322 \begin_inset Index idx
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 Paquetes ! carlisle
30327 \end_layout
30328
30329 \end_inset
30330
30331 , incluido en las instalaciones estándar de LaTeX.
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \begin_inset Index idx
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 Paquetes ! remreset
30342 \end_layout
30343
30344 \end_inset
30345
30346  con la línea
30347 \end_layout
30348
30349 \begin_layout Standard
30350
30351 \series bold
30352
30353 \backslash
30354 usepackage{remreset}
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Entonces se puede usar el comando 
30359 \series bold
30360
30361 \backslash
30362 @removefromreset
30363 \series default
30364
30365 \begin_inset Index idx
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369 Comandos ! 
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375 "
30376 \end_layout
30377
30378 \end_inset
30379
30380 @
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386 "
30387 \end_layout
30388
30389 \end_inset
30390
30391  ! 
30392 \backslash
30393
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399 "
30400 \end_layout
30401
30402 \end_inset
30403
30404 @
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410 "
30411 \end_layout
30412
30413 \end_inset
30414
30415 removefromreset
30416 \end_layout
30417
30418 \end_inset
30419
30420  con el mismo esquema que 
30421 \series bold
30422
30423 \backslash
30424 @addtoreset
30425 \series default
30426 .
30427 \begin_inset VSpace bigskip
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Standard
30434 A veces las ecuaciones deberían numerarse de la siguiente manera:
30435 \end_layout
30436
30437 \begin_layout Standard
30438
30439 \family typewriter
30440 (número de sección.número de ecuación)
30441 \end_layout
30442
30443 \begin_layout Standard
30444 El número de ecuación empezaría con 
30445 \begin_inset Quotes fld
30446 \end_inset
30447
30448 1
30449 \begin_inset Quotes frd
30450 \end_inset
30451
30452  en cada sección.
30453 \end_layout
30454
30455 \begin_layout Standard
30456 Para este caso hay el comando 
30457 \series bold
30458
30459 \backslash
30460 numberwithin
30461 \series default
30462
30463 \begin_inset Index idx
30464 status collapsed
30465
30466 \begin_layout Plain Layout
30467 Comandos ! N ! 
30468 \backslash
30469 numberwithin
30470 \end_layout
30471
30472 \end_inset
30473
30474 , que se usa con el esquema:
30475 \end_layout
30476
30477 \begin_layout Standard
30478
30479 \series bold
30480
30481 \backslash
30482 numberwithin{counter}{sectioning}
30483 \end_layout
30484
30485 \begin_layout Standard
30486 \begin_inset Quotes fld
30487 \end_inset
30488
30489 counter
30490 \begin_inset Quotes frd
30491 \end_inset
30492
30493  indica qué clase de numeración es afectada, 
30494 \begin_inset Quotes fld
30495 \end_inset
30496
30497 sectioning
30498 \begin_inset Quotes frd
30499 \end_inset
30500
30501  indica qué número va delante del punto.
30502  
30503 \end_layout
30504
30505 \begin_layout Standard
30506 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30507  en el preámbulo LaTeX:
30508 \end_layout
30509
30510 \begin_layout Standard
30511
30512 \series bold
30513
30514 \backslash
30515 numberwithin{equation}{section}
30516 \end_layout
30517
30518 \begin_layout Standard
30519 Este es el resultado::
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525
30526 \backslash
30527 numberwithin{equation}{section}
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Formula 
30534 \begin{equation}
30535 A+B=C
30536 \end{equation}
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 Para numerar cuadros de modo que, p.
30545 \begin_inset space \thinspace{}
30546 \end_inset
30547
30548 ej., 
30549 \begin_inset Quotes fld
30550 \end_inset
30551
30552 sectioning
30553 \begin_inset Quotes frd
30554 \end_inset
30555
30556  sea el número de la parte se usa
30557 \begin_inset Newline newline
30558 \end_inset
30559
30560
30561 \series bold
30562
30563 \backslash
30564 numberwithin{table}{part}
30565 \end_layout
30566
30567 \begin_layout Standard
30568 Para volver a la numeración estándar o evitar esta clase numeración cuando
30569  es definida por la clase de documento, se inserta el siguiente comando
30570  en código TeX o en el preámbulo LaTeX:
30571 \end_layout
30572
30573 \begin_layout Standard
30574
30575 \series bold
30576
30577 \backslash
30578 renewcommand{
30579 \backslash
30580 theequation}{
30581 \backslash
30582 arabic{equation}}
30583 \begin_inset Index idx
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587 Comandos ! A ! 
30588 \backslash
30589 arabic
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \series default
30596
30597 \begin_inset ERT
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601
30602
30603 \backslash
30604 renewcommand{
30605 \backslash
30606 theequation}{
30607 \backslash
30608 arabic{equation}}
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \series bold
30615
30616 \begin_inset Newline newline
30617 \end_inset
30618
30619
30620 \series default
30621 o
30622 \series bold
30623
30624 \begin_inset Newline newline
30625 \end_inset
30626
30627
30628 \backslash
30629 renewcommand{
30630 \backslash
30631 thetable}{
30632 \backslash
30633 arabic{table}}
30634 \end_layout
30635
30636 \begin_layout Standard
30637
30638 \series bold
30639
30640 \backslash
30641 numberwithin
30642 \series default
30643  usa internamente el comando 
30644 \series bold
30645
30646 \backslash
30647 @addtoreset
30648 \series default
30649 , descrito arriba, que también debe ser restaurado.
30650 \begin_inset ERT
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654
30655
30656 \backslash
30657 makeatletter
30658 \end_layout
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 @removefromreset{equation}{section}
30665 \end_layout
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 makeatother
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \begin_layout Subsection
30680 Numeración con números romanos y letras
30681 \begin_inset Index idx
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Numeración de ecuaciones ! con números romanos
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \begin_inset Index idx
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695 Numeración de ecuaciones ! con letras
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Standard
30704 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30705  Por ejemplo, para numerar con romanos en minúscula,
30706 \begin_inset Foot
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Como en español no se usan romanos en minúscula, el estilo 
30711 \series bold
30712 spanish
30713 \series default
30714  del sistema 
30715 \series bold
30716 babel
30717 \series default
30718  redefine 
30719 \series bold
30720
30721 \backslash
30722 roman
30723 \series default
30724  para que los dé en versalitas.
30725  Véase 
30726 \begin_inset CommandInset citation
30727 LatexCommand cite
30728 key "spanish"
30729
30730 \end_inset
30731
30732  (
30733 \emph on
30734 N.
30735 \begin_inset space \thinspace{}
30736 \end_inset
30737
30738 del t
30739 \emph default
30740 ).
30741 \end_layout
30742
30743 \end_inset
30744
30745  se inserta el comando
30746 \end_layout
30747
30748 \begin_layout Standard
30749
30750 \series bold
30751
30752 \backslash
30753 renewcommand{
30754 \backslash
30755 theequation}{
30756 \backslash
30757 roman{equation}}
30758 \end_layout
30759
30760 \begin_layout Standard
30761 antes de la ecuación en modo TeX.
30762  
30763 \series bold
30764
30765 \backslash
30766 renewcommand
30767 \series default
30768
30769 \begin_inset Index idx
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 Comandos ! R ! 
30774 \backslash
30775 renewcommand
30776 \end_layout
30777
30778 \end_inset
30779
30780  redefine el comando predefinido 
30781 \series bold
30782
30783 \backslash
30784 theequation
30785 \series default
30786  como 
30787 \series bold
30788
30789 \backslash
30790 roman{equation}
30791 \series default
30792 .
30793 \begin_inset Foot
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797 El comando 
30798 \series bold
30799
30800 \backslash
30801 renewcommand
30802 \series default
30803  tiene el mismo esquema que el comando 
30804 \series bold
30805
30806 \backslash
30807 newcommand
30808 \series default
30809 , descrito en 
30810 \begin_inset CommandInset ref
30811 LatexCommand ref
30812 reference "sub:El-comando-newcommand"
30813
30814 \end_inset
30815
30816 .
30817 \end_layout
30818
30819 \end_inset
30820
30821  
30822 \series bold
30823 equation
30824 \series default
30825  es el contador de ecuaciones.
30826  Si se usa el comando 
30827 \series bold
30828
30829 \backslash
30830 the
30831 \series default
30832  como prefijo de un contador, el valor del contador sale en números arábigos.
30833  Si una ecuación es numerada, LaTeX pone internamente el comando 
30834 \series bold
30835
30836 \backslash
30837 theequation
30838 \series default
30839  detrás de la ecuación.
30840  
30841 \series bold
30842
30843 \backslash
30844 roman{equation}
30845 \series default
30846
30847 \begin_inset Index idx
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851 Comandos ! R ! 
30852 \backslash
30853 roman
30854 \end_layout
30855
30856 \end_inset
30857
30858  pone el contador en romanos en minúscula.
30859 \end_layout
30860
30861 \begin_layout Standard
30862 Todas las ecuaciones siguientes a 
30863 \series bold
30864
30865 \backslash
30866 renew
30867 \series default
30868 c
30869 \series bold
30870 ommand
30871 \series default
30872  se numerarán en romanos.
30873  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30874  cambiando 
30875 \series bold
30876
30877 \backslash
30878 roman
30879 \series default
30880  por 
30881 \series bold
30882
30883 \backslash
30884 Roman
30885 \series default
30886
30887 \begin_inset Index idx
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891 Comandos ! R ! 
30892 \backslash
30893 roman@
30894 \backslash
30895 Roman
30896 \end_layout
30897
30898 \end_inset
30899
30900 .
30901  Para 
30902 \begin_inset Quotes fld
30903 \end_inset
30904
30905 numerar
30906 \begin_inset Quotes frd
30907 \end_inset
30908
30909  con minúsculas latinas hay el comando 
30910 \series bold
30911
30912 \backslash
30913 alph
30914 \series default
30915
30916 \begin_inset Index idx
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920 Comandos ! A ! 
30921 \backslash
30922 alph
30923 \end_layout
30924
30925 \end_inset
30926
30927 , y para mayúsculas el comando 
30928 \series bold
30929
30930 \backslash
30931 Alph
30932 \series default
30933
30934 \begin_inset Index idx
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 Comandos ! A ! 
30939 \backslash
30940 alph@
30941 \backslash
30942 Alph
30943 \end_layout
30944
30945 \end_inset
30946
30947 .
30948 \end_layout
30949
30950 \begin_layout Standard
30951 \begin_inset Note Greyedout
30952 status open
30953
30954 \begin_layout Plain Layout
30955
30956 \series bold
30957 \color none
30958 Nota:
30959 \series default
30960  Con letras latinas sólo se puede numerar hasta un máximo de 26
30961 \begin_inset space ~
30962 \end_inset
30963
30964 ecuaciones.
30965 \end_layout
30966
30967 \end_inset
30968
30969
30970 \end_layout
30971
30972 \begin_layout Standard
30973 \begin_inset ERT
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977
30978
30979 \backslash
30980 renewcommand{
30981 \backslash
30982 theequation}{
30983 \backslash
30984 roman{equation}}
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \begin_inset Formula 
30991 \begin{equation}
30992 A=\textrm{romanos en minúscula}
30993 \end{equation}
30994
30995 \end_inset
30996
30997
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003
31004 \backslash
31005 renewcommand{
31006 \backslash
31007 theequation}{
31008 \backslash
31009 Roman{equation}}
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \begin_inset Formula 
31016 \begin{equation}
31017 B=\textrm{romanos en mayúscula}\label{eq:Rom}
31018 \end{equation}
31019
31020 \end_inset
31021
31022
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028
31029 \backslash
31030 renewcommand{
31031 \backslash
31032 theequation}{
31033 \backslash
31034 alph{equation}}
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \begin_inset Formula 
31041 \begin{equation}
31042 C=\textrm{latinas en minúscula}
31043 \end{equation}
31044
31045 \end_inset
31046
31047
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 renewcommand{
31056 \backslash
31057 theequation}{
31058 \backslash
31059 Alph{equation}}
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \begin_inset Formula 
31066 \begin{equation}
31067 D=\textrm{latinas en mayúscula}\label{eq:Lat}
31068 \end{equation}
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Para volver a la numeración por omisión se inserta el comando:
31077 \end_layout
31078
31079 \begin_layout Standard
31080
31081 \series bold
31082
31083 \backslash
31084 renewcommand{
31085 \backslash
31086 theequation}{
31087 \backslash
31088 arabic{equation}}
31089 \begin_inset Index idx
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093 Comandos ! A ! 
31094 \backslash
31095 arabic
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \begin_layout Standard
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109
31110 \backslash
31111 renewcommand{
31112 \backslash
31113 theequation}{
31114 \backslash
31115 arabic{equation}}
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \begin_inset Formula 
31122 \begin{equation}
31123 E=\mbox{arábigos}
31124 \end{equation}
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \begin_layout Standard
31132 \begin_inset VSpace medskip
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \begin_layout Standard
31139 Como ves, las ecuaciones se numeran consecutivamente independientemente
31140  del estilo de numeración.
31141  Cuando la numeración haya de empezar con 
31142 \begin_inset Quotes fld
31143 \end_inset
31144
31145 1
31146 \begin_inset Quotes frd
31147 \end_inset
31148
31149  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31150  Una descripción sobre esto se encuentra en el archivo 
31151 \begin_inset CommandInset href
31152 LatexCommand href
31153 name "Formula-numbering.lyx"
31154 target "run:Formula-numbering.lyx"
31155
31156 \end_inset
31157
31158 .
31159 \end_layout
31160
31161 \begin_layout Section
31162 Símbolos y ecuaciones químicas
31163 \begin_inset CommandInset label
31164 LatexCommand label
31165 name "sub:Símbolos-y-ecuaciones-químicas"
31166
31167 \end_inset
31168
31169
31170 \begin_inset Index idx
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174 Química ! símbolos
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \begin_inset Index idx
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184 Química ! caracteres
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \begin_inset Index idx
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194 Ecuación ! química|see
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200 {
31201 \end_layout
31202
31203 \end_inset
31204
31205 Química
31206 \begin_inset ERT
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210
31211 }
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \begin_inset Index idx
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226 Química ! iones
31227 \end_layout
31228
31229 \end_inset
31230
31231
31232 \begin_inset Index idx
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 Iones|see
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241
31242 {
31243 \end_layout
31244
31245 \end_inset
31246
31247 Química
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252
31253 }
31254 \end_layout
31255
31256 \end_inset
31257
31258
31259 \end_layout
31260
31261 \end_inset
31262
31263
31264 \begin_inset Index idx
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268 Química ! reacción
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 Un ejemplo de texto de química:
31278 \end_layout
31279
31280 \begin_layout Quote
31281 El ion 
31282 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31283 \end_inset
31284
31285  reacciona con dos iones 
31286 \begin_inset Formula $\mathrm{Na^{+}}$
31287 \end_inset
31288
31289  para dar sulfato de sodio 
31290 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31291 \end_inset
31292
31293 .
31294  La ecuación química es:
31295 \begin_inset Formula 
31296 \begin{equation}
31297 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
31298 \end{equation}
31299
31300 \end_inset
31301
31302
31303 \end_layout
31304
31305 \begin_layout Standard
31306 Esta ecuación química puede componerse directamente en modo ecuación.
31307  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31308  y con el atajo 
31309 \family sans
31310 Alt+C
31311 \begin_inset space ~
31312 \end_inset
31313
31314 R
31315 \family default
31316  se cambia en redonda.
31317 \begin_inset Foot
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321 véase estilos de tipografías en 
31322 \begin_inset CommandInset ref
31323 LatexCommand ref
31324 reference "sub:Estilos-de-tipografías"
31325
31326 \end_inset
31327
31328 .
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \begin_layout Standard
31337 Para escribir ecuaciones químicas es más conveniente usar el comando 
31338 \series bold
31339
31340 \backslash
31341 ce
31342 \series default
31343
31344 \begin_inset Index idx
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348 Comandos ! C ! 
31349 \backslash
31350 ce
31351 \end_layout
31352
31353 \end_inset
31354
31355 , que está disponible si está instalado el paquete LaTeX 
31356 \series bold
31357 mhchem
31358 \series default
31359
31360 \begin_inset Index idx
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 Paquetes ! mhchem
31365 \end_layout
31366
31367 \end_inset
31368
31369 .
31370  Al insertar 
31371 \series bold
31372
31373 \backslash
31374 ce
31375 \series default
31376  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31377  ecuaciones químicas de una forma intuitiva.
31378 \end_layout
31379
31380 \begin_layout Standard
31381 \align center
31382 \begin_inset Tabular
31383 <lyxtabular version="3" rows="9" columns="2">
31384 <features rotate="0" tabularvalignment="middle">
31385 <column alignment="center" valignment="top">
31386 <column alignment="center" valignment="top">
31387 <row>
31388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31389 \begin_inset Text
31390
31391 \begin_layout Plain Layout
31392 Comando
31393 \end_layout
31394
31395 \end_inset
31396 </cell>
31397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31398 \begin_inset Text
31399
31400 \begin_layout Plain Layout
31401 Resultado
31402 \begin_inset Note Note
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406
31407 \series bold
31408
31409 \backslash
31410 raisebox
31411 \series default
31412  se usa sólo como espaciador
31413 \end_layout
31414
31415 \end_inset
31416
31417
31418 \end_layout
31419
31420 \end_inset
31421 </cell>
31422 </row>
31423 <row>
31424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31425 \begin_inset Text
31426
31427 \begin_layout Plain Layout
31428
31429 \backslash
31430 ce
31431 \begin_inset space \textvisiblespace{}
31432 \end_inset
31433
31434 H2CO3
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31440 \begin_inset Text
31441
31442 \begin_layout Plain Layout
31443 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 </row>
31452 <row>
31453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31454 \begin_inset Text
31455
31456 \begin_layout Plain Layout
31457
31458 \backslash
31459 ce
31460 \begin_inset space \textvisiblespace{}
31461 \end_inset
31462
31463 SO4^2-
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \end_inset
31479 </cell>
31480 </row>
31481 <row>
31482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31483 \begin_inset Text
31484
31485 \begin_layout Plain Layout
31486
31487 \backslash
31488 ce
31489 \begin_inset space \textvisiblespace{}
31490 \end_inset
31491
31492 (NH4)2S
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31498 \begin_inset Text
31499
31500 \begin_layout Plain Layout
31501 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \end_inset
31508 </cell>
31509 </row>
31510 <row>
31511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31512 \begin_inset Text
31513
31514 \begin_layout Plain Layout
31515
31516 \backslash
31517 ce
31518 \begin_inset space \textvisiblespace{}
31519 \end_inset
31520
31521 KCr(SO4)2.12H2O
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \end_inset
31537 </cell>
31538 </row>
31539 <row>
31540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31541 \begin_inset Text
31542
31543 \begin_layout Plain Layout
31544
31545 \backslash
31546 ce
31547 \begin_inset space \textvisiblespace{}
31548 \end_inset
31549
31550 A-B
31551 \backslash
31552 dbond
31553 \begin_inset space \textvisiblespace{}
31554 \end_inset
31555
31556 C
31557 \backslash
31558 tbond
31559 \begin_inset space \textvisiblespace{}
31560 \end_inset
31561
31562 D
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 </row>
31580 <row>
31581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585
31586 \backslash
31587 ce
31588 \begin_inset space \textvisiblespace{}
31589 \end_inset
31590
31591 ^227
31592 \begin_inset Formula $\downarrow$
31593 \end_inset
31594
31595 _90
31596 \begin_inset Formula $\to$
31597 \end_inset
31598
31599 Th+
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622
31623 \backslash
31624 ce
31625 \begin_inset space \textvisiblespace{}
31626 \end_inset
31627
31628 CO2
31629 \begin_inset space \textvisiblespace{}
31630 \end_inset
31631
31632 +
31633 \begin_inset space \textvisiblespace{}
31634 \end_inset
31635
31636 C
31637 \begin_inset space \textvisiblespace{}
31638 \end_inset
31639
31640 <=>
31641 \begin_inset space \textvisiblespace{}
31642 \end_inset
31643
31644 2CO
31645 \end_layout
31646
31647 \end_inset
31648 </cell>
31649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31650 \begin_inset Text
31651
31652 \begin_layout Plain Layout
31653 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \end_inset
31660 </cell>
31661 </row>
31662 <row>
31663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31664 \begin_inset Text
31665
31666 \begin_layout Plain Layout
31667
31668 \backslash
31669 ce
31670 \begin_inset space \textvisiblespace{}
31671 \end_inset
31672
31673 CO2
31674 \begin_inset space \textvisiblespace{}
31675 \end_inset
31676
31677 +
31678 \begin_inset space \textvisiblespace{}
31679 \end_inset
31680
31681 C
31682 \begin_inset space \textvisiblespace{}
31683 \end_inset
31684
31685 ->[
31686 \backslash
31687 alpha][
31688 \backslash
31689 beta]
31690 \begin_inset space \textvisiblespace{}
31691 \end_inset
31692
31693 2CO}
31694 \end_layout
31695
31696 \end_inset
31697 </cell>
31698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31699 \begin_inset Text
31700
31701 \begin_layout Plain Layout
31702 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \end_inset
31709 </cell>
31710 </row>
31711 </lyxtabular>
31712
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \begin_layout Standard
31719 \begin_inset Note Greyedout
31720 status open
31721
31722 \begin_layout Plain Layout
31723
31724 \series bold
31725 \color none
31726 Nota:
31727 \series default
31728  Insertar modo matemático en un marco 
31729 \series bold
31730
31731 \backslash
31732 ce
31733 \series default
31734  provocará errores de LaTeX.
31735  En estos casos hay que usar código TeX, como en 
31736 \series bold
31737
31738 \backslash
31739 ce{$
31740 \backslash
31741 mu
31742 \backslash
31743 hyphen$Cl}
31744 \series default
31745
31746 \begin_inset ERT
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750
31751
31752 \backslash
31753 ce{$
31754 \backslash
31755 mu
31756 \backslash
31757 hyphen$Cl}
31758 \end_layout
31759
31760 \end_inset
31761
31762  
31763 \end_layout
31764
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 \begin_inset Note Greyedout
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775
31776 \series bold
31777 Nota:
31778 \series default
31779  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31780  como se describe en el manual de 
31781 \series bold
31782 mhchem
31783 \series default
31784 .
31785  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31786  
31787 \series bold
31788
31789 \backslash
31790 uparrow
31791 \series default
31792
31793 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Standard
31805 El comando 
31806 \series bold
31807
31808 \backslash
31809 ce
31810 \series default
31811  para la 
31812 \begin_inset CommandInset ref
31813 LatexCommand ref
31814 reference "eq:reaccion-quimica"
31815
31816 \end_inset
31817
31818  es
31819 \begin_inset Newline newline
31820 \end_inset
31821
31822
31823 \series bold
31824  
31825 \backslash
31826 ce
31827 \begin_inset space \textvisiblespace{}
31828 \end_inset
31829
31830 2Na+
31831 \begin_inset space \textvisiblespace{}
31832 \end_inset
31833
31834 +
31835 \begin_inset space \textvisiblespace{}
31836 \end_inset
31837
31838 SO4^2-
31839 \begin_inset space \textvisiblespace{}
31840 \end_inset
31841
31842
31843 \begin_inset space \textvisiblespace{}
31844 \end_inset
31845
31846 ->
31847 \begin_inset space \textvisiblespace{}
31848 \end_inset
31849
31850 Na2SO4
31851 \end_layout
31852
31853 \begin_layout Standard
31854 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31855  multilínea, tal como se describe en la 
31856 \begin_inset CommandInset ref
31857 LatexCommand ref
31858 reference "sec:Ecuaciones-multilínea"
31859
31860 \end_inset
31861
31862 .
31863  Después se utiliza el comando 
31864 \series bold
31865
31866 \backslash
31867 ce
31868 \series default
31869  en cada cuadrito azul de la ecuación.
31870  La 
31871 \begin_inset CommandInset ref
31872 LatexCommand ref
31873 reference "eq:TEOS-reac-1"
31874
31875 \end_inset
31876
31877  y la 
31878 \begin_inset CommandInset ref
31879 LatexCommand ref
31880 reference "eq:TEOS-reac-2"
31881
31882 \end_inset
31883
31884  son ejemplos de una reacción química en dos fases en la que cada ecuación
31885  tiene su propio número.
31886 \begin_inset Formula 
31887 \begin{eqnarray}
31888 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31889 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31890 \end{eqnarray}
31891
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \begin_layout Standard
31898 Además de 
31899 \series bold
31900
31901 \backslash
31902 ce
31903 \series default
31904  el paquete 
31905 \series bold
31906 mhchem
31907 \series default
31908  suministra el comando 
31909 \series bold
31910
31911 \backslash
31912 cf
31913 \series default
31914
31915 \begin_inset Index idx
31916 status collapsed
31917
31918 \begin_layout Plain Layout
31919 Comandos ! C ! 
31920 \backslash
31921 cf
31922 \end_layout
31923
31924 \end_inset
31925
31926  que ha de utilizarse en casos especiales.
31927  Para más información sobre 
31928 \series bold
31929
31930 \backslash
31931 cf
31932 \series default
31933  y más ejemplos echa un vistazo a la documentación de 
31934 \series bold
31935 mhchem
31936 \series default
31937
31938 \begin_inset CommandInset citation
31939 LatexCommand cite
31940 key "mhchem"
31941
31942 \end_inset
31943
31944 .
31945 \end_layout
31946
31947 \begin_layout Section
31948 Diagramas
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Lyx soporta dos tipos de diagramas conmutativos: 
31953 \series bold
31954 amscd
31955 \series default
31956  y 
31957 \series bold
31958 xymatrix
31959 \series default
31960 , que se explican a continuación.
31961 \end_layout
31962
31963 \begin_layout Subsection
31964 Diagramas amscd
31965 \begin_inset Index idx
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969 Diagramas ! amscd
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Standard
31978 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31979  verticales y horizontales:
31980 \begin_inset Formula 
31981 \[
31982 \begin{CD}A@)))B@)))C\\
31983 @AAA@.@VVV\\
31984 F@(((E@(((D
31985 \end{CD}
31986 \]
31987
31988 \end_inset
31989
31990 Para obtener el diagrama se inserta en la ecuación el comando 
31991 \series bold
31992
31993 \backslash
31994 CD
31995 \begin_inset Index idx
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 Comandos ! C ! 
32000 \backslash
32001 CD
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \series default
32008 .
32009  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32010  continuación comandos.
32011  Con 
32012 \family sans
32013 Ctrl+Entrar
32014 \family default
32015  se inicia una nueva línea.
32016  En las líneas impares se insertan relaciones horizontales, en las pares
32017  verticales.
32018 \end_layout
32019
32020 \begin_layout Standard
32021 Para componer las relaciones hay los siguientes comandos:
32022 \begin_inset Foot
32023 status collapsed
32024
32025 \begin_layout Plain Layout
32026 \begin_inset CommandInset label
32027 LatexCommand label
32028 name "fn:sinónimos"
32029
32030 \end_inset
32031
32032 Los comandos con 
32033 \family sans
32034 '
32035 \series bold
32036 >
32037 \series default
32038 '
32039 \family default
32040  o 
32041 \family sans
32042 '
32043 \series bold
32044 <
32045 \series default
32046 '
32047 \family default
32048  pueden generar errores con el estilo 
32049 \series bold
32050 spanish
32051 \series default
32052  de 
32053 \series bold
32054 babel
32055 \series default
32056 .
32057  Para evitarlo se pueden sustituir por sus sinónimos 
32058 \family sans
32059 '
32060 \series bold
32061 )
32062 \series default
32063 '
32064 \family default
32065  y 
32066 \family sans
32067 '
32068 \series bold
32069 (
32070 \series default
32071 '
32072 \family default
32073  respectivamente.
32074  Véase 
32075 \begin_inset CommandInset citation
32076 LatexCommand cite
32077 key "spanish"
32078
32079 \end_inset
32080
32081 .
32082  (
32083 \emph on
32084 N.
32085 \begin_inset space \thinspace{}
32086 \end_inset
32087
32088 del t.
32089 \emph default
32090 )
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \begin_layout Itemize
32099
32100 \series bold
32101 @<<<
32102 \series default
32103  genera una flecha hacia la izquierda, 
32104 \series bold
32105 @>>>
32106 \series default
32107  una hacia la derecha, y 
32108 \series bold
32109 @=
32110 \series default
32111  un signo igual largo
32112 \end_layout
32113
32114 \begin_layout Itemize
32115
32116 \series bold
32117 @AAA
32118 \series default
32119  genera una flecha hacia arriba, 
32120 \series bold
32121 @VVV
32122 \series default
32123  una hacia abajo, y 
32124 \series bold
32125 @|
32126 \series default
32127  un signo igual vertical
32128 \end_layout
32129
32130 \begin_layout Itemize
32131
32132 \series bold
32133 @.
32134
32135 \series default
32136  genera una ubicación vacía para relaciones inexistentes
32137 \end_layout
32138
32139 \begin_layout Standard
32140 Todas las flechas pueden etiquetarse como sigue:
32141 \end_layout
32142
32143 \begin_layout Itemize
32144 Si se inserta texto entre el primero y el segundo 
32145 \series bold
32146 <
32147 \series default
32148  o 
32149 \series bold
32150 >
32151 \series default
32152 , respectivamente, se muestra sobre la flecha.
32153  Si se inserta entre el segundo y el tercero, bajo la flecha.
32154 \end_layout
32155
32156 \begin_layout Itemize
32157 Para flechas verticales, si se inserta texto entre la primera y la segunda
32158  
32159 \series bold
32160 A
32161 \series default
32162  o 
32163 \series bold
32164 V
32165 \series default
32166 , respectivamente, se muestra al lado izquierdo de la flecha.
32167  Si se inserta entre la segunda y la tercera, al lado derecho.
32168  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32169 \end_layout
32170
32171 \begin_layout Standard
32172 Como ejemplo un diagrama con todas las relaciones posibles:
32173 \begin_inset Formula 
32174 \[
32175 \begin{CD}A@)j))B@))k)C@=F\\
32176 @AmAA@.@VV{V}V@|\\
32177 D@((j\,(E@)k))F@=C
32178 \end{CD}
32179 \]
32180
32181 \end_inset
32182
32183 El comando para este diagrama es:
32184 \begin_inset Newline newline
32185 \end_inset
32186
32187
32188 \series bold
32189
32190 \backslash
32191 CD
32192 \begin_inset space \textvisiblespace{}
32193 \end_inset
32194
32195 A@>j>>B@>>k>C@=F Ctrl+Entrar
32196 \begin_inset Newline newline
32197 \end_inset
32198
32199
32200 \begin_inset Phantom HPhantom
32201 status open
32202
32203 \begin_layout Plain Layout
32204
32205 \series bold
32206
32207 \backslash
32208 CD
32209 \begin_inset space \textvisiblespace{}
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \end_inset
32216
32217 @AmAA@.@VV
32218 \backslash
32219 {V
32220 \series default
32221
32222 \begin_inset Formula $\to$
32223 \end_inset
32224
32225
32226 \series bold
32227 V@| Ctrl+Entrar
32228 \begin_inset Newline newline
32229 \end_inset
32230
32231
32232 \begin_inset Phantom HPhantom
32233 status open
32234
32235 \begin_layout Plain Layout
32236
32237 \series bold
32238
32239 \backslash
32240 CD
32241 \begin_inset space \textvisiblespace{}
32242 \end_inset
32243
32244
32245 \end_layout
32246
32247 \end_inset
32248
32249 D@<<j<E@>k>>F@=C
32250 \end_layout
32251
32252 \begin_layout Subsection
32253 Diagramas xymatrix
32254 \begin_inset Index idx
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258 Diagramas ! xymatrix
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \begin_layout Standard
32267 Para usar matrices xy debe estar instalado el paquete LaTeX 
32268 \series bold
32269 xypic
32270 \series default
32271 .
32272  Una matriz xy se crea insertando el comando 
32273 \series bold
32274
32275 \backslash
32276 xymatrix
32277 \series default
32278  en una ecuación.
32279  Después podrás añadir nuevas columnas y filas como en matrices normales,
32280  véase
32281 \begin_inset space ~
32282 \end_inset
32283
32284
32285 \begin_inset CommandInset ref
32286 LatexCommand ref
32287 reference "sec:Matrices"
32288
32289 \end_inset
32290
32291 .
32292 \end_layout
32293
32294 \begin_layout Standard
32295 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32296  y curvadas, y mucho más.
32297  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32298  se explican en el 
32299 \emph on
32300 Manual de XY-pic
32301 \emph default
32302  que se encuentra en el menú 
32303 \family sans
32304 Ayuda\SpecialChar \menuseparator
32305 Manuales
32306 \begin_inset space ~
32307 \end_inset
32308
32309 específicos
32310 \family default
32311 .
32312 \end_layout
32313
32314 \begin_layout Subsection
32315 Diagramas 
32316 \noun on
32317 Feynman
32318 \noun default
32319
32320 \begin_inset Index idx
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324 Diagramas ! Feynman
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 Para usar diagramas 
32334 \noun on
32335 Feynman
32336 \noun default
32337  debe estar instalado el paquete LaTeX 
32338 \series bold
32339 feyn
32340 \series default
32341 .
32342  Un diagrama 
32343 \noun on
32344 Feynman
32345 \noun default
32346  se crea insertando el comando 
32347 \series bold
32348
32349 \backslash
32350 Diagram
32351 \series default
32352  en una ecuación.
32353  Después podrás añadir nuevas columnas y filas como en matrices normales,
32354  véase
32355 \begin_inset space ~
32356 \end_inset
32357
32358
32359 \begin_inset CommandInset ref
32360 LatexCommand ref
32361 reference "sec:Matrices"
32362
32363 \end_inset
32364
32365 .
32366 \end_layout
32367
32368 \begin_layout Standard
32369 En el 
32370 \emph on
32371 Manual de diagramas Feynman
32372 \emph default
32373 , disponible en 
32374 \family sans
32375 Ayuda\SpecialChar \menuseparator
32376 Manuales
32377 \begin_inset space ~
32378 \end_inset
32379
32380 específicos
32381 \family default
32382 , hay ejemplos de diagramas de este tipo.
32383 \end_layout
32384
32385 \begin_layout Section
32386 Comandos definidos por el usuario
32387 \begin_inset Index idx
32388 status collapsed
32389
32390 \begin_layout Plain Layout
32391 Comandos de usuario
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \begin_layout Standard
32400 \begin_inset Note Greyedout
32401 status open
32402
32403 \begin_layout Plain Layout
32404
32405 \series bold
32406 Nota:
32407 \series default
32408  Los nombres de los comandos definidos por el usuario y macros solo pueden
32409  contener letras latinas.
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \begin_layout Subsection
32418 El comando 
32419 \backslash
32420 newcommand
32421 \begin_inset CommandInset label
32422 LatexCommand label
32423 name "sub:El-comando-newcommand"
32424
32425 \end_inset
32426
32427
32428 \begin_inset Index idx
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432 Comandos de usuario ! 
32433 \backslash
32434 newcommand
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \begin_inset Index idx
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444 Comandos ! N ! 
32445 \backslash
32446 newcommand
32447 \end_layout
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \begin_layout Standard
32455 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32456  Pero es posible definir nuevos comandos más cortos con el comando 
32457 \series bold
32458
32459 \backslash
32460 newcommand
32461 \series default
32462 .
32463  
32464 \end_layout
32465
32466 \begin_layout Standard
32467 El esquema del comando 
32468 \series bold
32469
32470 \backslash
32471 newcommand
32472 \series default
32473  es:
32474 \end_layout
32475
32476 \begin_layout Standard
32477
32478 \series bold
32479
32480 \backslash
32481 newcommand{nombre nuevo de comando}[número de argumentos]
32482 \begin_inset Newline newline
32483 \end_inset
32484
32485
32486 \begin_inset Phantom HPhantom
32487 status open
32488
32489 \begin_layout Plain Layout
32490
32491 \series bold
32492
32493 \backslash
32494 newcommand
32495 \end_layout
32496
32497 \end_inset
32498
32499 [valor opcional]{definición de comando}
32500 \end_layout
32501
32502 \begin_layout Standard
32503 \begin_inset Note Greyedout
32504 status open
32505
32506 \begin_layout Plain Layout
32507
32508 \series bold
32509 Nota:
32510 \series default
32511  Asegúrate de que el nombre del nuevo comando no está definido ya en el
32512  documento o en paquetes LaTeX que uses.
32513  Por ejemplo, si defines el comando 
32514 \series bold
32515
32516 \backslash
32517 le
32518 \series default
32519  para 
32520 \series bold
32521
32522 \backslash
32523 Leftarrow,
32524 \series default
32525  se producirán errores porque 
32526 \series bold
32527
32528 \backslash
32529 le
32530 \series default
32531  ya existe para 
32532 \begin_inset Quotes fld
32533 \end_inset
32534
32535
32536 \begin_inset Formula $\le$
32537 \end_inset
32538
32539
32540 \begin_inset Quotes frd
32541 \end_inset
32542
32543 .
32544
32545 \series bold
32546  
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Standard
32555 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32556  argumentos debería tener el nuevo comando.
32557  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32558  Cuando se hace esto, el 
32559 \emph on
32560 primer
32561 \emph default
32562  argumento del nuevo comando es automáticamente opcional.
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \noindent
32567 \align center
32568 \begin_inset Newpage newpage
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Standard
32575 Veamos unos ejemplos:
32576 \end_layout
32577
32578 \begin_layout Itemize
32579 Para definir el comando 
32580 \series bold
32581
32582 \backslash
32583 gr
32584 \series default
32585  para 
32586 \series bold
32587
32588 \backslash
32589 Longrightarrow
32590 \series default
32591 , la línea de preámbulo LaTeX es:
32592 \begin_inset VSpace medskip
32593 \end_inset
32594
32595
32596 \begin_inset Newline newline
32597 \end_inset
32598
32599
32600 \series bold
32601
32602 \backslash
32603 newcommand{
32604 \backslash
32605 gr}{
32606 \backslash
32607 Longrightarrow}
32608 \end_layout
32609
32610 \begin_layout Itemize
32611 Para definir el comando 
32612 \series bold
32613
32614 \backslash
32615 us
32616 \series default
32617  para 
32618 \series bold
32619
32620 \backslash
32621 underline
32622 \series default
32623 , el argumento (que sería subrayado) debe tenerse en cuenta.
32624  Para esto la línea de preámbulo es:
32625 \begin_inset VSpace medskip
32626 \end_inset
32627
32628
32629 \begin_inset Newline newline
32630 \end_inset
32631
32632
32633 \series bold
32634
32635 \backslash
32636 newcommand{
32637 \backslash
32638 us}[1]{
32639 \backslash
32640 underline{#1}}
32641 \series default
32642
32643 \begin_inset VSpace medskip
32644 \end_inset
32645
32646
32647 \begin_inset Newline newline
32648 \end_inset
32649
32650 El carácter 
32651 \series bold
32652 #
32653 \series default
32654  actúa como colocador del argumento, el 
32655 \series bold
32656 1
32657 \series default
32658  indica que es el colocador para el primer argumento.
32659 \end_layout
32660
32661 \begin_layout Itemize
32662 Para 
32663 \series bold
32664
32665 \backslash
32666 framebox
32667 \series default
32668  se puede definir, por ejemplo, el comando 
32669 \series bold
32670
32671 \backslash
32672 fb
32673 \series default
32674 :
32675 \begin_inset VSpace medskip
32676 \end_inset
32677
32678
32679 \begin_inset Newline newline
32680 \end_inset
32681
32682
32683 \series bold
32684
32685 \backslash
32686 newcommand{
32687 \backslash
32688 fb}[3]{
32689 \backslash
32690 framebox#1#2{$#3$}}
32691 \series default
32692
32693 \begin_inset VSpace medskip
32694 \end_inset
32695
32696
32697 \begin_inset Newline newline
32698 \end_inset
32699
32700 Los dos signos dólar generan la ecuación extra necesaria para 
32701 \series bold
32702
32703 \backslash
32704 framebox
32705 \series default
32706 , véase 
32707 \begin_inset CommandInset ref
32708 LatexCommand ref
32709 reference "sub:Marcos-con-bordes"
32710
32711 \end_inset
32712
32713 .
32714 \end_layout
32715
32716 \begin_layout Itemize
32717 Para crear un nuevo comando para 
32718 \series bold
32719
32720 \backslash
32721 fcolorbox
32722 \series default
32723  donde no es necesario especificar el color para el marco, el argumento
32724  para el color se define opcional:
32725 \begin_inset VSpace medskip
32726 \end_inset
32727
32728
32729 \begin_inset Newline newline
32730 \end_inset
32731
32732
32733 \series bold
32734
32735 \backslash
32736 newcommand{
32737 \backslash
32738 cb}[3][white]{
32739 \backslash
32740 fcolorbox{#2}{#1}{$#3$}}
32741 \series default
32742
32743 \begin_inset VSpace medskip
32744 \end_inset
32745
32746
32747 \begin_inset Newline newline
32748 \end_inset
32749
32750 Si el color no es especificado al usar 
32751 \series bold
32752
32753 \backslash
32754 cb
32755 \series default
32756 , se elige el color 
32757 \series bold
32758 white
32759 \series default
32760  predefinido.
32761 \end_layout
32762
32763 \begin_layout Standard
32764 Un ensayo con los nuevos comandos definidos:
32765 \end_layout
32766
32767 \begin_layout Standard
32768 \noindent
32769 \align center
32770 \begin_inset Tabular
32771 <lyxtabular version="3" rows="6" columns="2">
32772 <features rotate="0" tabularvalignment="middle">
32773 <column alignment="center" valignment="top">
32774 <column alignment="center" valignment="top">
32775 <row>
32776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780 Comando
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789 Resultado
32790 \begin_inset Note Note
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794
32795 \series bold
32796
32797 \backslash
32798 raisebox
32799 \series default
32800  se usa sólo como espaciador
32801 \end_layout
32802
32803 \end_inset
32804
32805
32806 \end_layout
32807
32808 \end_inset
32809 </cell>
32810 </row>
32811 <row>
32812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32813 \begin_inset Text
32814
32815 \begin_layout Plain Layout
32816 A
32817 \backslash
32818 gr
32819 \begin_inset space \textvisiblespace{}
32820 \end_inset
32821
32822 B
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 \begin_inset Formula $A\gr B$
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 </row>
32840 <row>
32841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845
32846 \backslash
32847 us{ABcd
32848 \end_layout
32849
32850 \end_inset
32851 </cell>
32852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32853 \begin_inset Text
32854
32855 \begin_layout Plain Layout
32856 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 </row>
32865 <row>
32866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870
32871 \backslash
32872 fb{[2cm]
32873 \begin_inset Formula $\to$
32874 \end_inset
32875
32876
32877 \backslash
32878 {
32879 \begin_inset Formula $\to$
32880 \end_inset
32881
32882
32883 \backslash
32884 {
32885 \backslash
32886 int
32887 \begin_inset space \textvisiblespace{}
32888 \end_inset
32889
32890 A=B
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 </row>
32908 <row>
32909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913
32914 \backslash
32915 cb{red
32916 \begin_inset Formula $\to$
32917 \end_inset
32918
32919
32920 \backslash
32921 {
32922 \backslash
32923 int
32924 \begin_inset space \textvisiblespace{}
32925 \end_inset
32926
32927 A=B
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32937 \end_inset
32938
32939
32940 \end_layout
32941
32942 \end_inset
32943 </cell>
32944 </row>
32945 <row>
32946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32947 \begin_inset Text
32948
32949 \begin_layout Plain Layout
32950
32951 \backslash
32952 cb[green]
32953 \backslash
32954 {red
32955 \begin_inset Formula $\to$
32956 \end_inset
32957
32958
32959 \backslash
32960 {
32961 \backslash
32962 int
32963 \begin_inset space \textvisiblespace{}
32964 \end_inset
32965
32966 A=B
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32972 \begin_inset Text
32973
32974 \begin_layout Plain Layout
32975 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \end_inset
32982 </cell>
32983 </row>
32984 </lyxtabular>
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Subsection
32992 Macros de ecuaciones
32993 \begin_inset Index idx
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997 Comandos de usuario ! Macros de ecuaciones
32998 \end_layout
32999
33000 \end_inset
33001
33002
33003 \begin_inset Index idx
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007 Macros
33008 \end_layout
33009
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \begin_layout Standard
33016 Los comandos definidos por el usuario son especialmente convenientes para
33017  expresiones complejas.
33018  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
33019  el mismo tipo de solución se repite varias veces.
33020  La forma general de una ecuación de segundo grado es:
33021 \begin_inset Formula 
33022 \[
33023 0=\lambda^{2}+p\lambda+q
33024 \]
33025
33026 \end_inset
33027
33028 La forma general de la solución es:
33029 \begin_inset Formula 
33030 \[
33031 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33032 \]
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Standard
33040 Para definir un comando para la ecuación de la solución, en donde solo hay
33041  que especificar los tres parámetros 
33042 \begin_inset Formula $\lambda$
33043 \end_inset
33044
33045
33046 \begin_inset Formula $p$
33047 \end_inset
33048
33049 , y 
33050 \begin_inset Formula $q$
33051 \end_inset
33052
33053 , y el índice de 
33054 \begin_inset Formula $\lambda$
33055 \end_inset
33056
33057  puede darse opcionalmente, la línea de preámbulo LaTeX es
33058 \begin_inset Newline newline
33059 \end_inset
33060
33061
33062 \series bold
33063
33064 \backslash
33065 newcommand{
33066 \backslash
33067 qG}[4][1,
33068 \backslash
33069 ,2]{#2_{#1}=-
33070 \backslash
33071 frac{#3}{2}
33072 \backslash
33073 pm
33074 \begin_inset Newline newline
33075 \end_inset
33076
33077
33078 \begin_inset Phantom HPhantom
33079 status open
33080
33081 \begin_layout Plain Layout
33082
33083 \series bold
33084
33085 \backslash
33086 newcommand
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \backslash
33093 sqrt{
33094 \backslash
33095 frac{#3^{2}}{4}-#4}}
33096 \end_layout
33097
33098 \begin_layout Standard
33099 Para generar la solución se inserta el comando
33100 \begin_inset Newline newline
33101 \end_inset
33102
33103
33104 \series bold
33105
33106 \backslash
33107 qG{
33108 \backslash
33109 lambda
33110 \begin_inset Formula $\to$
33111 \end_inset
33112
33113
33114 \backslash
33115 {p
33116 \begin_inset Formula $\to$
33117 \end_inset
33118
33119
33120 \backslash
33121 {q
33122 \series default
33123  en una ecuación
33124 \series bold
33125 .
33126 \end_layout
33127
33128 \begin_layout Standard
33129 La definición del nuevo comando no es intuitiva porque hay que conocer los
33130  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
33131  se inserta en LaTeX como
33132 \series bold
33133  
33134 \backslash
33135 frac{numerador}{denominador}
33136 \series default
33137 .
33138  Además, uno puede olvidar fácilmente una llave en la definición y no puede
33139  ver en LyX lo que el nuevo comando está haciendo.
33140  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
33141  ecuación en vez del comando
33142 \series bold
33143  
33144 \backslash
33145 newcommand
33146 \series default
33147 .
33148 \end_layout
33149
33150 \begin_layout Standard
33151 Una macro de ecuación se crea con el menú 
33152 \family sans
33153 Insertar\SpecialChar \menuseparator
33154 Ecuación\SpecialChar \menuseparator
33155 Macro
33156 \family default
33157  o con el botón 
33158 \begin_inset Info
33159 type  "icon"
33160 arg   "math-macro newmacroname_newcommand"
33161 \end_inset
33162
33163  de la barra de herramientas.
33164  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
33165  como el siguiente donde se define la macro:
33166 \begin_inset Newline newline
33167 \end_inset
33168
33169
33170 \begin_inset space \hspace*{\fill}
33171 \end_inset
33172
33173
33174 \begin_inset Graphics
33175         filename ../clipart/macrobox.png
33176
33177 \end_inset
33178
33179
33180 \begin_inset space \hspace*{\fill}
33181 \end_inset
33182
33183
33184 \begin_inset Newline newline
33185 \end_inset
33186
33187
33188 \begin_inset FormulaMacro
33189 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33190 \end_inset
33191
33192
33193 \backslash
33194 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
33195  En el primer marco azul se inserta la ecuación buscada.
33196  Con el comando 
33197 \series bold
33198
33199 \backslash
33200 #númerodeargumento
33201 \series default
33202 , , o con el botón 
33203 \begin_inset Info
33204 type  "icon"
33205 arg   "math-macro-add-param"
33206 \end_inset
33207
33208  de la barra de herramientas de macros se inserta un colocador de argumento,
33209  p.
33210 \begin_inset space \thinspace{}
33211 \end_inset
33212
33213 e
33214 \begin_inset space \space{}
33215 \end_inset
33216
33217
33218 \series bold
33219
33220 \backslash
33221 #1
33222 \series default
33223 .
33224  Los colocadores de argumento se muestran en rojo.
33225  Se pueden poner 9
33226 \begin_inset space ~
33227 \end_inset
33228
33229 argumentos como máximo.
33230  Con el botón 
33231 \begin_inset Info
33232 type  "icon"
33233 arg   "math-macro-add-optional-param"
33234 \end_inset
33235
33236  se crean argumentos opcionales.
33237  El primer argumento no opcional puede transformarse en opcional con el
33238  botón 
33239 \begin_inset Info
33240 type  "icon"
33241 arg   "math-macro-make-optional"
33242 \end_inset
33243
33244 .
33245  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33246  Normalmente quieres verlo tal como está definido, así que el recuadro se
33247  deja vacío.
33248  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33249  en dicho recuadro puedes insertar, por ejemplo
33250 \begin_inset Newline newline
33251 \end_inset
33252
33253
33254 \series bold
33255 qG: 
33256 \backslash
33257 #1
33258 \series default
33259  
33260 \series bold
33261 ,
33262 \series default
33263  
33264 \series bold
33265
33266 \backslash
33267 #2
33268 \series default
33269  
33270 \series bold
33271 ,
33272 \series default
33273  
33274 \series bold
33275
33276 \backslash
33277 #3, 
33278 \backslash
33279 #4
33280 \begin_inset Newline newline
33281 \end_inset
33282
33283
33284 \series default
33285 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33286  en LyX, lo que conlleva una visualización mejor.
33287  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33288 \begin_inset Newline newline
33289 \end_inset
33290
33291 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33292  macros individuales situando el cursor en la macro y usando el menú 
33293 \family sans
33294 Ver\SpecialChar \menuseparator
33295 (Des)plegar macro de ecuación.
33296 \end_layout
33297
33298 \begin_layout Standard
33299 Para usar una macro, se inserta el nombre de la misma como comando en una
33300  ecuación, en nuestro caso 
33301 \series bold
33302
33303 \backslash
33304 qG
33305 \series default
33306 .
33307  Nuestra macro se muestra en LyX así:
33308 \begin_inset Newline newline
33309 \end_inset
33310
33311
33312 \begin_inset space \hspace*{\fill}
33313 \end_inset
33314
33315
33316 \begin_inset Graphics
33317         filename ../clipart/macrouse.png
33318
33319 \end_inset
33320
33321
33322 \begin_inset space \hspace*{\fill}
33323 \end_inset
33324
33325
33326 \begin_inset Newline newline
33327 \end_inset
33328
33329 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33330 \begin_inset Formula $x$
33331 \end_inset
33332
33333
33334 \begin_inset Formula $\ln(x)$
33335 \end_inset
33336
33337 , y 
33338 \begin_inset Formula $B$
33339 \end_inset
33340
33341 :
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \begin_inset Formula 
33346 \[
33347 \qG x{\ln(x)}B
33348 \]
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Standard
33356 LyX ofrece en el menú 
33357 \family sans
33358 Herramientas
33359 \family default
33360 \SpecialChar \menuseparator
33361
33362 \family sans
33363 Preferencias\SpecialChar \menuseparator
33364 Edición\SpecialChar \menuseparator
33365 Control
33366 \family default
33367  diferentes estilos para editar macros.
33368  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33369  cursor en una macro para ver la diferencia.
33370 \end_layout
33371
33372 \begin_layout Standard
33373 Una macro de ecuación se transforma internamente en un comando 
33374 \series bold
33375
33376 \backslash
33377 newcommand
33378 \series default
33379  cuando se exporta el documento.
33380  El comando creado 
33381 \series bold
33382
33383 \backslash
33384 newcommand
33385 \series default
33386  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33387  usar en ecuaciones que estén en recuadros de definición de macros en el
33388  documento.
33389  
33390 \end_layout
33391
33392 \begin_layout Standard
33393 Las macros de ecuación también pueden crearse directamente a partir de un
33394  comando
33395 \series bold
33396  
33397 \backslash
33398 newcommand
33399 \series default
33400 .
33401  Por ejemplo, escribiendo el comando
33402 \begin_inset Newline newline
33403 \end_inset
33404
33405
33406 \series bold
33407
33408 \backslash
33409 newcommand{
33410 \backslash
33411 larrow}[2]{
33412 \backslash
33413 xleftarrow[#2]{#1}}
33414 \begin_inset Newline newline
33415 \end_inset
33416
33417
33418 \series default
33419 como texto normal en LyX, seleccionándolo completamente y usando a continuación
33420  el atajo 
33421 \family sans
33422 Ctrl+M
33423 \family default
33424 , el comando se transformará en una macro de ecuación.
33425  Al emplear este método debes tener cuidado en escribir correctamente el
33426  comando 
33427 \series bold
33428
33429 \backslash
33430 newcommand
33431 \series default
33432 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
33433  
33434 \end_layout
33435
33436 \begin_layout Standard
33437 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
33438  en definiciones de macros se manejan incorrectamente.
33439  Por eso el ejemplo 
33440 \series bold
33441
33442 \backslash
33443 fb
33444 \series default
33445  de 
33446 \begin_inset CommandInset ref
33447 LatexCommand ref
33448 reference "sub:El-comando-newcommand"
33449
33450 \end_inset
33451
33452  no puede crearse como macro.
33453 \end_layout
33454
33455 \begin_layout Standard
33456 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
33457  la barra de herramientas de macros:
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset VSpace defskip
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 \begin_inset Graphics
33469         filename ../clipart/MacroToolbar.png
33470
33471 \end_inset
33472
33473
33474 \begin_inset Index idx
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 Macros ! Barra de herramientas
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Standard
33487 \begin_inset VSpace defskip
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Standard
33494 La barra de herramientas de macros contiene los siguientes botones:
33495 \end_layout
33496
33497 \begin_layout Standard
33498 \begin_inset VSpace defskip
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Standard
33505 \begin_inset Tabular
33506 <lyxtabular version="3" rows="9" columns="2">
33507 <features rotate="0" islongtable="true" longtabularalignment="center">
33508 <column alignment="left" valignment="top">
33509 <column alignment="left" valignment="top" width="85col%">
33510 <row interlinespace="2.5mm">
33511 <cell alignment="center" valignment="top" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 \begin_inset Info
33516 type  "icon"
33517 arg   "math-macro-remove-param"
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 <cell alignment="center" valignment="top" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529
33530 \family sans
33531 Editar\SpecialChar \menuseparator
33532 Ecuación\SpecialChar \menuseparator
33533 Definición de macro\SpecialChar \menuseparator
33534 Quitar último argumento
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 </row>
33540 <row interlinespace="2.5mm">
33541 <cell alignment="center" valignment="top" usebox="none">
33542 \begin_inset Text
33543
33544 \begin_layout Plain Layout
33545 \begin_inset Info
33546 type  "icon"
33547 arg   "math-macro-add-param"
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559
33560 \family sans
33561 Editar\SpecialChar \menuseparator
33562 Ecuación\SpecialChar \menuseparator
33563 Definición de macro\SpecialChar \menuseparator
33564 Añadir argumento
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 </row>
33570 <row interlinespace="2.5mm">
33571 <cell alignment="center" valignment="top" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575 \begin_inset Info
33576 type  "icon"
33577 arg   "math-macro-make-optional"
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 <cell alignment="center" valignment="top" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589
33590 \family sans
33591 Editar\SpecialChar \menuseparator
33592 Ecuación\SpecialChar \menuseparator
33593 Definición de macro\SpecialChar \menuseparator
33594 Hacer opcional el primer
33595 \begin_inset Newline newline
33596 \end_inset
33597
33598
33599 \begin_inset Phantom HPhantom
33600 status open
33601
33602 \begin_layout Plain Layout
33603
33604 \family sans
33605 Editar\SpecialChar \menuseparator
33606 Ecuación\SpecialChar \menuseparator
33607 Definición de macro\SpecialChar \menuseparator
33608
33609 \end_layout
33610
33611 \end_inset
33612
33613 argumento no opcional
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 </row>
33619 <row interlinespace="2.5mm">
33620 <cell alignment="center" valignment="top" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624 \begin_inset Info
33625 type  "icon"
33626 arg   "math-macro-make-nonoptional"
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 <cell alignment="center" valignment="top" usebox="none">
33635 \begin_inset Text
33636
33637 \begin_layout Plain Layout
33638
33639 \family sans
33640 Editar\SpecialChar \menuseparator
33641 Ecuación\SpecialChar \menuseparator
33642 Definición de macro\SpecialChar \menuseparator
33643 Hacer no opcional el primer
33644 \begin_inset Newline newline
33645 \end_inset
33646
33647
33648 \begin_inset Phantom HPhantom
33649 status open
33650
33651 \begin_layout Plain Layout
33652
33653 \family sans
33654 Editar\SpecialChar \menuseparator
33655 Ecuación\SpecialChar \menuseparator
33656 Definición de macro\SpecialChar \menuseparator
33657
33658 \end_layout
33659
33660 \end_inset
33661
33662 argumento opcional
33663 \end_layout
33664
33665 \end_inset
33666 </cell>
33667 </row>
33668 <row interlinespace="2.5mm">
33669 <cell alignment="center" valignment="top" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673 \begin_inset Info
33674 type  "icon"
33675 arg   "math-macro-remove-optional-param"
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 <cell alignment="center" valignment="top" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687
33688 \family sans
33689 Editar\SpecialChar \menuseparator
33690 Ecuación\SpecialChar \menuseparator
33691 Definición de macro\SpecialChar \menuseparator
33692 Quitar argumento opcional
33693 \end_layout
33694
33695 \end_inset
33696 </cell>
33697 </row>
33698 <row interlinespace="2.5mm">
33699 <cell alignment="center" valignment="top" usebox="none">
33700 \begin_inset Text
33701
33702 \begin_layout Plain Layout
33703 \begin_inset Info
33704 type  "icon"
33705 arg   "math-macro-add-optional-param"
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \end_inset
33712 </cell>
33713 <cell alignment="center" valignment="top" usebox="none">
33714 \begin_inset Text
33715
33716 \begin_layout Plain Layout
33717
33718 \family sans
33719 Editar\SpecialChar \menuseparator
33720 Ecuación\SpecialChar \menuseparator
33721 Definición de macro\SpecialChar \menuseparator
33722 Insertar argumento opcional
33723 \end_layout
33724
33725 \end_inset
33726 </cell>
33727 </row>
33728 <row interlinespace="2.5mm">
33729 <cell alignment="center" valignment="top" usebox="none">
33730 \begin_inset Text
33731
33732 \begin_layout Plain Layout
33733 \begin_inset Info
33734 type  "icon"
33735 arg   "math-macro-remove-greedy-param"
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 <cell alignment="center" valignment="top" usebox="none">
33744 \begin_inset Text
33745
33746 \begin_layout Plain Layout
33747
33748 \family sans
33749 Editar\SpecialChar \menuseparator
33750 Ecuación\SpecialChar \menuseparator
33751 Definición de macro\SpecialChar \menuseparator
33752 Quitar último argumento
33753 \begin_inset Newline newline
33754 \end_inset
33755
33756
33757 \begin_inset Phantom HPhantom
33758 status open
33759
33760 \begin_layout Plain Layout
33761
33762 \family sans
33763 Editar\SpecialChar \menuseparator
33764 Ecuación\SpecialChar \menuseparator
33765 Definición de macro\SpecialChar \menuseparator
33766
33767 \end_layout
33768
33769 \end_inset
33770
33771 yendo hacia la derecha
33772 \end_layout
33773
33774 \end_inset
33775 </cell>
33776 </row>
33777 <row interlinespace="2.5mm">
33778 <cell alignment="center" valignment="top" usebox="none">
33779 \begin_inset Text
33780
33781 \begin_layout Plain Layout
33782 \begin_inset Info
33783 type  "icon"
33784 arg   "math-macro-append-greedy-param"
33785 \end_inset
33786
33787
33788 \end_layout
33789
33790 \end_inset
33791 </cell>
33792 <cell alignment="center" valignment="top" usebox="none">
33793 \begin_inset Text
33794
33795 \begin_layout Plain Layout
33796
33797 \family sans
33798 Editar\SpecialChar \menuseparator
33799 Ecuación\SpecialChar \menuseparator
33800 Definición de macro\SpecialChar \menuseparator
33801 Añadir argumento comiendo
33802 \begin_inset Newline newline
33803 \end_inset
33804
33805
33806 \begin_inset Phantom HPhantom
33807 status open
33808
33809 \begin_layout Plain Layout
33810
33811 \family sans
33812 Editar\SpecialChar \menuseparator
33813 Ecuación\SpecialChar \menuseparator
33814 Definición de macro\SpecialChar \menuseparator
33815
33816 \end_layout
33817
33818 \end_inset
33819
33820 desde la derecha
33821 \end_layout
33822
33823 \end_inset
33824 </cell>
33825 </row>
33826 <row interlinespace="2.5mm">
33827 <cell alignment="center" valignment="top" usebox="none">
33828 \begin_inset Text
33829
33830 \begin_layout Plain Layout
33831 \begin_inset Info
33832 type  "icon"
33833 arg   "math-macro-add-greedy-optional-param"
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \end_inset
33840 </cell>
33841 <cell alignment="center" valignment="top" usebox="none">
33842 \begin_inset Text
33843
33844 \begin_layout Plain Layout
33845
33846 \family sans
33847 Editar\SpecialChar \menuseparator
33848 Ecuación\SpecialChar \menuseparator
33849 Definición de macro\SpecialChar \menuseparator
33850 Añadir argumento opcional
33851 \begin_inset Newline newline
33852 \end_inset
33853
33854
33855 \begin_inset Phantom HPhantom
33856 status open
33857
33858 \begin_layout Plain Layout
33859
33860 \family sans
33861 Editar\SpecialChar \menuseparator
33862 Ecuación\SpecialChar \menuseparator
33863 Definición de macro\SpecialChar \menuseparator
33864
33865 \end_layout
33866
33867 \end_inset
33868
33869 comiendo desde la derecha
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 </row>
33875 </lyxtabular>
33876
33877 \end_inset
33878
33879
33880 \end_layout
33881
33882 \begin_layout Section
33883 Sistema algebraico computacional
33884 \end_layout
33885
33886 \begin_layout Standard
33887 LyX permite el intercambio entre expresiones matemáticas escritas con su
33888  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33889  usuario.
33890  Las aplicaciones soportadas actualmente son 
33891 \family sans
33892 Maple
33893 \family default
33894
33895 \family sans
33896 Mathematica
33897 \family default
33898
33899 \family sans
33900 Maxima
33901 \family default
33902  y 
33903 \family sans
33904 Octave
33905 \family default
33906 .
33907  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33908  se limita a casos muy simples.
33909 \end_layout
33910
33911 \begin_layout Subsection
33912 Utilización
33913 \end_layout
33914
33915 \begin_layout Standard
33916 Escribe alguna expresión en una ecuación, despliega el menú 
33917 \family sans
33918 Editar\SpecialChar \menuseparator
33919 Ecuación\SpecialChar \menuseparator
33920 Usar programa de álgebra
33921 \family default
33922  y elige la aplicación que esté instalada en tu ordenador.
33923  Después de eso el resultado de la computación debería mostrarse a la derecha
33924  de la expresión junto con el operador "=".
33925 \end_layout
33926
33927 \begin_layout Standard
33928 A continuación hay unos ejemplos sencillos (con resultados de 
33929 \family sans
33930 Maxima
33931 \family default
33932 ) que muestran qué tipos de computación se pueden realizar:
33933 \end_layout
33934
33935 \begin_layout Itemize
33936 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Itemize
33943 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Itemize
33950 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Itemize
33957 \begin_inset Formula $\det\left[\begin{array}{ccc}
33958 1 & 6 & 7\\
33959 2 & 5 & 8\\
33960 3 & 4 & 17
33961 \end{array}\right]=-56$
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \begin_layout Itemize
33968 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Subsection
33975 Atajos de teclado
33976 \end_layout
33977
33978 \begin_layout Standard
33979 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33980  Se puede vincular fácilmente una combinación de teclas a la función 
33981 \family sans
33982 math-extern
33983 \family default
33984  de Lyx (véase el manual 
33985 \emph on
33986 Funciones de LyX
33987 \emph default
33988 ).
33989  Por ejemplo, para vincular la tecla 
33990 \family sans
33991 Entrar
33992 \family default
33993  en el editor de ecuaciones a 
33994 \family sans
33995 Maxima
33996 \family default
33997  se podría usar este comando para definir el atajo de teclado:
33998 \end_layout
33999
34000 \begin_layout Standard
34001
34002 \series bold
34003 command-alternatives break-paragraph;math-extern maxima
34004 \end_layout
34005
34006 \begin_layout Section
34007 Consejos prácticos
34008 \begin_inset Index idx
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012 Consejos prácticos
34013 \end_layout
34014
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \begin_layout Subsection
34021 Números negativos
34022 \begin_inset Index idx
34023 status collapsed
34024
34025 \begin_layout Plain Layout
34026 Numeros@Números ! negativos
34027 \end_layout
34028
34029 \end_inset
34030
34031
34032 \end_layout
34033
34034 \begin_layout Standard
34035 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34036  menos delante del número tiene la misma longitud que el operador signo
34037  menos.
34038  Si se escribe el número negativo en texto normal el signo menos aparece
34039  correctamente.
34040 \end_layout
34041
34042 \begin_layout Standard
34043 Así pues, el problema desaparece si se convierte el signo menos a texto
34044  matemático.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Un ejemplo para visualizar el problema:
34049 \end_layout
34050
34051 \begin_layout Standard
34052 \noindent
34053 \align center
34054 \begin_inset Tabular
34055 <lyxtabular version="3" rows="3" columns="2">
34056 <features rotate="0" tabularvalignment="middle">
34057 <column alignment="center" valignment="top">
34058 <column alignment="center" valignment="top">
34059 <row>
34060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34061 \begin_inset Text
34062
34063 \begin_layout Plain Layout
34064 texto normal:
34065 \end_layout
34066
34067 \end_inset
34068 </cell>
34069 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34070 \begin_inset Text
34071
34072 \begin_layout Plain Layout
34073 x = -2
34074 \end_layout
34075
34076 \end_inset
34077 </cell>
34078 </row>
34079 <row>
34080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34081 \begin_inset Text
34082
34083 \begin_layout Plain Layout
34084 ecuación:
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093 \begin_inset Formula $x=-2$
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \end_inset
34100 </cell>
34101 </row>
34102 <row>
34103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34104 \begin_inset Text
34105
34106 \begin_layout Plain Layout
34107 solución:
34108 \end_layout
34109
34110 \end_inset
34111 </cell>
34112 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34113 \begin_inset Text
34114
34115 \begin_layout Plain Layout
34116 \begin_inset Formula $x=\mbox{-}2$
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 </row>
34125 </lyxtabular>
34126
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Subsection
34133 Coma como separador decimal
34134 \begin_inset Index idx
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138 Coma decimal
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Standard
34147 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
34148  de grupos numéricos.
34149  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
34150 \end_layout
34151
34152 \begin_layout Standard
34153 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
34154  
34155 \family sans
34156 Ctrl+M
34157 \family default
34158 ).
34159 \end_layout
34160
34161 \begin_layout Standard
34162 Para usar las comas en todas las fórmulas del documento como separador decimal,
34163  se carga el archivo 
34164 \series bold
34165 icomma.sty
34166 \series default
34167
34168 \begin_inset Foot
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172
34173 \series bold
34174 icomma
34175 \series default
34176  forma parte del paquete LaTeX 
34177 \series bold
34178 was
34179 \series default
34180
34181 \begin_inset Index idx
34182 status collapsed
34183
34184 \begin_layout Plain Layout
34185 Paquetes ! was
34186 \begin_inset ERT
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190
34191
34192 \backslash
34193 vspace{4mm}
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \end_inset
34202
34203 .
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 Paquetes ! icomma
34214 \end_layout
34215
34216 \end_inset
34217
34218  en el preámbulo LaTeX con la línea: 
34219 \end_layout
34220
34221 \begin_layout Standard
34222
34223 \series bold
34224
34225 \backslash
34226 usepackage{icomma}
34227 \end_layout
34228
34229 \begin_layout Subsection
34230 Vectores cuánticos y notación bra-ket
34231 \begin_inset CommandInset label
34232 LatexCommand label
34233 name "sub:Vectores-cuánticos"
34234
34235 \end_inset
34236
34237
34238 \begin_inset Index idx
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 Vectores cuánticos
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index idx
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Notación bra-ket
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Standard
34261 El paquete LaTeX 
34262 \series bold
34263 braket
34264 \series default
34265
34266 \begin_inset Index idx
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 Paquetes ! braket
34271 \end_layout
34272
34273 \end_inset
34274
34275  suministra comandos para escribir paréntesis angulares que se usan en mecánica
34276  cuántica: la notación 
34277 \begin_inset Quotes fld
34278 \end_inset
34279
34280 bra-ket
34281 \begin_inset Quotes frd
34282 \end_inset
34283
34284 ; se carga con la línea de preámbulo LaTeX:
34285 \end_layout
34286
34287 \begin_layout Standard
34288
34289 \series bold
34290
34291 \backslash
34292 usepackage{braket}
34293 \end_layout
34294
34295 \begin_layout Standard
34296 \begin_inset ERT
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300
34301
34302 \backslash
34303 ifbraket 
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \begin_inset Note Note
34310 status open
34311
34312 \begin_layout Plain Layout
34313 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34314 \series bold
34315 braket
34316 \series default
34317  está instalado.
34318 \end_layout
34319
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \begin_layout Standard
34326 Están definidos los siguientes comandos:
34327 \end_layout
34328
34329 \begin_layout Standard
34330 \noindent
34331 \align center
34332 \begin_inset Tabular
34333 <lyxtabular version="3" rows="4" columns="2">
34334 <features rotate="0" tabularvalignment="middle">
34335 <column alignment="center" valignment="top">
34336 <column alignment="center" valignment="top">
34337 <row>
34338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34339 \begin_inset Text
34340
34341 \begin_layout Plain Layout
34342 Comando
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351 Resultado
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 </row>
34357 <row>
34358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362
34363 \backslash
34364 Bra{
34365 \backslash
34366 psi
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375 \begin_inset Formula $\Bra{\psi}$
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \end_inset
34382 </cell>
34383 </row>
34384 <row>
34385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389
34390 \backslash
34391 Ket{
34392 \backslash
34393 psi
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34399 \begin_inset Text
34400
34401 \begin_layout Plain Layout
34402 \begin_inset Formula $\Ket{\psi}$
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 <row>
34412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416
34417 \backslash
34418 Braket{
34419 \backslash
34420 psi|
34421 \backslash
34422 phi
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431 \begin_inset Formula $\Braket{\psi|\phi}$
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 </row>
34440 </lyxtabular>
34441
34442 \end_inset
34443
34444
34445 \end_layout
34446
34447 \begin_layout Standard
34448 El comando 
34449 \series bold
34450
34451 \backslash
34452 Braket
34453 \series default
34454  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34455  circundantes:
34456 \begin_inset Formula 
34457 \[
34458 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34459 \]
34460
34461 \end_inset
34462
34463
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469
34470 \backslash
34471 else
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \begin_inset Note Note
34478 status open
34479
34480 \begin_layout Plain Layout
34481 Lo que sigue se verá en la salida si el paquete LaTeX 
34482 \series bold
34483 braket
34484 \series default
34485  no está instalado:
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Standard
34494 Debes instalar el paquete LaTeX 
34495 \series bold
34496 braket
34497 \series default
34498  para ver en la salida el resto de esta subsección.
34499 \end_layout
34500
34501 \begin_layout Standard
34502 \begin_inset ERT
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506
34507
34508 \backslash
34509 fi
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Standard
34518 El efecto de 
34519 \series bold
34520
34521 \backslash
34522 Braket
34523 \series default
34524  también se puede conseguir con el comando 
34525 \series bold
34526
34527 \backslash
34528 middle
34529 \series default
34530 , que se describe en 
34531 \begin_inset CommandInset ref
34532 LatexCommand ref
34533 reference "sub:Tamaño-automático-de"
34534
34535 \end_inset
34536
34537 .
34538 \end_layout
34539
34540 \begin_layout Subsection
34541 Fracciones definidas por el usuario
34542 \begin_inset CommandInset label
34543 LatexCommand label
34544 name "sub:Fracciones-personalizadas"
34545
34546 \end_inset
34547
34548
34549 \begin_inset Index idx
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553 Fracciones ! personalizadas
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \begin_layout Standard
34562 Para definir comandos personalizados para fracciones, se usa el comando
34563  
34564 \series bold
34565
34566 \backslash
34567 genfrac
34568 \series default
34569
34570 \begin_inset Index idx
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574 Comandos ! G ! 
34575 \backslash
34576 genfrac
34577 \end_layout
34578
34579 \end_inset
34580
34581  con el siguiente esquema:
34582 \end_layout
34583
34584 \begin_layout Standard
34585
34586 \series bold
34587
34588 \backslash
34589 genfrac{delimitador izquierdo}{delimitador derecho}
34590 \begin_inset Newline newline
34591 \end_inset
34592
34593
34594 \begin_inset Phantom HPhantom
34595 status open
34596
34597 \begin_layout Plain Layout
34598
34599 \series bold
34600
34601 \backslash
34602 genfrac
34603 \end_layout
34604
34605 \end_inset
34606
34607 {grosor raya de fracción}{estilo}{numerador}{denominador}
34608 \end_layout
34609
34610 \begin_layout Standard
34611 El estilo es un número en el rango 0
34612 \begin_inset space \thinspace{}
34613 \end_inset
34614
34615 -
34616 \begin_inset space \thinspace{}
34617 \end_inset
34618
34619 3.
34620 \end_layout
34621
34622 \begin_layout Standard
34623 \align center
34624 \begin_inset Tabular
34625 <lyxtabular version="3" rows="5" columns="2">
34626 <features rotate="0" tabularvalignment="middle">
34627 <column alignment="center" valignment="top">
34628 <column alignment="center" valignment="top">
34629 <row>
34630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34631 \begin_inset Text
34632
34633 \begin_layout Plain Layout
34634 Número
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Plain Layout
34643 Estilo (tamaño)
34644 \end_layout
34645
34646 \end_inset
34647 </cell>
34648 </row>
34649 <row>
34650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654 0
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34660 \begin_inset Text
34661
34662 \begin_layout Plain Layout
34663 ecuación presentada
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 </row>
34669 <row>
34670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Plain Layout
34674 1
34675 \end_layout
34676
34677 \end_inset
34678 </cell>
34679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683 ecuación en línea
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 </row>
34689 <row>
34690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34691 \begin_inset Text
34692
34693 \begin_layout Plain Layout
34694 2
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703 pequeño
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 </row>
34709 <row>
34710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34711 \begin_inset Text
34712
34713 \begin_layout Plain Layout
34714 3
34715 \end_layout
34716
34717 \end_inset
34718 </cell>
34719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34720 \begin_inset Text
34721
34722 \begin_layout Plain Layout
34723 muy pequeño
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 </row>
34729 </lyxtabular>
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34738  
34739 \series bold
34740
34741 \backslash
34742 frac
34743 \series default
34744 .
34745 \end_layout
34746
34747 \begin_layout Standard
34748 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34749  de 0.4
34750 \begin_inset space \thinspace{}
34751 \end_inset
34752
34753 pt.
34754 \end_layout
34755
34756 \begin_layout Standard
34757 Por ejemplo, los comandos 
34758 \series bold
34759
34760 \backslash
34761 dfrac
34762 \series default
34763  y 
34764 \series bold
34765
34766 \backslash
34767 tbinom
34768 \series default
34769  de la 
34770 \begin_inset CommandInset ref
34771 LatexCommand ref
34772 reference "sub:Fracciones"
34773
34774 \end_inset
34775
34776  se definen con los comandos:
34777 \end_layout
34778
34779 \begin_layout Standard
34780
34781 \series bold
34782
34783 \backslash
34784 newcommand{
34785 \backslash
34786 dfrac}[2]{
34787 \backslash
34788 genfrac{}{}{}{0}{#1}{#2}}
34789 \end_layout
34790
34791 \begin_layout Standard
34792 y
34793 \end_layout
34794
34795 \begin_layout Standard
34796
34797 \series bold
34798
34799 \backslash
34800 newcommand{
34801 \backslash
34802 tbinom}[2]{
34803 \backslash
34804 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34805 \end_layout
34806
34807 \begin_layout Standard
34808 \begin_inset VSpace medskip
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Standard
34815 Para definir una fracción en la que el grosor de la raya se pueda definir
34816  como argumento opcional, se inserta la siguiente línea en el preámbulo
34817  LaTeX:
34818 \end_layout
34819
34820 \begin_layout Standard
34821
34822 \series bold
34823
34824 \backslash
34825 newcommand{
34826 \backslash
34827 fracS}[3][]{
34828 \backslash
34829 genfrac{}{}{#1}{}{#2}{#3}}
34830 \end_layout
34831
34832 \begin_layout Standard
34833 Un ensayo:
34834 \begin_inset Formula 
34835 \begin{align*}
34836 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34837 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34838 \end{align*}
34839
34840 \end_inset
34841
34842 Como se puede ver, la distancia del numerador y el denominador a la raya
34843  de fracción se redondea a unas tres veces el grosor de la raya.
34844 \end_layout
34845
34846 \begin_layout Subsection
34847 Ecuaciones canceladas
34848 \begin_inset Index idx
34849 status collapsed
34850
34851 \begin_layout Plain Layout
34852 Ecuación ! cancelada
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \begin_layout Standard
34861 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
34862 \end_layout
34863
34864 \begin_layout Standard
34865 \begin_inset ERT
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869
34870
34871 \backslash
34872 ifcancel 
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \begin_inset Note Note
34879 status open
34880
34881 \begin_layout Plain Layout
34882 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34883 \series bold
34884 cancel
34885 \series default
34886  está instalado.
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895 \align center
34896 \begin_inset Tabular
34897 <lyxtabular version="3" rows="5" columns="2">
34898 <features rotate="0" tabularvalignment="middle">
34899 <column alignment="center" valignment="top">
34900 <column alignment="center" valignment="top">
34901 <row>
34902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 Comando
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 Resultado
34916 \begin_inset Note Note
34917 status collapsed
34918
34919 \begin_layout Plain Layout
34920 El
34921 \series bold
34922  
34923 \series default
34924 espacio y 
34925 \series bold
34926
34927 \backslash
34928 raisebox
34929 \series default
34930  se usa sólo como espaciador
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 <row>
34942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946
34947 \backslash
34948 cancel
34949 \begin_inset space \textvisiblespace{}
34950 \end_inset
34951
34952
34953 \backslash
34954 int
34955 \begin_inset space \textvisiblespace{}
34956 \end_inset
34957
34958 A=B
34959 \end_layout
34960
34961 \end_inset
34962 </cell>
34963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34964 \begin_inset Text
34965
34966 \begin_layout Plain Layout
34967 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 </row>
34976 <row>
34977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981
34982 \backslash
34983 bcancel
34984 \begin_inset space \textvisiblespace{}
34985 \end_inset
34986
34987
34988 \backslash
34989 int
34990 \begin_inset space \textvisiblespace{}
34991 \end_inset
34992
34993 A=B
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35003 \end_inset
35004
35005
35006 \end_layout
35007
35008 \end_inset
35009 </cell>
35010 </row>
35011 <row>
35012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016
35017 \backslash
35018 xcancel
35019 \begin_inset space \textvisiblespace{}
35020 \end_inset
35021
35022
35023 \backslash
35024 int
35025 \begin_inset space \textvisiblespace{}
35026 \end_inset
35027
35028 A=B
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35038 \end_inset
35039
35040
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 </row>
35046 <row>
35047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051
35052 \backslash
35053 cancelto
35054 \begin_inset space \textvisiblespace{}
35055 \end_inset
35056
35057
35058 \backslash
35059 int
35060 \begin_inset space \textvisiblespace{}
35061 \end_inset
35062
35063 A=B
35064 \begin_inset Formula $\to$
35065 \end_inset
35066
35067 1
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35073 \begin_inset Text
35074
35075 \begin_layout Plain Layout
35076 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 </row>
35085 </lyxtabular>
35086
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \begin_layout Standard
35093
35094 \series bold
35095
35096 \backslash
35097 cancelto
35098 \series default
35099  es especialmente apropiado para visualizar la simplificación de fracciones
35100  en una ecuación:
35101 \begin_inset Formula 
35102 \[
35103 \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}}}
35104 \]
35105
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \begin_layout Standard
35112 Para cambiar el tamaño del valor subscrito por 
35113 \series bold
35114
35115 \backslash
35116 cancelto
35117 \series default
35118  se puede 
35119 \lang english
35120 add the LaTeX-preamble line
35121 \end_layout
35122
35123 \begin_layout Standard
35124
35125 \series bold
35126
35127 \backslash
35128 PassOptionsToPackage{option}{cancel}
35129 \end_layout
35130
35131 \begin_layout Standard
35132
35133 \lang english
35134 where 
35135 \series bold
35136 option
35137 \series default
35138  is either
35139 \lang spanish
35140  
35141 \series bold
35142 samesize
35143 \series default
35144 , que da el mismo tamaño que para el valor cancelado, o 
35145 \series bold
35146 Smaller
35147 \series default
35148 , que da un tamaño un poco más pequeño que normal.
35149 \end_layout
35150
35151 \begin_layout Standard
35152 Para colorear la raya de cancelación añade el siguiente comando en código
35153  TeX:
35154 \end_layout
35155
35156 \begin_layout Standard
35157
35158 \series bold
35159
35160 \backslash
35161 renewcommand{
35162 \backslash
35163 CancelColor}{
35164 \backslash
35165 color{red}}
35166 \end_layout
35167
35168 \begin_layout Standard
35169 donde 
35170 \series bold
35171 red
35172 \series default
35173  puede reemplazarse por el color deseado.
35174 \end_layout
35175
35176 \begin_layout Standard
35177 \begin_inset ERT
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181
35182
35183 \backslash
35184 renewcommand{
35185 \backslash
35186 CancelColor}{
35187 \backslash
35188 color{red}}
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Standard
35197 \begin_inset Formula 
35198 \[
35199 \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}}}
35200 \]
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Standard
35208 \begin_inset ERT
35209 status collapsed
35210
35211 \begin_layout Plain Layout
35212
35213
35214 \backslash
35215 renewcommand{
35216 \backslash
35217 CancelColor}{
35218 \backslash
35219 color{black}}
35220 \end_layout
35221
35222 \end_inset
35223
35224
35225 \begin_inset Note Note
35226 status open
35227
35228 \begin_layout Plain Layout
35229 restablece el color
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Standard
35238 Para otras posibilidades de personalización, véase la documentación del
35239  paquete
35240 \series bold
35241  cancel
35242 \series default
35243
35244 \begin_inset CommandInset citation
35245 LatexCommand cite
35246 key "cancel"
35247
35248 \end_inset
35249
35250 .
35251 \begin_inset Index idx
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255 Paquetes ! cancel
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \end_layout
35262
35263 \begin_layout Standard
35264 \begin_inset ERT
35265 status collapsed
35266
35267 \begin_layout Plain Layout
35268
35269
35270 \backslash
35271 else
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \begin_inset Note Note
35278 status open
35279
35280 \begin_layout Plain Layout
35281 Lo que sigue se verá en la salida si el paquete LaTeX 
35282 \series bold
35283 cancel
35284 \series default
35285  no está instalado:
35286 \end_layout
35287
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \begin_layout Standard
35294 Debes instalar el paquete LaTeX 
35295 \series bold
35296 cancel
35297 \series default
35298  para ver en la salida el resto de esta subsección.
35299 \end_layout
35300
35301 \begin_layout Standard
35302 \begin_inset ERT
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306
35307
35308 \backslash
35309 fi
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \begin_layout Subsection
35318 Ecuaciones en encabezados de sección
35319 \begin_inset CommandInset label
35320 LatexCommand label
35321 name "sub:Ecuaciones-en-encabezados"
35322
35323 \end_inset
35324
35325
35326 \begin_inset Index idx
35327 status collapsed
35328
35329 \begin_layout Plain Layout
35330 Ecuación ! en encabezados de sección
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \begin_layout Standard
35339 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35340  en cuenta lo siguiente:
35341 \end_layout
35342
35343 \begin_layout Standard
35344 \begin_inset Note Greyedout
35345 status open
35346
35347 \begin_layout Plain Layout
35348 Si el soporte para 
35349 \series bold
35350 hyperref
35351 \series default
35352
35353 \begin_inset Index idx
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357 Paquetes ! hyperref
35358 \end_layout
35359
35360 \end_inset
35361
35362  está activado en la configuración del documento, 
35363 \family sans
35364 Propiedades
35365 \begin_inset space ~
35366 \end_inset
35367
35368
35369 \family default
35370 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35371  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35372  texto del marcador, porque se infringen las convenciones PDF.
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Estos problemas se pueden solucionar insertando al final del encabezado
35382  un título breve con el menú 
35383 \family sans
35384 Insertar\SpecialChar \menuseparator
35385 Título
35386 \begin_inset space ~
35387 \end_inset
35388
35389 breve
35390 \family default
35391 .
35392  Los títulos breves se usan como alternativa para encabezados de sección
35393  con más de una línea para mantener el buen aspecto del índice.
35394  En éste sólo aparece el título breve y por tanto también en los marcadores.
35395 \end_layout
35396
35397 \begin_layout Standard
35398 Si hay que poner ecuaciones en el índice y se usa 
35399 \series bold
35400 hyperref
35401 \series default
35402 , se puede insertar el siguiente comando en modo TeX:
35403 \end_layout
35404
35405 \begin_layout Standard
35406
35407 \series bold
35408
35409 \backslash
35410 texorpdfstring{parte}{alternativa}
35411 \begin_inset Index idx
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 Comandos ! T ! 
35416 \backslash
35417 texorpdfstring
35418 \end_layout
35419
35420 \end_inset
35421
35422
35423 \end_layout
35424
35425 \begin_layout Standard
35426 parte se refiere a la parte del encabezado que no debería aparecer en el
35427  marcador PDF.
35428  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
35429  La alternativa se usa para el marcador en vez de la parte.
35430 \end_layout
35431
35432 \begin_layout Standard
35433 Aquí hay dos ejemplos de encabezados con ecuación:
35434 \end_layout
35435
35436 \begin_layout Standard
35437 \begin_inset VSpace -3mm
35438 \end_inset
35439
35440
35441 \end_layout
35442
35443 \begin_layout Standard
35444 \begin_inset ERT
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448
35449
35450 \backslash
35451 boldmath 
35452 \end_layout
35453
35454 \end_inset
35455
35456
35457 \end_layout
35458
35459 \begin_layout Subsubsection
35460 Encabezado sin ecuación en el índice 
35461 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35462 \end_inset
35463
35464
35465 \begin_inset Argument 1
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469 Encabezado sin ecuación en el índice
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Subsubsection
35478 Encabezado con ecuación en el índice
35479 \begin_inset ERT
35480 status collapsed
35481
35482 \begin_layout Plain Layout
35483
35484
35485 \backslash
35486 texorpdfstring{
35487 \end_layout
35488
35489 \end_inset
35490
35491  
35492 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35493 \end_inset
35494
35495
35496 \begin_inset ERT
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500
35501 }{}
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Standard
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515
35516 \backslash
35517 unboldmath 
35518 \end_layout
35519
35520 \end_inset
35521
35522 En el primer encabezado se ha puesto un título breve, en el segundo un 
35523 \series bold
35524
35525 \backslash
35526 texorpdfstring
35527 \series default
35528 .
35529 \end_layout
35530
35531 \begin_layout Standard
35532 Para obtener el mismo formato que en los demás encabezados se han puesto
35533  ambos en un entorno 
35534 \series bold
35535 boldmath
35536 \series default
35537 .
35538 \begin_inset Foot
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542 véase 
35543 \begin_inset CommandInset ref
35544 LatexCommand ref
35545 reference "sub:Ecuaciones-en-negrita"
35546
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \end_layout
35556
35557 \begin_layout Subsection
35558 Ecuaciones en texto multicolumna
35559 \begin_inset Index idx
35560 status collapsed
35561
35562 \begin_layout Plain Layout
35563 Ecuación ! en texto multicolumna
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \begin_layout Standard
35572 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35573  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35574  de la página.
35575  Esto se hace usando el paquete LaTeX 
35576 \series bold
35577 multicol
35578 \series default
35579 ,
35580 \begin_inset Foot
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585 \series bold
35586 multicol
35587 \series default
35588  forma parte de las distribuciones LaTeX estándar.
35589 \end_layout
35590
35591 \end_inset
35592
35593
35594 \begin_inset Index idx
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598 Paquetes ! multicol
35599 \end_layout
35600
35601 \end_inset
35602
35603  que se carga en el preámbulo LaTeX con la línea
35604 \end_layout
35605
35606 \begin_layout Standard
35607
35608 \series bold
35609
35610 \backslash
35611 usepackage{multicol}
35612 \end_layout
35613
35614 \begin_layout Standard
35615 \begin_inset Note Greyedout
35616 status open
35617
35618 \begin_layout Plain Layout
35619 Ten en cuenta que la opción 
35620 \family sans
35621 Documento
35622 \begin_inset space ~
35623 \end_inset
35624
35625 con
35626 \begin_inset space ~
35627 \end_inset
35628
35629 dos
35630 \begin_inset space ~
35631 \end_inset
35632
35633 caras
35634 \family default
35635 , bajo 
35636 \family sans
35637 Diseño
35638 \begin_inset space ~
35639 \end_inset
35640
35641 de
35642 \begin_inset space ~
35643 \end_inset
35644
35645 página 
35646 \family default
35647 en el menú 
35648 \family sans
35649 Documento\SpecialChar \menuseparator
35650 Configuración
35651 \family default
35652  
35653 \emph on
35654 debe
35655 \emph default
35656  estar desmarcada.
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 Antes del texto multicolumna se inserta en modo TeX el comando
35666 \end_layout
35667
35668 \begin_layout Standard
35669
35670 \series bold
35671
35672 \backslash
35673 begin{multicols}{número de columnas}
35674 \end_layout
35675
35676 \begin_layout Standard
35677 El número de columnas está en el rango 2-10.
35678  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35679  TeX el comando
35680 \end_layout
35681
35682 \begin_layout Standard
35683
35684 \series bold
35685
35686 \backslash
35687 end{multicols}
35688 \end_layout
35689
35690 \begin_layout Standard
35691 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35692  Para quitarlo se inserta un espacio vertical de -6
35693 \begin_inset space \thinspace{}
35694 \end_inset
35695
35696 mm antes de la ecuación.
35697  Si se usa el estilo 
35698 \series bold
35699 Sangrado
35700 \series default
35701 ,
35702 \begin_inset Foot
35703 status collapsed
35704
35705 \begin_layout Plain Layout
35706 véase estilos de ecuación en 
35707 \begin_inset CommandInset ref
35708 LatexCommand ref
35709 reference "sec:Estilos-de-ecuación"
35710
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \end_inset
35717
35718  se inserta un espacio de -9
35719 \begin_inset space \thinspace{}
35720 \end_inset
35721
35722 mm.
35723 \end_layout
35724
35725 \begin_layout Standard
35726 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35727 \end_layout
35728
35729 \begin_layout Standard
35730
35731 \lang german
35732 \begin_inset ERT
35733 status collapsed
35734
35735 \begin_layout Plain Layout
35736
35737
35738 \backslash
35739 begin{multicols}{2}
35740 \end_layout
35741
35742 \end_inset
35743
35744 Das Spektrum wird fouriertransformiert.
35745  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35746 , Lösungsmittel) zu trennen.
35747  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35748  nun das Aussehen des Ausgangssignals.
35749  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35750  über alle Phasen integrieren muss.
35751  Sei nun 
35752 \begin_inset Formula $S$
35753 \end_inset
35754
35755  unser normiertes Ausgangssignal und 
35756 \begin_inset Formula $P$
35757 \end_inset
35758
35759  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35760 \begin_inset ERT
35761 status collapsed
35762
35763 \begin_layout Plain Layout
35764
35765
35766 \backslash
35767 end{multicols}
35768 \end_layout
35769
35770 \end_inset
35771
35772
35773 \begin_inset VSpace -6mm
35774 \end_inset
35775
35776
35777 \begin_inset Formula 
35778 \begin{equation}
35779 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35780 \end{equation}
35781
35782 \end_inset
35783
35784
35785 \begin_inset ERT
35786 status collapsed
35787
35788 \begin_layout Plain Layout
35789
35790
35791 \backslash
35792 begin{multicols}{2}
35793 \end_layout
35794
35795 \end_inset
35796
35797 wobei 
35798 \begin_inset Formula $S_{0}$
35799 \end_inset
35800
35801  das Signal ohne Gradient ist und die Normierungsbedingung 
35802 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35803 \end_inset
35804
35805  gilt.
35806  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35807  Direkt nach dem 
35808 \begin_inset Formula $\nicefrac{\pi}{2}$
35809 \end_inset
35810
35811
35812 \begin_inset space \thinspace{}
35813 \end_inset
35814
35815 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35816  das Signal zusätzlich abschwächt.
35817  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35818  
35819 \begin_inset Formula $T_{2}$
35820 \end_inset
35821
35822 -Zeit.
35823 \end_layout
35824
35825 \begin_layout Standard
35826
35827 \lang german
35828 \begin_inset ERT
35829 status collapsed
35830
35831 \begin_layout Plain Layout
35832
35833
35834 \backslash
35835 end{multicols}
35836 \end_layout
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \begin_layout Subsection
35844 Ecuaciones con descripción de variables
35845 \begin_inset Index idx
35846 status collapsed
35847
35848 \begin_layout Plain Layout
35849 Ecuación ! con descripción de variables
35850 \end_layout
35851
35852 \end_inset
35853
35854
35855 \end_layout
35856
35857 \begin_layout Standard
35858 Para describir variables en una ecuación, como en la fórmula 
35859 \begin_inset CommandInset ref
35860 LatexCommand eqref
35861 reference "eq:within"
35862
35863 \end_inset
35864
35865 , se inserta una matriz 2×
35866 \begin_inset Formula $n$
35867 \end_inset
35868
35869  con columnas alineadas a la izquierda para las 
35870 \emph on
35871
35872 \begin_inset Formula $n$
35873 \end_inset
35874
35875
35876 \emph default
35877  variables usadas.
35878 \begin_inset Foot
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882 véase matrices en 
35883 \begin_inset CommandInset ref
35884 LatexCommand ref
35885 reference "sec:Matrices"
35886
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \end_inset
35893
35894  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35895  el comando 
35896 \series bold
35897
35898 \backslash
35899 footnotesize
35900 \series default
35901  antes de la matriz.
35902 \begin_inset Foot
35903 status collapsed
35904
35905 \begin_layout Plain Layout
35906 véase tamaños de tipografías en 
35907 \begin_inset CommandInset ref
35908 LatexCommand ref
35909 reference "sub:Tamaños-de-tipografías"
35910
35911 \end_inset
35912
35913 .
35914 \end_layout
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Standard
35922 Si se usa el estilo 
35923 \series bold
35924 Sangrado
35925 \series default
35926 ,
35927 \begin_inset Foot
35928 status collapsed
35929
35930 \begin_layout Plain Layout
35931 véase estilos de ecuación en 
35932 \begin_inset CommandInset ref
35933 LatexCommand ref
35934 reference "sec:Estilos-de-ecuación"
35935
35936 \end_inset
35937
35938
35939 \end_layout
35940
35941 \end_inset
35942
35943  se inserta un 
35944 \series bold
35945
35946 \backslash
35947 hfill
35948 \series default
35949
35950 \begin_inset Foot
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954
35955 \series bold
35956
35957 \backslash
35958 hfill
35959 \series default
35960  sólo funciona en ecuaciones en estilo 
35961 \series bold
35962 Sangrado
35963 \series default
35964 , véase 
35965 \begin_inset CommandInset ref
35966 LatexCommand ref
35967 reference "sub:Espacio-variable"
35968
35969 \end_inset
35970
35971
35972 \end_layout
35973
35974 \end_inset
35975
35976  delante y detrás de la matriz para que tenga la misma separación con la
35977  ecuación y con el margen.
35978 \end_layout
35979
35980 \begin_layout Standard
35981 Si se usa el estilo 
35982 \series bold
35983 Centrado
35984 \series default
35985  se emplea el método descrito en la 
35986 \begin_inset CommandInset ref
35987 LatexCommand ref
35988 reference "sub:Entorno-flalign"
35989
35990 \end_inset
35991
35992  para sangrar la ecuación.
35993  La ecuación 
35994 \begin_inset CommandInset ref
35995 LatexCommand eqref
35996 reference "eq:within"
35997
35998 \end_inset
35999
36000  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36001  la tercera la matriz y la última una llave TeX vacía.
36002 \begin_inset Formula 
36003 \begin{flalign}
36004 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36005 \rho & \mbox{densidad}\\
36006 V & \mbox{volumen}\\
36007 g & \mbox{aceleración gravitatoria}
36008 \end{array} &  & {}\label{eq:within}
36009 \end{flalign}
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Subsection
36017 Letras griegas minúsculas en redonda
36018 \begin_inset CommandInset label
36019 LatexCommand label
36020 name "sub:Griegas-en-redonda"
36021
36022 \end_inset
36023
36024
36025 \begin_inset Index idx
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029 Letras griegas ! en redonda
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \end_layout
36036
36037 \begin_layout Standard
36038 La mayoría de las tipografías sólo suministran letras griegas minúsculas
36039  en cursiva.
36040  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36041  falta letras griegas en redonda.
36042  El archivo 
36043 \series bold
36044 upgreek.sty
36045 \series default
36046
36047 \begin_inset Foot
36048 status collapsed
36049
36050 \begin_layout Plain Layout
36051
36052 \series bold
36053 upgreek
36054 \series default
36055  forma parte del paquete LaTeX 
36056 \series bold
36057 was
36058 \series default
36059
36060 \begin_inset Index idx
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064 Paquetes ! was
36065 \begin_inset ERT
36066 status collapsed
36067
36068 \begin_layout Plain Layout
36069
36070
36071 \backslash
36072 vspace{4mm}
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \end_inset
36081
36082 .
36083 \end_layout
36084
36085 \end_inset
36086
36087
36088 \begin_inset Index idx
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092 Paquetes ! upgreek
36093 \end_layout
36094
36095 \end_inset
36096
36097 , que se carga en el preámbulo LaTeX con la línea
36098 \end_layout
36099
36100 \begin_layout Standard
36101
36102 \series bold
36103
36104 \backslash
36105 usepackage{upgreek}
36106 \end_layout
36107
36108 \begin_layout Standard
36109 las suministra.
36110  
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116
36117 \backslash
36118 ifupgreek 
36119 \end_layout
36120
36121 \end_inset
36122
36123
36124 \begin_inset Note Note
36125 status open
36126
36127 \begin_layout Plain Layout
36128 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
36129 \series bold
36130 upgreek
36131 \series default
36132 :
36133 \end_layout
36134
36135 \end_inset
36136
36137  Se imprimen con el comando de la letra correspondiente precedido de 
36138 \series bold
36139 up
36140 \series default
36141 .
36142  Por ejemplo, el comando 
36143 \series bold
36144
36145 \backslash
36146 uptau
36147 \series default
36148  genera: 
36149 \begin_inset Formula $\uptau$
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \begin_layout Standard
36156 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36157 \begin_inset Formula 
36158 \[
36159 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
36160 \]
36161
36162 \end_inset
36163
36164
36165 \end_layout
36166
36167 \begin_layout Standard
36168 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36169  en cursiva.
36170  Por tanto no deberían emplearse para unidades como 
36171 \begin_inset Quotes fld
36172 \end_inset
36173
36174 µm
36175 \begin_inset Quotes frd
36176 \end_inset
36177
36178 .
36179 \end_layout
36180
36181 \begin_layout Standard
36182 \begin_inset ERT
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186
36187
36188 \backslash
36189 else 
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \begin_inset Note Note
36196 status open
36197
36198 \begin_layout Plain Layout
36199 Lo siguiente se mostrará si el paquete LaTeX 
36200 \series bold
36201 upgreek
36202 \series default
36203  no está instalado:
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 Debes instalar el paquete LaTeX 
36213 \series bold
36214 upgreek
36215 \series default
36216  para ver en la salida el resto de esta subsección.
36217  
36218 \end_layout
36219
36220 \begin_layout Standard
36221 \begin_inset ERT
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225
36226
36227 \backslash
36228 fi
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \end_layout
36235
36236 \begin_layout Standard
36237 \begin_inset Newpage newpage
36238 \end_inset
36239
36240
36241 \end_layout
36242
36243 \begin_layout Subsection
36244 Caracteres de texto en ecuaciones
36245 \begin_inset CommandInset label
36246 LatexCommand label
36247 name "sub:Caracteres-de-texto"
36248
36249 \end_inset
36250
36251
36252 \begin_inset Index idx
36253 status collapsed
36254
36255 \begin_layout Plain Layout
36256 Texto ! en ecuaciones
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Standard
36265 En algunos casos podrías querer insertar caracteres de texto directamente
36266  en ecuaciones.
36267  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36268 \begin_inset Formula $\cdot$
36269 \end_inset
36270
36271  en expresiones como 
36272 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36273 \end_inset
36274
36275 , habría que insertar el comando 
36276 \series bold
36277
36278 \backslash
36279 cdot
36280 \series default
36281
36282 \begin_inset Foot
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286 véase 
36287 \begin_inset CommandInset ref
36288 LatexCommand ref
36289 reference "sub:Operadores-binarios"
36290
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \end_inset
36297
36298  continuamente, porque este carácter está definido en todas las codificaciones
36299  como carácter de texto.
36300  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36301 \end_layout
36302
36303 \begin_layout Standard
36304
36305 \series bold
36306
36307 \backslash
36308 Declare Inputtext{183}{
36309 \backslash
36310 ifmmode
36311 \backslash
36312 cdot
36313 \backslash
36314 else
36315 \backslash
36316 textperiodcentered
36317 \backslash
36318 f\SpecialChar \textcompwordmark{}
36319 i}
36320 \end_layout
36321
36322 \begin_layout Standard
36323 La codificación de caracteres (menú 
36324 \family sans
36325 Documento\SpecialChar \menuseparator
36326 Configuración\SpecialChar \menuseparator
36327 Idioma
36328 \family default
36329 ) especifica el carácter que se muestra al pulsar una tecla.
36330  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36331  
36332 \series bold
36333
36334 \backslash
36335 textperiodcentered
36336 \series default
36337 .
36338  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36339  de LaTeX.
36340  Con la codificación cambiada se escoge automáticamente el comando correcto,
36341  dependiendo de si el carácter se ha insertado en una ecuación o no.
36342 \end_layout
36343
36344 \begin_layout Standard
36345 La codificación de diversos caracteres se guarda en archivos de definición.
36346  Por ejemplo la codificación 
36347 \series bold
36348 latin9
36349 \series default
36350  se define en el archivo 
36351 \series bold
36352 latin9.def
36353 \series default
36354  que está en el directorio de LaTeX.
36355  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36356  archivo de definición, de lo contrario nuestros documentos no podrían ser
36357  editados en otros ordenadores.
36358 \begin_inset VSpace medskip
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Standard
36365 Además del punto centrado, en este documento se ha definido el símbolo grado
36366  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36367  directamente en una fórmula:
36368 \end_layout
36369
36370 \begin_layout Standard
36371
36372 \series bold
36373
36374 \backslash
36375 DeclareInputtext{176}{
36376 \backslash
36377 ifmmode^
36378 \backslash
36379 circ
36380 \backslash
36381 else
36382 \backslash
36383 textdegree
36384 \backslash
36385 f\SpecialChar \textcompwordmark{}
36386 i}
36387 \begin_inset Newpage newpage
36388 \end_inset
36389
36390
36391 \end_layout
36392
36393 \begin_layout Section
36394 \start_of_appendix
36395 Notas sobre tipografía
36396 \begin_inset Index idx
36397 status collapsed
36398
36399 \begin_layout Plain Layout
36400 Tipografía, normas
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36410 \begin_inset Foot
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
36415  
36416 \begin_inset Quotes fld
36417 \end_inset
36418
36419 Duden
36420 \begin_inset Quotes frd
36421 \end_inset
36422
36423  
36424 \begin_inset CommandInset citation
36425 LatexCommand cite
36426 key "Duden"
36427
36428 \end_inset
36429
36430 , que incluye algunas de las normas ISO.
36431  
36432 \begin_inset Newline newline
36433 \end_inset
36434
36435 (
36436 \emph on
36437 N.
36438 \begin_inset space \thinspace{}
36439 \end_inset
36440
36441 del t.
36442 \emph default
36443 : Para documentación en español sobre el tema, véase 
36444 \begin_inset CommandInset citation
36445 LatexCommand cite
36446 key "Bezos"
36447
36448 \end_inset
36449
36450 .)
36451 \end_layout
36452
36453 \end_inset
36454
36455
36456 \end_layout
36457
36458 \begin_layout Itemize
36459 Las unidades físicas se escriben 
36460 \emph on
36461 siempre 
36462 \emph default
36463 en redonda
36464 \begin_inset Foot
36465 status collapsed
36466
36467 \begin_layout Plain Layout
36468 véase estilos de tipografías en 
36469 \begin_inset CommandInset ref
36470 LatexCommand ref
36471 reference "sub:Estilos-de-tipografías"
36472
36473 \end_inset
36474
36475
36476 \end_layout
36477
36478 \end_inset
36479
36480 , aunque aparezcan en un texto en cursiva: 30
36481 \begin_inset space \thinspace{}
36482 \end_inset
36483
36484 km/h
36485 \begin_inset Newline newline
36486 \end_inset
36487
36488 Entre el valor y la unidad hay un espacio delgado, véase 
36489 \begin_inset CommandInset ref
36490 LatexCommand ref
36491 reference "sub:Espacio-predefinido"
36492
36493 \end_inset
36494
36495 .
36496 \begin_inset Newline newline
36497 \end_inset
36498
36499 Esta norma la cumple automáticamente el comando 
36500 \series bold
36501
36502 \backslash
36503 unittwo
36504 \series default
36505 .
36506  Si se introduce en una fórmula aparecen dos marcos.
36507  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36508  como antes, 
36509 \begin_inset Formula $\unit[30]{km/h}$
36510 \end_inset
36511
36512
36513 \begin_inset space \thinspace{}
36514 \end_inset
36515
36516 .
36517  Ten en cuenta que 
36518 \series bold
36519
36520 \backslash
36521 unittwo
36522 \series default
36523  no es un auténtico comando LaTeX, sino el comando 
36524 \series bold
36525
36526 \backslash
36527 unit[value]{unit}
36528 \series default
36529 , por tanto no lo puedes usar en código TeX.
36530 \end_layout
36531
36532 \begin_layout Itemize
36533 Los signos por ciento y por mil se escriben como las unidades físicas:
36534 \begin_inset Newline newline
36535 \end_inset
36536
36537 1,2
36538 \begin_inset space \thinspace{}
36539 \end_inset
36540
36541 ‰ de alcohol en sangre.
36542 \end_layout
36543
36544 \begin_layout Itemize
36545 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36546  otra unidad: 15
36547 \begin_inset space \thinspace{}
36548 \end_inset
36549
36550 °C
36551 \end_layout
36552
36553 \begin_layout Itemize
36554 En números con más de cuatro dígitos se inserta un espacio delgado para
36555  separarlos en grupos de tres cifras: 18
36556 \begin_inset space \thinspace{}
36557 \end_inset
36558
36559 473
36560 \begin_inset space \thinspace{}
36561 \end_inset
36562
36563 588
36564 \end_layout
36565
36566 \begin_layout Itemize
36567 Para dimensiones como 120×90×40
36568 \begin_inset space \thinspace{}
36569 \end_inset
36570
36571 cm se usa el aspa de multiplicar 
36572 \begin_inset Quotes fld
36573 \end_inset
36574
36575 ×
36576 \begin_inset Quotes frd
36577 \end_inset
36578
36579 .
36580  Está disponible en el menú 
36581 \family sans
36582 Insertar\SpecialChar \menuseparator
36583 Carácter especial
36584 \family default
36585 \SpecialChar \menuseparator
36586
36587 \family sans
36588 Símbolos
36589 \family default
36590  o bien mediante el comando 
36591 \series bold
36592
36593 \backslash
36594 times
36595 \series default
36596 .
36597  Se puede insertar directamente con cierta combinación de teclas.
36598 \end_layout
36599
36600 \begin_layout Itemize
36601 Las funciones con nombres que constan de varias letras se escriben en redonda
36602  para evitar confusiones, véase 
36603 \begin_inset CommandInset ref
36604 LatexCommand ref
36605 reference "sub:Funciones-predefinidas"
36606
36607 \end_inset
36608
36609 .
36610 \end_layout
36611
36612 \begin_layout Itemize
36613 Los índices que constan de varias letras se escriben en redonda: 
36614 \begin_inset Formula $E_{\mathrm{cin}}$
36615 \end_inset
36616
36617
36618 \begin_inset Newline newline
36619 \end_inset
36620
36621 Los componentes de una matriz se escriben en cursiva: 
36622 \begin_inset Formula $\hat{H}_{kl}$
36623 \end_inset
36624
36625
36626 \end_layout
36627
36628 \begin_layout Itemize
36629 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36630  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36631 s con otras variables.
36632 \end_layout
36633
36634 \begin_layout Itemize
36635 El carácter que indica una transformación 
36636 \noun on
36637 Fourier
36638 \noun default
36639  se inserta con el comando 
36640 \series bold
36641
36642 \backslash
36643 mathscr
36644 \begin_inset space \textvisiblespace{}
36645 \end_inset
36646
36647 F
36648 \series default
36649  o mediante el menú
36650 \family sans
36651  Insertar\SpecialChar \menuseparator
36652 Carácter especial
36653 \family default
36654 \SpecialChar \menuseparator
36655
36656 \family sans
36657 Símbolos\SpecialChar \menuseparator
36658 Símbolos de letra
36659 \family default
36660
36661 \begin_inset Formula $\mathscr{F}$
36662 \end_inset
36663
36664
36665 \end_layout
36666
36667 \begin_layout Standard
36668 \begin_inset Newpage newpage
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Section
36675 Sinónimos
36676 \begin_inset Index idx
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680 Sinónimos
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Standard
36689 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36690  como los que se recogen en esta lista:
36691 \begin_inset Foot
36692 status collapsed
36693
36694 \begin_layout Plain Layout
36695 véase también 
36696 \begin_inset CommandInset ref
36697 LatexCommand ref
36698 reference "fn:sinónimos"
36699
36700 \end_inset
36701
36702 .
36703 \end_layout
36704
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \begin_layout Standard
36711 \begin_inset VSpace bigskip
36712 \end_inset
36713
36714
36715 \begin_inset space \hfill{}
36716 \end_inset
36717
36718
36719 \begin_inset Tabular
36720 <lyxtabular version="3" rows="12" columns="2">
36721 <features rotate="0" tabularvalignment="middle">
36722 <column alignment="center" valignment="top" width="0pt">
36723 <column alignment="center" valignment="top" width="0pt">
36724 <row>
36725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36726 \begin_inset Text
36727
36728 \begin_layout Plain Layout
36729 Comando
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738 equivalente a
36739 \begin_inset Note Note
36740 status collapsed
36741
36742 \begin_layout Plain Layout
36743
36744 \series bold
36745
36746 \backslash
36747 raisebox
36748 \series default
36749  se usa sólo como espaciador
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 </row>
36760 <row>
36761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765
36766 \backslash
36767 ast
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 \begin_inset ERT
36777 status collapsed
36778
36779 \begin_layout Plain Layout
36780
36781
36782 \backslash
36783 raisebox{-1.2mm}{
36784 \end_layout
36785
36786 \end_inset
36787
36788 *
36789 \begin_inset ERT
36790 status collapsed
36791
36792 \begin_layout Plain Layout
36793
36794 }
36795 \end_layout
36796
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 </row>
36805 <row>
36806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810
36811 \backslash
36812 choose
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821
36822 \backslash
36823 binom
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 </row>
36829 <row>
36830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36831 \begin_inset Text
36832
36833 \begin_layout Plain Layout
36834
36835 \backslash
36836 geq
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845
36846 \backslash
36847 ge
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 </row>
36853 <row>
36854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858
36859 \backslash
36860 lbrace
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869 {
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 </row>
36875 <row>
36876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36877 \begin_inset Text
36878
36879 \begin_layout Plain Layout
36880
36881 \backslash
36882 lbracket
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 [
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 </row>
36897 <row>
36898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36899 \begin_inset Text
36900
36901 \begin_layout Plain Layout
36902
36903 \backslash
36904 leftarrow
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36910 \begin_inset Text
36911
36912 \begin_layout Plain Layout
36913
36914 \backslash
36915 gets
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 </row>
36921 <row>
36922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926
36927 \backslash
36928 leq
36929 \end_layout
36930
36931 \end_inset
36932 </cell>
36933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36934 \begin_inset Text
36935
36936 \begin_layout Plain Layout
36937
36938 \backslash
36939 le
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 </row>
36945 <row>
36946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950
36951 \backslash
36952 lor
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961
36962 \backslash
36963 vee
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 </row>
36969 <row>
36970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974
36975 \backslash
36976 neq
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout Plain Layout
36985
36986 \backslash
36987 not=
36988 \end_layout
36989
36990 \end_inset
36991 </cell>
36992 </row>
36993 <row>
36994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998
36999 \backslash
37000 slash
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009 /
37010 \end_layout
37011
37012 \end_inset
37013 </cell>
37014 </row>
37015 <row>
37016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37017 \begin_inset Text
37018
37019 \begin_layout Plain Layout
37020
37021 \backslash
37022 vert
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37028 \begin_inset Text
37029
37030 \begin_layout Plain Layout
37031 |
37032 \end_layout
37033
37034 \end_inset
37035 </cell>
37036 </row>
37037 </lyxtabular>
37038
37039 \end_inset
37040
37041
37042 \begin_inset space \hfill{}
37043 \end_inset
37044
37045
37046 \begin_inset Tabular
37047 <lyxtabular version="3" rows="12" columns="2">
37048 <features rotate="0" tabularvalignment="middle">
37049 <column alignment="center" valignment="top" width="0pt">
37050 <column alignment="center" valignment="top" width="0pt">
37051 <row>
37052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056 Comando
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065 equivalente a
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 </row>
37071 <row>
37072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076
37077 \backslash
37078 backslash
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089
37090 \backslash
37091
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 </row>
37097 <row>
37098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102
37103 \backslash
37104 dasharrow
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113
37114 \backslash
37115 dashrightarrow
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 </row>
37121 <row>
37122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126
37127 \backslash
37128 land
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137
37138 \backslash
37139 wedge
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 </row>
37145 <row>
37146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150
37151 \backslash
37152 rbrace
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 }
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 </row>
37167 <row>
37168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172
37173 \backslash
37174 rbracket
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37180 \begin_inset Text
37181
37182 \begin_layout Plain Layout
37183 ]
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 </row>
37189 <row>
37190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194
37195 \backslash
37196 rightarrow
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205
37206 \backslash
37207 to
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218
37219 \backslash
37220 lnot
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229
37230 \backslash
37231 neg
37232 \end_layout
37233
37234 \end_inset
37235 </cell>
37236 </row>
37237 <row>
37238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37239 \begin_inset Text
37240
37241 \begin_layout Plain Layout
37242
37243 \backslash
37244 ne
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253
37254 \backslash
37255 not=
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 </row>
37261 <row>
37262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37263 \begin_inset Text
37264
37265 \begin_layout Plain Layout
37266
37267 \backslash
37268 owns
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277
37278 \backslash
37279 ni
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 </row>
37285 <row>
37286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290
37291 \backslash
37292 square
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301
37302 \backslash
37303 Box
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 </row>
37309 <row>
37310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314
37315 \backslash
37316 Vert
37317 \end_layout
37318
37319 \end_inset
37320 </cell>
37321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325
37326 \backslash
37327 |
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 </lyxtabular>
37334
37335 \end_inset
37336
37337
37338 \begin_inset space \hfill{}
37339 \end_inset
37340
37341
37342 \end_layout
37343
37344 \begin_layout Standard
37345 \begin_inset Newpage newpage
37346 \end_inset
37347
37348
37349 \end_layout
37350
37351 \begin_layout Bibliography
37352 \begin_inset CommandInset bibitem
37353 LatexCommand bibitem
37354 key "TLC2"
37355
37356 \end_inset
37357
37358
37359 \shape smallcaps
37360 Mittelbach, F.
37361  ; Goossens, M.
37362 \shape default
37363
37364 \shape italic
37365 The LaTeX Companion
37366 \shape default
37367 .
37368  Addison Wesley, 2004
37369 \end_layout
37370
37371 \begin_layout Bibliography
37372 \begin_inset CommandInset bibitem
37373 LatexCommand bibitem
37374 key "Mathmode"
37375
37376 \end_inset
37377
37378
37379 \begin_inset CommandInset href
37380 LatexCommand href
37381 name "Descripción"
37382 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37383
37384 \end_inset
37385
37386  de habilidades matemáticas de LaTeX
37387 \end_layout
37388
37389 \begin_layout Bibliography
37390 \begin_inset CommandInset bibitem
37391 LatexCommand bibitem
37392 key "AMS"
37393
37394 \end_inset
37395
37396
37397 \begin_inset CommandInset href
37398 LatexCommand href
37399 name "Descripción"
37400 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37401
37402 \end_inset
37403
37404  de 
37405 \begin_inset ERT
37406 status collapsed
37407
37408 \begin_layout Plain Layout
37409
37410
37411 \backslash
37412 AmS
37413 \end_layout
37414
37415 \end_inset
37416
37417 -LaTeX
37418 \end_layout
37419
37420 \begin_layout Bibliography
37421 \begin_inset CommandInset bibitem
37422 LatexCommand bibitem
37423 key "Symbols"
37424
37425 \end_inset
37426
37427
37428 \begin_inset CommandInset href
37429 LatexCommand href
37430 name "Lista"
37431 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37432
37433 \end_inset
37434
37435  de todos los símbolos disponibles con paquetes LaTeX
37436 \end_layout
37437
37438 \begin_layout Bibliography
37439 \begin_inset CommandInset bibitem
37440 LatexCommand bibitem
37441 key "cancel"
37442
37443 \end_inset
37444
37445
37446 \begin_inset CommandInset href
37447 LatexCommand href
37448 name "Documentación"
37449 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37450
37451 \end_inset
37452
37453  del paquete LaTeX 
37454 \series bold
37455 cancel
37456 \series default
37457
37458 \begin_inset Index idx
37459 status collapsed
37460
37461 \begin_layout Plain Layout
37462 Paquetes ! cancel
37463 \end_layout
37464
37465 \end_inset
37466
37467
37468 \end_layout
37469
37470 \begin_layout Bibliography
37471 \begin_inset CommandInset bibitem
37472 LatexCommand bibitem
37473 key "hyperref"
37474
37475 \end_inset
37476
37477
37478 \begin_inset CommandInset href
37479 LatexCommand href
37480 name "Documentación"
37481 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37482
37483 \end_inset
37484
37485  del paquete LaTeX 
37486 \series bold
37487 hyperref
37488 \series default
37489
37490 \begin_inset Index idx
37491 status collapsed
37492
37493 \begin_layout Plain Layout
37494 Paquetes ! hyperref
37495 \end_layout
37496
37497 \end_inset
37498
37499
37500 \end_layout
37501
37502 \begin_layout Bibliography
37503 \begin_inset CommandInset bibitem
37504 LatexCommand bibitem
37505 key "mhchem"
37506
37507 \end_inset
37508
37509
37510 \begin_inset CommandInset href
37511 LatexCommand href
37512 name "Documentación"
37513 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37514
37515 \end_inset
37516
37517  del paquete LaTeX 
37518 \series bold
37519 mhchem
37520 \series default
37521
37522 \begin_inset Index idx
37523 status collapsed
37524
37525 \begin_layout Plain Layout
37526 Paquetes ! mhchem
37527 \end_layout
37528
37529 \end_inset
37530
37531
37532 \end_layout
37533
37534 \begin_layout Bibliography
37535 \begin_inset CommandInset bibitem
37536 LatexCommand bibitem
37537 key "Mathclap"
37538
37539 \end_inset
37540
37541
37542 \begin_inset CommandInset href
37543 LatexCommand href
37544 name "Descripción"
37545 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37546
37547 \end_inset
37548
37549  del comando 
37550 \series bold
37551
37552 \backslash
37553 mathclap
37554 \series default
37555 , descrito en 
37556 \begin_inset CommandInset ref
37557 LatexCommand ref
37558 reference "sub:Límites-de-operadores"
37559
37560 \end_inset
37561
37562
37563 \begin_inset Index idx
37564 status collapsed
37565
37566 \begin_layout Plain Layout
37567 Comandos ! M ! 
37568 \backslash
37569 mathclap
37570 \end_layout
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \begin_layout Bibliography
37578 \begin_inset CommandInset bibitem
37579 LatexCommand bibitem
37580 key "Duden"
37581
37582 \end_inset
37583
37584
37585 \emph on
37586 Duden Band 1
37587 \emph default
37588 .
37589  22.
37590  Auflage, Duden 2001
37591 \end_layout
37592
37593 \begin_layout Bibliography
37594 \begin_inset CommandInset bibitem
37595 LatexCommand bibitem
37596 key "spanish"
37597
37598 \end_inset
37599
37600
37601 \begin_inset CommandInset href
37602 LatexCommand href
37603 name "Página web"
37604 target "http://www.tex-tipografia.com/spanish.html"
37605
37606 \end_inset
37607
37608  del estilo 
37609 \series bold
37610 spanish
37611 \family sans
37612 \series default
37613  
37614 \family default
37615 incluido en el paquete 
37616 \series bold
37617 babel
37618 \end_layout
37619
37620 \begin_layout Bibliography
37621 \begin_inset CommandInset bibitem
37622 LatexCommand bibitem
37623 key "Bezos"
37624
37625 \end_inset
37626
37627
37628 \begin_inset CommandInset href
37629 LatexCommand href
37630 name "Documento"
37631 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37632
37633 \end_inset
37634
37635  sobre ortotipografía y notaciones matemáticas en español
37636 \end_layout
37637
37638 \begin_layout Standard
37639 \begin_inset CommandInset index_print
37640 LatexCommand printindex
37641 type "idx"
37642
37643 \end_inset
37644
37645
37646 \end_layout
37647
37648 \end_body
37649 \end_document